1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for package-unused version-unused.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18  emulate sh
19  NULLCMD=:
20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21  # is contrary to our usage.  Disable this feature.
22  alias -g '${1+"$@"}'='"$@"'
23  setopt NO_GLOB_SUBST
24else
25  case `(set -o) 2>/dev/null` in #(
26  *posix*) :
27    set -o posix ;; #(
28  *) :
29     ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45  as_echo='print -r --'
46  as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48  as_echo='printf %s\n'
49  as_echo_n='printf %s'
50else
51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53    as_echo_n='/usr/ucb/echo -n'
54  else
55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56    as_echo_n_body='eval
57      arg=$1;
58      case $arg in #(
59      *"$as_nl"*)
60	expr "X$arg" : "X\\(.*\\)$as_nl";
61	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62      esac;
63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64    '
65    export as_echo_n_body
66    as_echo_n='sh -c $as_echo_n_body as_echo'
67  fi
68  export as_echo_body
69  as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74  PATH_SEPARATOR=:
75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77      PATH_SEPARATOR=';'
78  }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order.  Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" ""	$as_nl"
88
89# Find who we are.  Look in the path if we contain no directory separator.
90as_myself=
91case $0 in #((
92  *[\\/]* ) as_myself=$0 ;;
93  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96  IFS=$as_save_IFS
97  test -z "$as_dir" && as_dir=.
98    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99  done
100IFS=$as_save_IFS
101
102     ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107  as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111  exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there.  '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135# Use a proper internal environment variable to ensure we don't fall
136  # into an infinite loop, continuously re-executing ourselves.
137  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138    _as_can_reexec=no; export _as_can_reexec;
139    # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147  *v*x* | *x*v* ) as_opts=-vx ;;
148  *v* ) as_opts=-v ;;
149  *x* ) as_opts=-x ;;
150  * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157  fi
158  # We don't want this to propagate to other subprocesses.
159          { _as_can_reexec=; unset _as_can_reexec;}
160if test "x$CONFIG_SHELL" = x; then
161  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162  emulate sh
163  NULLCMD=:
164  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165  # is contrary to our usage.  Disable this feature.
166  alias -g '\${1+\"\$@\"}'='\"\$@\"'
167  setopt NO_GLOB_SUBST
168else
169  case \`(set -o) 2>/dev/null\` in #(
170  *posix*) :
171    set -o posix ;; #(
172  *) :
173     ;;
174esac
175fi
176"
177  as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191  exitcode=1; echo positional parameters were not saved.
192fi
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
195  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199test \$(( 1 + 1 )) = 2 || exit 1
200
201  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205    PATH=/empty FPATH=/empty; export PATH FPATH
206    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208  if (eval "$as_required") 2>/dev/null; then :
209  as_have_required=yes
210else
211  as_have_required=no
212fi
213  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219do
220  IFS=$as_save_IFS
221  test -z "$as_dir" && as_dir=.
222  as_found=:
223  case $as_dir in #(
224	 /*)
225	   for as_base in sh bash ksh sh5; do
226	     # Try only shells that exist, to save several forks.
227	     as_shell=$as_dir/$as_base
228	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230  CONFIG_SHELL=$as_shell as_have_required=yes
231		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232  break 2
233fi
234fi
235	   done;;
236       esac
237  as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241  CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246      if test "x$CONFIG_SHELL" != x; then :
247  export CONFIG_SHELL
248             # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256  *v*x* | *x*v* ) as_opts=-vx ;;
257  *v* ) as_opts=-v ;;
258  *x* ) as_opts=-x ;;
259  * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
266fi
267
268    if test x$as_have_required = xno; then :
269  $as_echo "$0: This script requires a shell more modern than all"
270  $as_echo "$0: the shells that I found on your system."
271  if test x${ZSH_VERSION+set} = xset ; then
272    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274  else
275    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
279  fi
280  exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298  { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307  return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315  set +e
316  as_fn_set_status $1
317  exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326  case $as_dir in #(
327  -*) as_dir=./$as_dir;;
328  esac
329  test -d "$as_dir" || eval $as_mkdir_p || {
330    as_dirs=
331    while :; do
332      case $as_dir in #(
333      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334      *) as_qdir=$as_dir;;
335      esac
336      as_dirs="'$as_qdir' $as_dirs"
337      as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339	 X"$as_dir" : 'X\(//\)[^/]' \| \
340	 X"$as_dir" : 'X\(//\)$' \| \
341	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344	    s//\1/
345	    q
346	  }
347	  /^X\(\/\/\)[^/].*/{
348	    s//\1/
349	    q
350	  }
351	  /^X\(\/\/\)$/{
352	    s//\1/
353	    q
354	  }
355	  /^X\(\/\).*/{
356	    s//\1/
357	    q
358	  }
359	  s/.*/./; q'`
360      test -d "$as_dir" && break
361    done
362    test -z "$as_dirs" || eval "mkdir $as_dirs"
363  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366} # as_fn_mkdir_p
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373  test -f "$1" && test -x "$1"
374} # as_fn_executable_p
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382  eval 'as_fn_append ()
383  {
384    eval $1+=\$2
385  }'
386else
387  as_fn_append ()
388  {
389    eval $1=\$$1\$2
390  }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399  eval 'as_fn_arith ()
400  {
401    as_val=$(( $* ))
402  }'
403else
404  as_fn_arith ()
405  {
406    as_val=`expr "$@" || test $? -eq 1`
407  }
408fi # as_fn_arith
409
410
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415# script with STATUS, using 1 if that was 0.
416as_fn_error ()
417{
418  as_status=$1; test $as_status -eq 0 && as_status=1
419  if test "$4"; then
420    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422  fi
423  $as_echo "$as_me: error: $2" >&2
424  as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428   test "X`expr 00001 : '.*\(...\)'`" = X001; then
429  as_expr=expr
430else
431  as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435  as_basename=basename
436else
437  as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441  as_dirname=dirname
442else
443  as_dirname=false
444fi
445
446as_me=`$as_basename -- "$0" ||
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448	 X"$0" : 'X\(//\)$' \| \
449	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451    sed '/^.*\/\([^/][^/]*\)\/*$/{
452	    s//\1/
453	    q
454	  }
455	  /^X\/\(\/\/\)$/{
456	    s//\1/
457	    q
458	  }
459	  /^X\/\(\/\).*/{
460	    s//\1/
461	    q
462	  }
463	  s/.*/./; q'`
464
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473  as_lineno_1=$LINENO as_lineno_1a=$LINENO
474  as_lineno_2=$LINENO as_lineno_2a=$LINENO
475  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
478  sed -n '
479    p
480    /[$]LINENO/=
481  ' <$as_myself |
482    sed '
483      s/[$]LINENO.*/&-/
484      t lineno
485      b
486      :lineno
487      N
488      :loop
489      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490      t loop
491      s/-\n.*//
492    ' >$as_me.lineno &&
493  chmod +x "$as_me.lineno" ||
494    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497  # already done that, so ensure we don't try to do so again and fall
498  # in an infinite loop.  This has already happened in practice.
499  _as_can_reexec=no; export _as_can_reexec
500  # Don't try to exec as it changes $[0], causing all sort of problems
501  # (the dirname of $[0] is not the place where we might find the
502  # original and so on.  Autoconf is especially sensitive to this).
503  . "./$as_me.lineno"
504  # Exit status is that of the last command.
505  exit
506}
507
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511  case `echo 'xy\c'` in
512  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
513  xy)  ECHO_C='\c';;
514  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
515       ECHO_T='	';;
516  esac;;
517*)
518  ECHO_N='-n';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523  rm -f conf$$.dir/conf$$.file
524else
525  rm -f conf$$.dir
526  mkdir conf$$.dir 2>/dev/null
527fi
528if (echo >conf$$.file) 2>/dev/null; then
529  if ln -s conf$$.file conf$$ 2>/dev/null; then
530    as_ln_s='ln -s'
531    # ... but there are two gotchas:
532    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534    # In both cases, we have to default to `cp -pR'.
535    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536      as_ln_s='cp -pR'
537  elif ln conf$$.file conf$$ 2>/dev/null; then
538    as_ln_s=ln
539  else
540    as_ln_s='cp -pR'
541  fi
542else
543  as_ln_s='cp -pR'
544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549  as_mkdir_p='mkdir -p "$as_dir"'
550else
551  test -d ./-p && rmdir ./-p
552  as_mkdir_p=false
553fi
554
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
569
570# Name of the host.
571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME='package-unused'
589PACKAGE_TARNAME='libstdc++'
590PACKAGE_VERSION='version-unused'
591PACKAGE_STRING='package-unused version-unused'
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
594
595ac_unique_file="src/shared/hashtable-aux.cc"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
599#ifdef HAVE_SYS_TYPES_H
600# include <sys/types.h>
601#endif
602#ifdef HAVE_SYS_STAT_H
603# include <sys/stat.h>
604#endif
605#ifdef STDC_HEADERS
606# include <stdlib.h>
607# include <stddef.h>
608#else
609# ifdef HAVE_STDLIB_H
610#  include <stdlib.h>
611# endif
612#endif
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615#  include <memory.h>
616# endif
617# include <string.h>
618#endif
619#ifdef HAVE_STRINGS_H
620# include <strings.h>
621#endif
622#ifdef HAVE_INTTYPES_H
623# include <inttypes.h>
624#endif
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
629# include <unistd.h>
630#endif"
631
632ac_subst_vars='am__EXEEXT_FALSE
633am__EXEEXT_TRUE
634LTLIBOBJS
635LIBOBJS
636get_gcc_base_ver
637WARN_FLAGS
638OPTIMIZE_CXXFLAGS
639TOPLEVEL_INCLUDES
640GLIBCXX_INCLUDES
641glibcxx_toolexeclibdir
642glibcxx_toolexecdir
643gxx_include_dir
644glibcxx_prefixdir
645EXTRA_CFLAGS
646tmake_file
647CPU_OPT_BITS_RANDOM
648CPU_OPT_EXT_RANDOM
649ERROR_CONSTANTS_SRCDIR
650OS_INC_SRCDIR
651ABI_TWEAKS_SRCDIR
652CPU_DEFINES_SRCDIR
653ATOMIC_FLAGS
654ATOMIC_WORD_SRCDIR
655ATOMICITY_SRCDIR
656INCLUDE_DIR_NOTPARALLEL_FALSE
657INCLUDE_DIR_NOTPARALLEL_TRUE
658BUILD_PDF_FALSE
659BUILD_PDF_TRUE
660PDFLATEX
661DBLATEX
662BUILD_MAN_FALSE
663BUILD_MAN_TRUE
664BUILD_HTML_FALSE
665BUILD_HTML_TRUE
666BUILD_XML_FALSE
667BUILD_XML_TRUE
668BUILD_EPUB_FALSE
669BUILD_EPUB_TRUE
670XSL_STYLE_DIR
671XMLLINT
672XSLTPROC
673XMLCATALOG
674DOT
675DOXYGEN
676BUILD_INFO_FALSE
677BUILD_INFO_TRUE
678ENABLE_BACKTRACE_FALSE
679ENABLE_BACKTRACE_TRUE
680BACKTRACE_SUPPORTS_THREADS
681BACKTRACE_USES_MALLOC
682BACKTRACE_SUPPORTED
683BACKTRACE_CPPFLAGS
684ALLOC_FILE
685VIEW_FILE
686FORMAT_FILE
687ENABLE_FILESYSTEM_TS_FALSE
688ENABLE_FILESYSTEM_TS_TRUE
689baseline_subdir_switch
690baseline_dir
691HWCAP_CFLAGS
692GLIBCXX_LDBL_ALT128_COMPAT_FALSE
693GLIBCXX_LDBL_ALT128_COMPAT_TRUE
694GLIBCXX_LDBL_COMPAT_FALSE
695GLIBCXX_LDBL_COMPAT_TRUE
696LONG_DOUBLE_ALT128_COMPAT_FLAGS
697LONG_DOUBLE_128_FLAGS
698LONG_DOUBLE_COMPAT_FLAGS
699ENABLE_CXX11_ABI_FALSE
700ENABLE_CXX11_ABI_TRUE
701glibcxx_cxx98_abi
702ENABLE_DUAL_ABI_FALSE
703ENABLE_DUAL_ABI_TRUE
704ENABLE_VISIBILITY_FALSE
705ENABLE_VISIBILITY_TRUE
706libtool_VERSION
707ENABLE_SYMVERS_SUN_FALSE
708ENABLE_SYMVERS_SUN_TRUE
709ENABLE_SYMVERS_DARWIN_FALSE
710ENABLE_SYMVERS_DARWIN_TRUE
711ENABLE_SYMVERS_GNU_NAMESPACE_FALSE
712ENABLE_SYMVERS_GNU_NAMESPACE_TRUE
713ENABLE_SYMVERS_GNU_FALSE
714ENABLE_SYMVERS_GNU_TRUE
715ENABLE_SYMVERS_FALSE
716ENABLE_SYMVERS_TRUE
717port_specific_symbol_files
718SYMVER_FILE
719CXXFILT
720LTLIBICONV
721LIBICONV
722OPT_LDFLAGS
723SECTION_LDFLAGS
724GLIBCXX_LIBS
725ENABLE_VTABLE_VERIFY_FALSE
726ENABLE_VTABLE_VERIFY_TRUE
727VTV_CYGMIN_FALSE
728VTV_CYGMIN_TRUE
729VTV_CXXLINKFLAGS
730VTV_PCH_CXXFLAGS
731VTV_CXXFLAGS
732ENABLE_WERROR_FALSE
733ENABLE_WERROR_TRUE
734ENABLE_PYTHONDIR_FALSE
735ENABLE_PYTHONDIR_TRUE
736python_mod_dir
737ENABLE_EXTERN_TEMPLATE_FALSE
738ENABLE_EXTERN_TEMPLATE_TRUE
739EXTRA_CXX_FLAGS
740GLIBCXX_BUILD_DEBUG_FALSE
741GLIBCXX_BUILD_DEBUG_TRUE
742DEBUG_FLAGS
743GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE
744GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE
745GLIBCXX_C_HEADERS_C_GLOBAL_FALSE
746GLIBCXX_C_HEADERS_C_GLOBAL_TRUE
747GLIBCXX_C_HEADERS_C_STD_FALSE
748GLIBCXX_C_HEADERS_C_STD_TRUE
749GLIBCXX_C_HEADERS_C_FALSE
750GLIBCXX_C_HEADERS_C_TRUE
751C_INCLUDE_DIR
752ALLOCATOR_NAME
753ALLOCATOR_H
754ENABLE_ALLOCATOR_NEW_FALSE
755ENABLE_ALLOCATOR_NEW_TRUE
756CLOCALE_INTERNAL_H
757CLOCALE_CC
758CTIME_CC
759CTIME_H
760CNUMERIC_CC
761CMONEY_CC
762CMESSAGES_CC
763CCTYPE_CC
764CCOLLATE_CC
765CCODECVT_CC
766CMESSAGES_H
767CLOCALE_H
768USE_NLS
769glibcxx_localedir
770glibcxx_POFILES
771glibcxx_MOFILES
772check_msgfmt
773BASIC_FILE_CC
774BASIC_FILE_H
775CSTDIO_H
776SECTION_FLAGS
777ENABLE_FLOAT128_FALSE
778ENABLE_FLOAT128_TRUE
779thread_header
780glibcxx_PCHFLAGS
781GLIBCXX_BUILD_PCH_FALSE
782GLIBCXX_BUILD_PCH_TRUE
783FREESTANDING_FLAGS
784GLIBCXX_HOSTED_FALSE
785GLIBCXX_HOSTED_TRUE
786glibcxx_compiler_shared_flag
787glibcxx_compiler_pic_flag
788glibcxx_lt_pic_flag
789enable_static
790enable_shared
791lt_host_flags
792CXXCPP
793OTOOL64
794OTOOL
795LIPO
796NMEDIT
797DSYMUTIL
798OBJDUMP
799NM
800ac_ct_DUMPBIN
801DUMPBIN
802LD
803FGREP
804SED
805LIBTOOL
806EGREP
807GREP
808CPP
809MAINT
810MAINTAINER_MODE_FALSE
811MAINTAINER_MODE_TRUE
812RANLIB
813AR
814AS
815LN_S
816toplevel_srcdir
817toplevel_builddir
818glibcxx_srcdir
819glibcxx_builddir
820ac_ct_CXX
821CXXFLAGS
822CXX
823OBJEXT
824EXEEXT
825ac_ct_CC
826CPPFLAGS
827LDFLAGS
828CFLAGS
829CC
830AM_BACKSLASH
831AM_DEFAULT_VERBOSITY
832AM_DEFAULT_V
833AM_V
834am__untar
835am__tar
836AMTAR
837am__leading_dot
838SET_MAKE
839AWK
840mkdir_p
841MKDIR_P
842INSTALL_STRIP_PROGRAM
843STRIP
844install_sh
845MAKEINFO
846AUTOHEADER
847AUTOMAKE
848AUTOCONF
849ACLOCAL
850VERSION
851PACKAGE
852CYGPATH_W
853am__isrc
854INSTALL_DATA
855INSTALL_SCRIPT
856INSTALL_PROGRAM
857target_os
858target_vendor
859target_cpu
860target
861host_os
862host_vendor
863host_cpu
864host
865build_os
866build_vendor
867build_cpu
868build
869multi_basedir
870target_alias
871host_alias
872build_alias
873LIBS
874ECHO_T
875ECHO_N
876ECHO_C
877DEFS
878mandir
879localedir
880libdir
881psdir
882pdfdir
883dvidir
884htmldir
885infodir
886docdir
887oldincludedir
888includedir
889localstatedir
890sharedstatedir
891sysconfdir
892datadir
893datarootdir
894libexecdir
895sbindir
896bindir
897program_transform_name
898prefix
899exec_prefix
900PACKAGE_URL
901PACKAGE_BUGREPORT
902PACKAGE_STRING
903PACKAGE_VERSION
904PACKAGE_TARNAME
905PACKAGE_NAME
906PATH_SEPARATOR
907SHELL'
908ac_subst_files=''
909ac_user_opts='
910enable_option_checking
911enable_multilib
912enable_silent_rules
913enable_largefile
914with_target_subdir
915with_cross_host
916with_newlib
917enable_maintainer_mode
918enable_shared
919enable_static
920with_pic
921enable_fast_install
922with_gnu_ld
923enable_libtool_lock
924enable_hosted_libstdcxx
925enable_libstdcxx_verbose
926enable_libstdcxx_pch
927with_libstdcxx_lock_policy
928enable_cstdio
929enable_clocale
930enable_nls
931enable_libstdcxx_allocator
932enable_cheaders_obsolete
933enable_cheaders
934enable_long_long
935enable_wchar_t
936enable_c99
937enable_concept_checks
938enable_libstdcxx_debug_flags
939enable_libstdcxx_debug
940enable_cxx_flags
941enable_fully_dynamic_string
942enable_extern_template
943with_python_dir
944enable_werror
945enable_vtable_verify
946enable_libstdcxx_time
947enable_tls
948enable_rpath
949with_libiconv_prefix
950with_libiconv_type
951with_system_libunwind
952enable_linux_futex
953enable_symvers
954enable_libstdcxx_visibility
955enable_libstdcxx_dual_abi
956with_default_libstdcxx_abi
957enable_libstdcxx_threads
958enable_libstdcxx_filesystem_ts
959enable_libstdcxx_backtrace
960enable_cet
961with_gxx_include_dir
962enable_version_specific_runtime_libs
963with_toolexeclibdir
964with_gcc_major_version_only
965'
966      ac_precious_vars='build_alias
967host_alias
968target_alias
969CC
970CFLAGS
971LDFLAGS
972LIBS
973CPPFLAGS
974CXX
975CXXFLAGS
976CCC
977CPP
978CXXCPP
979CXXFILT'
980
981
982# Initialize some variables set by options.
983ac_init_help=
984ac_init_version=false
985ac_unrecognized_opts=
986ac_unrecognized_sep=
987# The variables have the same names as the options, with
988# dashes changed to underlines.
989cache_file=/dev/null
990exec_prefix=NONE
991no_create=
992no_recursion=
993prefix=NONE
994program_prefix=NONE
995program_suffix=NONE
996program_transform_name=s,x,x,
997silent=
998site=
999srcdir=
1000verbose=
1001x_includes=NONE
1002x_libraries=NONE
1003
1004# Installation directory options.
1005# These are left unexpanded so users can "make install exec_prefix=/foo"
1006# and all the variables that are supposed to be based on exec_prefix
1007# by default will actually change.
1008# Use braces instead of parens because sh, perl, etc. also accept them.
1009# (The list follows the same order as the GNU Coding Standards.)
1010bindir='${exec_prefix}/bin'
1011sbindir='${exec_prefix}/sbin'
1012libexecdir='${exec_prefix}/libexec'
1013datarootdir='${prefix}/share'
1014datadir='${datarootdir}'
1015sysconfdir='${prefix}/etc'
1016sharedstatedir='${prefix}/com'
1017localstatedir='${prefix}/var'
1018includedir='${prefix}/include'
1019oldincludedir='/usr/include'
1020docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1021infodir='${datarootdir}/info'
1022htmldir='${docdir}'
1023dvidir='${docdir}'
1024pdfdir='${docdir}'
1025psdir='${docdir}'
1026libdir='${exec_prefix}/lib'
1027localedir='${datarootdir}/locale'
1028mandir='${datarootdir}/man'
1029
1030ac_prev=
1031ac_dashdash=
1032for ac_option
1033do
1034  # If the previous option needs an argument, assign it.
1035  if test -n "$ac_prev"; then
1036    eval $ac_prev=\$ac_option
1037    ac_prev=
1038    continue
1039  fi
1040
1041  case $ac_option in
1042  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1043  *=)   ac_optarg= ;;
1044  *)    ac_optarg=yes ;;
1045  esac
1046
1047  # Accept the important Cygnus configure options, so we can diagnose typos.
1048
1049  case $ac_dashdash$ac_option in
1050  --)
1051    ac_dashdash=yes ;;
1052
1053  -bindir | --bindir | --bindi | --bind | --bin | --bi)
1054    ac_prev=bindir ;;
1055  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1056    bindir=$ac_optarg ;;
1057
1058  -build | --build | --buil | --bui | --bu)
1059    ac_prev=build_alias ;;
1060  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1061    build_alias=$ac_optarg ;;
1062
1063  -cache-file | --cache-file | --cache-fil | --cache-fi \
1064  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1065    ac_prev=cache_file ;;
1066  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1067  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1068    cache_file=$ac_optarg ;;
1069
1070  --config-cache | -C)
1071    cache_file=config.cache ;;
1072
1073  -datadir | --datadir | --datadi | --datad)
1074    ac_prev=datadir ;;
1075  -datadir=* | --datadir=* | --datadi=* | --datad=*)
1076    datadir=$ac_optarg ;;
1077
1078  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1079  | --dataroo | --dataro | --datar)
1080    ac_prev=datarootdir ;;
1081  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1082  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1083    datarootdir=$ac_optarg ;;
1084
1085  -disable-* | --disable-*)
1086    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1087    # Reject names that are not valid shell variable names.
1088    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1089      as_fn_error $? "invalid feature name: $ac_useropt"
1090    ac_useropt_orig=$ac_useropt
1091    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1092    case $ac_user_opts in
1093      *"
1094"enable_$ac_useropt"
1095"*) ;;
1096      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1097	 ac_unrecognized_sep=', ';;
1098    esac
1099    eval enable_$ac_useropt=no ;;
1100
1101  -docdir | --docdir | --docdi | --doc | --do)
1102    ac_prev=docdir ;;
1103  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1104    docdir=$ac_optarg ;;
1105
1106  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1107    ac_prev=dvidir ;;
1108  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1109    dvidir=$ac_optarg ;;
1110
1111  -enable-* | --enable-*)
1112    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1113    # Reject names that are not valid shell variable names.
1114    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1115      as_fn_error $? "invalid feature name: $ac_useropt"
1116    ac_useropt_orig=$ac_useropt
1117    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1118    case $ac_user_opts in
1119      *"
1120"enable_$ac_useropt"
1121"*) ;;
1122      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1123	 ac_unrecognized_sep=', ';;
1124    esac
1125    eval enable_$ac_useropt=\$ac_optarg ;;
1126
1127  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1128  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1129  | --exec | --exe | --ex)
1130    ac_prev=exec_prefix ;;
1131  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1132  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1133  | --exec=* | --exe=* | --ex=*)
1134    exec_prefix=$ac_optarg ;;
1135
1136  -gas | --gas | --ga | --g)
1137    # Obsolete; use --with-gas.
1138    with_gas=yes ;;
1139
1140  -help | --help | --hel | --he | -h)
1141    ac_init_help=long ;;
1142  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1143    ac_init_help=recursive ;;
1144  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1145    ac_init_help=short ;;
1146
1147  -host | --host | --hos | --ho)
1148    ac_prev=host_alias ;;
1149  -host=* | --host=* | --hos=* | --ho=*)
1150    host_alias=$ac_optarg ;;
1151
1152  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1153    ac_prev=htmldir ;;
1154  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1155  | --ht=*)
1156    htmldir=$ac_optarg ;;
1157
1158  -includedir | --includedir | --includedi | --included | --include \
1159  | --includ | --inclu | --incl | --inc)
1160    ac_prev=includedir ;;
1161  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1162  | --includ=* | --inclu=* | --incl=* | --inc=*)
1163    includedir=$ac_optarg ;;
1164
1165  -infodir | --infodir | --infodi | --infod | --info | --inf)
1166    ac_prev=infodir ;;
1167  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1168    infodir=$ac_optarg ;;
1169
1170  -libdir | --libdir | --libdi | --libd)
1171    ac_prev=libdir ;;
1172  -libdir=* | --libdir=* | --libdi=* | --libd=*)
1173    libdir=$ac_optarg ;;
1174
1175  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1176  | --libexe | --libex | --libe)
1177    ac_prev=libexecdir ;;
1178  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1179  | --libexe=* | --libex=* | --libe=*)
1180    libexecdir=$ac_optarg ;;
1181
1182  -localedir | --localedir | --localedi | --localed | --locale)
1183    ac_prev=localedir ;;
1184  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1185    localedir=$ac_optarg ;;
1186
1187  -localstatedir | --localstatedir | --localstatedi | --localstated \
1188  | --localstate | --localstat | --localsta | --localst | --locals)
1189    ac_prev=localstatedir ;;
1190  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1191  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1192    localstatedir=$ac_optarg ;;
1193
1194  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1195    ac_prev=mandir ;;
1196  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1197    mandir=$ac_optarg ;;
1198
1199  -nfp | --nfp | --nf)
1200    # Obsolete; use --without-fp.
1201    with_fp=no ;;
1202
1203  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1204  | --no-cr | --no-c | -n)
1205    no_create=yes ;;
1206
1207  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1208  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1209    no_recursion=yes ;;
1210
1211  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1212  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1213  | --oldin | --oldi | --old | --ol | --o)
1214    ac_prev=oldincludedir ;;
1215  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1216  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1217  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1218    oldincludedir=$ac_optarg ;;
1219
1220  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1221    ac_prev=prefix ;;
1222  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1223    prefix=$ac_optarg ;;
1224
1225  -program-prefix | --program-prefix | --program-prefi | --program-pref \
1226  | --program-pre | --program-pr | --program-p)
1227    ac_prev=program_prefix ;;
1228  -program-prefix=* | --program-prefix=* | --program-prefi=* \
1229  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1230    program_prefix=$ac_optarg ;;
1231
1232  -program-suffix | --program-suffix | --program-suffi | --program-suff \
1233  | --program-suf | --program-su | --program-s)
1234    ac_prev=program_suffix ;;
1235  -program-suffix=* | --program-suffix=* | --program-suffi=* \
1236  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1237    program_suffix=$ac_optarg ;;
1238
1239  -program-transform-name | --program-transform-name \
1240  | --program-transform-nam | --program-transform-na \
1241  | --program-transform-n | --program-transform- \
1242  | --program-transform | --program-transfor \
1243  | --program-transfo | --program-transf \
1244  | --program-trans | --program-tran \
1245  | --progr-tra | --program-tr | --program-t)
1246    ac_prev=program_transform_name ;;
1247  -program-transform-name=* | --program-transform-name=* \
1248  | --program-transform-nam=* | --program-transform-na=* \
1249  | --program-transform-n=* | --program-transform-=* \
1250  | --program-transform=* | --program-transfor=* \
1251  | --program-transfo=* | --program-transf=* \
1252  | --program-trans=* | --program-tran=* \
1253  | --progr-tra=* | --program-tr=* | --program-t=*)
1254    program_transform_name=$ac_optarg ;;
1255
1256  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1257    ac_prev=pdfdir ;;
1258  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1259    pdfdir=$ac_optarg ;;
1260
1261  -psdir | --psdir | --psdi | --psd | --ps)
1262    ac_prev=psdir ;;
1263  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1264    psdir=$ac_optarg ;;
1265
1266  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1267  | -silent | --silent | --silen | --sile | --sil)
1268    silent=yes ;;
1269
1270  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1271    ac_prev=sbindir ;;
1272  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1273  | --sbi=* | --sb=*)
1274    sbindir=$ac_optarg ;;
1275
1276  -sharedstatedir | --sharedstatedir | --sharedstatedi \
1277  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1278  | --sharedst | --shareds | --shared | --share | --shar \
1279  | --sha | --sh)
1280    ac_prev=sharedstatedir ;;
1281  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1282  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1283  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1284  | --sha=* | --sh=*)
1285    sharedstatedir=$ac_optarg ;;
1286
1287  -site | --site | --sit)
1288    ac_prev=site ;;
1289  -site=* | --site=* | --sit=*)
1290    site=$ac_optarg ;;
1291
1292  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1293    ac_prev=srcdir ;;
1294  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1295    srcdir=$ac_optarg ;;
1296
1297  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1298  | --syscon | --sysco | --sysc | --sys | --sy)
1299    ac_prev=sysconfdir ;;
1300  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1301  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1302    sysconfdir=$ac_optarg ;;
1303
1304  -target | --target | --targe | --targ | --tar | --ta | --t)
1305    ac_prev=target_alias ;;
1306  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1307    target_alias=$ac_optarg ;;
1308
1309  -v | -verbose | --verbose | --verbos | --verbo | --verb)
1310    verbose=yes ;;
1311
1312  -version | --version | --versio | --versi | --vers | -V)
1313    ac_init_version=: ;;
1314
1315  -with-* | --with-*)
1316    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1317    # Reject names that are not valid shell variable names.
1318    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1319      as_fn_error $? "invalid package name: $ac_useropt"
1320    ac_useropt_orig=$ac_useropt
1321    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1322    case $ac_user_opts in
1323      *"
1324"with_$ac_useropt"
1325"*) ;;
1326      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1327	 ac_unrecognized_sep=', ';;
1328    esac
1329    eval with_$ac_useropt=\$ac_optarg ;;
1330
1331  -without-* | --without-*)
1332    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1333    # Reject names that are not valid shell variable names.
1334    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1335      as_fn_error $? "invalid package name: $ac_useropt"
1336    ac_useropt_orig=$ac_useropt
1337    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1338    case $ac_user_opts in
1339      *"
1340"with_$ac_useropt"
1341"*) ;;
1342      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1343	 ac_unrecognized_sep=', ';;
1344    esac
1345    eval with_$ac_useropt=no ;;
1346
1347  --x)
1348    # Obsolete; use --with-x.
1349    with_x=yes ;;
1350
1351  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1352  | --x-incl | --x-inc | --x-in | --x-i)
1353    ac_prev=x_includes ;;
1354  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1355  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1356    x_includes=$ac_optarg ;;
1357
1358  -x-libraries | --x-libraries | --x-librarie | --x-librari \
1359  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1360    ac_prev=x_libraries ;;
1361  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1362  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1363    x_libraries=$ac_optarg ;;
1364
1365  -*) as_fn_error $? "unrecognized option: \`$ac_option'
1366Try \`$0 --help' for more information"
1367    ;;
1368
1369  *=*)
1370    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1371    # Reject names that are not valid shell variable names.
1372    case $ac_envvar in #(
1373      '' | [0-9]* | *[!_$as_cr_alnum]* )
1374      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1375    esac
1376    eval $ac_envvar=\$ac_optarg
1377    export $ac_envvar ;;
1378
1379  *)
1380    # FIXME: should be removed in autoconf 3.0.
1381    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1382    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1383      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1384    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1385    ;;
1386
1387  esac
1388done
1389
1390if test -n "$ac_prev"; then
1391  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1392  as_fn_error $? "missing argument to $ac_option"
1393fi
1394
1395if test -n "$ac_unrecognized_opts"; then
1396  case $enable_option_checking in
1397    no) ;;
1398    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1399    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1400  esac
1401fi
1402
1403# Check all directory arguments for consistency.
1404for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
1405		datadir sysconfdir sharedstatedir localstatedir includedir \
1406		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1407		libdir localedir mandir
1408do
1409  eval ac_val=\$$ac_var
1410  # Remove trailing slashes.
1411  case $ac_val in
1412    */ )
1413      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1414      eval $ac_var=\$ac_val;;
1415  esac
1416  # Be sure to have absolute directory names.
1417  case $ac_val in
1418    [\\/$]* | ?:[\\/]* )  continue;;
1419    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1420  esac
1421  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1422done
1423
1424# There might be people who depend on the old broken behavior: `$host'
1425# used to hold the argument of --host etc.
1426# FIXME: To remove some day.
1427build=$build_alias
1428host=$host_alias
1429target=$target_alias
1430
1431# FIXME: To remove some day.
1432if test "x$host_alias" != x; then
1433  if test "x$build_alias" = x; then
1434    cross_compiling=maybe
1435  elif test "x$build_alias" != "x$host_alias"; then
1436    cross_compiling=yes
1437  fi
1438fi
1439
1440ac_tool_prefix=
1441test -n "$host_alias" && ac_tool_prefix=$host_alias-
1442
1443test "$silent" = yes && exec 6>/dev/null
1444
1445
1446ac_pwd=`pwd` && test -n "$ac_pwd" &&
1447ac_ls_di=`ls -di .` &&
1448ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1449  as_fn_error $? "working directory cannot be determined"
1450test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1451  as_fn_error $? "pwd does not report name of working directory"
1452
1453
1454# Find the source files, if location was not specified.
1455if test -z "$srcdir"; then
1456  ac_srcdir_defaulted=yes
1457  # Try the directory containing this script, then the parent directory.
1458  ac_confdir=`$as_dirname -- "$as_myself" ||
1459$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1460	 X"$as_myself" : 'X\(//\)[^/]' \| \
1461	 X"$as_myself" : 'X\(//\)$' \| \
1462	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1463$as_echo X"$as_myself" |
1464    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1465	    s//\1/
1466	    q
1467	  }
1468	  /^X\(\/\/\)[^/].*/{
1469	    s//\1/
1470	    q
1471	  }
1472	  /^X\(\/\/\)$/{
1473	    s//\1/
1474	    q
1475	  }
1476	  /^X\(\/\).*/{
1477	    s//\1/
1478	    q
1479	  }
1480	  s/.*/./; q'`
1481  srcdir=$ac_confdir
1482  if test ! -r "$srcdir/$ac_unique_file"; then
1483    srcdir=..
1484  fi
1485else
1486  ac_srcdir_defaulted=no
1487fi
1488if test ! -r "$srcdir/$ac_unique_file"; then
1489  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1490  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1491fi
1492ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1493ac_abs_confdir=`(
1494	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1495	pwd)`
1496# When building in place, set srcdir=.
1497if test "$ac_abs_confdir" = "$ac_pwd"; then
1498  srcdir=.
1499fi
1500# Remove unnecessary trailing slashes from srcdir.
1501# Double slashes in file names in object file debugging info
1502# mess up M-x gdb in Emacs.
1503case $srcdir in
1504*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1505esac
1506for ac_var in $ac_precious_vars; do
1507  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1508  eval ac_env_${ac_var}_value=\$${ac_var}
1509  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1510  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1511done
1512
1513#
1514# Report the --help message.
1515#
1516if test "$ac_init_help" = "long"; then
1517  # Omit some internal or obsolete options to make the list less imposing.
1518  # This message is too long to be a string in the A/UX 3.1 sh.
1519  cat <<_ACEOF
1520\`configure' configures package-unused version-unused to adapt to many kinds of systems.
1521
1522Usage: $0 [OPTION]... [VAR=VALUE]...
1523
1524To assign environment variables (e.g., CC, CFLAGS...), specify them as
1525VAR=VALUE.  See below for descriptions of some of the useful variables.
1526
1527Defaults for the options are specified in brackets.
1528
1529Configuration:
1530  -h, --help              display this help and exit
1531      --help=short        display options specific to this package
1532      --help=recursive    display the short help of all the included packages
1533  -V, --version           display version information and exit
1534  -q, --quiet, --silent   do not print \`checking ...' messages
1535      --cache-file=FILE   cache test results in FILE [disabled]
1536  -C, --config-cache      alias for \`--cache-file=config.cache'
1537  -n, --no-create         do not create output files
1538      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1539
1540Installation directories:
1541  --prefix=PREFIX         install architecture-independent files in PREFIX
1542                          [$ac_default_prefix]
1543  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1544                          [PREFIX]
1545
1546By default, \`make install' will install all the files in
1547\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1548an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1549for instance \`--prefix=\$HOME'.
1550
1551For better control, use the options below.
1552
1553Fine tuning of the installation directories:
1554  --bindir=DIR            user executables [EPREFIX/bin]
1555  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1556  --libexecdir=DIR        program executables [EPREFIX/libexec]
1557  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1558  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1559  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1560  --libdir=DIR            object code libraries [EPREFIX/lib]
1561  --includedir=DIR        C header files [PREFIX/include]
1562  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1563  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1564  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1565  --infodir=DIR           info documentation [DATAROOTDIR/info]
1566  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1567  --mandir=DIR            man documentation [DATAROOTDIR/man]
1568  --docdir=DIR            documentation root [DATAROOTDIR/doc/libstdc++]
1569  --htmldir=DIR           html documentation [DOCDIR]
1570  --dvidir=DIR            dvi documentation [DOCDIR]
1571  --pdfdir=DIR            pdf documentation [DOCDIR]
1572  --psdir=DIR             ps documentation [DOCDIR]
1573_ACEOF
1574
1575  cat <<\_ACEOF
1576
1577Program names:
1578  --program-prefix=PREFIX            prepend PREFIX to installed program names
1579  --program-suffix=SUFFIX            append SUFFIX to installed program names
1580  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1581
1582System types:
1583  --build=BUILD     configure for building on BUILD [guessed]
1584  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1585  --target=TARGET   configure for building compilers for TARGET [HOST]
1586_ACEOF
1587fi
1588
1589if test -n "$ac_init_help"; then
1590  case $ac_init_help in
1591     short | recursive ) echo "Configuration of package-unused version-unused:";;
1592   esac
1593  cat <<\_ACEOF
1594
1595Optional Features:
1596  --disable-option-checking  ignore unrecognized --enable/--with options
1597  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1598  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1599  --enable-multilib       build many library versions (default)
1600  --enable-silent-rules   less verbose build output (undo: "make V=1")
1601  --disable-silent-rules  verbose build output (undo: "make V=0")
1602  --disable-largefile     omit support for large files
1603  --enable-maintainer-mode
1604                          enable make rules and dependencies not useful (and
1605                          sometimes confusing) to the casual installer
1606  --enable-shared[=PKGS]  build shared libraries [default=yes]
1607  --enable-static[=PKGS]  build static libraries [default=yes]
1608  --enable-fast-install[=PKGS]
1609                          optimize for fast installation [default=yes]
1610  --disable-libtool-lock  avoid locking (might break parallel builds)
1611  --disable-hosted-libstdcxx
1612                          only build freestanding C++ runtime support
1613  --disable-libstdcxx-verbose
1614                          disable termination messages to standard error
1615  --enable-libstdcxx-pch  build pre-compiled libstdc++ headers
1616                          [default=$is_hosted]
1617  --enable-cstdio[=PACKAGE]
1618                          use target-specific I/O package [default=stdio]
1619  --enable-clocale[=MODEL]
1620                          use MODEL for target locale package [default=auto]
1621  --enable-nls            use Native Language Support (default)
1622  --enable-libstdcxx-allocator[=KIND]
1623                          use KIND for target std::allocator base
1624                          [default=auto]
1625  --enable-cheaders-obsolete
1626                          allow use of obsolete "C" headers for g++
1627                          [default=no]
1628  --enable-cheaders[=KIND]
1629                          construct "C" headers for g++ [default=$c_model]
1630  --enable-long-long      enable template specializations for 'long long'
1631                          [default=yes]
1632  --enable-wchar_t        enable template specializations for 'wchar_t'
1633                          [default=yes]
1634  --enable-c99            turns on ISO/IEC 9899:1999 support [default=yes]
1635  --enable-concept-checks use Boost-derived template checks [default=no]
1636  --enable-libstdcxx-debug-flags=FLAGS
1637                          pass compiler FLAGS when building debug library
1638                          [default="-g3 -O0 -D_GLIBCXX_ASSERTIONS"]
1639  --enable-libstdcxx-debug
1640                          build extra debug library [default=no]
1641  --enable-cxx-flags=FLAGS
1642                          pass compiler FLAGS when building library [default=]
1643  --enable-fully-dynamic-string
1644                          do not put empty strings in per-process static
1645                          memory [default=no]
1646  --enable-extern-template
1647                          enable extern template [default=yes]
1648  --enable-werror         turns on -Werror [default=no]
1649  --enable-vtable-verify  enable vtable verify [default=no]
1650  --enable-libstdcxx-time[=KIND]
1651                          use KIND for check type [default=auto]
1652  --enable-tls            Use thread-local storage [default=yes]
1653  --disable-rpath         do not hardcode runtime library paths
1654  --enable-linux-futex    use the Linux futex system call [default=default]
1655  --enable-symvers[=STYLE]
1656                          enables symbol versioning of the shared library
1657                          [default=yes]
1658  --enable-libstdcxx-visibility
1659                          enables visibility safe usage [default=yes]
1660  --enable-libstdcxx-dual-abi
1661                          support two versions of std::string [default=yes]
1662  --enable-libstdcxx-threads
1663                          enable C++11 threads support [default=auto]
1664  --enable-libstdcxx-filesystem-ts
1665                          turns on ISO/IEC TS 18822 support [default=auto]
1666  --enable-libstdcxx-backtrace
1667                          turns on libbacktrace support [default=auto]
1668  --enable-cet            enable Intel CET in target libraries [default=auto]
1669  --enable-version-specific-runtime-libs
1670                          Specify that runtime libraries should be installed
1671                          in a compiler-specific directory
1672
1673Optional Packages:
1674  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1675  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1676  --with-target-subdir=SUBDIR
1677                          configuring in a subdirectory
1678  --with-cross-host=HOST  configuring with a cross compiler
1679  --with-newlib           assume newlib as a system C library
1680  --with-pic              try to use only PIC/non-PIC objects [default=use
1681                          both]
1682  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1683  --with-libstdcxx-lock-policy={atomic,mutex,auto}
1684                          synchronization policy for shared_ptr reference
1685                          counting [default=auto]
1686  --with-python-dir       the location to install Python modules. This path is
1687                          relative starting from the prefix.
1688  --with-gnu-ld           assume the C compiler uses GNU ld default=no
1689  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
1690  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
1691  --with-libiconv-type=TYPE     type of library to search for (auto/static/shared)
1692  --with-system-libunwind use installed libunwind
1693  --with-default-libstdcxx-abi
1694                          set the std::string ABI to use by default
1695  --with-gxx-include-dir=DIR
1696                          installation directory for include files
1697  --with-toolexeclibdir=DIR
1698                          install libraries built with a cross compiler within
1699                          DIR
1700  --with-gcc-major-version-only
1701                          use only GCC major number in filesystem paths
1702
1703Some influential environment variables:
1704  CC          C compiler command
1705  CFLAGS      C compiler flags
1706  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1707              nonstandard directory <lib dir>
1708  LIBS        libraries to pass to the linker, e.g. -l<library>
1709  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1710              you have headers in a nonstandard directory <include dir>
1711  CXX         C++ compiler command
1712  CXXFLAGS    C++ compiler flags
1713  CPP         C preprocessor
1714  CXXCPP      C++ preprocessor
1715  CXXFILT     Location of GNU c++filt. Defaults to the first GNU version of
1716              `c++filt', `gc++filt' on PATH.
1717
1718Use these variables to override the choices made by `configure' or to help
1719it to find libraries and programs with nonstandard names/locations.
1720
1721Report bugs to the package provider.
1722_ACEOF
1723ac_status=$?
1724fi
1725
1726if test "$ac_init_help" = "recursive"; then
1727  # If there are subdirs, report their specific --help.
1728  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1729    test -d "$ac_dir" ||
1730      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1731      continue
1732    ac_builddir=.
1733
1734case "$ac_dir" in
1735.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1736*)
1737  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1738  # A ".." for each directory in $ac_dir_suffix.
1739  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1740  case $ac_top_builddir_sub in
1741  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1742  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1743  esac ;;
1744esac
1745ac_abs_top_builddir=$ac_pwd
1746ac_abs_builddir=$ac_pwd$ac_dir_suffix
1747# for backward compatibility:
1748ac_top_builddir=$ac_top_build_prefix
1749
1750case $srcdir in
1751  .)  # We are building in place.
1752    ac_srcdir=.
1753    ac_top_srcdir=$ac_top_builddir_sub
1754    ac_abs_top_srcdir=$ac_pwd ;;
1755  [\\/]* | ?:[\\/]* )  # Absolute name.
1756    ac_srcdir=$srcdir$ac_dir_suffix;
1757    ac_top_srcdir=$srcdir
1758    ac_abs_top_srcdir=$srcdir ;;
1759  *) # Relative name.
1760    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1761    ac_top_srcdir=$ac_top_build_prefix$srcdir
1762    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1763esac
1764ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1765
1766    cd "$ac_dir" || { ac_status=$?; continue; }
1767    # Check for guested configure.
1768    if test -f "$ac_srcdir/configure.gnu"; then
1769      echo &&
1770      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1771    elif test -f "$ac_srcdir/configure"; then
1772      echo &&
1773      $SHELL "$ac_srcdir/configure" --help=recursive
1774    else
1775      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1776    fi || ac_status=$?
1777    cd "$ac_pwd" || { ac_status=$?; break; }
1778  done
1779fi
1780
1781test -n "$ac_init_help" && exit $ac_status
1782if $ac_init_version; then
1783  cat <<\_ACEOF
1784package-unused configure version-unused
1785generated by GNU Autoconf 2.69
1786
1787Copyright (C) 2012 Free Software Foundation, Inc.
1788This configure script is free software; the Free Software Foundation
1789gives unlimited permission to copy, distribute and modify it.
1790_ACEOF
1791  exit
1792fi
1793
1794## ------------------------ ##
1795## Autoconf initialization. ##
1796## ------------------------ ##
1797
1798# ac_fn_c_try_compile LINENO
1799# --------------------------
1800# Try to compile conftest.$ac_ext, and return whether this succeeded.
1801ac_fn_c_try_compile ()
1802{
1803  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804  rm -f conftest.$ac_objext
1805  if { { ac_try="$ac_compile"
1806case "(($ac_try" in
1807  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1808  *) ac_try_echo=$ac_try;;
1809esac
1810eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1811$as_echo "$ac_try_echo"; } >&5
1812  (eval "$ac_compile") 2>conftest.err
1813  ac_status=$?
1814  if test -s conftest.err; then
1815    grep -v '^ *+' conftest.err >conftest.er1
1816    cat conftest.er1 >&5
1817    mv -f conftest.er1 conftest.err
1818  fi
1819  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1820  test $ac_status = 0; } && {
1821	 test -z "$ac_c_werror_flag" ||
1822	 test ! -s conftest.err
1823       } && test -s conftest.$ac_objext; then :
1824  ac_retval=0
1825else
1826  $as_echo "$as_me: failed program was:" >&5
1827sed 's/^/| /' conftest.$ac_ext >&5
1828
1829	ac_retval=1
1830fi
1831  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1832  as_fn_set_status $ac_retval
1833
1834} # ac_fn_c_try_compile
1835
1836# ac_fn_cxx_try_compile LINENO
1837# ----------------------------
1838# Try to compile conftest.$ac_ext, and return whether this succeeded.
1839ac_fn_cxx_try_compile ()
1840{
1841  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1842  rm -f conftest.$ac_objext
1843  if { { ac_try="$ac_compile"
1844case "(($ac_try" in
1845  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1846  *) ac_try_echo=$ac_try;;
1847esac
1848eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1849$as_echo "$ac_try_echo"; } >&5
1850  (eval "$ac_compile") 2>conftest.err
1851  ac_status=$?
1852  if test -s conftest.err; then
1853    grep -v '^ *+' conftest.err >conftest.er1
1854    cat conftest.er1 >&5
1855    mv -f conftest.er1 conftest.err
1856  fi
1857  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1858  test $ac_status = 0; } && {
1859	 test -z "$ac_cxx_werror_flag" ||
1860	 test ! -s conftest.err
1861       } && test -s conftest.$ac_objext; then :
1862  ac_retval=0
1863else
1864  $as_echo "$as_me: failed program was:" >&5
1865sed 's/^/| /' conftest.$ac_ext >&5
1866
1867	ac_retval=1
1868fi
1869  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1870  as_fn_set_status $ac_retval
1871
1872} # ac_fn_cxx_try_compile
1873
1874# ac_fn_c_try_cpp LINENO
1875# ----------------------
1876# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1877ac_fn_c_try_cpp ()
1878{
1879  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880  if { { ac_try="$ac_cpp conftest.$ac_ext"
1881case "(($ac_try" in
1882  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1883  *) ac_try_echo=$ac_try;;
1884esac
1885eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1886$as_echo "$ac_try_echo"; } >&5
1887  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1888  ac_status=$?
1889  if test -s conftest.err; then
1890    grep -v '^ *+' conftest.err >conftest.er1
1891    cat conftest.er1 >&5
1892    mv -f conftest.er1 conftest.err
1893  fi
1894  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1895  test $ac_status = 0; } > conftest.i && {
1896	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1897	 test ! -s conftest.err
1898       }; then :
1899  ac_retval=0
1900else
1901  $as_echo "$as_me: failed program was:" >&5
1902sed 's/^/| /' conftest.$ac_ext >&5
1903
1904    ac_retval=1
1905fi
1906  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1907  as_fn_set_status $ac_retval
1908
1909} # ac_fn_c_try_cpp
1910
1911# ac_fn_c_try_link LINENO
1912# -----------------------
1913# Try to link conftest.$ac_ext, and return whether this succeeded.
1914ac_fn_c_try_link ()
1915{
1916  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1917  rm -f conftest.$ac_objext conftest$ac_exeext
1918  if { { ac_try="$ac_link"
1919case "(($ac_try" in
1920  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1921  *) ac_try_echo=$ac_try;;
1922esac
1923eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1924$as_echo "$ac_try_echo"; } >&5
1925  (eval "$ac_link") 2>conftest.err
1926  ac_status=$?
1927  if test -s conftest.err; then
1928    grep -v '^ *+' conftest.err >conftest.er1
1929    cat conftest.er1 >&5
1930    mv -f conftest.er1 conftest.err
1931  fi
1932  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1933  test $ac_status = 0; } && {
1934	 test -z "$ac_c_werror_flag" ||
1935	 test ! -s conftest.err
1936       } && test -s conftest$ac_exeext && {
1937	 test "$cross_compiling" = yes ||
1938	 test -x conftest$ac_exeext
1939       }; then :
1940  ac_retval=0
1941else
1942  $as_echo "$as_me: failed program was:" >&5
1943sed 's/^/| /' conftest.$ac_ext >&5
1944
1945	ac_retval=1
1946fi
1947  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1948  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1949  # interfere with the next link command; also delete a directory that is
1950  # left behind by Apple's compiler.  We do this before executing the actions.
1951  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1952  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1953  as_fn_set_status $ac_retval
1954
1955} # ac_fn_c_try_link
1956
1957# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1958# -------------------------------------------------------
1959# Tests whether HEADER exists and can be compiled using the include files in
1960# INCLUDES, setting the cache variable VAR accordingly.
1961ac_fn_c_check_header_compile ()
1962{
1963  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1964  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1965$as_echo_n "checking for $2... " >&6; }
1966if eval \${$3+:} false; then :
1967  $as_echo_n "(cached) " >&6
1968else
1969  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1970/* end confdefs.h.  */
1971$4
1972#include <$2>
1973_ACEOF
1974if ac_fn_c_try_compile "$LINENO"; then :
1975  eval "$3=yes"
1976else
1977  eval "$3=no"
1978fi
1979rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1980fi
1981eval ac_res=\$$3
1982	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1983$as_echo "$ac_res" >&6; }
1984  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1985
1986} # ac_fn_c_check_header_compile
1987
1988# ac_fn_c_try_run LINENO
1989# ----------------------
1990# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1991# that executables *can* be run.
1992ac_fn_c_try_run ()
1993{
1994  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1995  if { { ac_try="$ac_link"
1996case "(($ac_try" in
1997  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1998  *) ac_try_echo=$ac_try;;
1999esac
2000eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2001$as_echo "$ac_try_echo"; } >&5
2002  (eval "$ac_link") 2>&5
2003  ac_status=$?
2004  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2005  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2006  { { case "(($ac_try" in
2007  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2008  *) ac_try_echo=$ac_try;;
2009esac
2010eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2011$as_echo "$ac_try_echo"; } >&5
2012  (eval "$ac_try") 2>&5
2013  ac_status=$?
2014  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2015  test $ac_status = 0; }; }; then :
2016  ac_retval=0
2017else
2018  $as_echo "$as_me: program exited with status $ac_status" >&5
2019       $as_echo "$as_me: failed program was:" >&5
2020sed 's/^/| /' conftest.$ac_ext >&5
2021
2022       ac_retval=$ac_status
2023fi
2024  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2025  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2026  as_fn_set_status $ac_retval
2027
2028} # ac_fn_c_try_run
2029
2030# ac_fn_c_check_func LINENO FUNC VAR
2031# ----------------------------------
2032# Tests whether FUNC exists, setting the cache variable VAR accordingly
2033ac_fn_c_check_func ()
2034{
2035  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2036  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2037$as_echo_n "checking for $2... " >&6; }
2038if eval \${$3+:} false; then :
2039  $as_echo_n "(cached) " >&6
2040else
2041  if test x$gcc_no_link = xyes; then
2042  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
2043fi
2044cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2045/* end confdefs.h.  */
2046/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2047   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2048#define $2 innocuous_$2
2049
2050/* System header to define __stub macros and hopefully few prototypes,
2051    which can conflict with char $2 (); below.
2052    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2053    <limits.h> exists even on freestanding compilers.  */
2054
2055#ifdef __STDC__
2056# include <limits.h>
2057#else
2058# include <assert.h>
2059#endif
2060
2061#undef $2
2062
2063/* Override any GCC internal prototype to avoid an error.
2064   Use char because int might match the return type of a GCC
2065   builtin and then its argument prototype would still apply.  */
2066#ifdef __cplusplus
2067extern "C"
2068#endif
2069char $2 ();
2070/* The GNU C library defines this for functions which it implements
2071    to always fail with ENOSYS.  Some functions are actually named
2072    something starting with __ and the normal name is an alias.  */
2073#if defined __stub_$2 || defined __stub___$2
2074choke me
2075#endif
2076
2077int
2078main ()
2079{
2080return $2 ();
2081  ;
2082  return 0;
2083}
2084_ACEOF
2085if ac_fn_c_try_link "$LINENO"; then :
2086  eval "$3=yes"
2087else
2088  eval "$3=no"
2089fi
2090rm -f core conftest.err conftest.$ac_objext \
2091    conftest$ac_exeext conftest.$ac_ext
2092fi
2093eval ac_res=\$$3
2094	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2095$as_echo "$ac_res" >&6; }
2096  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2097
2098} # ac_fn_c_check_func
2099
2100# ac_fn_cxx_try_cpp LINENO
2101# ------------------------
2102# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2103ac_fn_cxx_try_cpp ()
2104{
2105  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2106  if { { ac_try="$ac_cpp conftest.$ac_ext"
2107case "(($ac_try" in
2108  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2109  *) ac_try_echo=$ac_try;;
2110esac
2111eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2112$as_echo "$ac_try_echo"; } >&5
2113  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2114  ac_status=$?
2115  if test -s conftest.err; then
2116    grep -v '^ *+' conftest.err >conftest.er1
2117    cat conftest.er1 >&5
2118    mv -f conftest.er1 conftest.err
2119  fi
2120  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2121  test $ac_status = 0; } > conftest.i && {
2122	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2123	 test ! -s conftest.err
2124       }; then :
2125  ac_retval=0
2126else
2127  $as_echo "$as_me: failed program was:" >&5
2128sed 's/^/| /' conftest.$ac_ext >&5
2129
2130    ac_retval=1
2131fi
2132  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2133  as_fn_set_status $ac_retval
2134
2135} # ac_fn_cxx_try_cpp
2136
2137# ac_fn_cxx_try_link LINENO
2138# -------------------------
2139# Try to link conftest.$ac_ext, and return whether this succeeded.
2140ac_fn_cxx_try_link ()
2141{
2142  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2143  rm -f conftest.$ac_objext conftest$ac_exeext
2144  if { { ac_try="$ac_link"
2145case "(($ac_try" in
2146  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2147  *) ac_try_echo=$ac_try;;
2148esac
2149eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2150$as_echo "$ac_try_echo"; } >&5
2151  (eval "$ac_link") 2>conftest.err
2152  ac_status=$?
2153  if test -s conftest.err; then
2154    grep -v '^ *+' conftest.err >conftest.er1
2155    cat conftest.er1 >&5
2156    mv -f conftest.er1 conftest.err
2157  fi
2158  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2159  test $ac_status = 0; } && {
2160	 test -z "$ac_cxx_werror_flag" ||
2161	 test ! -s conftest.err
2162       } && test -s conftest$ac_exeext && {
2163	 test "$cross_compiling" = yes ||
2164	 test -x conftest$ac_exeext
2165       }; then :
2166  ac_retval=0
2167else
2168  $as_echo "$as_me: failed program was:" >&5
2169sed 's/^/| /' conftest.$ac_ext >&5
2170
2171	ac_retval=1
2172fi
2173  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2174  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2175  # interfere with the next link command; also delete a directory that is
2176  # left behind by Apple's compiler.  We do this before executing the actions.
2177  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2178  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2179  as_fn_set_status $ac_retval
2180
2181} # ac_fn_cxx_try_link
2182
2183# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2184# -------------------------------------------------------
2185# Tests whether HEADER exists, giving a warning if it cannot be compiled using
2186# the include files in INCLUDES and setting the cache variable VAR
2187# accordingly.
2188ac_fn_c_check_header_mongrel ()
2189{
2190  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2191  if eval \${$3+:} false; then :
2192  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2193$as_echo_n "checking for $2... " >&6; }
2194if eval \${$3+:} false; then :
2195  $as_echo_n "(cached) " >&6
2196fi
2197eval ac_res=\$$3
2198	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2199$as_echo "$ac_res" >&6; }
2200else
2201  # Is the header compilable?
2202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2203$as_echo_n "checking $2 usability... " >&6; }
2204cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2205/* end confdefs.h.  */
2206$4
2207#include <$2>
2208_ACEOF
2209if ac_fn_c_try_compile "$LINENO"; then :
2210  ac_header_compiler=yes
2211else
2212  ac_header_compiler=no
2213fi
2214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2216$as_echo "$ac_header_compiler" >&6; }
2217
2218# Is the header present?
2219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2220$as_echo_n "checking $2 presence... " >&6; }
2221cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2222/* end confdefs.h.  */
2223#include <$2>
2224_ACEOF
2225if ac_fn_c_try_cpp "$LINENO"; then :
2226  ac_header_preproc=yes
2227else
2228  ac_header_preproc=no
2229fi
2230rm -f conftest.err conftest.i conftest.$ac_ext
2231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2232$as_echo "$ac_header_preproc" >&6; }
2233
2234# So?  What about this header?
2235case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2236  yes:no: )
2237    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2238$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2239    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2240$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2241    ;;
2242  no:yes:* )
2243    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2244$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2245    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
2246$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
2247    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2248$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2249    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
2250$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2251    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2252$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2253    ;;
2254esac
2255  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2256$as_echo_n "checking for $2... " >&6; }
2257if eval \${$3+:} false; then :
2258  $as_echo_n "(cached) " >&6
2259else
2260  eval "$3=\$ac_header_compiler"
2261fi
2262eval ac_res=\$$3
2263	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2264$as_echo "$ac_res" >&6; }
2265fi
2266  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2267
2268} # ac_fn_c_check_header_mongrel
2269
2270# ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
2271# ---------------------------------------------------------
2272# Tests whether HEADER exists, giving a warning if it cannot be compiled using
2273# the include files in INCLUDES and setting the cache variable VAR
2274# accordingly.
2275ac_fn_cxx_check_header_mongrel ()
2276{
2277  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2278  if eval \${$3+:} false; then :
2279  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2280$as_echo_n "checking for $2... " >&6; }
2281if eval \${$3+:} false; then :
2282  $as_echo_n "(cached) " >&6
2283fi
2284eval ac_res=\$$3
2285	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2286$as_echo "$ac_res" >&6; }
2287else
2288  # Is the header compilable?
2289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2290$as_echo_n "checking $2 usability... " >&6; }
2291cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2292/* end confdefs.h.  */
2293$4
2294#include <$2>
2295_ACEOF
2296if ac_fn_cxx_try_compile "$LINENO"; then :
2297  ac_header_compiler=yes
2298else
2299  ac_header_compiler=no
2300fi
2301rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2303$as_echo "$ac_header_compiler" >&6; }
2304
2305# Is the header present?
2306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2307$as_echo_n "checking $2 presence... " >&6; }
2308cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2309/* end confdefs.h.  */
2310#include <$2>
2311_ACEOF
2312if ac_fn_cxx_try_cpp "$LINENO"; then :
2313  ac_header_preproc=yes
2314else
2315  ac_header_preproc=no
2316fi
2317rm -f conftest.err conftest.i conftest.$ac_ext
2318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2319$as_echo "$ac_header_preproc" >&6; }
2320
2321# So?  What about this header?
2322case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in #((
2323  yes:no: )
2324    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2325$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2326    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2327$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2328    ;;
2329  no:yes:* )
2330    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2331$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2332    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
2333$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
2334    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2335$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2336    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
2337$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2338    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2339$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2340    ;;
2341esac
2342  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2343$as_echo_n "checking for $2... " >&6; }
2344if eval \${$3+:} false; then :
2345  $as_echo_n "(cached) " >&6
2346else
2347  eval "$3=\$ac_header_compiler"
2348fi
2349eval ac_res=\$$3
2350	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2351$as_echo "$ac_res" >&6; }
2352fi
2353  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2354
2355} # ac_fn_cxx_check_header_mongrel
2356
2357# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2358# --------------------------------------------
2359# Tries to find the compile-time value of EXPR in a program that includes
2360# INCLUDES, setting VAR accordingly. Returns whether the value could be
2361# computed
2362ac_fn_c_compute_int ()
2363{
2364  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2365  if test "$cross_compiling" = yes; then
2366    # Depending upon the size, compute the lo and hi bounds.
2367cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2368/* end confdefs.h.  */
2369$4
2370int
2371main ()
2372{
2373static int test_array [1 - 2 * !(($2) >= 0)];
2374test_array [0] = 0;
2375return test_array [0];
2376
2377  ;
2378  return 0;
2379}
2380_ACEOF
2381if ac_fn_c_try_compile "$LINENO"; then :
2382  ac_lo=0 ac_mid=0
2383  while :; do
2384    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2385/* end confdefs.h.  */
2386$4
2387int
2388main ()
2389{
2390static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2391test_array [0] = 0;
2392return test_array [0];
2393
2394  ;
2395  return 0;
2396}
2397_ACEOF
2398if ac_fn_c_try_compile "$LINENO"; then :
2399  ac_hi=$ac_mid; break
2400else
2401  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2402			if test $ac_lo -le $ac_mid; then
2403			  ac_lo= ac_hi=
2404			  break
2405			fi
2406			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2407fi
2408rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2409  done
2410else
2411  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2412/* end confdefs.h.  */
2413$4
2414int
2415main ()
2416{
2417static int test_array [1 - 2 * !(($2) < 0)];
2418test_array [0] = 0;
2419return test_array [0];
2420
2421  ;
2422  return 0;
2423}
2424_ACEOF
2425if ac_fn_c_try_compile "$LINENO"; then :
2426  ac_hi=-1 ac_mid=-1
2427  while :; do
2428    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2429/* end confdefs.h.  */
2430$4
2431int
2432main ()
2433{
2434static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2435test_array [0] = 0;
2436return test_array [0];
2437
2438  ;
2439  return 0;
2440}
2441_ACEOF
2442if ac_fn_c_try_compile "$LINENO"; then :
2443  ac_lo=$ac_mid; break
2444else
2445  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2446			if test $ac_mid -le $ac_hi; then
2447			  ac_lo= ac_hi=
2448			  break
2449			fi
2450			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2451fi
2452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2453  done
2454else
2455  ac_lo= ac_hi=
2456fi
2457rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2458fi
2459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2460# Binary search between lo and hi bounds.
2461while test "x$ac_lo" != "x$ac_hi"; do
2462  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2463  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2464/* end confdefs.h.  */
2465$4
2466int
2467main ()
2468{
2469static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2470test_array [0] = 0;
2471return test_array [0];
2472
2473  ;
2474  return 0;
2475}
2476_ACEOF
2477if ac_fn_c_try_compile "$LINENO"; then :
2478  ac_hi=$ac_mid
2479else
2480  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2481fi
2482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2483done
2484case $ac_lo in #((
2485?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2486'') ac_retval=1 ;;
2487esac
2488  else
2489    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2490/* end confdefs.h.  */
2491$4
2492static long int longval () { return $2; }
2493static unsigned long int ulongval () { return $2; }
2494#include <stdio.h>
2495#include <stdlib.h>
2496int
2497main ()
2498{
2499
2500  FILE *f = fopen ("conftest.val", "w");
2501  if (! f)
2502    return 1;
2503  if (($2) < 0)
2504    {
2505      long int i = longval ();
2506      if (i != ($2))
2507	return 1;
2508      fprintf (f, "%ld", i);
2509    }
2510  else
2511    {
2512      unsigned long int i = ulongval ();
2513      if (i != ($2))
2514	return 1;
2515      fprintf (f, "%lu", i);
2516    }
2517  /* Do not output a trailing newline, as this causes \r\n confusion
2518     on some platforms.  */
2519  return ferror (f) || fclose (f) != 0;
2520
2521  ;
2522  return 0;
2523}
2524_ACEOF
2525if ac_fn_c_try_run "$LINENO"; then :
2526  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2527else
2528  ac_retval=1
2529fi
2530rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2531  conftest.$ac_objext conftest.beam conftest.$ac_ext
2532rm -f conftest.val
2533
2534  fi
2535  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2536  as_fn_set_status $ac_retval
2537
2538} # ac_fn_c_compute_int
2539
2540# ac_fn_cxx_check_func LINENO FUNC VAR
2541# ------------------------------------
2542# Tests whether FUNC exists, setting the cache variable VAR accordingly
2543ac_fn_cxx_check_func ()
2544{
2545  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2546  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2547$as_echo_n "checking for $2... " >&6; }
2548if eval \${$3+:} false; then :
2549  $as_echo_n "(cached) " >&6
2550else
2551  if test x$gcc_no_link = xyes; then
2552  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
2553fi
2554cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2555/* end confdefs.h.  */
2556/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2557   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2558#define $2 innocuous_$2
2559
2560/* System header to define __stub macros and hopefully few prototypes,
2561    which can conflict with char $2 (); below.
2562    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2563    <limits.h> exists even on freestanding compilers.  */
2564
2565#ifdef __STDC__
2566# include <limits.h>
2567#else
2568# include <assert.h>
2569#endif
2570
2571#undef $2
2572
2573/* Override any GCC internal prototype to avoid an error.
2574   Use char because int might match the return type of a GCC
2575   builtin and then its argument prototype would still apply.  */
2576#ifdef __cplusplus
2577extern "C"
2578#endif
2579char $2 ();
2580/* The GNU C library defines this for functions which it implements
2581    to always fail with ENOSYS.  Some functions are actually named
2582    something starting with __ and the normal name is an alias.  */
2583#if defined __stub_$2 || defined __stub___$2
2584choke me
2585#endif
2586
2587int
2588main ()
2589{
2590return $2 ();
2591  ;
2592  return 0;
2593}
2594_ACEOF
2595if ac_fn_cxx_try_link "$LINENO"; then :
2596  eval "$3=yes"
2597else
2598  eval "$3=no"
2599fi
2600rm -f core conftest.err conftest.$ac_objext \
2601    conftest$ac_exeext conftest.$ac_ext
2602fi
2603eval ac_res=\$$3
2604	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2605$as_echo "$ac_res" >&6; }
2606  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2607
2608} # ac_fn_cxx_check_func
2609
2610# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2611# -------------------------------------------
2612# Tests whether TYPE exists after having included INCLUDES, setting cache
2613# variable VAR accordingly.
2614ac_fn_c_check_type ()
2615{
2616  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2617  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2618$as_echo_n "checking for $2... " >&6; }
2619if eval \${$3+:} false; then :
2620  $as_echo_n "(cached) " >&6
2621else
2622  eval "$3=no"
2623  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2624/* end confdefs.h.  */
2625$4
2626int
2627main ()
2628{
2629if (sizeof ($2))
2630	 return 0;
2631  ;
2632  return 0;
2633}
2634_ACEOF
2635if ac_fn_c_try_compile "$LINENO"; then :
2636  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2637/* end confdefs.h.  */
2638$4
2639int
2640main ()
2641{
2642if (sizeof (($2)))
2643	    return 0;
2644  ;
2645  return 0;
2646}
2647_ACEOF
2648if ac_fn_c_try_compile "$LINENO"; then :
2649
2650else
2651  eval "$3=yes"
2652fi
2653rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2654fi
2655rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2656fi
2657eval ac_res=\$$3
2658	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2659$as_echo "$ac_res" >&6; }
2660  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2661
2662} # ac_fn_c_check_type
2663
2664# ac_fn_cxx_check_type LINENO TYPE VAR INCLUDES
2665# ---------------------------------------------
2666# Tests whether TYPE exists after having included INCLUDES, setting cache
2667# variable VAR accordingly.
2668ac_fn_cxx_check_type ()
2669{
2670  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2671  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2672$as_echo_n "checking for $2... " >&6; }
2673if eval \${$3+:} false; then :
2674  $as_echo_n "(cached) " >&6
2675else
2676  eval "$3=no"
2677  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2678/* end confdefs.h.  */
2679$4
2680int
2681main ()
2682{
2683if (sizeof ($2))
2684	 return 0;
2685  ;
2686  return 0;
2687}
2688_ACEOF
2689if ac_fn_cxx_try_compile "$LINENO"; then :
2690  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2691/* end confdefs.h.  */
2692$4
2693int
2694main ()
2695{
2696if (sizeof (($2)))
2697	    return 0;
2698  ;
2699  return 0;
2700}
2701_ACEOF
2702if ac_fn_cxx_try_compile "$LINENO"; then :
2703
2704else
2705  eval "$3=yes"
2706fi
2707rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2708fi
2709rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2710fi
2711eval ac_res=\$$3
2712	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2713$as_echo "$ac_res" >&6; }
2714  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2715
2716} # ac_fn_cxx_check_type
2717
2718# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2719# ---------------------------------------------
2720# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2721# accordingly.
2722ac_fn_c_check_decl ()
2723{
2724  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2725  as_decl_name=`echo $2|sed 's/ *(.*//'`
2726  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2727  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2728$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2729if eval \${$3+:} false; then :
2730  $as_echo_n "(cached) " >&6
2731else
2732  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2733/* end confdefs.h.  */
2734$4
2735int
2736main ()
2737{
2738#ifndef $as_decl_name
2739#ifdef __cplusplus
2740  (void) $as_decl_use;
2741#else
2742  (void) $as_decl_name;
2743#endif
2744#endif
2745
2746  ;
2747  return 0;
2748}
2749_ACEOF
2750if ac_fn_c_try_compile "$LINENO"; then :
2751  eval "$3=yes"
2752else
2753  eval "$3=no"
2754fi
2755rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2756fi
2757eval ac_res=\$$3
2758	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2759$as_echo "$ac_res" >&6; }
2760  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2761
2762} # ac_fn_c_check_decl
2763cat >config.log <<_ACEOF
2764This file contains any messages produced by compilers while
2765running configure, to aid debugging if configure makes a mistake.
2766
2767It was created by package-unused $as_me version-unused, which was
2768generated by GNU Autoconf 2.69.  Invocation command line was
2769
2770  $ $0 $@
2771
2772_ACEOF
2773exec 5>>config.log
2774{
2775cat <<_ASUNAME
2776## --------- ##
2777## Platform. ##
2778## --------- ##
2779
2780hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2781uname -m = `(uname -m) 2>/dev/null || echo unknown`
2782uname -r = `(uname -r) 2>/dev/null || echo unknown`
2783uname -s = `(uname -s) 2>/dev/null || echo unknown`
2784uname -v = `(uname -v) 2>/dev/null || echo unknown`
2785
2786/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2787/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2788
2789/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2790/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2791/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2792/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2793/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2794/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2795/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2796
2797_ASUNAME
2798
2799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2800for as_dir in $PATH
2801do
2802  IFS=$as_save_IFS
2803  test -z "$as_dir" && as_dir=.
2804    $as_echo "PATH: $as_dir"
2805  done
2806IFS=$as_save_IFS
2807
2808} >&5
2809
2810cat >&5 <<_ACEOF
2811
2812
2813## ----------- ##
2814## Core tests. ##
2815## ----------- ##
2816
2817_ACEOF
2818
2819
2820# Keep a trace of the command line.
2821# Strip out --no-create and --no-recursion so they do not pile up.
2822# Strip out --silent because we don't want to record it for future runs.
2823# Also quote any args containing shell meta-characters.
2824# Make two passes to allow for proper duplicate-argument suppression.
2825ac_configure_args=
2826ac_configure_args0=
2827ac_configure_args1=
2828ac_must_keep_next=false
2829for ac_pass in 1 2
2830do
2831  for ac_arg
2832  do
2833    case $ac_arg in
2834    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2835    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2836    | -silent | --silent | --silen | --sile | --sil)
2837      continue ;;
2838    *\'*)
2839      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2840    esac
2841    case $ac_pass in
2842    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2843    2)
2844      as_fn_append ac_configure_args1 " '$ac_arg'"
2845      if test $ac_must_keep_next = true; then
2846	ac_must_keep_next=false # Got value, back to normal.
2847      else
2848	case $ac_arg in
2849	  *=* | --config-cache | -C | -disable-* | --disable-* \
2850	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2851	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2852	  | -with-* | --with-* | -without-* | --without-* | --x)
2853	    case "$ac_configure_args0 " in
2854	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2855	    esac
2856	    ;;
2857	  -* ) ac_must_keep_next=true ;;
2858	esac
2859      fi
2860      as_fn_append ac_configure_args " '$ac_arg'"
2861      ;;
2862    esac
2863  done
2864done
2865{ ac_configure_args0=; unset ac_configure_args0;}
2866{ ac_configure_args1=; unset ac_configure_args1;}
2867
2868# When interrupted or exit'd, cleanup temporary files, and complete
2869# config.log.  We remove comments because anyway the quotes in there
2870# would cause problems or look ugly.
2871# WARNING: Use '\'' to represent an apostrophe within the trap.
2872# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2873trap 'exit_status=$?
2874  # Save into config.log some information that might help in debugging.
2875  {
2876    echo
2877
2878    $as_echo "## ---------------- ##
2879## Cache variables. ##
2880## ---------------- ##"
2881    echo
2882    # The following way of writing the cache mishandles newlines in values,
2883(
2884  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2885    eval ac_val=\$$ac_var
2886    case $ac_val in #(
2887    *${as_nl}*)
2888      case $ac_var in #(
2889      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2890$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2891      esac
2892      case $ac_var in #(
2893      _ | IFS | as_nl) ;; #(
2894      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2895      *) { eval $ac_var=; unset $ac_var;} ;;
2896      esac ;;
2897    esac
2898  done
2899  (set) 2>&1 |
2900    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2901    *${as_nl}ac_space=\ *)
2902      sed -n \
2903	"s/'\''/'\''\\\\'\'''\''/g;
2904	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2905      ;; #(
2906    *)
2907      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2908      ;;
2909    esac |
2910    sort
2911)
2912    echo
2913
2914    $as_echo "## ----------------- ##
2915## Output variables. ##
2916## ----------------- ##"
2917    echo
2918    for ac_var in $ac_subst_vars
2919    do
2920      eval ac_val=\$$ac_var
2921      case $ac_val in
2922      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2923      esac
2924      $as_echo "$ac_var='\''$ac_val'\''"
2925    done | sort
2926    echo
2927
2928    if test -n "$ac_subst_files"; then
2929      $as_echo "## ------------------- ##
2930## File substitutions. ##
2931## ------------------- ##"
2932      echo
2933      for ac_var in $ac_subst_files
2934      do
2935	eval ac_val=\$$ac_var
2936	case $ac_val in
2937	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2938	esac
2939	$as_echo "$ac_var='\''$ac_val'\''"
2940      done | sort
2941      echo
2942    fi
2943
2944    if test -s confdefs.h; then
2945      $as_echo "## ----------- ##
2946## confdefs.h. ##
2947## ----------- ##"
2948      echo
2949      cat confdefs.h
2950      echo
2951    fi
2952    test "$ac_signal" != 0 &&
2953      $as_echo "$as_me: caught signal $ac_signal"
2954    $as_echo "$as_me: exit $exit_status"
2955  } >&5
2956  rm -f core *.core core.conftest.* &&
2957    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2958    exit $exit_status
2959' 0
2960for ac_signal in 1 2 13 15; do
2961  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2962done
2963ac_signal=0
2964
2965# confdefs.h avoids OS command line length limits that DEFS can exceed.
2966rm -f -r conftest* confdefs.h
2967
2968$as_echo "/* confdefs.h */" > confdefs.h
2969
2970# Predefined preprocessor variables.
2971
2972cat >>confdefs.h <<_ACEOF
2973#define PACKAGE_NAME "$PACKAGE_NAME"
2974_ACEOF
2975
2976cat >>confdefs.h <<_ACEOF
2977#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2978_ACEOF
2979
2980cat >>confdefs.h <<_ACEOF
2981#define PACKAGE_VERSION "$PACKAGE_VERSION"
2982_ACEOF
2983
2984cat >>confdefs.h <<_ACEOF
2985#define PACKAGE_STRING "$PACKAGE_STRING"
2986_ACEOF
2987
2988cat >>confdefs.h <<_ACEOF
2989#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2990_ACEOF
2991
2992cat >>confdefs.h <<_ACEOF
2993#define PACKAGE_URL "$PACKAGE_URL"
2994_ACEOF
2995
2996
2997# Let the site file select an alternate cache file if it wants to.
2998# Prefer an explicitly selected file to automatically selected ones.
2999ac_site_file1=NONE
3000ac_site_file2=NONE
3001if test -n "$CONFIG_SITE"; then
3002  # We do not want a PATH search for config.site.
3003  case $CONFIG_SITE in #((
3004    -*)  ac_site_file1=./$CONFIG_SITE;;
3005    */*) ac_site_file1=$CONFIG_SITE;;
3006    *)   ac_site_file1=./$CONFIG_SITE;;
3007  esac
3008elif test "x$prefix" != xNONE; then
3009  ac_site_file1=$prefix/share/config.site
3010  ac_site_file2=$prefix/etc/config.site
3011else
3012  ac_site_file1=$ac_default_prefix/share/config.site
3013  ac_site_file2=$ac_default_prefix/etc/config.site
3014fi
3015for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3016do
3017  test "x$ac_site_file" = xNONE && continue
3018  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3019    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3020$as_echo "$as_me: loading site script $ac_site_file" >&6;}
3021    sed 's/^/| /' "$ac_site_file" >&5
3022    . "$ac_site_file" \
3023      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3024$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3025as_fn_error $? "failed to load site script $ac_site_file
3026See \`config.log' for more details" "$LINENO" 5; }
3027  fi
3028done
3029
3030if test -r "$cache_file"; then
3031  # Some versions of bash will fail to source /dev/null (special files
3032  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
3033  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3034    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3035$as_echo "$as_me: loading cache $cache_file" >&6;}
3036    case $cache_file in
3037      [\\/]* | ?:[\\/]* ) . "$cache_file";;
3038      *)                      . "./$cache_file";;
3039    esac
3040  fi
3041else
3042  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3043$as_echo "$as_me: creating cache $cache_file" >&6;}
3044  >$cache_file
3045fi
3046
3047# Check that the precious variables saved in the cache have kept the same
3048# value.
3049ac_cache_corrupted=false
3050for ac_var in $ac_precious_vars; do
3051  eval ac_old_set=\$ac_cv_env_${ac_var}_set
3052  eval ac_new_set=\$ac_env_${ac_var}_set
3053  eval ac_old_val=\$ac_cv_env_${ac_var}_value
3054  eval ac_new_val=\$ac_env_${ac_var}_value
3055  case $ac_old_set,$ac_new_set in
3056    set,)
3057      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3058$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3059      ac_cache_corrupted=: ;;
3060    ,set)
3061      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3062$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3063      ac_cache_corrupted=: ;;
3064    ,);;
3065    *)
3066      if test "x$ac_old_val" != "x$ac_new_val"; then
3067	# differences in whitespace do not lead to failure.
3068	ac_old_val_w=`echo x $ac_old_val`
3069	ac_new_val_w=`echo x $ac_new_val`
3070	if test "$ac_old_val_w" != "$ac_new_val_w"; then
3071	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3072$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3073	  ac_cache_corrupted=:
3074	else
3075	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3076$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3077	  eval $ac_var=\$ac_old_val
3078	fi
3079	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
3080$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
3081	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
3082$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
3083      fi;;
3084  esac
3085  # Pass precious variables to config.status.
3086  if test "$ac_new_set" = set; then
3087    case $ac_new_val in
3088    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3089    *) ac_arg=$ac_var=$ac_new_val ;;
3090    esac
3091    case " $ac_configure_args " in
3092      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
3093      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3094    esac
3095  fi
3096done
3097if $ac_cache_corrupted; then
3098  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3099$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3100  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3101$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3102  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3103fi
3104## -------------------- ##
3105## Main body of script. ##
3106## -------------------- ##
3107
3108ac_ext=c
3109ac_cpp='$CPP $CPPFLAGS'
3110ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3111ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3112ac_compiler_gnu=$ac_cv_c_compiler_gnu
3113
3114
3115
3116
3117
3118
3119ac_config_headers="$ac_config_headers config.h"
3120
3121
3122# This works around the fact that libtool configuration may change LD
3123# for this particular configuration, but some shells, instead of
3124# keeping the changes in LD private, export them just because LD is
3125# exported.  Only used at the end of this file.
3126### am handles this now?  ORIGINAL_LD_FOR_MULTILIBS=$LD
3127
3128# Find the rest of the source tree framework.
3129# Default to --enable-multilib
3130# Check whether --enable-multilib was given.
3131if test "${enable_multilib+set}" = set; then :
3132  enableval=$enable_multilib; case "$enableval" in
3133  yes) multilib=yes ;;
3134  no)  multilib=no ;;
3135  *)   as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
3136 esac
3137else
3138  multilib=yes
3139fi
3140
3141
3142# We may get other options which we leave undocumented:
3143# --with-target-subdir, --with-multisrctop, --with-multisubdir
3144# See config-ml.in if you want the gory details.
3145
3146if test "$srcdir" = "."; then
3147  if test "$with_target_subdir" != "."; then
3148    multi_basedir="$srcdir/$with_multisrctop../.."
3149  else
3150    multi_basedir="$srcdir/$with_multisrctop.."
3151  fi
3152else
3153  multi_basedir="$srcdir/.."
3154fi
3155
3156
3157# Even if the default multilib is not a cross compilation,
3158# it may be that some of the other multilibs are.
3159if test $cross_compiling = no && test $multilib = yes \
3160   && test "x${with_multisubdir}" != x ; then
3161   cross_compiling=maybe
3162fi
3163
3164ac_config_commands="$ac_config_commands default-1"
3165
3166
3167# Gets build, host, target, *_vendor, *_cpu, *_os, etc.
3168#
3169# You will slowly go insane if you do not grok the following fact:  when
3170# building v3 as part of the compiler, the top-level /target/ becomes the
3171# library's /host/.  configure then causes --target to default to --host,
3172# exactly like any other package using autoconf.  Therefore, 'target' and
3173# 'host' will always be the same.  This makes sense both for native and
3174# cross compilers, just think about it for a little while.  :-)
3175#
3176# Also, if v3 is being configured as part of a cross compiler, the top-level
3177# configure script will pass the "real" host as $with_cross_host.
3178#
3179# Do not delete or change the following two lines.  For why, see
3180# http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
3181ac_aux_dir=
3182for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3183  if test -f "$ac_dir/install-sh"; then
3184    ac_aux_dir=$ac_dir
3185    ac_install_sh="$SHELL $ac_aux_dir/install-sh -c"
3186    break
3187  elif test -f "$ac_dir/install.sh"; then
3188    ac_aux_dir=$ac_dir
3189    ac_install_sh="$SHELL $ac_aux_dir/install.sh -c"
3190    break
3191  elif test -f "$ac_dir/shtool"; then
3192    ac_aux_dir=$ac_dir
3193    ac_install_sh="$SHELL $ac_aux_dir/shtool install -c"
3194    break
3195  fi
3196done
3197if test -z "$ac_aux_dir"; then
3198  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3199fi
3200
3201# These three variables are undocumented and unsupported,
3202# and are intended to be withdrawn in a future Autoconf release.
3203# They can cause serious problems if a builder's source tree is in a directory
3204# whose full name contains unusual characters.
3205ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
3206ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
3207ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
3208
3209
3210# Make sure we can run config.sub.
3211$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3212  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3213
3214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3215$as_echo_n "checking build system type... " >&6; }
3216if ${ac_cv_build+:} false; then :
3217  $as_echo_n "(cached) " >&6
3218else
3219  ac_build_alias=$build_alias
3220test "x$ac_build_alias" = x &&
3221  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3222test "x$ac_build_alias" = x &&
3223  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3224ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3225  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3226
3227fi
3228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3229$as_echo "$ac_cv_build" >&6; }
3230case $ac_cv_build in
3231*-*-*) ;;
3232*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3233esac
3234build=$ac_cv_build
3235ac_save_IFS=$IFS; IFS='-'
3236set x $ac_cv_build
3237shift
3238build_cpu=$1
3239build_vendor=$2
3240shift; shift
3241# Remember, the first character of IFS is used to create $*,
3242# except with old shells:
3243build_os=$*
3244IFS=$ac_save_IFS
3245case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3246
3247
3248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3249$as_echo_n "checking host system type... " >&6; }
3250if ${ac_cv_host+:} false; then :
3251  $as_echo_n "(cached) " >&6
3252else
3253  if test "x$host_alias" = x; then
3254  ac_cv_host=$ac_cv_build
3255else
3256  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3257    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3258fi
3259
3260fi
3261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3262$as_echo "$ac_cv_host" >&6; }
3263case $ac_cv_host in
3264*-*-*) ;;
3265*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3266esac
3267host=$ac_cv_host
3268ac_save_IFS=$IFS; IFS='-'
3269set x $ac_cv_host
3270shift
3271host_cpu=$1
3272host_vendor=$2
3273shift; shift
3274# Remember, the first character of IFS is used to create $*,
3275# except with old shells:
3276host_os=$*
3277IFS=$ac_save_IFS
3278case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3279
3280
3281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3282$as_echo_n "checking target system type... " >&6; }
3283if ${ac_cv_target+:} false; then :
3284  $as_echo_n "(cached) " >&6
3285else
3286  if test "x$target_alias" = x; then
3287  ac_cv_target=$ac_cv_host
3288else
3289  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
3290    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
3291fi
3292
3293fi
3294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3295$as_echo "$ac_cv_target" >&6; }
3296case $ac_cv_target in
3297*-*-*) ;;
3298*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
3299esac
3300target=$ac_cv_target
3301ac_save_IFS=$IFS; IFS='-'
3302set x $ac_cv_target
3303shift
3304target_cpu=$1
3305target_vendor=$2
3306shift; shift
3307# Remember, the first character of IFS is used to create $*,
3308# except with old shells:
3309target_os=$*
3310IFS=$ac_save_IFS
3311case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3312
3313
3314# The aliases save the names the user supplied, while $host etc.
3315# will get canonicalized.
3316test -n "$target_alias" &&
3317  test "$program_prefix$program_suffix$program_transform_name" = \
3318    NONENONEs,x,x, &&
3319  program_prefix=${target_alias}-
3320
3321target_alias=${target_alias-$host_alias}
3322
3323# Handy for debugging:
3324#AC_MSG_NOTICE($build / $host / $target / $host_alias / $target_alias); sleep 5
3325
3326if test "$build" != "$host"; then
3327  # We are being configured with some form of cross compiler.
3328  GLIBCXX_IS_NATIVE=false
3329  case "$host","$target" in
3330      *-*-netbsd*,*-*-netbsd*)
3331        GLIBCXX_IS_NATIVE=true
3332        ;;
3333    # Darwin crosses can use the host system's libraries and headers,
3334    # because of the fat library support.  Of course, it must be the
3335    # same version of Darwin on both sides.  Allow the user to
3336    # just say --target=foo-darwin without a version number to mean
3337    # "the version on this system".
3338      *-*-darwin*,*-*-darwin*)
3339	hostos=`echo $host | sed 's/.*-darwin/darwin/'`
3340	targetos=`echo $target | sed 's/.*-darwin/darwin/'`
3341	if test $hostos = $targetos -o $targetos = darwin ; then
3342	  GLIBCXX_IS_NATIVE=true
3343	fi
3344	;;
3345
3346      *)
3347
3348	;;
3349  esac
3350else
3351  GLIBCXX_IS_NATIVE=true
3352fi
3353
3354# Sets up automake.  Must come after AC_CANONICAL_SYSTEM.  Each of the
3355# following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
3356#  1.x:  minimum required version
3357#  no-define:  PACKAGE and VERSION will not be #define'd in config.h (a bunch
3358#              of other PACKAGE_* variables will, however, and there's nothing
3359#              we can do about that; they come from AC_INIT).
3360#  foreign:  we don't follow the normal rules for GNU packages (no COPYING
3361#            file in the top srcdir, etc, etc), so stop complaining.
3362#  no-dependencies:  turns off auto dependency generation (just for now)
3363#  no-dist:  we don't want 'dist' and related rules.
3364#  -Wall:  turns on all automake warnings...
3365#  -Wno-portability:  ...except this one, since GNU make is now required.
3366am__api_version='1.15'
3367
3368# Find a good install program.  We prefer a C program (faster),
3369# so one script is as good as another.  But avoid the broken or
3370# incompatible versions:
3371# SysV /etc/install, /usr/sbin/install
3372# SunOS /usr/etc/install
3373# IRIX /sbin/install
3374# AIX /bin/install
3375# AmigaOS /C/install, which installs bootblocks on floppy discs
3376# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3377# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3378# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3379# OS/2's system install, which has a completely different semantic
3380# ./install, which can be erroneously created by make from ./install.sh.
3381# Reject install programs that cannot install multiple files.
3382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3383$as_echo_n "checking for a BSD-compatible install... " >&6; }
3384if test -z "$INSTALL"; then
3385if ${ac_cv_path_install+:} false; then :
3386  $as_echo_n "(cached) " >&6
3387else
3388  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3389for as_dir in $PATH
3390do
3391  IFS=$as_save_IFS
3392  test -z "$as_dir" && as_dir=.
3393    # Account for people who put trailing slashes in PATH elements.
3394case $as_dir/ in #((
3395  ./ | .// | /[cC]/* | \
3396  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3397  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3398  /usr/ucb/* ) ;;
3399  *)
3400    # OSF1 and SCO ODT 3.0 have their own names for install.
3401    # Don't use installbsd from OSF since it installs stuff as root
3402    # by default.
3403    for ac_prog in ginstall scoinst install; do
3404      for ac_exec_ext in '' $ac_executable_extensions; do
3405	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3406	  if test $ac_prog = install &&
3407	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3408	    # AIX install.  It has an incompatible calling convention.
3409	    :
3410	  elif test $ac_prog = install &&
3411	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3412	    # program-specific install script used by HP pwplus--don't use.
3413	    :
3414	  else
3415	    rm -rf conftest.one conftest.two conftest.dir
3416	    echo one > conftest.one
3417	    echo two > conftest.two
3418	    mkdir conftest.dir
3419	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3420	      test -s conftest.one && test -s conftest.two &&
3421	      test -s conftest.dir/conftest.one &&
3422	      test -s conftest.dir/conftest.two
3423	    then
3424	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3425	      break 3
3426	    fi
3427	  fi
3428	fi
3429      done
3430    done
3431    ;;
3432esac
3433
3434  done
3435IFS=$as_save_IFS
3436
3437rm -rf conftest.one conftest.two conftest.dir
3438
3439fi
3440  if test "${ac_cv_path_install+set}" = set; then
3441    INSTALL=$ac_cv_path_install
3442  else
3443    # As a last resort, use the slow shell script.  Don't cache a
3444    # value for INSTALL within a source directory, because that will
3445    # break other packages using the cache if that directory is
3446    # removed, or if the value is a relative name.
3447    INSTALL=$ac_install_sh
3448  fi
3449fi
3450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3451$as_echo "$INSTALL" >&6; }
3452
3453# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3454# It thinks the first close brace ends the variable substitution.
3455test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3456
3457test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3458
3459test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3460
3461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3462$as_echo_n "checking whether build environment is sane... " >&6; }
3463# Reject unsafe characters in $srcdir or the absolute working directory
3464# name.  Accept space and tab only in the latter.
3465am_lf='
3466'
3467case `pwd` in
3468  *[\\\"\#\$\&\'\`$am_lf]*)
3469    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3470esac
3471case $srcdir in
3472  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
3473    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3474esac
3475
3476# Do 'set' in a subshell so we don't clobber the current shell's
3477# arguments.  Must try -L first in case configure is actually a
3478# symlink; some systems play weird games with the mod time of symlinks
3479# (eg FreeBSD returns the mod time of the symlink's containing
3480# directory).
3481if (
3482   am_has_slept=no
3483   for am_try in 1 2; do
3484     echo "timestamp, slept: $am_has_slept" > conftest.file
3485     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3486     if test "$*" = "X"; then
3487	# -L didn't work.
3488	set X `ls -t "$srcdir/configure" conftest.file`
3489     fi
3490     if test "$*" != "X $srcdir/configure conftest.file" \
3491	&& test "$*" != "X conftest.file $srcdir/configure"; then
3492
3493	# If neither matched, then we have a broken ls.  This can happen
3494	# if, for instance, CONFIG_SHELL is bash and it inherits a
3495	# broken ls alias from the environment.  This has actually
3496	# happened.  Such a system could not be considered "sane".
3497	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3498  alias in your environment" "$LINENO" 5
3499     fi
3500     if test "$2" = conftest.file || test $am_try -eq 2; then
3501       break
3502     fi
3503     # Just in case.
3504     sleep 1
3505     am_has_slept=yes
3506   done
3507   test "$2" = conftest.file
3508   )
3509then
3510   # Ok.
3511   :
3512else
3513   as_fn_error $? "newly created file is older than distributed files!
3514Check your system clock" "$LINENO" 5
3515fi
3516{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3517$as_echo "yes" >&6; }
3518# If we didn't sleep, we still need to ensure time stamps of config.status and
3519# generated files are strictly newer.
3520am_sleep_pid=
3521if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3522  ( sleep 1 ) &
3523  am_sleep_pid=$!
3524fi
3525
3526rm -f conftest.file
3527
3528test "$program_prefix" != NONE &&
3529  program_transform_name="s&^&$program_prefix&;$program_transform_name"
3530# Use a double $ so make ignores it.
3531test "$program_suffix" != NONE &&
3532  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3533# Double any \ or $.
3534# By default was `s,x,x', remove it if useless.
3535ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3536program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3537
3538# Expand $ac_aux_dir to an absolute path.
3539am_aux_dir=`cd "$ac_aux_dir" && pwd`
3540
3541if test x"${MISSING+set}" != xset; then
3542  case $am_aux_dir in
3543  *\ * | *\	*)
3544    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3545  *)
3546    MISSING="\${SHELL} $am_aux_dir/missing" ;;
3547  esac
3548fi
3549# Use eval to expand $SHELL
3550if eval "$MISSING --is-lightweight"; then
3551  am_missing_run="$MISSING "
3552else
3553  am_missing_run=
3554  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3555$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3556fi
3557
3558if test x"${install_sh+set}" != xset; then
3559  case $am_aux_dir in
3560  *\ * | *\	*)
3561    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3562  *)
3563    install_sh="\${SHELL} $am_aux_dir/install-sh"
3564  esac
3565fi
3566
3567# Installed binaries are usually stripped using 'strip' when the user
3568# run "make install-strip".  However 'strip' might not be the right
3569# tool to use in cross-compilation environments, therefore Automake
3570# will honor the 'STRIP' environment variable to overrule this program.
3571if test "$cross_compiling" != no; then
3572  if test -n "$ac_tool_prefix"; then
3573  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3574set dummy ${ac_tool_prefix}strip; ac_word=$2
3575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3576$as_echo_n "checking for $ac_word... " >&6; }
3577if ${ac_cv_prog_STRIP+:} false; then :
3578  $as_echo_n "(cached) " >&6
3579else
3580  if test -n "$STRIP"; then
3581  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3582else
3583as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3584for as_dir in $PATH
3585do
3586  IFS=$as_save_IFS
3587  test -z "$as_dir" && as_dir=.
3588    for ac_exec_ext in '' $ac_executable_extensions; do
3589  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3590    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3591    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3592    break 2
3593  fi
3594done
3595  done
3596IFS=$as_save_IFS
3597
3598fi
3599fi
3600STRIP=$ac_cv_prog_STRIP
3601if test -n "$STRIP"; then
3602  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3603$as_echo "$STRIP" >&6; }
3604else
3605  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3606$as_echo "no" >&6; }
3607fi
3608
3609
3610fi
3611if test -z "$ac_cv_prog_STRIP"; then
3612  ac_ct_STRIP=$STRIP
3613  # Extract the first word of "strip", so it can be a program name with args.
3614set dummy strip; ac_word=$2
3615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3616$as_echo_n "checking for $ac_word... " >&6; }
3617if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3618  $as_echo_n "(cached) " >&6
3619else
3620  if test -n "$ac_ct_STRIP"; then
3621  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3622else
3623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3624for as_dir in $PATH
3625do
3626  IFS=$as_save_IFS
3627  test -z "$as_dir" && as_dir=.
3628    for ac_exec_ext in '' $ac_executable_extensions; do
3629  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3630    ac_cv_prog_ac_ct_STRIP="strip"
3631    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3632    break 2
3633  fi
3634done
3635  done
3636IFS=$as_save_IFS
3637
3638fi
3639fi
3640ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3641if test -n "$ac_ct_STRIP"; then
3642  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3643$as_echo "$ac_ct_STRIP" >&6; }
3644else
3645  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3646$as_echo "no" >&6; }
3647fi
3648
3649  if test "x$ac_ct_STRIP" = x; then
3650    STRIP=":"
3651  else
3652    case $cross_compiling:$ac_tool_warned in
3653yes:)
3654{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3655$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3656ac_tool_warned=yes ;;
3657esac
3658    STRIP=$ac_ct_STRIP
3659  fi
3660else
3661  STRIP="$ac_cv_prog_STRIP"
3662fi
3663
3664fi
3665INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3666
3667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3668$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3669if test -z "$MKDIR_P"; then
3670  if ${ac_cv_path_mkdir+:} false; then :
3671  $as_echo_n "(cached) " >&6
3672else
3673  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3674for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3675do
3676  IFS=$as_save_IFS
3677  test -z "$as_dir" && as_dir=.
3678    for ac_prog in mkdir gmkdir; do
3679	 for ac_exec_ext in '' $ac_executable_extensions; do
3680	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3681	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3682	     'mkdir (GNU coreutils) '* | \
3683	     'mkdir (coreutils) '* | \
3684	     'mkdir (fileutils) '4.1*)
3685	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3686	       break 3;;
3687	   esac
3688	 done
3689       done
3690  done
3691IFS=$as_save_IFS
3692
3693fi
3694
3695  test -d ./--version && rmdir ./--version
3696  if test "${ac_cv_path_mkdir+set}" = set; then
3697    MKDIR_P="$ac_cv_path_mkdir -p"
3698  else
3699    # As a last resort, use the slow shell script.  Don't cache a
3700    # value for MKDIR_P within a source directory, because that will
3701    # break other packages using the cache if that directory is
3702    # removed, or if the value is a relative name.
3703    MKDIR_P="$ac_install_sh -d"
3704  fi
3705fi
3706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3707$as_echo "$MKDIR_P" >&6; }
3708
3709for ac_prog in gawk mawk nawk awk
3710do
3711  # Extract the first word of "$ac_prog", so it can be a program name with args.
3712set dummy $ac_prog; ac_word=$2
3713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3714$as_echo_n "checking for $ac_word... " >&6; }
3715if ${ac_cv_prog_AWK+:} false; then :
3716  $as_echo_n "(cached) " >&6
3717else
3718  if test -n "$AWK"; then
3719  ac_cv_prog_AWK="$AWK" # Let the user override the test.
3720else
3721as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3722for as_dir in $PATH
3723do
3724  IFS=$as_save_IFS
3725  test -z "$as_dir" && as_dir=.
3726    for ac_exec_ext in '' $ac_executable_extensions; do
3727  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3728    ac_cv_prog_AWK="$ac_prog"
3729    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3730    break 2
3731  fi
3732done
3733  done
3734IFS=$as_save_IFS
3735
3736fi
3737fi
3738AWK=$ac_cv_prog_AWK
3739if test -n "$AWK"; then
3740  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3741$as_echo "$AWK" >&6; }
3742else
3743  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3744$as_echo "no" >&6; }
3745fi
3746
3747
3748  test -n "$AWK" && break
3749done
3750
3751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3752$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3753set x ${MAKE-make}
3754ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3755if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3756  $as_echo_n "(cached) " >&6
3757else
3758  cat >conftest.make <<\_ACEOF
3759SHELL = /bin/sh
3760all:
3761	@echo '@@@%%%=$(MAKE)=@@@%%%'
3762_ACEOF
3763# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3764case `${MAKE-make} -f conftest.make 2>/dev/null` in
3765  *@@@%%%=?*=@@@%%%*)
3766    eval ac_cv_prog_make_${ac_make}_set=yes;;
3767  *)
3768    eval ac_cv_prog_make_${ac_make}_set=no;;
3769esac
3770rm -f conftest.make
3771fi
3772if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3773  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3774$as_echo "yes" >&6; }
3775  SET_MAKE=
3776else
3777  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3778$as_echo "no" >&6; }
3779  SET_MAKE="MAKE=${MAKE-make}"
3780fi
3781
3782rm -rf .tst 2>/dev/null
3783mkdir .tst 2>/dev/null
3784if test -d .tst; then
3785  am__leading_dot=.
3786else
3787  am__leading_dot=_
3788fi
3789rmdir .tst 2>/dev/null
3790
3791# Check whether --enable-silent-rules was given.
3792if test "${enable_silent_rules+set}" = set; then :
3793  enableval=$enable_silent_rules;
3794fi
3795
3796case $enable_silent_rules in # (((
3797  yes) AM_DEFAULT_VERBOSITY=0;;
3798   no) AM_DEFAULT_VERBOSITY=1;;
3799    *) AM_DEFAULT_VERBOSITY=1;;
3800esac
3801am_make=${MAKE-make}
3802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3803$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3804if ${am_cv_make_support_nested_variables+:} false; then :
3805  $as_echo_n "(cached) " >&6
3806else
3807  if $as_echo 'TRUE=$(BAR$(V))
3808BAR0=false
3809BAR1=true
3810V=1
3811am__doit:
3812	@$(TRUE)
3813.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3814  am_cv_make_support_nested_variables=yes
3815else
3816  am_cv_make_support_nested_variables=no
3817fi
3818fi
3819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3820$as_echo "$am_cv_make_support_nested_variables" >&6; }
3821if test $am_cv_make_support_nested_variables = yes; then
3822    AM_V='$(V)'
3823  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3824else
3825  AM_V=$AM_DEFAULT_VERBOSITY
3826  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3827fi
3828AM_BACKSLASH='\'
3829
3830if test "`cd $srcdir && pwd`" != "`pwd`"; then
3831  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3832  # is not polluted with repeated "-I."
3833  am__isrc=' -I$(srcdir)'
3834  # test to see if srcdir already configured
3835  if test -f $srcdir/config.status; then
3836    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3837  fi
3838fi
3839
3840# test whether we have cygpath
3841if test -z "$CYGPATH_W"; then
3842  if (cygpath --version) >/dev/null 2>/dev/null; then
3843    CYGPATH_W='cygpath -w'
3844  else
3845    CYGPATH_W=echo
3846  fi
3847fi
3848
3849
3850# Define the identity of the package.
3851 PACKAGE='libstdc++'
3852 VERSION='version-unused'
3853
3854
3855# Some tools Automake needs.
3856
3857ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3858
3859
3860AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3861
3862
3863AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3864
3865
3866AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3867
3868
3869MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3870
3871# For better backward compatibility.  To be removed once Automake 1.9.x
3872# dies out for good.  For more background, see:
3873# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3874# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3875mkdir_p='$(MKDIR_P)'
3876
3877# We need awk for the "check" target (and possibly the TAP driver).  The
3878# system "awk" is bad on some platforms.
3879# Always define AMTAR for backward compatibility.  Yes, it's still used
3880# in the wild :-(  We should find a proper way to deprecate it ...
3881AMTAR='$${TAR-tar}'
3882
3883
3884# We'll loop over all known methods to create a tar archive until one works.
3885_am_tools='gnutar  pax cpio none'
3886
3887am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3888
3889
3890
3891
3892
3893
3894# POSIX will say in a future version that running "rm -f" with no argument
3895# is OK; and we want to be able to make that assumption in our Makefile
3896# recipes.  So use an aggressive probe to check that the usage we want is
3897# actually supported "in the wild" to an acceptable degree.
3898# See automake bug#10828.
3899# To make any issue more visible, cause the running configure to be aborted
3900# by default if the 'rm' program in use doesn't match our expectations; the
3901# user can still override this though.
3902if rm -f && rm -fr && rm -rf; then : OK; else
3903  cat >&2 <<'END'
3904Oops!
3905
3906Your 'rm' program seems unable to run without file operands specified
3907on the command line, even when the '-f' option is present.  This is contrary
3908to the behaviour of most rm programs out there, and not conforming with
3909the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3910
3911Please tell bug-automake@gnu.org about your system, including the value
3912of your $PATH and any error possibly output before this message.  This
3913can help us improve future automake versions.
3914
3915END
3916  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3917    echo 'Configuration will proceed anyway, since you have set the' >&2
3918    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3919    echo >&2
3920  else
3921    cat >&2 <<'END'
3922Aborting the configuration process, to ensure you take notice of the issue.
3923
3924You can download and install GNU coreutils to get an 'rm' implementation
3925that behaves properly: <http://www.gnu.org/software/coreutils/>.
3926
3927If you want to complete the configuration process using your problematic
3928'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3929to "yes", and re-run configure.
3930
3931END
3932    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3933  fi
3934fi
3935
3936
3937
3938
3939# -fno-builtin must be present here so that a non-conflicting form of
3940# std::exit can be guessed by AC_PROG_CXX, and used in later tests.
3941
3942save_CXXFLAGS="$CXXFLAGS"
3943CXXFLAGS="$CXXFLAGS -fno-builtin"
3944ac_ext=c
3945ac_cpp='$CPP $CPPFLAGS'
3946ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3947ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3948ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949if test -n "$ac_tool_prefix"; then
3950  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3951set dummy ${ac_tool_prefix}gcc; ac_word=$2
3952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3953$as_echo_n "checking for $ac_word... " >&6; }
3954if ${ac_cv_prog_CC+:} false; then :
3955  $as_echo_n "(cached) " >&6
3956else
3957  if test -n "$CC"; then
3958  ac_cv_prog_CC="$CC" # Let the user override the test.
3959else
3960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961for as_dir in $PATH
3962do
3963  IFS=$as_save_IFS
3964  test -z "$as_dir" && as_dir=.
3965    for ac_exec_ext in '' $ac_executable_extensions; do
3966  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3967    ac_cv_prog_CC="${ac_tool_prefix}gcc"
3968    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3969    break 2
3970  fi
3971done
3972  done
3973IFS=$as_save_IFS
3974
3975fi
3976fi
3977CC=$ac_cv_prog_CC
3978if test -n "$CC"; then
3979  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3980$as_echo "$CC" >&6; }
3981else
3982  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3983$as_echo "no" >&6; }
3984fi
3985
3986
3987fi
3988if test -z "$ac_cv_prog_CC"; then
3989  ac_ct_CC=$CC
3990  # Extract the first word of "gcc", so it can be a program name with args.
3991set dummy gcc; ac_word=$2
3992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3993$as_echo_n "checking for $ac_word... " >&6; }
3994if ${ac_cv_prog_ac_ct_CC+:} false; then :
3995  $as_echo_n "(cached) " >&6
3996else
3997  if test -n "$ac_ct_CC"; then
3998  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3999else
4000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4001for as_dir in $PATH
4002do
4003  IFS=$as_save_IFS
4004  test -z "$as_dir" && as_dir=.
4005    for ac_exec_ext in '' $ac_executable_extensions; do
4006  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4007    ac_cv_prog_ac_ct_CC="gcc"
4008    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4009    break 2
4010  fi
4011done
4012  done
4013IFS=$as_save_IFS
4014
4015fi
4016fi
4017ac_ct_CC=$ac_cv_prog_ac_ct_CC
4018if test -n "$ac_ct_CC"; then
4019  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4020$as_echo "$ac_ct_CC" >&6; }
4021else
4022  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4023$as_echo "no" >&6; }
4024fi
4025
4026  if test "x$ac_ct_CC" = x; then
4027    CC=""
4028  else
4029    case $cross_compiling:$ac_tool_warned in
4030yes:)
4031{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4032$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4033ac_tool_warned=yes ;;
4034esac
4035    CC=$ac_ct_CC
4036  fi
4037else
4038  CC="$ac_cv_prog_CC"
4039fi
4040
4041if test -z "$CC"; then
4042          if test -n "$ac_tool_prefix"; then
4043    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4044set dummy ${ac_tool_prefix}cc; ac_word=$2
4045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4046$as_echo_n "checking for $ac_word... " >&6; }
4047if ${ac_cv_prog_CC+:} false; then :
4048  $as_echo_n "(cached) " >&6
4049else
4050  if test -n "$CC"; then
4051  ac_cv_prog_CC="$CC" # Let the user override the test.
4052else
4053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4054for as_dir in $PATH
4055do
4056  IFS=$as_save_IFS
4057  test -z "$as_dir" && as_dir=.
4058    for ac_exec_ext in '' $ac_executable_extensions; do
4059  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4060    ac_cv_prog_CC="${ac_tool_prefix}cc"
4061    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4062    break 2
4063  fi
4064done
4065  done
4066IFS=$as_save_IFS
4067
4068fi
4069fi
4070CC=$ac_cv_prog_CC
4071if test -n "$CC"; then
4072  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4073$as_echo "$CC" >&6; }
4074else
4075  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4076$as_echo "no" >&6; }
4077fi
4078
4079
4080  fi
4081fi
4082if test -z "$CC"; then
4083  # Extract the first word of "cc", so it can be a program name with args.
4084set dummy cc; ac_word=$2
4085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4086$as_echo_n "checking for $ac_word... " >&6; }
4087if ${ac_cv_prog_CC+:} false; then :
4088  $as_echo_n "(cached) " >&6
4089else
4090  if test -n "$CC"; then
4091  ac_cv_prog_CC="$CC" # Let the user override the test.
4092else
4093  ac_prog_rejected=no
4094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4095for as_dir in $PATH
4096do
4097  IFS=$as_save_IFS
4098  test -z "$as_dir" && as_dir=.
4099    for ac_exec_ext in '' $ac_executable_extensions; do
4100  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4101    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4102       ac_prog_rejected=yes
4103       continue
4104     fi
4105    ac_cv_prog_CC="cc"
4106    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4107    break 2
4108  fi
4109done
4110  done
4111IFS=$as_save_IFS
4112
4113if test $ac_prog_rejected = yes; then
4114  # We found a bogon in the path, so make sure we never use it.
4115  set dummy $ac_cv_prog_CC
4116  shift
4117  if test $# != 0; then
4118    # We chose a different compiler from the bogus one.
4119    # However, it has the same basename, so the bogon will be chosen
4120    # first if we set CC to just the basename; use the full file name.
4121    shift
4122    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4123  fi
4124fi
4125fi
4126fi
4127CC=$ac_cv_prog_CC
4128if test -n "$CC"; then
4129  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4130$as_echo "$CC" >&6; }
4131else
4132  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4133$as_echo "no" >&6; }
4134fi
4135
4136
4137fi
4138if test -z "$CC"; then
4139  if test -n "$ac_tool_prefix"; then
4140  for ac_prog in cl.exe
4141  do
4142    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4143set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4145$as_echo_n "checking for $ac_word... " >&6; }
4146if ${ac_cv_prog_CC+:} false; then :
4147  $as_echo_n "(cached) " >&6
4148else
4149  if test -n "$CC"; then
4150  ac_cv_prog_CC="$CC" # Let the user override the test.
4151else
4152as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4153for as_dir in $PATH
4154do
4155  IFS=$as_save_IFS
4156  test -z "$as_dir" && as_dir=.
4157    for ac_exec_ext in '' $ac_executable_extensions; do
4158  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4159    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4160    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4161    break 2
4162  fi
4163done
4164  done
4165IFS=$as_save_IFS
4166
4167fi
4168fi
4169CC=$ac_cv_prog_CC
4170if test -n "$CC"; then
4171  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4172$as_echo "$CC" >&6; }
4173else
4174  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4175$as_echo "no" >&6; }
4176fi
4177
4178
4179    test -n "$CC" && break
4180  done
4181fi
4182if test -z "$CC"; then
4183  ac_ct_CC=$CC
4184  for ac_prog in cl.exe
4185do
4186  # Extract the first word of "$ac_prog", so it can be a program name with args.
4187set dummy $ac_prog; ac_word=$2
4188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4189$as_echo_n "checking for $ac_word... " >&6; }
4190if ${ac_cv_prog_ac_ct_CC+:} false; then :
4191  $as_echo_n "(cached) " >&6
4192else
4193  if test -n "$ac_ct_CC"; then
4194  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4195else
4196as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4197for as_dir in $PATH
4198do
4199  IFS=$as_save_IFS
4200  test -z "$as_dir" && as_dir=.
4201    for ac_exec_ext in '' $ac_executable_extensions; do
4202  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4203    ac_cv_prog_ac_ct_CC="$ac_prog"
4204    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4205    break 2
4206  fi
4207done
4208  done
4209IFS=$as_save_IFS
4210
4211fi
4212fi
4213ac_ct_CC=$ac_cv_prog_ac_ct_CC
4214if test -n "$ac_ct_CC"; then
4215  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4216$as_echo "$ac_ct_CC" >&6; }
4217else
4218  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4219$as_echo "no" >&6; }
4220fi
4221
4222
4223  test -n "$ac_ct_CC" && break
4224done
4225
4226  if test "x$ac_ct_CC" = x; then
4227    CC=""
4228  else
4229    case $cross_compiling:$ac_tool_warned in
4230yes:)
4231{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4232$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4233ac_tool_warned=yes ;;
4234esac
4235    CC=$ac_ct_CC
4236  fi
4237fi
4238
4239fi
4240
4241
4242test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4243$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4244as_fn_error $? "no acceptable C compiler found in \$PATH
4245See \`config.log' for more details" "$LINENO" 5; }
4246
4247# Provide some information about the compiler.
4248$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4249set X $ac_compile
4250ac_compiler=$2
4251for ac_option in --version -v -V -qversion; do
4252  { { ac_try="$ac_compiler $ac_option >&5"
4253case "(($ac_try" in
4254  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4255  *) ac_try_echo=$ac_try;;
4256esac
4257eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4258$as_echo "$ac_try_echo"; } >&5
4259  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4260  ac_status=$?
4261  if test -s conftest.err; then
4262    sed '10a\
4263... rest of stderr output deleted ...
4264         10q' conftest.err >conftest.er1
4265    cat conftest.er1 >&5
4266  fi
4267  rm -f conftest.er1 conftest.err
4268  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4269  test $ac_status = 0; }
4270done
4271
4272cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4273/* end confdefs.h.  */
4274#include <stdio.h>
4275int
4276main ()
4277{
4278printf ("hello world\n");
4279  ;
4280  return 0;
4281}
4282_ACEOF
4283# FIXME: Cleanup?
4284if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
4285  (eval $ac_link) 2>&5
4286  ac_status=$?
4287  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4288  test $ac_status = 0; }; then :
4289  gcc_no_link=no
4290else
4291  gcc_no_link=yes
4292fi
4293if test x$gcc_no_link = xyes; then
4294  # Setting cross_compile will disable run tests; it will
4295  # also disable AC_CHECK_FILE but that's generally
4296  # correct if we can't link.
4297  cross_compiling=yes
4298  EXEEXT=
4299else
4300  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4301/* end confdefs.h.  */
4302
4303int
4304main ()
4305{
4306
4307  ;
4308  return 0;
4309}
4310_ACEOF
4311ac_clean_files_save=$ac_clean_files
4312ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4313# Try to create an executable without -o first, disregard a.out.
4314# It will help us diagnose broken compilers, and finding out an intuition
4315# of exeext.
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4317$as_echo_n "checking whether the C compiler works... " >&6; }
4318ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4319
4320# The possible output files:
4321ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4322
4323ac_rmfiles=
4324for ac_file in $ac_files
4325do
4326  case $ac_file in
4327    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4328    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4329  esac
4330done
4331rm -f $ac_rmfiles
4332
4333if { { ac_try="$ac_link_default"
4334case "(($ac_try" in
4335  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4336  *) ac_try_echo=$ac_try;;
4337esac
4338eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4339$as_echo "$ac_try_echo"; } >&5
4340  (eval "$ac_link_default") 2>&5
4341  ac_status=$?
4342  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4343  test $ac_status = 0; }; then :
4344  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4345# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4346# in a Makefile.  We should not override ac_cv_exeext if it was cached,
4347# so that the user can short-circuit this test for compilers unknown to
4348# Autoconf.
4349for ac_file in $ac_files ''
4350do
4351  test -f "$ac_file" || continue
4352  case $ac_file in
4353    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4354	;;
4355    [ab].out )
4356	# We found the default executable, but exeext='' is most
4357	# certainly right.
4358	break;;
4359    *.* )
4360	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4361	then :; else
4362	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4363	fi
4364	# We set ac_cv_exeext here because the later test for it is not
4365	# safe: cross compilers may not add the suffix if given an `-o'
4366	# argument, so we may need to know it at that point already.
4367	# Even if this section looks crufty: it has the advantage of
4368	# actually working.
4369	break;;
4370    * )
4371	break;;
4372  esac
4373done
4374test "$ac_cv_exeext" = no && ac_cv_exeext=
4375
4376else
4377  ac_file=''
4378fi
4379if test -z "$ac_file"; then :
4380  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4381$as_echo "no" >&6; }
4382$as_echo "$as_me: failed program was:" >&5
4383sed 's/^/| /' conftest.$ac_ext >&5
4384
4385{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4386$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4387as_fn_error 77 "C compiler cannot create executables
4388See \`config.log' for more details" "$LINENO" 5; }
4389else
4390  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4391$as_echo "yes" >&6; }
4392fi
4393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4394$as_echo_n "checking for C compiler default output file name... " >&6; }
4395{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4396$as_echo "$ac_file" >&6; }
4397ac_exeext=$ac_cv_exeext
4398
4399rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4400ac_clean_files=$ac_clean_files_save
4401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4402$as_echo_n "checking for suffix of executables... " >&6; }
4403if { { ac_try="$ac_link"
4404case "(($ac_try" in
4405  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4406  *) ac_try_echo=$ac_try;;
4407esac
4408eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4409$as_echo "$ac_try_echo"; } >&5
4410  (eval "$ac_link") 2>&5
4411  ac_status=$?
4412  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4413  test $ac_status = 0; }; then :
4414  # If both `conftest.exe' and `conftest' are `present' (well, observable)
4415# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
4416# work properly (i.e., refer to `conftest.exe'), while it won't with
4417# `rm'.
4418for ac_file in conftest.exe conftest conftest.*; do
4419  test -f "$ac_file" || continue
4420  case $ac_file in
4421    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4422    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4423	  break;;
4424    * ) break;;
4425  esac
4426done
4427else
4428  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4429$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4430as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4431See \`config.log' for more details" "$LINENO" 5; }
4432fi
4433rm -f conftest conftest$ac_cv_exeext
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4435$as_echo "$ac_cv_exeext" >&6; }
4436
4437rm -f conftest.$ac_ext
4438EXEEXT=$ac_cv_exeext
4439ac_exeext=$EXEEXT
4440cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4441/* end confdefs.h.  */
4442#include <stdio.h>
4443int
4444main ()
4445{
4446FILE *f = fopen ("conftest.out", "w");
4447 return ferror (f) || fclose (f) != 0;
4448
4449  ;
4450  return 0;
4451}
4452_ACEOF
4453ac_clean_files="$ac_clean_files conftest.out"
4454# Check that the compiler produces executables we can run.  If not, either
4455# the compiler is broken, or we cross compile.
4456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4457$as_echo_n "checking whether we are cross compiling... " >&6; }
4458if test "$cross_compiling" != yes; then
4459  { { ac_try="$ac_link"
4460case "(($ac_try" in
4461  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4462  *) ac_try_echo=$ac_try;;
4463esac
4464eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4465$as_echo "$ac_try_echo"; } >&5
4466  (eval "$ac_link") 2>&5
4467  ac_status=$?
4468  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4469  test $ac_status = 0; }
4470  if { ac_try='./conftest$ac_cv_exeext'
4471  { { case "(($ac_try" in
4472  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4473  *) ac_try_echo=$ac_try;;
4474esac
4475eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4476$as_echo "$ac_try_echo"; } >&5
4477  (eval "$ac_try") 2>&5
4478  ac_status=$?
4479  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4480  test $ac_status = 0; }; }; then
4481    cross_compiling=no
4482  else
4483    if test "$cross_compiling" = maybe; then
4484	cross_compiling=yes
4485    else
4486	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4487$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4488as_fn_error $? "cannot run C compiled programs.
4489If you meant to cross compile, use \`--host'.
4490See \`config.log' for more details" "$LINENO" 5; }
4491    fi
4492  fi
4493fi
4494{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4495$as_echo "$cross_compiling" >&6; }
4496
4497rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4498ac_clean_files=$ac_clean_files_save
4499fi
4500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4501$as_echo_n "checking for suffix of object files... " >&6; }
4502if ${ac_cv_objext+:} false; then :
4503  $as_echo_n "(cached) " >&6
4504else
4505  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4506/* end confdefs.h.  */
4507
4508int
4509main ()
4510{
4511
4512  ;
4513  return 0;
4514}
4515_ACEOF
4516rm -f conftest.o conftest.obj
4517if { { ac_try="$ac_compile"
4518case "(($ac_try" in
4519  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4520  *) ac_try_echo=$ac_try;;
4521esac
4522eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4523$as_echo "$ac_try_echo"; } >&5
4524  (eval "$ac_compile") 2>&5
4525  ac_status=$?
4526  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4527  test $ac_status = 0; }; then :
4528  for ac_file in conftest.o conftest.obj conftest.*; do
4529  test -f "$ac_file" || continue;
4530  case $ac_file in
4531    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4532    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4533       break;;
4534  esac
4535done
4536else
4537  $as_echo "$as_me: failed program was:" >&5
4538sed 's/^/| /' conftest.$ac_ext >&5
4539
4540{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4541$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4542as_fn_error $? "cannot compute suffix of object files: cannot compile
4543See \`config.log' for more details" "$LINENO" 5; }
4544fi
4545rm -f conftest.$ac_cv_objext conftest.$ac_ext
4546fi
4547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4548$as_echo "$ac_cv_objext" >&6; }
4549OBJEXT=$ac_cv_objext
4550ac_objext=$OBJEXT
4551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4552$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4553if ${ac_cv_c_compiler_gnu+:} false; then :
4554  $as_echo_n "(cached) " >&6
4555else
4556  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4557/* end confdefs.h.  */
4558
4559int
4560main ()
4561{
4562#ifndef __GNUC__
4563       choke me
4564#endif
4565
4566  ;
4567  return 0;
4568}
4569_ACEOF
4570if ac_fn_c_try_compile "$LINENO"; then :
4571  ac_compiler_gnu=yes
4572else
4573  ac_compiler_gnu=no
4574fi
4575rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4576ac_cv_c_compiler_gnu=$ac_compiler_gnu
4577
4578fi
4579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4580$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4581if test $ac_compiler_gnu = yes; then
4582  GCC=yes
4583else
4584  GCC=
4585fi
4586ac_test_CFLAGS=${CFLAGS+set}
4587ac_save_CFLAGS=$CFLAGS
4588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4589$as_echo_n "checking whether $CC accepts -g... " >&6; }
4590if ${ac_cv_prog_cc_g+:} false; then :
4591  $as_echo_n "(cached) " >&6
4592else
4593  ac_save_c_werror_flag=$ac_c_werror_flag
4594   ac_c_werror_flag=yes
4595   ac_cv_prog_cc_g=no
4596   CFLAGS="-g"
4597   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4598/* end confdefs.h.  */
4599
4600int
4601main ()
4602{
4603
4604  ;
4605  return 0;
4606}
4607_ACEOF
4608if ac_fn_c_try_compile "$LINENO"; then :
4609  ac_cv_prog_cc_g=yes
4610else
4611  CFLAGS=""
4612      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4613/* end confdefs.h.  */
4614
4615int
4616main ()
4617{
4618
4619  ;
4620  return 0;
4621}
4622_ACEOF
4623if ac_fn_c_try_compile "$LINENO"; then :
4624
4625else
4626  ac_c_werror_flag=$ac_save_c_werror_flag
4627	 CFLAGS="-g"
4628	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4629/* end confdefs.h.  */
4630
4631int
4632main ()
4633{
4634
4635  ;
4636  return 0;
4637}
4638_ACEOF
4639if ac_fn_c_try_compile "$LINENO"; then :
4640  ac_cv_prog_cc_g=yes
4641fi
4642rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4643fi
4644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4645fi
4646rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4647   ac_c_werror_flag=$ac_save_c_werror_flag
4648fi
4649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4650$as_echo "$ac_cv_prog_cc_g" >&6; }
4651if test "$ac_test_CFLAGS" = set; then
4652  CFLAGS=$ac_save_CFLAGS
4653elif test $ac_cv_prog_cc_g = yes; then
4654  if test "$GCC" = yes; then
4655    CFLAGS="-g -O2"
4656  else
4657    CFLAGS="-g"
4658  fi
4659else
4660  if test "$GCC" = yes; then
4661    CFLAGS="-O2"
4662  else
4663    CFLAGS=
4664  fi
4665fi
4666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4667$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4668if ${ac_cv_prog_cc_c89+:} false; then :
4669  $as_echo_n "(cached) " >&6
4670else
4671  ac_cv_prog_cc_c89=no
4672ac_save_CC=$CC
4673cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4674/* end confdefs.h.  */
4675#include <stdarg.h>
4676#include <stdio.h>
4677struct stat;
4678/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4679struct buf { int x; };
4680FILE * (*rcsopen) (struct buf *, struct stat *, int);
4681static char *e (p, i)
4682     char **p;
4683     int i;
4684{
4685  return p[i];
4686}
4687static char *f (char * (*g) (char **, int), char **p, ...)
4688{
4689  char *s;
4690  va_list v;
4691  va_start (v,p);
4692  s = g (p, va_arg (v,int));
4693  va_end (v);
4694  return s;
4695}
4696
4697/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4698   function prototypes and stuff, but not '\xHH' hex character constants.
4699   These don't provoke an error unfortunately, instead are silently treated
4700   as 'x'.  The following induces an error, until -std is added to get
4701   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4702   array size at least.  It's necessary to write '\x00'==0 to get something
4703   that's true only with -std.  */
4704int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4705
4706/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4707   inside strings and character constants.  */
4708#define FOO(x) 'x'
4709int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4710
4711int test (int i, double x);
4712struct s1 {int (*f) (int a);};
4713struct s2 {int (*f) (double a);};
4714int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4715int argc;
4716char **argv;
4717int
4718main ()
4719{
4720return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4721  ;
4722  return 0;
4723}
4724_ACEOF
4725for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4726	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4727do
4728  CC="$ac_save_CC $ac_arg"
4729  if ac_fn_c_try_compile "$LINENO"; then :
4730  ac_cv_prog_cc_c89=$ac_arg
4731fi
4732rm -f core conftest.err conftest.$ac_objext
4733  test "x$ac_cv_prog_cc_c89" != "xno" && break
4734done
4735rm -f conftest.$ac_ext
4736CC=$ac_save_CC
4737
4738fi
4739# AC_CACHE_VAL
4740case "x$ac_cv_prog_cc_c89" in
4741  x)
4742    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4743$as_echo "none needed" >&6; } ;;
4744  xno)
4745    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4746$as_echo "unsupported" >&6; } ;;
4747  *)
4748    CC="$CC $ac_cv_prog_cc_c89"
4749    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4750$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4751esac
4752if test "x$ac_cv_prog_cc_c89" != xno; then :
4753
4754fi
4755
4756ac_ext=c
4757ac_cpp='$CPP $CPPFLAGS'
4758ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4759ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4760ac_compiler_gnu=$ac_cv_c_compiler_gnu
4761
4762ac_ext=c
4763ac_cpp='$CPP $CPPFLAGS'
4764ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4765ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4766ac_compiler_gnu=$ac_cv_c_compiler_gnu
4767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4768$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4769if ${am_cv_prog_cc_c_o+:} false; then :
4770  $as_echo_n "(cached) " >&6
4771else
4772  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4773/* end confdefs.h.  */
4774
4775int
4776main ()
4777{
4778
4779  ;
4780  return 0;
4781}
4782_ACEOF
4783  # Make sure it works both with $CC and with simple cc.
4784  # Following AC_PROG_CC_C_O, we do the test twice because some
4785  # compilers refuse to overwrite an existing .o file with -o,
4786  # though they will create one.
4787  am_cv_prog_cc_c_o=yes
4788  for am_i in 1 2; do
4789    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4790   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4791   ac_status=$?
4792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4793   (exit $ac_status); } \
4794         && test -f conftest2.$ac_objext; then
4795      : OK
4796    else
4797      am_cv_prog_cc_c_o=no
4798      break
4799    fi
4800  done
4801  rm -f core conftest*
4802  unset am_i
4803fi
4804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4805$as_echo "$am_cv_prog_cc_c_o" >&6; }
4806if test "$am_cv_prog_cc_c_o" != yes; then
4807   # Losing compiler, so override with the script.
4808   # FIXME: It is wrong to rewrite CC.
4809   # But if we don't then we get into trouble of one sort or another.
4810   # A longer-term fix would be to have automake use am__CC in this case,
4811   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4812   CC="$am_aux_dir/compile $CC"
4813fi
4814ac_ext=c
4815ac_cpp='$CPP $CPPFLAGS'
4816ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4817ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4818ac_compiler_gnu=$ac_cv_c_compiler_gnu
4819
4820
4821ac_ext=cpp
4822ac_cpp='$CXXCPP $CPPFLAGS'
4823ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4824ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4825ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4826if test -z "$CXX"; then
4827  if test -n "$CCC"; then
4828    CXX=$CCC
4829  else
4830    if test -n "$ac_tool_prefix"; then
4831  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4832  do
4833    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4834set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4836$as_echo_n "checking for $ac_word... " >&6; }
4837if ${ac_cv_prog_CXX+:} false; then :
4838  $as_echo_n "(cached) " >&6
4839else
4840  if test -n "$CXX"; then
4841  ac_cv_prog_CXX="$CXX" # Let the user override the test.
4842else
4843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4844for as_dir in $PATH
4845do
4846  IFS=$as_save_IFS
4847  test -z "$as_dir" && as_dir=.
4848    for ac_exec_ext in '' $ac_executable_extensions; do
4849  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4850    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4851    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4852    break 2
4853  fi
4854done
4855  done
4856IFS=$as_save_IFS
4857
4858fi
4859fi
4860CXX=$ac_cv_prog_CXX
4861if test -n "$CXX"; then
4862  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4863$as_echo "$CXX" >&6; }
4864else
4865  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4866$as_echo "no" >&6; }
4867fi
4868
4869
4870    test -n "$CXX" && break
4871  done
4872fi
4873if test -z "$CXX"; then
4874  ac_ct_CXX=$CXX
4875  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4876do
4877  # Extract the first word of "$ac_prog", so it can be a program name with args.
4878set dummy $ac_prog; ac_word=$2
4879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4880$as_echo_n "checking for $ac_word... " >&6; }
4881if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4882  $as_echo_n "(cached) " >&6
4883else
4884  if test -n "$ac_ct_CXX"; then
4885  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4886else
4887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4888for as_dir in $PATH
4889do
4890  IFS=$as_save_IFS
4891  test -z "$as_dir" && as_dir=.
4892    for ac_exec_ext in '' $ac_executable_extensions; do
4893  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4894    ac_cv_prog_ac_ct_CXX="$ac_prog"
4895    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4896    break 2
4897  fi
4898done
4899  done
4900IFS=$as_save_IFS
4901
4902fi
4903fi
4904ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4905if test -n "$ac_ct_CXX"; then
4906  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4907$as_echo "$ac_ct_CXX" >&6; }
4908else
4909  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4910$as_echo "no" >&6; }
4911fi
4912
4913
4914  test -n "$ac_ct_CXX" && break
4915done
4916
4917  if test "x$ac_ct_CXX" = x; then
4918    CXX="g++"
4919  else
4920    case $cross_compiling:$ac_tool_warned in
4921yes:)
4922{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4923$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4924ac_tool_warned=yes ;;
4925esac
4926    CXX=$ac_ct_CXX
4927  fi
4928fi
4929
4930  fi
4931fi
4932# Provide some information about the compiler.
4933$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4934set X $ac_compile
4935ac_compiler=$2
4936for ac_option in --version -v -V -qversion; do
4937  { { ac_try="$ac_compiler $ac_option >&5"
4938case "(($ac_try" in
4939  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4940  *) ac_try_echo=$ac_try;;
4941esac
4942eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4943$as_echo "$ac_try_echo"; } >&5
4944  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4945  ac_status=$?
4946  if test -s conftest.err; then
4947    sed '10a\
4948... rest of stderr output deleted ...
4949         10q' conftest.err >conftest.er1
4950    cat conftest.er1 >&5
4951  fi
4952  rm -f conftest.er1 conftest.err
4953  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4954  test $ac_status = 0; }
4955done
4956
4957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4958$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4959if ${ac_cv_cxx_compiler_gnu+:} false; then :
4960  $as_echo_n "(cached) " >&6
4961else
4962  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4963/* end confdefs.h.  */
4964
4965int
4966main ()
4967{
4968#ifndef __GNUC__
4969       choke me
4970#endif
4971
4972  ;
4973  return 0;
4974}
4975_ACEOF
4976if ac_fn_cxx_try_compile "$LINENO"; then :
4977  ac_compiler_gnu=yes
4978else
4979  ac_compiler_gnu=no
4980fi
4981rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4982ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4983
4984fi
4985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4986$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4987if test $ac_compiler_gnu = yes; then
4988  GXX=yes
4989else
4990  GXX=
4991fi
4992ac_test_CXXFLAGS=${CXXFLAGS+set}
4993ac_save_CXXFLAGS=$CXXFLAGS
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4995$as_echo_n "checking whether $CXX accepts -g... " >&6; }
4996if ${ac_cv_prog_cxx_g+:} false; then :
4997  $as_echo_n "(cached) " >&6
4998else
4999  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
5000   ac_cxx_werror_flag=yes
5001   ac_cv_prog_cxx_g=no
5002   CXXFLAGS="-g"
5003   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5004/* end confdefs.h.  */
5005
5006int
5007main ()
5008{
5009
5010  ;
5011  return 0;
5012}
5013_ACEOF
5014if ac_fn_cxx_try_compile "$LINENO"; then :
5015  ac_cv_prog_cxx_g=yes
5016else
5017  CXXFLAGS=""
5018      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5019/* end confdefs.h.  */
5020
5021int
5022main ()
5023{
5024
5025  ;
5026  return 0;
5027}
5028_ACEOF
5029if ac_fn_cxx_try_compile "$LINENO"; then :
5030
5031else
5032  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5033	 CXXFLAGS="-g"
5034	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5035/* end confdefs.h.  */
5036
5037int
5038main ()
5039{
5040
5041  ;
5042  return 0;
5043}
5044_ACEOF
5045if ac_fn_cxx_try_compile "$LINENO"; then :
5046  ac_cv_prog_cxx_g=yes
5047fi
5048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5049fi
5050rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5051fi
5052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5053   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5054fi
5055{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5056$as_echo "$ac_cv_prog_cxx_g" >&6; }
5057if test "$ac_test_CXXFLAGS" = set; then
5058  CXXFLAGS=$ac_save_CXXFLAGS
5059elif test $ac_cv_prog_cxx_g = yes; then
5060  if test "$GXX" = yes; then
5061    CXXFLAGS="-g -O2"
5062  else
5063    CXXFLAGS="-g"
5064  fi
5065else
5066  if test "$GXX" = yes; then
5067    CXXFLAGS="-O2"
5068  else
5069    CXXFLAGS=
5070  fi
5071fi
5072ac_ext=c
5073ac_cpp='$CPP $CPPFLAGS'
5074ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5075ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5076ac_compiler_gnu=$ac_cv_c_compiler_gnu
5077
5078CXXFLAGS="$save_CXXFLAGS"
5079
5080
5081# Check whether --enable-largefile was given.
5082if test "${enable_largefile+set}" = set; then :
5083  enableval=$enable_largefile;
5084fi
5085
5086if test "$enable_largefile" != no; then
5087
5088  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5089$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5090if ${ac_cv_sys_largefile_CC+:} false; then :
5091  $as_echo_n "(cached) " >&6
5092else
5093  ac_cv_sys_largefile_CC=no
5094     if test "$GCC" != yes; then
5095       ac_save_CC=$CC
5096       while :; do
5097	 # IRIX 6.2 and later do not support large files by default,
5098	 # so use the C compiler's -n32 option if that helps.
5099	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5100/* end confdefs.h.  */
5101#include <sys/types.h>
5102 /* Check that off_t can represent 2**63 - 1 correctly.
5103    We can't simply define LARGE_OFF_T to be 9223372036854775807,
5104    since some C++ compilers masquerading as C compilers
5105    incorrectly reject 9223372036854775807.  */
5106#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5107  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5108		       && LARGE_OFF_T % 2147483647 == 1)
5109		      ? 1 : -1];
5110int
5111main ()
5112{
5113
5114  ;
5115  return 0;
5116}
5117_ACEOF
5118	 if ac_fn_c_try_compile "$LINENO"; then :
5119  break
5120fi
5121rm -f core conftest.err conftest.$ac_objext
5122	 CC="$CC -n32"
5123	 if ac_fn_c_try_compile "$LINENO"; then :
5124  ac_cv_sys_largefile_CC=' -n32'; break
5125fi
5126rm -f core conftest.err conftest.$ac_objext
5127	 break
5128       done
5129       CC=$ac_save_CC
5130       rm -f conftest.$ac_ext
5131    fi
5132fi
5133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5134$as_echo "$ac_cv_sys_largefile_CC" >&6; }
5135  if test "$ac_cv_sys_largefile_CC" != no; then
5136    CC=$CC$ac_cv_sys_largefile_CC
5137  fi
5138
5139  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5140$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5141if ${ac_cv_sys_file_offset_bits+:} false; then :
5142  $as_echo_n "(cached) " >&6
5143else
5144  while :; do
5145  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5146/* end confdefs.h.  */
5147#include <sys/types.h>
5148 /* Check that off_t can represent 2**63 - 1 correctly.
5149    We can't simply define LARGE_OFF_T to be 9223372036854775807,
5150    since some C++ compilers masquerading as C compilers
5151    incorrectly reject 9223372036854775807.  */
5152#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5153  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5154		       && LARGE_OFF_T % 2147483647 == 1)
5155		      ? 1 : -1];
5156int
5157main ()
5158{
5159
5160  ;
5161  return 0;
5162}
5163_ACEOF
5164if ac_fn_c_try_compile "$LINENO"; then :
5165  ac_cv_sys_file_offset_bits=no; break
5166fi
5167rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5168  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5169/* end confdefs.h.  */
5170#define _FILE_OFFSET_BITS 64
5171#include <sys/types.h>
5172 /* Check that off_t can represent 2**63 - 1 correctly.
5173    We can't simply define LARGE_OFF_T to be 9223372036854775807,
5174    since some C++ compilers masquerading as C compilers
5175    incorrectly reject 9223372036854775807.  */
5176#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5177  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5178		       && LARGE_OFF_T % 2147483647 == 1)
5179		      ? 1 : -1];
5180int
5181main ()
5182{
5183
5184  ;
5185  return 0;
5186}
5187_ACEOF
5188if ac_fn_c_try_compile "$LINENO"; then :
5189  ac_cv_sys_file_offset_bits=64; break
5190fi
5191rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5192  ac_cv_sys_file_offset_bits=unknown
5193  break
5194done
5195fi
5196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5197$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5198case $ac_cv_sys_file_offset_bits in #(
5199  no | unknown) ;;
5200  *)
5201cat >>confdefs.h <<_ACEOF
5202#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5203_ACEOF
5204;;
5205esac
5206rm -rf conftest*
5207  if test $ac_cv_sys_file_offset_bits = unknown; then
5208    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5209$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5210if ${ac_cv_sys_large_files+:} false; then :
5211  $as_echo_n "(cached) " >&6
5212else
5213  while :; do
5214  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5215/* end confdefs.h.  */
5216#include <sys/types.h>
5217 /* Check that off_t can represent 2**63 - 1 correctly.
5218    We can't simply define LARGE_OFF_T to be 9223372036854775807,
5219    since some C++ compilers masquerading as C compilers
5220    incorrectly reject 9223372036854775807.  */
5221#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5222  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5223		       && LARGE_OFF_T % 2147483647 == 1)
5224		      ? 1 : -1];
5225int
5226main ()
5227{
5228
5229  ;
5230  return 0;
5231}
5232_ACEOF
5233if ac_fn_c_try_compile "$LINENO"; then :
5234  ac_cv_sys_large_files=no; break
5235fi
5236rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5237  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5238/* end confdefs.h.  */
5239#define _LARGE_FILES 1
5240#include <sys/types.h>
5241 /* Check that off_t can represent 2**63 - 1 correctly.
5242    We can't simply define LARGE_OFF_T to be 9223372036854775807,
5243    since some C++ compilers masquerading as C compilers
5244    incorrectly reject 9223372036854775807.  */
5245#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5246  int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5247		       && LARGE_OFF_T % 2147483647 == 1)
5248		      ? 1 : -1];
5249int
5250main ()
5251{
5252
5253  ;
5254  return 0;
5255}
5256_ACEOF
5257if ac_fn_c_try_compile "$LINENO"; then :
5258  ac_cv_sys_large_files=1; break
5259fi
5260rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5261  ac_cv_sys_large_files=unknown
5262  break
5263done
5264fi
5265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5266$as_echo "$ac_cv_sys_large_files" >&6; }
5267case $ac_cv_sys_large_files in #(
5268  no | unknown) ;;
5269  *)
5270cat >>confdefs.h <<_ACEOF
5271#define _LARGE_FILES $ac_cv_sys_large_files
5272_ACEOF
5273;;
5274esac
5275rm -rf conftest*
5276  fi
5277
5278
5279fi
5280
5281
5282# Runs configure.host, and assorted other critical bits.  Sets
5283# up critical shell variables.
5284ac_ext=c
5285ac_cpp='$CPP $CPPFLAGS'
5286ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5287ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5288ac_compiler_gnu=$ac_cv_c_compiler_gnu
5289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5290$as_echo_n "checking how to run the C preprocessor... " >&6; }
5291# On Suns, sometimes $CPP names a directory.
5292if test -n "$CPP" && test -d "$CPP"; then
5293  CPP=
5294fi
5295if test -z "$CPP"; then
5296  if ${ac_cv_prog_CPP+:} false; then :
5297  $as_echo_n "(cached) " >&6
5298else
5299      # Double quotes because CPP needs to be expanded
5300    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5301    do
5302      ac_preproc_ok=false
5303for ac_c_preproc_warn_flag in '' yes
5304do
5305  # Use a header file that comes with gcc, so configuring glibc
5306  # with a fresh cross-compiler works.
5307  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5308  # <limits.h> exists even on freestanding compilers.
5309  # On the NeXT, cc -E runs the code through the compiler's parser,
5310  # not just through cpp. "Syntax error" is here to catch this case.
5311  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5312/* end confdefs.h.  */
5313#ifdef __STDC__
5314# include <limits.h>
5315#else
5316# include <assert.h>
5317#endif
5318		     Syntax error
5319_ACEOF
5320if ac_fn_c_try_cpp "$LINENO"; then :
5321
5322else
5323  # Broken: fails on valid input.
5324continue
5325fi
5326rm -f conftest.err conftest.i conftest.$ac_ext
5327
5328  # OK, works on sane cases.  Now check whether nonexistent headers
5329  # can be detected and how.
5330  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5331/* end confdefs.h.  */
5332#include <ac_nonexistent.h>
5333_ACEOF
5334if ac_fn_c_try_cpp "$LINENO"; then :
5335  # Broken: success on invalid input.
5336continue
5337else
5338  # Passes both tests.
5339ac_preproc_ok=:
5340break
5341fi
5342rm -f conftest.err conftest.i conftest.$ac_ext
5343
5344done
5345# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5346rm -f conftest.i conftest.err conftest.$ac_ext
5347if $ac_preproc_ok; then :
5348  break
5349fi
5350
5351    done
5352    ac_cv_prog_CPP=$CPP
5353
5354fi
5355  CPP=$ac_cv_prog_CPP
5356else
5357  ac_cv_prog_CPP=$CPP
5358fi
5359{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5360$as_echo "$CPP" >&6; }
5361ac_preproc_ok=false
5362for ac_c_preproc_warn_flag in '' yes
5363do
5364  # Use a header file that comes with gcc, so configuring glibc
5365  # with a fresh cross-compiler works.
5366  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5367  # <limits.h> exists even on freestanding compilers.
5368  # On the NeXT, cc -E runs the code through the compiler's parser,
5369  # not just through cpp. "Syntax error" is here to catch this case.
5370  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5371/* end confdefs.h.  */
5372#ifdef __STDC__
5373# include <limits.h>
5374#else
5375# include <assert.h>
5376#endif
5377		     Syntax error
5378_ACEOF
5379if ac_fn_c_try_cpp "$LINENO"; then :
5380
5381else
5382  # Broken: fails on valid input.
5383continue
5384fi
5385rm -f conftest.err conftest.i conftest.$ac_ext
5386
5387  # OK, works on sane cases.  Now check whether nonexistent headers
5388  # can be detected and how.
5389  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5390/* end confdefs.h.  */
5391#include <ac_nonexistent.h>
5392_ACEOF
5393if ac_fn_c_try_cpp "$LINENO"; then :
5394  # Broken: success on invalid input.
5395continue
5396else
5397  # Passes both tests.
5398ac_preproc_ok=:
5399break
5400fi
5401rm -f conftest.err conftest.i conftest.$ac_ext
5402
5403done
5404# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5405rm -f conftest.i conftest.err conftest.$ac_ext
5406if $ac_preproc_ok; then :
5407
5408else
5409  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5410$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5411as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5412See \`config.log' for more details" "$LINENO" 5; }
5413fi
5414
5415ac_ext=c
5416ac_cpp='$CPP $CPPFLAGS'
5417ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5418ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5419ac_compiler_gnu=$ac_cv_c_compiler_gnu
5420
5421
5422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5423$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5424if ${ac_cv_path_GREP+:} false; then :
5425  $as_echo_n "(cached) " >&6
5426else
5427  if test -z "$GREP"; then
5428  ac_path_GREP_found=false
5429  # Loop through the user's path and test for each of PROGNAME-LIST
5430  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5431for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5432do
5433  IFS=$as_save_IFS
5434  test -z "$as_dir" && as_dir=.
5435    for ac_prog in grep ggrep; do
5436    for ac_exec_ext in '' $ac_executable_extensions; do
5437      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5438      as_fn_executable_p "$ac_path_GREP" || continue
5439# Check for GNU ac_path_GREP and select it if it is found.
5440  # Check for GNU $ac_path_GREP
5441case `"$ac_path_GREP" --version 2>&1` in
5442*GNU*)
5443  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5444*)
5445  ac_count=0
5446  $as_echo_n 0123456789 >"conftest.in"
5447  while :
5448  do
5449    cat "conftest.in" "conftest.in" >"conftest.tmp"
5450    mv "conftest.tmp" "conftest.in"
5451    cp "conftest.in" "conftest.nl"
5452    $as_echo 'GREP' >> "conftest.nl"
5453    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5454    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5455    as_fn_arith $ac_count + 1 && ac_count=$as_val
5456    if test $ac_count -gt ${ac_path_GREP_max-0}; then
5457      # Best one so far, save it but keep looking for a better one
5458      ac_cv_path_GREP="$ac_path_GREP"
5459      ac_path_GREP_max=$ac_count
5460    fi
5461    # 10*(2^10) chars as input seems more than enough
5462    test $ac_count -gt 10 && break
5463  done
5464  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5465esac
5466
5467      $ac_path_GREP_found && break 3
5468    done
5469  done
5470  done
5471IFS=$as_save_IFS
5472  if test -z "$ac_cv_path_GREP"; then
5473    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5474  fi
5475else
5476  ac_cv_path_GREP=$GREP
5477fi
5478
5479fi
5480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5481$as_echo "$ac_cv_path_GREP" >&6; }
5482 GREP="$ac_cv_path_GREP"
5483
5484
5485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5486$as_echo_n "checking for egrep... " >&6; }
5487if ${ac_cv_path_EGREP+:} false; then :
5488  $as_echo_n "(cached) " >&6
5489else
5490  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5491   then ac_cv_path_EGREP="$GREP -E"
5492   else
5493     if test -z "$EGREP"; then
5494  ac_path_EGREP_found=false
5495  # Loop through the user's path and test for each of PROGNAME-LIST
5496  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5497for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5498do
5499  IFS=$as_save_IFS
5500  test -z "$as_dir" && as_dir=.
5501    for ac_prog in egrep; do
5502    for ac_exec_ext in '' $ac_executable_extensions; do
5503      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5504      as_fn_executable_p "$ac_path_EGREP" || continue
5505# Check for GNU ac_path_EGREP and select it if it is found.
5506  # Check for GNU $ac_path_EGREP
5507case `"$ac_path_EGREP" --version 2>&1` in
5508*GNU*)
5509  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5510*)
5511  ac_count=0
5512  $as_echo_n 0123456789 >"conftest.in"
5513  while :
5514  do
5515    cat "conftest.in" "conftest.in" >"conftest.tmp"
5516    mv "conftest.tmp" "conftest.in"
5517    cp "conftest.in" "conftest.nl"
5518    $as_echo 'EGREP' >> "conftest.nl"
5519    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5520    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5521    as_fn_arith $ac_count + 1 && ac_count=$as_val
5522    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5523      # Best one so far, save it but keep looking for a better one
5524      ac_cv_path_EGREP="$ac_path_EGREP"
5525      ac_path_EGREP_max=$ac_count
5526    fi
5527    # 10*(2^10) chars as input seems more than enough
5528    test $ac_count -gt 10 && break
5529  done
5530  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5531esac
5532
5533      $ac_path_EGREP_found && break 3
5534    done
5535  done
5536  done
5537IFS=$as_save_IFS
5538  if test -z "$ac_cv_path_EGREP"; then
5539    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5540  fi
5541else
5542  ac_cv_path_EGREP=$EGREP
5543fi
5544
5545   fi
5546fi
5547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5548$as_echo "$ac_cv_path_EGREP" >&6; }
5549 EGREP="$ac_cv_path_EGREP"
5550
5551
5552
5553  # Keep these sync'd with the list in Makefile.am.  The first provides an
5554  # expandable list at autoconf time; the second provides an expandable list
5555  # (i.e., shell variable) at configure time.
5556
5557  SUBDIRS='include libsupc++ src src/c++98 src/c++11 src/c++17 src/c++20 src/filesystem src/libbacktrace doc python'
5558
5559  # These need to be absolute paths, yet at the same time need to
5560  # canonicalize only relative paths, because then amd will not unmount
5561  # drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.
5562  glibcxx_builddir=`${PWDCMD-pwd}`
5563  case $srcdir in
5564    \\/$* | ?:\\/*) glibcxx_srcdir=${srcdir} ;;
5565    *) glibcxx_srcdir=`cd "$srcdir" && ${PWDCMD-pwd} || echo "$srcdir"` ;;
5566  esac
5567  toplevel_builddir=${glibcxx_builddir}/..
5568  toplevel_srcdir=${glibcxx_srcdir}/..
5569
5570
5571
5572
5573
5574  # We use these options to decide which functions to include.  They are
5575  # set from the top level.
5576
5577# Check whether --with-target-subdir was given.
5578if test "${with_target_subdir+set}" = set; then :
5579  withval=$with_target_subdir;
5580fi
5581
5582
5583
5584# Check whether --with-cross-host was given.
5585if test "${with_cross_host+set}" = set; then :
5586  withval=$with_cross_host;
5587fi
5588
5589
5590
5591# Check whether --with-newlib was given.
5592if test "${with_newlib+set}" = set; then :
5593  withval=$with_newlib;
5594fi
5595
5596
5597  # Will set LN_S to either 'ln -s', 'ln', or 'cp -p' (if linking isn't
5598  # available).  Uncomment the next line to force a particular method.
5599  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5600$as_echo_n "checking whether ln -s works... " >&6; }
5601LN_S=$as_ln_s
5602if test "$LN_S" = "ln -s"; then
5603  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5604$as_echo "yes" >&6; }
5605else
5606  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5607$as_echo "no, using $LN_S" >&6; }
5608fi
5609
5610  #LN_S='cp -p'
5611
5612  if test -n "$ac_tool_prefix"; then
5613  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
5614set dummy ${ac_tool_prefix}as; ac_word=$2
5615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5616$as_echo_n "checking for $ac_word... " >&6; }
5617if ${ac_cv_prog_AS+:} false; then :
5618  $as_echo_n "(cached) " >&6
5619else
5620  if test -n "$AS"; then
5621  ac_cv_prog_AS="$AS" # Let the user override the test.
5622else
5623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5624for as_dir in $PATH
5625do
5626  IFS=$as_save_IFS
5627  test -z "$as_dir" && as_dir=.
5628    for ac_exec_ext in '' $ac_executable_extensions; do
5629  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5630    ac_cv_prog_AS="${ac_tool_prefix}as"
5631    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5632    break 2
5633  fi
5634done
5635  done
5636IFS=$as_save_IFS
5637
5638fi
5639fi
5640AS=$ac_cv_prog_AS
5641if test -n "$AS"; then
5642  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
5643$as_echo "$AS" >&6; }
5644else
5645  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5646$as_echo "no" >&6; }
5647fi
5648
5649
5650fi
5651if test -z "$ac_cv_prog_AS"; then
5652  ac_ct_AS=$AS
5653  # Extract the first word of "as", so it can be a program name with args.
5654set dummy as; ac_word=$2
5655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5656$as_echo_n "checking for $ac_word... " >&6; }
5657if ${ac_cv_prog_ac_ct_AS+:} false; then :
5658  $as_echo_n "(cached) " >&6
5659else
5660  if test -n "$ac_ct_AS"; then
5661  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5662else
5663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5664for as_dir in $PATH
5665do
5666  IFS=$as_save_IFS
5667  test -z "$as_dir" && as_dir=.
5668    for ac_exec_ext in '' $ac_executable_extensions; do
5669  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5670    ac_cv_prog_ac_ct_AS="as"
5671    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5672    break 2
5673  fi
5674done
5675  done
5676IFS=$as_save_IFS
5677
5678fi
5679fi
5680ac_ct_AS=$ac_cv_prog_ac_ct_AS
5681if test -n "$ac_ct_AS"; then
5682  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
5683$as_echo "$ac_ct_AS" >&6; }
5684else
5685  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5686$as_echo "no" >&6; }
5687fi
5688
5689  if test "x$ac_ct_AS" = x; then
5690    AS=""
5691  else
5692    case $cross_compiling:$ac_tool_warned in
5693yes:)
5694{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5695$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5696ac_tool_warned=yes ;;
5697esac
5698    AS=$ac_ct_AS
5699  fi
5700else
5701  AS="$ac_cv_prog_AS"
5702fi
5703
5704  if test -n "$ac_tool_prefix"; then
5705  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5706set dummy ${ac_tool_prefix}ar; ac_word=$2
5707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5708$as_echo_n "checking for $ac_word... " >&6; }
5709if ${ac_cv_prog_AR+:} false; then :
5710  $as_echo_n "(cached) " >&6
5711else
5712  if test -n "$AR"; then
5713  ac_cv_prog_AR="$AR" # Let the user override the test.
5714else
5715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5716for as_dir in $PATH
5717do
5718  IFS=$as_save_IFS
5719  test -z "$as_dir" && as_dir=.
5720    for ac_exec_ext in '' $ac_executable_extensions; do
5721  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5722    ac_cv_prog_AR="${ac_tool_prefix}ar"
5723    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5724    break 2
5725  fi
5726done
5727  done
5728IFS=$as_save_IFS
5729
5730fi
5731fi
5732AR=$ac_cv_prog_AR
5733if test -n "$AR"; then
5734  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5735$as_echo "$AR" >&6; }
5736else
5737  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5738$as_echo "no" >&6; }
5739fi
5740
5741
5742fi
5743if test -z "$ac_cv_prog_AR"; then
5744  ac_ct_AR=$AR
5745  # Extract the first word of "ar", so it can be a program name with args.
5746set dummy ar; ac_word=$2
5747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5748$as_echo_n "checking for $ac_word... " >&6; }
5749if ${ac_cv_prog_ac_ct_AR+:} false; then :
5750  $as_echo_n "(cached) " >&6
5751else
5752  if test -n "$ac_ct_AR"; then
5753  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5754else
5755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5756for as_dir in $PATH
5757do
5758  IFS=$as_save_IFS
5759  test -z "$as_dir" && as_dir=.
5760    for ac_exec_ext in '' $ac_executable_extensions; do
5761  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5762    ac_cv_prog_ac_ct_AR="ar"
5763    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5764    break 2
5765  fi
5766done
5767  done
5768IFS=$as_save_IFS
5769
5770fi
5771fi
5772ac_ct_AR=$ac_cv_prog_ac_ct_AR
5773if test -n "$ac_ct_AR"; then
5774  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5775$as_echo "$ac_ct_AR" >&6; }
5776else
5777  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5778$as_echo "no" >&6; }
5779fi
5780
5781  if test "x$ac_ct_AR" = x; then
5782    AR=""
5783  else
5784    case $cross_compiling:$ac_tool_warned in
5785yes:)
5786{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5787$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5788ac_tool_warned=yes ;;
5789esac
5790    AR=$ac_ct_AR
5791  fi
5792else
5793  AR="$ac_cv_prog_AR"
5794fi
5795
5796  if test -n "$ac_tool_prefix"; then
5797  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5798set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5800$as_echo_n "checking for $ac_word... " >&6; }
5801if ${ac_cv_prog_RANLIB+:} false; then :
5802  $as_echo_n "(cached) " >&6
5803else
5804  if test -n "$RANLIB"; then
5805  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5806else
5807as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5808for as_dir in $PATH
5809do
5810  IFS=$as_save_IFS
5811  test -z "$as_dir" && as_dir=.
5812    for ac_exec_ext in '' $ac_executable_extensions; do
5813  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5814    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5815    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5816    break 2
5817  fi
5818done
5819  done
5820IFS=$as_save_IFS
5821
5822fi
5823fi
5824RANLIB=$ac_cv_prog_RANLIB
5825if test -n "$RANLIB"; then
5826  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5827$as_echo "$RANLIB" >&6; }
5828else
5829  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5830$as_echo "no" >&6; }
5831fi
5832
5833
5834fi
5835if test -z "$ac_cv_prog_RANLIB"; then
5836  ac_ct_RANLIB=$RANLIB
5837  # Extract the first word of "ranlib", so it can be a program name with args.
5838set dummy ranlib; ac_word=$2
5839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5840$as_echo_n "checking for $ac_word... " >&6; }
5841if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5842  $as_echo_n "(cached) " >&6
5843else
5844  if test -n "$ac_ct_RANLIB"; then
5845  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5846else
5847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5848for as_dir in $PATH
5849do
5850  IFS=$as_save_IFS
5851  test -z "$as_dir" && as_dir=.
5852    for ac_exec_ext in '' $ac_executable_extensions; do
5853  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5854    ac_cv_prog_ac_ct_RANLIB="ranlib"
5855    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5856    break 2
5857  fi
5858done
5859  done
5860IFS=$as_save_IFS
5861
5862fi
5863fi
5864ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5865if test -n "$ac_ct_RANLIB"; then
5866  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5867$as_echo "$ac_ct_RANLIB" >&6; }
5868else
5869  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5870$as_echo "no" >&6; }
5871fi
5872
5873  if test "x$ac_ct_RANLIB" = x; then
5874    RANLIB="ranlib-not-found-in-path-error"
5875  else
5876    case $cross_compiling:$ac_tool_warned in
5877yes:)
5878{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5879$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5880ac_tool_warned=yes ;;
5881esac
5882    RANLIB=$ac_ct_RANLIB
5883  fi
5884else
5885  RANLIB="$ac_cv_prog_RANLIB"
5886fi
5887
5888
5889
5890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
5891$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
5892    # Check whether --enable-maintainer-mode was given.
5893if test "${enable_maintainer_mode+set}" = set; then :
5894  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
5895else
5896  USE_MAINTAINER_MODE=no
5897fi
5898
5899  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
5900$as_echo "$USE_MAINTAINER_MODE" >&6; }
5901   if test $USE_MAINTAINER_MODE = yes; then
5902  MAINTAINER_MODE_TRUE=
5903  MAINTAINER_MODE_FALSE='#'
5904else
5905  MAINTAINER_MODE_TRUE='#'
5906  MAINTAINER_MODE_FALSE=
5907fi
5908
5909  MAINT=$MAINTAINER_MODE_TRUE
5910
5911
5912
5913  # Set up safe default values for all subsequent AM_CONDITIONAL tests
5914  # which are themselves conditionally expanded.
5915  ## (Right now, this only matters for enable_wchar_t, but nothing prevents
5916  ## other macros from doing the same.  This should be automated.)  -pme
5917
5918  # Check for C library flavor since GNU/Linux platforms use different
5919  # configuration directories depending on the C library in use.
5920  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5921/* end confdefs.h.  */
5922
5923  #include <stdio.h>
5924  #if __UCLIBC__
5925    _using_uclibc
5926  #endif
5927
5928_ACEOF
5929if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5930  $EGREP "_using_uclibc" >/dev/null 2>&1; then :
5931  uclibc=yes
5932else
5933  uclibc=no
5934fi
5935rm -f conftest*
5936
5937
5938  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5939/* end confdefs.h.  */
5940
5941  #include <stdio.h>
5942  #if __BIONIC__
5943    _using_bionic
5944  #endif
5945
5946_ACEOF
5947if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5948  $EGREP "_using_bionic" >/dev/null 2>&1; then :
5949  bionic=yes
5950else
5951  bionic=no
5952fi
5953rm -f conftest*
5954
5955
5956  # Find platform-specific directories containing configuration info.
5957  # Also possibly modify flags used elsewhere, as needed by the platform.
5958
5959  . $glibcxx_srcdir/configure.host
5960  { $as_echo "$as_me:${as_lineno-$LINENO}: CPU config directory is $cpu_include_dir" >&5
5961$as_echo "$as_me: CPU config directory is $cpu_include_dir" >&6;}
5962  { $as_echo "$as_me:${as_lineno-$LINENO}: OS config directory is $os_include_dir" >&5
5963$as_echo "$as_me: OS config directory is $os_include_dir" >&6;}
5964
5965
5966
5967# Libtool setup.
5968if test "x${with_newlib}" != "xyes" &&
5969    test "x${with_avrlibc}" != "xyes" &&
5970    test "x$with_headers" != "xno"; then
5971  enable_dlopen=yes
5972
5973
5974
5975fi
5976case `pwd` in
5977  *\ * | *\	*)
5978    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5979$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5980esac
5981
5982
5983
5984macro_version='2.2.7a'
5985macro_revision='1.3134'
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999ltmain="$ac_aux_dir/ltmain.sh"
6000
6001# Backslashify metacharacters that are still active within
6002# double-quoted strings.
6003sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6004
6005# Same as above, but do not quote variable references.
6006double_quote_subst='s/\(["`\\]\)/\\\1/g'
6007
6008# Sed substitution to delay expansion of an escaped shell variable in a
6009# double_quote_subst'ed string.
6010delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6011
6012# Sed substitution to delay expansion of an escaped single quote.
6013delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6014
6015# Sed substitution to avoid accidental globbing in evaled expressions
6016no_glob_subst='s/\*/\\\*/g'
6017
6018ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6019ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
6020ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6021
6022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6023$as_echo_n "checking how to print strings... " >&6; }
6024# Test print first, because it will be a builtin if present.
6025if test "X`print -r -- -n 2>/dev/null`" = X-n && \
6026   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6027  ECHO='print -r --'
6028elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6029  ECHO='printf %s\n'
6030else
6031  # Use this function as a fallback that always works.
6032  func_fallback_echo ()
6033  {
6034    eval 'cat <<_LTECHO_EOF
6035$1
6036_LTECHO_EOF'
6037  }
6038  ECHO='func_fallback_echo'
6039fi
6040
6041# func_echo_all arg...
6042# Invoke $ECHO with all args, space-separated.
6043func_echo_all ()
6044{
6045    $ECHO ""
6046}
6047
6048case "$ECHO" in
6049  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6050$as_echo "printf" >&6; } ;;
6051  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6052$as_echo "print -r" >&6; } ;;
6053  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6054$as_echo "cat" >&6; } ;;
6055esac
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6071$as_echo_n "checking for a sed that does not truncate output... " >&6; }
6072if ${ac_cv_path_SED+:} false; then :
6073  $as_echo_n "(cached) " >&6
6074else
6075            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6076     for ac_i in 1 2 3 4 5 6 7; do
6077       ac_script="$ac_script$as_nl$ac_script"
6078     done
6079     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6080     { ac_script=; unset ac_script;}
6081     if test -z "$SED"; then
6082  ac_path_SED_found=false
6083  # Loop through the user's path and test for each of PROGNAME-LIST
6084  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6085for as_dir in $PATH
6086do
6087  IFS=$as_save_IFS
6088  test -z "$as_dir" && as_dir=.
6089    for ac_prog in sed gsed; do
6090    for ac_exec_ext in '' $ac_executable_extensions; do
6091      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
6092      as_fn_executable_p "$ac_path_SED" || continue
6093# Check for GNU ac_path_SED and select it if it is found.
6094  # Check for GNU $ac_path_SED
6095case `"$ac_path_SED" --version 2>&1` in
6096*GNU*)
6097  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
6098*)
6099  ac_count=0
6100  $as_echo_n 0123456789 >"conftest.in"
6101  while :
6102  do
6103    cat "conftest.in" "conftest.in" >"conftest.tmp"
6104    mv "conftest.tmp" "conftest.in"
6105    cp "conftest.in" "conftest.nl"
6106    $as_echo '' >> "conftest.nl"
6107    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
6108    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6109    as_fn_arith $ac_count + 1 && ac_count=$as_val
6110    if test $ac_count -gt ${ac_path_SED_max-0}; then
6111      # Best one so far, save it but keep looking for a better one
6112      ac_cv_path_SED="$ac_path_SED"
6113      ac_path_SED_max=$ac_count
6114    fi
6115    # 10*(2^10) chars as input seems more than enough
6116    test $ac_count -gt 10 && break
6117  done
6118  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6119esac
6120
6121      $ac_path_SED_found && break 3
6122    done
6123  done
6124  done
6125IFS=$as_save_IFS
6126  if test -z "$ac_cv_path_SED"; then
6127    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6128  fi
6129else
6130  ac_cv_path_SED=$SED
6131fi
6132
6133fi
6134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
6135$as_echo "$ac_cv_path_SED" >&6; }
6136 SED="$ac_cv_path_SED"
6137  rm -f conftest.sed
6138
6139test -z "$SED" && SED=sed
6140Xsed="$SED -e 1s/^X//"
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
6153$as_echo_n "checking for fgrep... " >&6; }
6154if ${ac_cv_path_FGREP+:} false; then :
6155  $as_echo_n "(cached) " >&6
6156else
6157  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
6158   then ac_cv_path_FGREP="$GREP -F"
6159   else
6160     if test -z "$FGREP"; then
6161  ac_path_FGREP_found=false
6162  # Loop through the user's path and test for each of PROGNAME-LIST
6163  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6164for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6165do
6166  IFS=$as_save_IFS
6167  test -z "$as_dir" && as_dir=.
6168    for ac_prog in fgrep; do
6169    for ac_exec_ext in '' $ac_executable_extensions; do
6170      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
6171      as_fn_executable_p "$ac_path_FGREP" || continue
6172# Check for GNU ac_path_FGREP and select it if it is found.
6173  # Check for GNU $ac_path_FGREP
6174case `"$ac_path_FGREP" --version 2>&1` in
6175*GNU*)
6176  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
6177*)
6178  ac_count=0
6179  $as_echo_n 0123456789 >"conftest.in"
6180  while :
6181  do
6182    cat "conftest.in" "conftest.in" >"conftest.tmp"
6183    mv "conftest.tmp" "conftest.in"
6184    cp "conftest.in" "conftest.nl"
6185    $as_echo 'FGREP' >> "conftest.nl"
6186    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
6187    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6188    as_fn_arith $ac_count + 1 && ac_count=$as_val
6189    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
6190      # Best one so far, save it but keep looking for a better one
6191      ac_cv_path_FGREP="$ac_path_FGREP"
6192      ac_path_FGREP_max=$ac_count
6193    fi
6194    # 10*(2^10) chars as input seems more than enough
6195    test $ac_count -gt 10 && break
6196  done
6197  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6198esac
6199
6200      $ac_path_FGREP_found && break 3
6201    done
6202  done
6203  done
6204IFS=$as_save_IFS
6205  if test -z "$ac_cv_path_FGREP"; then
6206    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6207  fi
6208else
6209  ac_cv_path_FGREP=$FGREP
6210fi
6211
6212   fi
6213fi
6214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
6215$as_echo "$ac_cv_path_FGREP" >&6; }
6216 FGREP="$ac_cv_path_FGREP"
6217
6218
6219test -z "$GREP" && GREP=grep
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239# Check whether --with-gnu-ld was given.
6240if test "${with_gnu_ld+set}" = set; then :
6241  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
6242else
6243  with_gnu_ld=no
6244fi
6245
6246ac_prog=ld
6247if test "$GCC" = yes; then
6248  # Check if gcc -print-prog-name=ld gives a path.
6249  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
6250$as_echo_n "checking for ld used by $CC... " >&6; }
6251  case $host in
6252  *-*-mingw*)
6253    # gcc leaves a trailing carriage return which upsets mingw
6254    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6255  *)
6256    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
6257  esac
6258  case $ac_prog in
6259    # Accept absolute paths.
6260    [\\/]* | ?:[\\/]*)
6261      re_direlt='/[^/][^/]*/\.\./'
6262      # Canonicalize the pathname of ld
6263      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
6264      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
6265	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
6266      done
6267      test -z "$LD" && LD="$ac_prog"
6268      ;;
6269  "")
6270    # If it fails, then pretend we aren't using GCC.
6271    ac_prog=ld
6272    ;;
6273  *)
6274    # If it is relative, then search for the first ld in PATH.
6275    with_gnu_ld=unknown
6276    ;;
6277  esac
6278elif test "$with_gnu_ld" = yes; then
6279  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6280$as_echo_n "checking for GNU ld... " >&6; }
6281else
6282  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6283$as_echo_n "checking for non-GNU ld... " >&6; }
6284fi
6285if ${lt_cv_path_LD+:} false; then :
6286  $as_echo_n "(cached) " >&6
6287else
6288  if test -z "$LD"; then
6289  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6290  for ac_dir in $PATH; do
6291    IFS="$lt_save_ifs"
6292    test -z "$ac_dir" && ac_dir=.
6293    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6294      lt_cv_path_LD="$ac_dir/$ac_prog"
6295      # Check to see if the program is GNU ld.  I'd rather use --version,
6296      # but apparently some variants of GNU ld only accept -v.
6297      # Break only if it was the GNU/non-GNU ld that we prefer.
6298      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6299      *GNU* | *'with BFD'*)
6300	test "$with_gnu_ld" != no && break
6301	;;
6302      *)
6303	test "$with_gnu_ld" != yes && break
6304	;;
6305      esac
6306    fi
6307  done
6308  IFS="$lt_save_ifs"
6309else
6310  lt_cv_path_LD="$LD" # Let the user override the test with a path.
6311fi
6312fi
6313
6314LD="$lt_cv_path_LD"
6315if test -n "$LD"; then
6316  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6317$as_echo "$LD" >&6; }
6318else
6319  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320$as_echo "no" >&6; }
6321fi
6322test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6324$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6325if ${lt_cv_prog_gnu_ld+:} false; then :
6326  $as_echo_n "(cached) " >&6
6327else
6328  # I'd rather use --version here, but apparently some GNU lds only accept -v.
6329case `$LD -v 2>&1 </dev/null` in
6330*GNU* | *'with BFD'*)
6331  lt_cv_prog_gnu_ld=yes
6332  ;;
6333*)
6334  lt_cv_prog_gnu_ld=no
6335  ;;
6336esac
6337fi
6338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6339$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6340with_gnu_ld=$lt_cv_prog_gnu_ld
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6351$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6352if ${lt_cv_path_NM+:} false; then :
6353  $as_echo_n "(cached) " >&6
6354else
6355  if test -n "$NM"; then
6356  # Let the user override the test.
6357  lt_cv_path_NM="$NM"
6358else
6359  lt_nm_to_check="${ac_tool_prefix}nm"
6360  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6361    lt_nm_to_check="$lt_nm_to_check nm"
6362  fi
6363  for lt_tmp_nm in $lt_nm_to_check; do
6364    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6365    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6366      IFS="$lt_save_ifs"
6367      test -z "$ac_dir" && ac_dir=.
6368      tmp_nm="$ac_dir/$lt_tmp_nm"
6369      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6370	# Check to see if the nm accepts a BSD-compat flag.
6371	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
6372	#   nm: unknown option "B" ignored
6373	# Tru64's nm complains that /dev/null is an invalid object file
6374	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6375	*/dev/null* | *'Invalid file or object type'*)
6376	  lt_cv_path_NM="$tmp_nm -B"
6377	  break
6378	  ;;
6379	*)
6380	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6381	  */dev/null*)
6382	    lt_cv_path_NM="$tmp_nm -p"
6383	    break
6384	    ;;
6385	  *)
6386	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6387	    continue # so that we can try to find one that supports BSD flags
6388	    ;;
6389	  esac
6390	  ;;
6391	esac
6392      fi
6393    done
6394    IFS="$lt_save_ifs"
6395  done
6396  : ${lt_cv_path_NM=no}
6397fi
6398fi
6399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6400$as_echo "$lt_cv_path_NM" >&6; }
6401if test "$lt_cv_path_NM" != "no"; then
6402  NM="$lt_cv_path_NM"
6403else
6404  # Didn't find any BSD compatible name lister, look for dumpbin.
6405  if test -n "$DUMPBIN"; then :
6406    # Let the user override the test.
6407  else
6408    if test -n "$ac_tool_prefix"; then
6409  for ac_prog in dumpbin "link -dump"
6410  do
6411    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6412set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6414$as_echo_n "checking for $ac_word... " >&6; }
6415if ${ac_cv_prog_DUMPBIN+:} false; then :
6416  $as_echo_n "(cached) " >&6
6417else
6418  if test -n "$DUMPBIN"; then
6419  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6420else
6421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6422for as_dir in $PATH
6423do
6424  IFS=$as_save_IFS
6425  test -z "$as_dir" && as_dir=.
6426    for ac_exec_ext in '' $ac_executable_extensions; do
6427  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6428    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6429    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6430    break 2
6431  fi
6432done
6433  done
6434IFS=$as_save_IFS
6435
6436fi
6437fi
6438DUMPBIN=$ac_cv_prog_DUMPBIN
6439if test -n "$DUMPBIN"; then
6440  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6441$as_echo "$DUMPBIN" >&6; }
6442else
6443  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6444$as_echo "no" >&6; }
6445fi
6446
6447
6448    test -n "$DUMPBIN" && break
6449  done
6450fi
6451if test -z "$DUMPBIN"; then
6452  ac_ct_DUMPBIN=$DUMPBIN
6453  for ac_prog in dumpbin "link -dump"
6454do
6455  # Extract the first word of "$ac_prog", so it can be a program name with args.
6456set dummy $ac_prog; ac_word=$2
6457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6458$as_echo_n "checking for $ac_word... " >&6; }
6459if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6460  $as_echo_n "(cached) " >&6
6461else
6462  if test -n "$ac_ct_DUMPBIN"; then
6463  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6464else
6465as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6466for as_dir in $PATH
6467do
6468  IFS=$as_save_IFS
6469  test -z "$as_dir" && as_dir=.
6470    for ac_exec_ext in '' $ac_executable_extensions; do
6471  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6472    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6473    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6474    break 2
6475  fi
6476done
6477  done
6478IFS=$as_save_IFS
6479
6480fi
6481fi
6482ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6483if test -n "$ac_ct_DUMPBIN"; then
6484  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6485$as_echo "$ac_ct_DUMPBIN" >&6; }
6486else
6487  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6488$as_echo "no" >&6; }
6489fi
6490
6491
6492  test -n "$ac_ct_DUMPBIN" && break
6493done
6494
6495  if test "x$ac_ct_DUMPBIN" = x; then
6496    DUMPBIN=":"
6497  else
6498    case $cross_compiling:$ac_tool_warned in
6499yes:)
6500{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6501$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6502ac_tool_warned=yes ;;
6503esac
6504    DUMPBIN=$ac_ct_DUMPBIN
6505  fi
6506fi
6507
6508    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6509    *COFF*)
6510      DUMPBIN="$DUMPBIN -symbols"
6511      ;;
6512    *)
6513      DUMPBIN=:
6514      ;;
6515    esac
6516  fi
6517
6518  if test "$DUMPBIN" != ":"; then
6519    NM="$DUMPBIN"
6520  fi
6521fi
6522test -z "$NM" && NM=nm
6523
6524
6525
6526
6527
6528
6529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6530$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6531if ${lt_cv_nm_interface+:} false; then :
6532  $as_echo_n "(cached) " >&6
6533else
6534  lt_cv_nm_interface="BSD nm"
6535  echo "int some_variable = 0;" > conftest.$ac_ext
6536  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6537  (eval "$ac_compile" 2>conftest.err)
6538  cat conftest.err >&5
6539  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6540  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6541  cat conftest.err >&5
6542  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6543  cat conftest.out >&5
6544  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6545    lt_cv_nm_interface="MS dumpbin"
6546  fi
6547  rm -f conftest*
6548fi
6549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6550$as_echo "$lt_cv_nm_interface" >&6; }
6551
6552# find the maximum length of command line arguments
6553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6554$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6555if ${lt_cv_sys_max_cmd_len+:} false; then :
6556  $as_echo_n "(cached) " >&6
6557else
6558    i=0
6559  teststring="ABCD"
6560
6561  case $build_os in
6562  msdosdjgpp*)
6563    # On DJGPP, this test can blow up pretty badly due to problems in libc
6564    # (any single argument exceeding 2000 bytes causes a buffer overrun
6565    # during glob expansion).  Even if it were fixed, the result of this
6566    # check would be larger than it should be.
6567    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
6568    ;;
6569
6570  gnu*)
6571    # Under GNU Hurd, this test is not required because there is
6572    # no limit to the length of command line arguments.
6573    # Libtool will interpret -1 as no limit whatsoever
6574    lt_cv_sys_max_cmd_len=-1;
6575    ;;
6576
6577  cygwin* | mingw* | cegcc*)
6578    # On Win9x/ME, this test blows up -- it succeeds, but takes
6579    # about 5 minutes as the teststring grows exponentially.
6580    # Worse, since 9x/ME are not pre-emptively multitasking,
6581    # you end up with a "frozen" computer, even though with patience
6582    # the test eventually succeeds (with a max line length of 256k).
6583    # Instead, let's just punt: use the minimum linelength reported by
6584    # all of the supported platforms: 8192 (on NT/2K/XP).
6585    lt_cv_sys_max_cmd_len=8192;
6586    ;;
6587
6588  mint*)
6589    # On MiNT this can take a long time and run out of memory.
6590    lt_cv_sys_max_cmd_len=8192;
6591    ;;
6592
6593  amigaos*)
6594    # On AmigaOS with pdksh, this test takes hours, literally.
6595    # So we just punt and use a minimum line length of 8192.
6596    lt_cv_sys_max_cmd_len=8192;
6597    ;;
6598
6599  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6600    # This has been around since 386BSD, at least.  Likely further.
6601    if test -x /sbin/sysctl; then
6602      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6603    elif test -x /usr/sbin/sysctl; then
6604      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6605    else
6606      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
6607    fi
6608    # And add a safety zone
6609    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6610    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6611    ;;
6612
6613  interix*)
6614    # We know the value 262144 and hardcode it with a safety zone (like BSD)
6615    lt_cv_sys_max_cmd_len=196608
6616    ;;
6617
6618  osf*)
6619    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6620    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6621    # nice to cause kernel panics so lets avoid the loop below.
6622    # First set a reasonable default.
6623    lt_cv_sys_max_cmd_len=16384
6624    #
6625    if test -x /sbin/sysconfig; then
6626      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6627        *1*) lt_cv_sys_max_cmd_len=-1 ;;
6628      esac
6629    fi
6630    ;;
6631  sco3.2v5*)
6632    lt_cv_sys_max_cmd_len=102400
6633    ;;
6634  sysv5* | sco5v6* | sysv4.2uw2*)
6635    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6636    if test -n "$kargmax"; then
6637      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
6638    else
6639      lt_cv_sys_max_cmd_len=32768
6640    fi
6641    ;;
6642  *)
6643    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6644    if test -n "$lt_cv_sys_max_cmd_len"; then
6645      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6646      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6647    else
6648      # Make teststring a little bigger before we do anything with it.
6649      # a 1K string should be a reasonable start.
6650      for i in 1 2 3 4 5 6 7 8 ; do
6651        teststring=$teststring$teststring
6652      done
6653      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6654      # If test is not a shell built-in, we'll probably end up computing a
6655      # maximum length that is only half of the actual maximum length, but
6656      # we can't tell.
6657      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6658	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6659	      test $i != 17 # 1/2 MB should be enough
6660      do
6661        i=`expr $i + 1`
6662        teststring=$teststring$teststring
6663      done
6664      # Only check the string length outside the loop.
6665      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6666      teststring=
6667      # Add a significant safety factor because C++ compilers can tack on
6668      # massive amounts of additional arguments before passing them to the
6669      # linker.  It appears as though 1/2 is a usable value.
6670      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6671    fi
6672    ;;
6673  esac
6674
6675fi
6676
6677if test -n $lt_cv_sys_max_cmd_len ; then
6678  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6679$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6680else
6681  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6682$as_echo "none" >&6; }
6683fi
6684max_cmd_len=$lt_cv_sys_max_cmd_len
6685
6686
6687
6688
6689
6690
6691: ${CP="cp -f"}
6692: ${MV="mv -f"}
6693: ${RM="rm -f"}
6694
6695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6696$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6697# Try some XSI features
6698xsi_shell=no
6699( _lt_dummy="a/b/c"
6700  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6701      = c,a/b,, \
6702    && eval 'test $(( 1 + 1 )) -eq 2 \
6703    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6704  && xsi_shell=yes
6705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6706$as_echo "$xsi_shell" >&6; }
6707
6708
6709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6710$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6711lt_shell_append=no
6712( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6713    >/dev/null 2>&1 \
6714  && lt_shell_append=yes
6715{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6716$as_echo "$lt_shell_append" >&6; }
6717
6718
6719if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6720  lt_unset=unset
6721else
6722  lt_unset=false
6723fi
6724
6725
6726
6727
6728
6729# test EBCDIC or ASCII
6730case `echo X|tr X '\101'` in
6731 A) # ASCII based system
6732    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6733  lt_SP2NL='tr \040 \012'
6734  lt_NL2SP='tr \015\012 \040\040'
6735  ;;
6736 *) # EBCDIC based system
6737  lt_SP2NL='tr \100 \n'
6738  lt_NL2SP='tr \r\n \100\100'
6739  ;;
6740esac
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6751$as_echo_n "checking for $LD option to reload object files... " >&6; }
6752if ${lt_cv_ld_reload_flag+:} false; then :
6753  $as_echo_n "(cached) " >&6
6754else
6755  lt_cv_ld_reload_flag='-r'
6756fi
6757{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6758$as_echo "$lt_cv_ld_reload_flag" >&6; }
6759reload_flag=$lt_cv_ld_reload_flag
6760case $reload_flag in
6761"" | " "*) ;;
6762*) reload_flag=" $reload_flag" ;;
6763esac
6764reload_cmds='$LD$reload_flag -o $output$reload_objs'
6765case $host_os in
6766  darwin*)
6767    if test "$GCC" = yes; then
6768      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6769    else
6770      reload_cmds='$LD$reload_flag -o $output$reload_objs'
6771    fi
6772    ;;
6773esac
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783if test -n "$ac_tool_prefix"; then
6784  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6785set dummy ${ac_tool_prefix}objdump; ac_word=$2
6786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6787$as_echo_n "checking for $ac_word... " >&6; }
6788if ${ac_cv_prog_OBJDUMP+:} false; then :
6789  $as_echo_n "(cached) " >&6
6790else
6791  if test -n "$OBJDUMP"; then
6792  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6793else
6794as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6795for as_dir in $PATH
6796do
6797  IFS=$as_save_IFS
6798  test -z "$as_dir" && as_dir=.
6799    for ac_exec_ext in '' $ac_executable_extensions; do
6800  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6801    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6802    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6803    break 2
6804  fi
6805done
6806  done
6807IFS=$as_save_IFS
6808
6809fi
6810fi
6811OBJDUMP=$ac_cv_prog_OBJDUMP
6812if test -n "$OBJDUMP"; then
6813  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6814$as_echo "$OBJDUMP" >&6; }
6815else
6816  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6817$as_echo "no" >&6; }
6818fi
6819
6820
6821fi
6822if test -z "$ac_cv_prog_OBJDUMP"; then
6823  ac_ct_OBJDUMP=$OBJDUMP
6824  # Extract the first word of "objdump", so it can be a program name with args.
6825set dummy objdump; ac_word=$2
6826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6827$as_echo_n "checking for $ac_word... " >&6; }
6828if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6829  $as_echo_n "(cached) " >&6
6830else
6831  if test -n "$ac_ct_OBJDUMP"; then
6832  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6833else
6834as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6835for as_dir in $PATH
6836do
6837  IFS=$as_save_IFS
6838  test -z "$as_dir" && as_dir=.
6839    for ac_exec_ext in '' $ac_executable_extensions; do
6840  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6841    ac_cv_prog_ac_ct_OBJDUMP="objdump"
6842    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6843    break 2
6844  fi
6845done
6846  done
6847IFS=$as_save_IFS
6848
6849fi
6850fi
6851ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6852if test -n "$ac_ct_OBJDUMP"; then
6853  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6854$as_echo "$ac_ct_OBJDUMP" >&6; }
6855else
6856  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6857$as_echo "no" >&6; }
6858fi
6859
6860  if test "x$ac_ct_OBJDUMP" = x; then
6861    OBJDUMP="false"
6862  else
6863    case $cross_compiling:$ac_tool_warned in
6864yes:)
6865{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6866$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6867ac_tool_warned=yes ;;
6868esac
6869    OBJDUMP=$ac_ct_OBJDUMP
6870  fi
6871else
6872  OBJDUMP="$ac_cv_prog_OBJDUMP"
6873fi
6874
6875test -z "$OBJDUMP" && OBJDUMP=objdump
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6886$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6887if ${lt_cv_deplibs_check_method+:} false; then :
6888  $as_echo_n "(cached) " >&6
6889else
6890  lt_cv_file_magic_cmd='$MAGIC_CMD'
6891lt_cv_file_magic_test_file=
6892lt_cv_deplibs_check_method='unknown'
6893# Need to set the preceding variable on all platforms that support
6894# interlibrary dependencies.
6895# 'none' -- dependencies not supported.
6896# `unknown' -- same as none, but documents that we really don't know.
6897# 'pass_all' -- all dependencies passed with no checks.
6898# 'test_compile' -- check by making test program.
6899# 'file_magic [[regex]]' -- check by looking for files in library path
6900# which responds to the $file_magic_cmd with a given extended regex.
6901# If you have `file' or equivalent on your system and you're not sure
6902# whether `pass_all' will *always* work, you probably want this one.
6903
6904case $host_os in
6905aix[4-9]*)
6906  lt_cv_deplibs_check_method=pass_all
6907  ;;
6908
6909beos*)
6910  lt_cv_deplibs_check_method=pass_all
6911  ;;
6912
6913bsdi[45]*)
6914  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6915  lt_cv_file_magic_cmd='/usr/bin/file -L'
6916  lt_cv_file_magic_test_file=/shlib/libc.so
6917  ;;
6918
6919cygwin*)
6920  # func_win32_libid is a shell function defined in ltmain.sh
6921  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6922  lt_cv_file_magic_cmd='func_win32_libid'
6923  ;;
6924
6925mingw* | pw32*)
6926  # Base MSYS/MinGW do not provide the 'file' command needed by
6927  # func_win32_libid shell function, so use a weaker test based on 'objdump',
6928  # unless we find 'file', for example because we are cross-compiling.
6929  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6930  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6931    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6932    lt_cv_file_magic_cmd='func_win32_libid'
6933  else
6934    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6935    lt_cv_file_magic_cmd='$OBJDUMP -f'
6936  fi
6937  ;;
6938
6939cegcc*)
6940  # use the weaker test based on 'objdump'. See mingw*.
6941  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6942  lt_cv_file_magic_cmd='$OBJDUMP -f'
6943  ;;
6944
6945darwin* | rhapsody*)
6946  lt_cv_deplibs_check_method=pass_all
6947  ;;
6948
6949freebsd* | dragonfly*)
6950  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6951    case $host_cpu in
6952    i*86 )
6953      # Not sure whether the presence of OpenBSD here was a mistake.
6954      # Let's accept both of them until this is cleared up.
6955      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6956      lt_cv_file_magic_cmd=/usr/bin/file
6957      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6958      ;;
6959    esac
6960  else
6961    lt_cv_deplibs_check_method=pass_all
6962  fi
6963  ;;
6964
6965gnu*)
6966  lt_cv_deplibs_check_method=pass_all
6967  ;;
6968
6969haiku*)
6970  lt_cv_deplibs_check_method=pass_all
6971  ;;
6972
6973hpux10.20* | hpux11*)
6974  lt_cv_file_magic_cmd=/usr/bin/file
6975  case $host_cpu in
6976  ia64*)
6977    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6978    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6979    ;;
6980  hppa*64*)
6981    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]'
6982    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6983    ;;
6984  *)
6985    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6986    lt_cv_file_magic_test_file=/usr/lib/libc.sl
6987    ;;
6988  esac
6989  ;;
6990
6991interix[3-9]*)
6992  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6993  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6994  ;;
6995
6996irix5* | irix6* | nonstopux*)
6997  case $LD in
6998  *-32|*"-32 ") libmagic=32-bit;;
6999  *-n32|*"-n32 ") libmagic=N32;;
7000  *-64|*"-64 ") libmagic=64-bit;;
7001  *) libmagic=never-match;;
7002  esac
7003  lt_cv_deplibs_check_method=pass_all
7004  ;;
7005
7006# This must be Linux ELF.
7007linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
7008  lt_cv_deplibs_check_method=pass_all
7009  ;;
7010
7011netbsd*)
7012  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7013    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7014  else
7015    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
7016  fi
7017  ;;
7018
7019newos6*)
7020  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
7021  lt_cv_file_magic_cmd=/usr/bin/file
7022  lt_cv_file_magic_test_file=/usr/lib/libnls.so
7023  ;;
7024
7025*nto* | *qnx*)
7026  lt_cv_deplibs_check_method=pass_all
7027  ;;
7028
7029openbsd*)
7030  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7031    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
7032  else
7033    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7034  fi
7035  ;;
7036
7037osf3* | osf4* | osf5*)
7038  lt_cv_deplibs_check_method=pass_all
7039  ;;
7040
7041rdos*)
7042  lt_cv_deplibs_check_method=pass_all
7043  ;;
7044
7045solaris*)
7046  lt_cv_deplibs_check_method=pass_all
7047  ;;
7048
7049sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
7050  lt_cv_deplibs_check_method=pass_all
7051  ;;
7052
7053sysv4 | sysv4.3*)
7054  case $host_vendor in
7055  motorola)
7056    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]'
7057    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
7058    ;;
7059  ncr)
7060    lt_cv_deplibs_check_method=pass_all
7061    ;;
7062  sequent)
7063    lt_cv_file_magic_cmd='/bin/file'
7064    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
7065    ;;
7066  sni)
7067    lt_cv_file_magic_cmd='/bin/file'
7068    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
7069    lt_cv_file_magic_test_file=/lib/libc.so
7070    ;;
7071  siemens)
7072    lt_cv_deplibs_check_method=pass_all
7073    ;;
7074  pc)
7075    lt_cv_deplibs_check_method=pass_all
7076    ;;
7077  esac
7078  ;;
7079
7080tpf*)
7081  lt_cv_deplibs_check_method=pass_all
7082  ;;
7083esac
7084
7085fi
7086{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
7087$as_echo "$lt_cv_deplibs_check_method" >&6; }
7088file_magic_cmd=$lt_cv_file_magic_cmd
7089deplibs_check_method=$lt_cv_deplibs_check_method
7090test -z "$deplibs_check_method" && deplibs_check_method=unknown
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103if test -n "$ac_tool_prefix"; then
7104  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7105set dummy ${ac_tool_prefix}ar; ac_word=$2
7106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7107$as_echo_n "checking for $ac_word... " >&6; }
7108if ${ac_cv_prog_AR+:} false; then :
7109  $as_echo_n "(cached) " >&6
7110else
7111  if test -n "$AR"; then
7112  ac_cv_prog_AR="$AR" # Let the user override the test.
7113else
7114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7115for as_dir in $PATH
7116do
7117  IFS=$as_save_IFS
7118  test -z "$as_dir" && as_dir=.
7119    for ac_exec_ext in '' $ac_executable_extensions; do
7120  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7121    ac_cv_prog_AR="${ac_tool_prefix}ar"
7122    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7123    break 2
7124  fi
7125done
7126  done
7127IFS=$as_save_IFS
7128
7129fi
7130fi
7131AR=$ac_cv_prog_AR
7132if test -n "$AR"; then
7133  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
7134$as_echo "$AR" >&6; }
7135else
7136  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7137$as_echo "no" >&6; }
7138fi
7139
7140
7141fi
7142if test -z "$ac_cv_prog_AR"; then
7143  ac_ct_AR=$AR
7144  # Extract the first word of "ar", so it can be a program name with args.
7145set dummy ar; ac_word=$2
7146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7147$as_echo_n "checking for $ac_word... " >&6; }
7148if ${ac_cv_prog_ac_ct_AR+:} false; then :
7149  $as_echo_n "(cached) " >&6
7150else
7151  if test -n "$ac_ct_AR"; then
7152  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7153else
7154as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7155for as_dir in $PATH
7156do
7157  IFS=$as_save_IFS
7158  test -z "$as_dir" && as_dir=.
7159    for ac_exec_ext in '' $ac_executable_extensions; do
7160  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7161    ac_cv_prog_ac_ct_AR="ar"
7162    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7163    break 2
7164  fi
7165done
7166  done
7167IFS=$as_save_IFS
7168
7169fi
7170fi
7171ac_ct_AR=$ac_cv_prog_ac_ct_AR
7172if test -n "$ac_ct_AR"; then
7173  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
7174$as_echo "$ac_ct_AR" >&6; }
7175else
7176  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7177$as_echo "no" >&6; }
7178fi
7179
7180  if test "x$ac_ct_AR" = x; then
7181    AR="false"
7182  else
7183    case $cross_compiling:$ac_tool_warned in
7184yes:)
7185{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7186$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7187ac_tool_warned=yes ;;
7188esac
7189    AR=$ac_ct_AR
7190  fi
7191else
7192  AR="$ac_cv_prog_AR"
7193fi
7194
7195test -z "$AR" && AR=ar
7196test -z "$AR_FLAGS" && AR_FLAGS=cru
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208if test -n "$ac_tool_prefix"; then
7209  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7210set dummy ${ac_tool_prefix}strip; ac_word=$2
7211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7212$as_echo_n "checking for $ac_word... " >&6; }
7213if ${ac_cv_prog_STRIP+:} false; then :
7214  $as_echo_n "(cached) " >&6
7215else
7216  if test -n "$STRIP"; then
7217  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7218else
7219as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7220for as_dir in $PATH
7221do
7222  IFS=$as_save_IFS
7223  test -z "$as_dir" && as_dir=.
7224    for ac_exec_ext in '' $ac_executable_extensions; do
7225  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7226    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
7227    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7228    break 2
7229  fi
7230done
7231  done
7232IFS=$as_save_IFS
7233
7234fi
7235fi
7236STRIP=$ac_cv_prog_STRIP
7237if test -n "$STRIP"; then
7238  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
7239$as_echo "$STRIP" >&6; }
7240else
7241  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7242$as_echo "no" >&6; }
7243fi
7244
7245
7246fi
7247if test -z "$ac_cv_prog_STRIP"; then
7248  ac_ct_STRIP=$STRIP
7249  # Extract the first word of "strip", so it can be a program name with args.
7250set dummy strip; ac_word=$2
7251{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7252$as_echo_n "checking for $ac_word... " >&6; }
7253if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
7254  $as_echo_n "(cached) " >&6
7255else
7256  if test -n "$ac_ct_STRIP"; then
7257  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7258else
7259as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7260for as_dir in $PATH
7261do
7262  IFS=$as_save_IFS
7263  test -z "$as_dir" && as_dir=.
7264    for ac_exec_ext in '' $ac_executable_extensions; do
7265  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7266    ac_cv_prog_ac_ct_STRIP="strip"
7267    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7268    break 2
7269  fi
7270done
7271  done
7272IFS=$as_save_IFS
7273
7274fi
7275fi
7276ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7277if test -n "$ac_ct_STRIP"; then
7278  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7279$as_echo "$ac_ct_STRIP" >&6; }
7280else
7281  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7282$as_echo "no" >&6; }
7283fi
7284
7285  if test "x$ac_ct_STRIP" = x; then
7286    STRIP=":"
7287  else
7288    case $cross_compiling:$ac_tool_warned in
7289yes:)
7290{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7291$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7292ac_tool_warned=yes ;;
7293esac
7294    STRIP=$ac_ct_STRIP
7295  fi
7296else
7297  STRIP="$ac_cv_prog_STRIP"
7298fi
7299
7300test -z "$STRIP" && STRIP=:
7301
7302
7303
7304
7305
7306
7307if test -n "$ac_tool_prefix"; then
7308  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7309set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7311$as_echo_n "checking for $ac_word... " >&6; }
7312if ${ac_cv_prog_RANLIB+:} false; then :
7313  $as_echo_n "(cached) " >&6
7314else
7315  if test -n "$RANLIB"; then
7316  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7317else
7318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7319for as_dir in $PATH
7320do
7321  IFS=$as_save_IFS
7322  test -z "$as_dir" && as_dir=.
7323    for ac_exec_ext in '' $ac_executable_extensions; do
7324  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7325    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7326    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7327    break 2
7328  fi
7329done
7330  done
7331IFS=$as_save_IFS
7332
7333fi
7334fi
7335RANLIB=$ac_cv_prog_RANLIB
7336if test -n "$RANLIB"; then
7337  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7338$as_echo "$RANLIB" >&6; }
7339else
7340  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7341$as_echo "no" >&6; }
7342fi
7343
7344
7345fi
7346if test -z "$ac_cv_prog_RANLIB"; then
7347  ac_ct_RANLIB=$RANLIB
7348  # Extract the first word of "ranlib", so it can be a program name with args.
7349set dummy ranlib; ac_word=$2
7350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7351$as_echo_n "checking for $ac_word... " >&6; }
7352if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7353  $as_echo_n "(cached) " >&6
7354else
7355  if test -n "$ac_ct_RANLIB"; then
7356  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7357else
7358as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7359for as_dir in $PATH
7360do
7361  IFS=$as_save_IFS
7362  test -z "$as_dir" && as_dir=.
7363    for ac_exec_ext in '' $ac_executable_extensions; do
7364  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7365    ac_cv_prog_ac_ct_RANLIB="ranlib"
7366    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7367    break 2
7368  fi
7369done
7370  done
7371IFS=$as_save_IFS
7372
7373fi
7374fi
7375ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7376if test -n "$ac_ct_RANLIB"; then
7377  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7378$as_echo "$ac_ct_RANLIB" >&6; }
7379else
7380  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7381$as_echo "no" >&6; }
7382fi
7383
7384  if test "x$ac_ct_RANLIB" = x; then
7385    RANLIB=":"
7386  else
7387    case $cross_compiling:$ac_tool_warned in
7388yes:)
7389{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7390$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7391ac_tool_warned=yes ;;
7392esac
7393    RANLIB=$ac_ct_RANLIB
7394  fi
7395else
7396  RANLIB="$ac_cv_prog_RANLIB"
7397fi
7398
7399test -z "$RANLIB" && RANLIB=:
7400
7401
7402
7403
7404
7405
7406# Determine commands to create old-style static archives.
7407old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7408old_postinstall_cmds='chmod 644 $oldlib'
7409old_postuninstall_cmds=
7410
7411if test -n "$RANLIB"; then
7412  case $host_os in
7413  openbsd*)
7414    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7415    ;;
7416  *)
7417    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7418    ;;
7419  esac
7420  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7421fi
7422
7423case $host_os in
7424  darwin*)
7425    lock_old_archive_extraction=yes ;;
7426  *)
7427    lock_old_archive_extraction=no ;;
7428esac
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468# If no C compiler was specified, use CC.
7469LTCC=${LTCC-"$CC"}
7470
7471# If no C compiler flags were specified, use CFLAGS.
7472LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7473
7474# Allow CC to be a program name with arguments.
7475compiler=$CC
7476
7477
7478# Check for command to grab the raw symbol name followed by C symbol from nm.
7479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7480$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7481if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7482  $as_echo_n "(cached) " >&6
7483else
7484
7485# These are sane defaults that work on at least a few old systems.
7486# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
7487
7488# Character class describing NM global symbol codes.
7489symcode='[BCDEGRST]'
7490
7491# Regexp to match symbols that can be accessed directly from C.
7492sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7493
7494# Define system-specific variables.
7495case $host_os in
7496aix*)
7497  symcode='[BCDT]'
7498  ;;
7499cygwin* | mingw* | pw32* | cegcc*)
7500  symcode='[ABCDGISTW]'
7501  ;;
7502hpux*)
7503  if test "$host_cpu" = ia64; then
7504    symcode='[ABCDEGRST]'
7505  fi
7506  ;;
7507irix* | nonstopux*)
7508  symcode='[BCDEGRST]'
7509  ;;
7510osf*)
7511  symcode='[BCDEGQRST]'
7512  ;;
7513solaris*)
7514  symcode='[BDRT]'
7515  ;;
7516sco3.2v5*)
7517  symcode='[DT]'
7518  ;;
7519sysv4.2uw2*)
7520  symcode='[DT]'
7521  ;;
7522sysv5* | sco5v6* | unixware* | OpenUNIX*)
7523  symcode='[ABDT]'
7524  ;;
7525sysv4)
7526  symcode='[DFNSTU]'
7527  ;;
7528esac
7529
7530# If we're using GNU nm, then use its standard symbol codes.
7531case `$NM -V 2>&1` in
7532*GNU* | *'with BFD'*)
7533  symcode='[ABCDGIRSTW]' ;;
7534esac
7535
7536# Transform an extracted symbol line into a proper C declaration.
7537# Some systems (esp. on ia64) link data and code symbols differently,
7538# so use this general approach.
7539lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7540
7541# Transform an extracted symbol line into symbol name and symbol address
7542lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
7543lt_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'"
7544
7545# Handle CRLF in mingw tool chain
7546opt_cr=
7547case $build_os in
7548mingw*)
7549  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7550  ;;
7551esac
7552
7553# Try without a prefix underscore, then with it.
7554for ac_symprfx in "" "_"; do
7555
7556  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7557  symxfrm="\\1 $ac_symprfx\\2 \\2"
7558
7559  # Write the raw and C identifiers.
7560  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7561    # Fake it for dumpbin and say T for any non-static function
7562    # and D for any global variable.
7563    # Also find C++ and __fastcall symbols from MSVC++,
7564    # which start with @ or ?.
7565    lt_cv_sys_global_symbol_pipe="$AWK '"\
7566"     {last_section=section; section=\$ 3};"\
7567"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7568"     \$ 0!~/External *\|/{next};"\
7569"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7570"     {if(hide[section]) next};"\
7571"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7572"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7573"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
7574"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7575"     ' prfx=^$ac_symprfx"
7576  else
7577    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7578  fi
7579
7580  # Check to see that the pipe works correctly.
7581  pipe_works=no
7582
7583  rm -f conftest*
7584  cat > conftest.$ac_ext <<_LT_EOF
7585#ifdef __cplusplus
7586extern "C" {
7587#endif
7588char nm_test_var;
7589void nm_test_func(void);
7590void nm_test_func(void){}
7591#ifdef __cplusplus
7592}
7593#endif
7594int main(){nm_test_var='a';nm_test_func();return(0);}
7595_LT_EOF
7596
7597  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7598  (eval $ac_compile) 2>&5
7599  ac_status=$?
7600  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7601  test $ac_status = 0; }; then
7602    # Now try to grab the symbols.
7603    nlist=conftest.nm
7604    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7605  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7606  ac_status=$?
7607  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7608  test $ac_status = 0; } && test -s "$nlist"; then
7609      # Try sorting and uniquifying the output.
7610      if sort "$nlist" | uniq > "$nlist"T; then
7611	mv -f "$nlist"T "$nlist"
7612      else
7613	rm -f "$nlist"T
7614      fi
7615
7616      # Make sure that we snagged all the symbols we need.
7617      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7618	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7619	  cat <<_LT_EOF > conftest.$ac_ext
7620#ifdef __cplusplus
7621extern "C" {
7622#endif
7623
7624_LT_EOF
7625	  # Now generate the symbol file.
7626	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7627
7628	  cat <<_LT_EOF >> conftest.$ac_ext
7629
7630/* The mapping between symbol names and symbols.  */
7631const struct {
7632  const char *name;
7633  void       *address;
7634}
7635lt__PROGRAM__LTX_preloaded_symbols[] =
7636{
7637  { "@PROGRAM@", (void *) 0 },
7638_LT_EOF
7639	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7640	  cat <<\_LT_EOF >> conftest.$ac_ext
7641  {0, (void *) 0}
7642};
7643
7644/* This works around a problem in FreeBSD linker */
7645#ifdef FREEBSD_WORKAROUND
7646static const void *lt_preloaded_setup() {
7647  return lt__PROGRAM__LTX_preloaded_symbols;
7648}
7649#endif
7650
7651#ifdef __cplusplus
7652}
7653#endif
7654_LT_EOF
7655	  # Now try linking the two files.
7656	  mv conftest.$ac_objext conftstm.$ac_objext
7657	  lt_save_LIBS="$LIBS"
7658	  lt_save_CFLAGS="$CFLAGS"
7659	  LIBS="conftstm.$ac_objext"
7660	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7661	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7662  (eval $ac_link) 2>&5
7663  ac_status=$?
7664  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7665  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7666	    pipe_works=yes
7667	  fi
7668	  LIBS="$lt_save_LIBS"
7669	  CFLAGS="$lt_save_CFLAGS"
7670	else
7671	  echo "cannot find nm_test_func in $nlist" >&5
7672	fi
7673      else
7674	echo "cannot find nm_test_var in $nlist" >&5
7675      fi
7676    else
7677      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7678    fi
7679  else
7680    echo "$progname: failed program was:" >&5
7681    cat conftest.$ac_ext >&5
7682  fi
7683  rm -rf conftest* conftst*
7684
7685  # Do not use the global_symbol_pipe unless it works.
7686  if test "$pipe_works" = yes; then
7687    break
7688  else
7689    lt_cv_sys_global_symbol_pipe=
7690  fi
7691done
7692
7693fi
7694
7695if test -z "$lt_cv_sys_global_symbol_pipe"; then
7696  lt_cv_sys_global_symbol_to_cdecl=
7697fi
7698if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7699  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7700$as_echo "failed" >&6; }
7701else
7702  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7703$as_echo "ok" >&6; }
7704fi
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727# Check whether --enable-libtool-lock was given.
7728if test "${enable_libtool_lock+set}" = set; then :
7729  enableval=$enable_libtool_lock;
7730fi
7731
7732test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7733
7734# Some flags need to be propagated to the compiler or linker for good
7735# libtool support.
7736case $host in
7737ia64-*-hpux*)
7738  # Find out which ABI we are using.
7739  echo 'int i;' > conftest.$ac_ext
7740  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7741  (eval $ac_compile) 2>&5
7742  ac_status=$?
7743  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7744  test $ac_status = 0; }; then
7745    case `/usr/bin/file conftest.$ac_objext` in
7746      *ELF-32*)
7747	HPUX_IA64_MODE="32"
7748	;;
7749      *ELF-64*)
7750	HPUX_IA64_MODE="64"
7751	;;
7752    esac
7753  fi
7754  rm -rf conftest*
7755  ;;
7756*-*-irix6*)
7757  # Find out which ABI we are using.
7758  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7759  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7760  (eval $ac_compile) 2>&5
7761  ac_status=$?
7762  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7763  test $ac_status = 0; }; then
7764    if test "$lt_cv_prog_gnu_ld" = yes; then
7765      case `/usr/bin/file conftest.$ac_objext` in
7766	*32-bit*)
7767	  LD="${LD-ld} -melf32bsmip"
7768	  ;;
7769	*N32*)
7770	  LD="${LD-ld} -melf32bmipn32"
7771	  ;;
7772	*64-bit*)
7773	  LD="${LD-ld} -melf64bmip"
7774	;;
7775      esac
7776    else
7777      case `/usr/bin/file conftest.$ac_objext` in
7778	*32-bit*)
7779	  LD="${LD-ld} -32"
7780	  ;;
7781	*N32*)
7782	  LD="${LD-ld} -n32"
7783	  ;;
7784	*64-bit*)
7785	  LD="${LD-ld} -64"
7786	  ;;
7787      esac
7788    fi
7789  fi
7790  rm -rf conftest*
7791  ;;
7792
7793x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7794s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7795  # Find out which ABI we are using.
7796  echo 'int i;' > conftest.$ac_ext
7797  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7798  (eval $ac_compile) 2>&5
7799  ac_status=$?
7800  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7801  test $ac_status = 0; }; then
7802    case `/usr/bin/file conftest.o` in
7803      *32-bit*)
7804	case $host in
7805	  x86_64-*kfreebsd*-gnu)
7806	    LD="${LD-ld} -m elf_i386_fbsd"
7807	    ;;
7808	  x86_64-*linux*)
7809	    case `/usr/bin/file conftest.o` in
7810	      *x86-64*)
7811		LD="${LD-ld} -m elf32_x86_64"
7812		;;
7813	      *)
7814		LD="${LD-ld} -m elf_i386"
7815		;;
7816	    esac
7817	    ;;
7818	  powerpc64le-*linux*)
7819	    LD="${LD-ld} -m elf32lppclinux"
7820	    ;;
7821	  powerpc64-*linux*)
7822	    LD="${LD-ld} -m elf32ppclinux"
7823	    ;;
7824	  s390x-*linux*)
7825	    LD="${LD-ld} -m elf_s390"
7826	    ;;
7827	  sparc64-*linux*)
7828	    LD="${LD-ld} -m elf32_sparc"
7829	    ;;
7830	esac
7831	;;
7832      *64-bit*)
7833	case $host in
7834	  x86_64-*kfreebsd*-gnu)
7835	    LD="${LD-ld} -m elf_x86_64_fbsd"
7836	    ;;
7837	  x86_64-*linux*)
7838	    LD="${LD-ld} -m elf_x86_64"
7839	    ;;
7840	  powerpcle-*linux*)
7841	    LD="${LD-ld} -m elf64lppc"
7842	    ;;
7843	  powerpc-*linux*)
7844	    LD="${LD-ld} -m elf64ppc"
7845	    ;;
7846	  s390*-*linux*|s390*-*tpf*)
7847	    LD="${LD-ld} -m elf64_s390"
7848	    ;;
7849	  sparc*-*linux*)
7850	    LD="${LD-ld} -m elf64_sparc"
7851	    ;;
7852	esac
7853	;;
7854    esac
7855  fi
7856  rm -rf conftest*
7857  ;;
7858
7859*-*-sco3.2v5*)
7860  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7861  SAVE_CFLAGS="$CFLAGS"
7862  CFLAGS="$CFLAGS -belf"
7863  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7864$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7865if ${lt_cv_cc_needs_belf+:} false; then :
7866  $as_echo_n "(cached) " >&6
7867else
7868  ac_ext=c
7869ac_cpp='$CPP $CPPFLAGS'
7870ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7871ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7872ac_compiler_gnu=$ac_cv_c_compiler_gnu
7873
7874     if test x$gcc_no_link = xyes; then
7875  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
7876fi
7877cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7878/* end confdefs.h.  */
7879
7880int
7881main ()
7882{
7883
7884  ;
7885  return 0;
7886}
7887_ACEOF
7888if ac_fn_c_try_link "$LINENO"; then :
7889  lt_cv_cc_needs_belf=yes
7890else
7891  lt_cv_cc_needs_belf=no
7892fi
7893rm -f core conftest.err conftest.$ac_objext \
7894    conftest$ac_exeext conftest.$ac_ext
7895     ac_ext=c
7896ac_cpp='$CPP $CPPFLAGS'
7897ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7898ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7899ac_compiler_gnu=$ac_cv_c_compiler_gnu
7900
7901fi
7902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7903$as_echo "$lt_cv_cc_needs_belf" >&6; }
7904  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7905    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7906    CFLAGS="$SAVE_CFLAGS"
7907  fi
7908  ;;
7909sparc*-*solaris*)
7910  # Find out which ABI we are using.
7911  echo 'int i;' > conftest.$ac_ext
7912  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7913  (eval $ac_compile) 2>&5
7914  ac_status=$?
7915  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7916  test $ac_status = 0; }; then
7917    case `/usr/bin/file conftest.o` in
7918    *64-bit*)
7919      case $lt_cv_prog_gnu_ld in
7920      yes*) LD="${LD-ld} -m elf64_sparc" ;;
7921      *)
7922	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7923	  LD="${LD-ld} -64"
7924	fi
7925	;;
7926      esac
7927      ;;
7928    esac
7929  fi
7930  rm -rf conftest*
7931  ;;
7932esac
7933
7934need_locks="$enable_libtool_lock"
7935
7936
7937  case $host_os in
7938    rhapsody* | darwin*)
7939    if test -n "$ac_tool_prefix"; then
7940  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7941set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7943$as_echo_n "checking for $ac_word... " >&6; }
7944if ${ac_cv_prog_DSYMUTIL+:} false; then :
7945  $as_echo_n "(cached) " >&6
7946else
7947  if test -n "$DSYMUTIL"; then
7948  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7949else
7950as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7951for as_dir in $PATH
7952do
7953  IFS=$as_save_IFS
7954  test -z "$as_dir" && as_dir=.
7955    for ac_exec_ext in '' $ac_executable_extensions; do
7956  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7957    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7958    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7959    break 2
7960  fi
7961done
7962  done
7963IFS=$as_save_IFS
7964
7965fi
7966fi
7967DSYMUTIL=$ac_cv_prog_DSYMUTIL
7968if test -n "$DSYMUTIL"; then
7969  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7970$as_echo "$DSYMUTIL" >&6; }
7971else
7972  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7973$as_echo "no" >&6; }
7974fi
7975
7976
7977fi
7978if test -z "$ac_cv_prog_DSYMUTIL"; then
7979  ac_ct_DSYMUTIL=$DSYMUTIL
7980  # Extract the first word of "dsymutil", so it can be a program name with args.
7981set dummy dsymutil; ac_word=$2
7982{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7983$as_echo_n "checking for $ac_word... " >&6; }
7984if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7985  $as_echo_n "(cached) " >&6
7986else
7987  if test -n "$ac_ct_DSYMUTIL"; then
7988  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7989else
7990as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7991for as_dir in $PATH
7992do
7993  IFS=$as_save_IFS
7994  test -z "$as_dir" && as_dir=.
7995    for ac_exec_ext in '' $ac_executable_extensions; do
7996  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7997    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7998    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7999    break 2
8000  fi
8001done
8002  done
8003IFS=$as_save_IFS
8004
8005fi
8006fi
8007ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
8008if test -n "$ac_ct_DSYMUTIL"; then
8009  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
8010$as_echo "$ac_ct_DSYMUTIL" >&6; }
8011else
8012  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8013$as_echo "no" >&6; }
8014fi
8015
8016  if test "x$ac_ct_DSYMUTIL" = x; then
8017    DSYMUTIL=":"
8018  else
8019    case $cross_compiling:$ac_tool_warned in
8020yes:)
8021{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8022$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8023ac_tool_warned=yes ;;
8024esac
8025    DSYMUTIL=$ac_ct_DSYMUTIL
8026  fi
8027else
8028  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
8029fi
8030
8031    if test -n "$ac_tool_prefix"; then
8032  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
8033set dummy ${ac_tool_prefix}nmedit; ac_word=$2
8034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8035$as_echo_n "checking for $ac_word... " >&6; }
8036if ${ac_cv_prog_NMEDIT+:} false; then :
8037  $as_echo_n "(cached) " >&6
8038else
8039  if test -n "$NMEDIT"; then
8040  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
8041else
8042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8043for as_dir in $PATH
8044do
8045  IFS=$as_save_IFS
8046  test -z "$as_dir" && as_dir=.
8047    for ac_exec_ext in '' $ac_executable_extensions; do
8048  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8049    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
8050    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8051    break 2
8052  fi
8053done
8054  done
8055IFS=$as_save_IFS
8056
8057fi
8058fi
8059NMEDIT=$ac_cv_prog_NMEDIT
8060if test -n "$NMEDIT"; then
8061  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
8062$as_echo "$NMEDIT" >&6; }
8063else
8064  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8065$as_echo "no" >&6; }
8066fi
8067
8068
8069fi
8070if test -z "$ac_cv_prog_NMEDIT"; then
8071  ac_ct_NMEDIT=$NMEDIT
8072  # Extract the first word of "nmedit", so it can be a program name with args.
8073set dummy nmedit; ac_word=$2
8074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8075$as_echo_n "checking for $ac_word... " >&6; }
8076if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
8077  $as_echo_n "(cached) " >&6
8078else
8079  if test -n "$ac_ct_NMEDIT"; then
8080  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
8081else
8082as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8083for as_dir in $PATH
8084do
8085  IFS=$as_save_IFS
8086  test -z "$as_dir" && as_dir=.
8087    for ac_exec_ext in '' $ac_executable_extensions; do
8088  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8089    ac_cv_prog_ac_ct_NMEDIT="nmedit"
8090    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8091    break 2
8092  fi
8093done
8094  done
8095IFS=$as_save_IFS
8096
8097fi
8098fi
8099ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
8100if test -n "$ac_ct_NMEDIT"; then
8101  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
8102$as_echo "$ac_ct_NMEDIT" >&6; }
8103else
8104  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8105$as_echo "no" >&6; }
8106fi
8107
8108  if test "x$ac_ct_NMEDIT" = x; then
8109    NMEDIT=":"
8110  else
8111    case $cross_compiling:$ac_tool_warned in
8112yes:)
8113{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8114$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8115ac_tool_warned=yes ;;
8116esac
8117    NMEDIT=$ac_ct_NMEDIT
8118  fi
8119else
8120  NMEDIT="$ac_cv_prog_NMEDIT"
8121fi
8122
8123    if test -n "$ac_tool_prefix"; then
8124  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
8125set dummy ${ac_tool_prefix}lipo; ac_word=$2
8126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8127$as_echo_n "checking for $ac_word... " >&6; }
8128if ${ac_cv_prog_LIPO+:} false; then :
8129  $as_echo_n "(cached) " >&6
8130else
8131  if test -n "$LIPO"; then
8132  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8133else
8134as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8135for as_dir in $PATH
8136do
8137  IFS=$as_save_IFS
8138  test -z "$as_dir" && as_dir=.
8139    for ac_exec_ext in '' $ac_executable_extensions; do
8140  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8141    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
8142    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8143    break 2
8144  fi
8145done
8146  done
8147IFS=$as_save_IFS
8148
8149fi
8150fi
8151LIPO=$ac_cv_prog_LIPO
8152if test -n "$LIPO"; then
8153  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8154$as_echo "$LIPO" >&6; }
8155else
8156  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8157$as_echo "no" >&6; }
8158fi
8159
8160
8161fi
8162if test -z "$ac_cv_prog_LIPO"; then
8163  ac_ct_LIPO=$LIPO
8164  # Extract the first word of "lipo", so it can be a program name with args.
8165set dummy lipo; ac_word=$2
8166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8167$as_echo_n "checking for $ac_word... " >&6; }
8168if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
8169  $as_echo_n "(cached) " >&6
8170else
8171  if test -n "$ac_ct_LIPO"; then
8172  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
8173else
8174as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8175for as_dir in $PATH
8176do
8177  IFS=$as_save_IFS
8178  test -z "$as_dir" && as_dir=.
8179    for ac_exec_ext in '' $ac_executable_extensions; do
8180  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8181    ac_cv_prog_ac_ct_LIPO="lipo"
8182    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8183    break 2
8184  fi
8185done
8186  done
8187IFS=$as_save_IFS
8188
8189fi
8190fi
8191ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
8192if test -n "$ac_ct_LIPO"; then
8193  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
8194$as_echo "$ac_ct_LIPO" >&6; }
8195else
8196  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8197$as_echo "no" >&6; }
8198fi
8199
8200  if test "x$ac_ct_LIPO" = x; then
8201    LIPO=":"
8202  else
8203    case $cross_compiling:$ac_tool_warned in
8204yes:)
8205{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8206$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8207ac_tool_warned=yes ;;
8208esac
8209    LIPO=$ac_ct_LIPO
8210  fi
8211else
8212  LIPO="$ac_cv_prog_LIPO"
8213fi
8214
8215    if test -n "$ac_tool_prefix"; then
8216  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
8217set dummy ${ac_tool_prefix}otool; ac_word=$2
8218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8219$as_echo_n "checking for $ac_word... " >&6; }
8220if ${ac_cv_prog_OTOOL+:} false; then :
8221  $as_echo_n "(cached) " >&6
8222else
8223  if test -n "$OTOOL"; then
8224  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8225else
8226as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8227for as_dir in $PATH
8228do
8229  IFS=$as_save_IFS
8230  test -z "$as_dir" && as_dir=.
8231    for ac_exec_ext in '' $ac_executable_extensions; do
8232  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8233    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8234    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8235    break 2
8236  fi
8237done
8238  done
8239IFS=$as_save_IFS
8240
8241fi
8242fi
8243OTOOL=$ac_cv_prog_OTOOL
8244if test -n "$OTOOL"; then
8245  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8246$as_echo "$OTOOL" >&6; }
8247else
8248  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8249$as_echo "no" >&6; }
8250fi
8251
8252
8253fi
8254if test -z "$ac_cv_prog_OTOOL"; then
8255  ac_ct_OTOOL=$OTOOL
8256  # Extract the first word of "otool", so it can be a program name with args.
8257set dummy otool; ac_word=$2
8258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8259$as_echo_n "checking for $ac_word... " >&6; }
8260if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8261  $as_echo_n "(cached) " >&6
8262else
8263  if test -n "$ac_ct_OTOOL"; then
8264  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8265else
8266as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8267for as_dir in $PATH
8268do
8269  IFS=$as_save_IFS
8270  test -z "$as_dir" && as_dir=.
8271    for ac_exec_ext in '' $ac_executable_extensions; do
8272  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8273    ac_cv_prog_ac_ct_OTOOL="otool"
8274    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8275    break 2
8276  fi
8277done
8278  done
8279IFS=$as_save_IFS
8280
8281fi
8282fi
8283ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8284if test -n "$ac_ct_OTOOL"; then
8285  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8286$as_echo "$ac_ct_OTOOL" >&6; }
8287else
8288  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8289$as_echo "no" >&6; }
8290fi
8291
8292  if test "x$ac_ct_OTOOL" = x; then
8293    OTOOL=":"
8294  else
8295    case $cross_compiling:$ac_tool_warned in
8296yes:)
8297{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8298$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8299ac_tool_warned=yes ;;
8300esac
8301    OTOOL=$ac_ct_OTOOL
8302  fi
8303else
8304  OTOOL="$ac_cv_prog_OTOOL"
8305fi
8306
8307    if test -n "$ac_tool_prefix"; then
8308  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8309set dummy ${ac_tool_prefix}otool64; ac_word=$2
8310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8311$as_echo_n "checking for $ac_word... " >&6; }
8312if ${ac_cv_prog_OTOOL64+:} false; then :
8313  $as_echo_n "(cached) " >&6
8314else
8315  if test -n "$OTOOL64"; then
8316  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8317else
8318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8319for as_dir in $PATH
8320do
8321  IFS=$as_save_IFS
8322  test -z "$as_dir" && as_dir=.
8323    for ac_exec_ext in '' $ac_executable_extensions; do
8324  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8325    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8326    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8327    break 2
8328  fi
8329done
8330  done
8331IFS=$as_save_IFS
8332
8333fi
8334fi
8335OTOOL64=$ac_cv_prog_OTOOL64
8336if test -n "$OTOOL64"; then
8337  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8338$as_echo "$OTOOL64" >&6; }
8339else
8340  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8341$as_echo "no" >&6; }
8342fi
8343
8344
8345fi
8346if test -z "$ac_cv_prog_OTOOL64"; then
8347  ac_ct_OTOOL64=$OTOOL64
8348  # Extract the first word of "otool64", so it can be a program name with args.
8349set dummy otool64; ac_word=$2
8350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8351$as_echo_n "checking for $ac_word... " >&6; }
8352if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8353  $as_echo_n "(cached) " >&6
8354else
8355  if test -n "$ac_ct_OTOOL64"; then
8356  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8357else
8358as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8359for as_dir in $PATH
8360do
8361  IFS=$as_save_IFS
8362  test -z "$as_dir" && as_dir=.
8363    for ac_exec_ext in '' $ac_executable_extensions; do
8364  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8365    ac_cv_prog_ac_ct_OTOOL64="otool64"
8366    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8367    break 2
8368  fi
8369done
8370  done
8371IFS=$as_save_IFS
8372
8373fi
8374fi
8375ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8376if test -n "$ac_ct_OTOOL64"; then
8377  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8378$as_echo "$ac_ct_OTOOL64" >&6; }
8379else
8380  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8381$as_echo "no" >&6; }
8382fi
8383
8384  if test "x$ac_ct_OTOOL64" = x; then
8385    OTOOL64=":"
8386  else
8387    case $cross_compiling:$ac_tool_warned in
8388yes:)
8389{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8390$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8391ac_tool_warned=yes ;;
8392esac
8393    OTOOL64=$ac_ct_OTOOL64
8394  fi
8395else
8396  OTOOL64="$ac_cv_prog_OTOOL64"
8397fi
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
8423
8424
8425    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8426$as_echo_n "checking for -single_module linker flag... " >&6; }
8427if ${lt_cv_apple_cc_single_mod+:} false; then :
8428  $as_echo_n "(cached) " >&6
8429else
8430  lt_cv_apple_cc_single_mod=no
8431      if test -z "${LT_MULTI_MODULE}"; then
8432	# By default we will add the -single_module flag. You can override
8433	# by either setting the environment variable LT_MULTI_MODULE
8434	# non-empty at configure time, or by adding -multi_module to the
8435	# link flags.
8436	rm -rf libconftest.dylib*
8437	echo "int foo(void){return 1;}" > conftest.c
8438	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8439-dynamiclib -Wl,-single_module conftest.c" >&5
8440	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8441	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8442        _lt_result=$?
8443	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8444	  lt_cv_apple_cc_single_mod=yes
8445	else
8446	  cat conftest.err >&5
8447	fi
8448	rm -rf libconftest.dylib*
8449	rm -f conftest.*
8450      fi
8451fi
8452{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8453$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8454    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8455$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8456if ${lt_cv_ld_exported_symbols_list+:} false; then :
8457  $as_echo_n "(cached) " >&6
8458else
8459  lt_cv_ld_exported_symbols_list=no
8460      save_LDFLAGS=$LDFLAGS
8461      echo "_main" > conftest.sym
8462      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8463      if test x$gcc_no_link = xyes; then
8464  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
8465fi
8466cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8467/* end confdefs.h.  */
8468
8469int
8470main ()
8471{
8472
8473  ;
8474  return 0;
8475}
8476_ACEOF
8477if ac_fn_c_try_link "$LINENO"; then :
8478  lt_cv_ld_exported_symbols_list=yes
8479else
8480  lt_cv_ld_exported_symbols_list=no
8481fi
8482rm -f core conftest.err conftest.$ac_objext \
8483    conftest$ac_exeext conftest.$ac_ext
8484	LDFLAGS="$save_LDFLAGS"
8485
8486fi
8487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8488$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8489    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8490$as_echo_n "checking for -force_load linker flag... " >&6; }
8491if ${lt_cv_ld_force_load+:} false; then :
8492  $as_echo_n "(cached) " >&6
8493else
8494  lt_cv_ld_force_load=no
8495      cat > conftest.c << _LT_EOF
8496int forced_loaded() { return 2;}
8497_LT_EOF
8498      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8499      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8500      echo "$AR cru libconftest.a conftest.o" >&5
8501      $AR cru libconftest.a conftest.o 2>&5
8502      cat > conftest.c << _LT_EOF
8503int main() { return 0;}
8504_LT_EOF
8505      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8506      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8507      _lt_result=$?
8508      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8509	lt_cv_ld_force_load=yes
8510      else
8511	cat conftest.err >&5
8512      fi
8513        rm -f conftest.err libconftest.a conftest conftest.c
8514        rm -rf conftest.dSYM
8515
8516fi
8517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8518$as_echo "$lt_cv_ld_force_load" >&6; }
8519    # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
8520    # build without first building modern cctools / linker.
8521    case $host_cpu-$host_os in
8522    *-rhapsody* | *-darwin1.[012])
8523      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8524    *-darwin1.*)
8525      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8526    *-darwin*)
8527      # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
8528      # deployment target is forced to an earlier version.
8529      case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
8530	UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
8531	  ;;
8532	10.[012][,.]*)
8533	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
8534	  ;;
8535	*)
8536	  ;;
8537     esac
8538    ;;
8539  esac
8540    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8541      _lt_dar_single_mod='$single_module'
8542    fi
8543    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8544      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8545    else
8546      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8547    fi
8548    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8549      _lt_dsymutil='~$DSYMUTIL $lib || :'
8550    else
8551      _lt_dsymutil=
8552    fi
8553    ;;
8554  esac
8555
8556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8557$as_echo_n "checking for ANSI C header files... " >&6; }
8558if ${ac_cv_header_stdc+:} false; then :
8559  $as_echo_n "(cached) " >&6
8560else
8561  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8562/* end confdefs.h.  */
8563#include <stdlib.h>
8564#include <stdarg.h>
8565#include <string.h>
8566#include <float.h>
8567
8568int
8569main ()
8570{
8571
8572  ;
8573  return 0;
8574}
8575_ACEOF
8576if ac_fn_c_try_compile "$LINENO"; then :
8577  ac_cv_header_stdc=yes
8578else
8579  ac_cv_header_stdc=no
8580fi
8581rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8582
8583if test $ac_cv_header_stdc = yes; then
8584  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8585  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8586/* end confdefs.h.  */
8587#include <string.h>
8588
8589_ACEOF
8590if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8591  $EGREP "memchr" >/dev/null 2>&1; then :
8592
8593else
8594  ac_cv_header_stdc=no
8595fi
8596rm -f conftest*
8597
8598fi
8599
8600if test $ac_cv_header_stdc = yes; then
8601  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8602  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8603/* end confdefs.h.  */
8604#include <stdlib.h>
8605
8606_ACEOF
8607if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8608  $EGREP "free" >/dev/null 2>&1; then :
8609
8610else
8611  ac_cv_header_stdc=no
8612fi
8613rm -f conftest*
8614
8615fi
8616
8617if test $ac_cv_header_stdc = yes; then
8618  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8619  if test "$cross_compiling" = yes; then :
8620  :
8621else
8622  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8623/* end confdefs.h.  */
8624#include <ctype.h>
8625#include <stdlib.h>
8626#if ((' ' & 0x0FF) == 0x020)
8627# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8628# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8629#else
8630# define ISLOWER(c) \
8631		   (('a' <= (c) && (c) <= 'i') \
8632		     || ('j' <= (c) && (c) <= 'r') \
8633		     || ('s' <= (c) && (c) <= 'z'))
8634# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8635#endif
8636
8637#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8638int
8639main ()
8640{
8641  int i;
8642  for (i = 0; i < 256; i++)
8643    if (XOR (islower (i), ISLOWER (i))
8644	|| toupper (i) != TOUPPER (i))
8645      return 2;
8646  return 0;
8647}
8648_ACEOF
8649if ac_fn_c_try_run "$LINENO"; then :
8650
8651else
8652  ac_cv_header_stdc=no
8653fi
8654rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8655  conftest.$ac_objext conftest.beam conftest.$ac_ext
8656fi
8657
8658fi
8659fi
8660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8661$as_echo "$ac_cv_header_stdc" >&6; }
8662if test $ac_cv_header_stdc = yes; then
8663
8664$as_echo "#define STDC_HEADERS 1" >>confdefs.h
8665
8666fi
8667
8668# On IRIX 5.3, sys/types and inttypes.h are conflicting.
8669for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8670		  inttypes.h stdint.h unistd.h
8671do :
8672  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8673ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8674"
8675if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8676  cat >>confdefs.h <<_ACEOF
8677#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8678_ACEOF
8679
8680fi
8681
8682done
8683
8684
8685for ac_header in dlfcn.h
8686do :
8687  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8688"
8689if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8690  cat >>confdefs.h <<_ACEOF
8691#define HAVE_DLFCN_H 1
8692_ACEOF
8693
8694fi
8695
8696done
8697
8698
8699
8700
8701
8702
8703# Set options
8704
8705
8706
8707
8708  enable_win32_dll=no
8709
8710
8711            # Check whether --enable-shared was given.
8712if test "${enable_shared+set}" = set; then :
8713  enableval=$enable_shared; p=${PACKAGE-default}
8714    case $enableval in
8715    yes) enable_shared=yes ;;
8716    no) enable_shared=no ;;
8717    *)
8718      enable_shared=no
8719      # Look at the argument we got.  We use all the common list separators.
8720      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8721      for pkg in $enableval; do
8722	IFS="$lt_save_ifs"
8723	if test "X$pkg" = "X$p"; then
8724	  enable_shared=yes
8725	fi
8726      done
8727      IFS="$lt_save_ifs"
8728      ;;
8729    esac
8730else
8731  enable_shared=yes
8732fi
8733
8734
8735
8736
8737
8738
8739
8740
8741
8742  # Check whether --enable-static was given.
8743if test "${enable_static+set}" = set; then :
8744  enableval=$enable_static; p=${PACKAGE-default}
8745    case $enableval in
8746    yes) enable_static=yes ;;
8747    no) enable_static=no ;;
8748    *)
8749     enable_static=no
8750      # Look at the argument we got.  We use all the common list separators.
8751      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8752      for pkg in $enableval; do
8753	IFS="$lt_save_ifs"
8754	if test "X$pkg" = "X$p"; then
8755	  enable_static=yes
8756	fi
8757      done
8758      IFS="$lt_save_ifs"
8759      ;;
8760    esac
8761else
8762  enable_static=yes
8763fi
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
8774# Check whether --with-pic was given.
8775if test "${with_pic+set}" = set; then :
8776  withval=$with_pic; pic_mode="$withval"
8777else
8778  pic_mode=default
8779fi
8780
8781
8782test -z "$pic_mode" && pic_mode=default
8783
8784
8785
8786
8787
8788
8789
8790  # Check whether --enable-fast-install was given.
8791if test "${enable_fast_install+set}" = set; then :
8792  enableval=$enable_fast_install; p=${PACKAGE-default}
8793    case $enableval in
8794    yes) enable_fast_install=yes ;;
8795    no) enable_fast_install=no ;;
8796    *)
8797      enable_fast_install=no
8798      # Look at the argument we got.  We use all the common list separators.
8799      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8800      for pkg in $enableval; do
8801	IFS="$lt_save_ifs"
8802	if test "X$pkg" = "X$p"; then
8803	  enable_fast_install=yes
8804	fi
8805      done
8806      IFS="$lt_save_ifs"
8807      ;;
8808    esac
8809else
8810  enable_fast_install=yes
8811fi
8812
8813
8814
8815
8816
8817
8818
8819
8820
8821
8822
8823# This can be used to rebuild libtool when needed
8824LIBTOOL_DEPS="$ltmain"
8825
8826# Always use our own libtool.
8827LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8828
8829
8830
8831
8832
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854test -z "$LN_S" && LN_S="ln -s"
8855
8856
8857
8858
8859
8860
8861
8862
8863
8864
8865
8866
8867
8868
8869if test -n "${ZSH_VERSION+set}" ; then
8870   setopt NO_GLOB_SUBST
8871fi
8872
8873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8874$as_echo_n "checking for objdir... " >&6; }
8875if ${lt_cv_objdir+:} false; then :
8876  $as_echo_n "(cached) " >&6
8877else
8878  rm -f .libs 2>/dev/null
8879mkdir .libs 2>/dev/null
8880if test -d .libs; then
8881  lt_cv_objdir=.libs
8882else
8883  # MS-DOS does not allow filenames that begin with a dot.
8884  lt_cv_objdir=_libs
8885fi
8886rmdir .libs 2>/dev/null
8887fi
8888{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8889$as_echo "$lt_cv_objdir" >&6; }
8890objdir=$lt_cv_objdir
8891
8892
8893
8894
8895
8896cat >>confdefs.h <<_ACEOF
8897#define LT_OBJDIR "$lt_cv_objdir/"
8898_ACEOF
8899
8900
8901
8902
8903case $host_os in
8904aix3*)
8905  # AIX sometimes has problems with the GCC collect2 program.  For some
8906  # reason, if we set the COLLECT_NAMES environment variable, the problems
8907  # vanish in a puff of smoke.
8908  if test "X${COLLECT_NAMES+set}" != Xset; then
8909    COLLECT_NAMES=
8910    export COLLECT_NAMES
8911  fi
8912  ;;
8913esac
8914
8915# Global variables:
8916ofile=libtool
8917can_build_shared=yes
8918
8919# All known linkers require a `.a' archive for static linking (except MSVC,
8920# which needs '.lib').
8921libext=a
8922
8923with_gnu_ld="$lt_cv_prog_gnu_ld"
8924
8925old_CC="$CC"
8926old_CFLAGS="$CFLAGS"
8927
8928# Set sane defaults for various variables
8929test -z "$CC" && CC=cc
8930test -z "$LTCC" && LTCC=$CC
8931test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8932test -z "$LD" && LD=ld
8933test -z "$ac_objext" && ac_objext=o
8934
8935for cc_temp in $compiler""; do
8936  case $cc_temp in
8937    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8938    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8939    \-*) ;;
8940    *) break;;
8941  esac
8942done
8943cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8944
8945
8946# Only perform the check for file, if the check method requires it
8947test -z "$MAGIC_CMD" && MAGIC_CMD=file
8948case $deplibs_check_method in
8949file_magic*)
8950  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8951    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8952$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8953if ${lt_cv_path_MAGIC_CMD+:} false; then :
8954  $as_echo_n "(cached) " >&6
8955else
8956  case $MAGIC_CMD in
8957[\\/*] |  ?:[\\/]*)
8958  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8959  ;;
8960*)
8961  lt_save_MAGIC_CMD="$MAGIC_CMD"
8962  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8963  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8964  for ac_dir in $ac_dummy; do
8965    IFS="$lt_save_ifs"
8966    test -z "$ac_dir" && ac_dir=.
8967    if test -f $ac_dir/${ac_tool_prefix}file; then
8968      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8969      if test -n "$file_magic_test_file"; then
8970	case $deplibs_check_method in
8971	"file_magic "*)
8972	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8973	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8974	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8975	    $EGREP "$file_magic_regex" > /dev/null; then
8976	    :
8977	  else
8978	    cat <<_LT_EOF 1>&2
8979
8980*** Warning: the command libtool uses to detect shared libraries,
8981*** $file_magic_cmd, produces output that libtool cannot recognize.
8982*** The result is that libtool may fail to recognize shared libraries
8983*** as such.  This will affect the creation of libtool libraries that
8984*** depend on shared libraries, but programs linked with such libtool
8985*** libraries will work regardless of this problem.  Nevertheless, you
8986*** may want to report the problem to your system manager and/or to
8987*** bug-libtool@gnu.org
8988
8989_LT_EOF
8990	  fi ;;
8991	esac
8992      fi
8993      break
8994    fi
8995  done
8996  IFS="$lt_save_ifs"
8997  MAGIC_CMD="$lt_save_MAGIC_CMD"
8998  ;;
8999esac
9000fi
9001
9002MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9003if test -n "$MAGIC_CMD"; then
9004  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9005$as_echo "$MAGIC_CMD" >&6; }
9006else
9007  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9008$as_echo "no" >&6; }
9009fi
9010
9011
9012
9013
9014
9015if test -z "$lt_cv_path_MAGIC_CMD"; then
9016  if test -n "$ac_tool_prefix"; then
9017    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9018$as_echo_n "checking for file... " >&6; }
9019if ${lt_cv_path_MAGIC_CMD+:} false; then :
9020  $as_echo_n "(cached) " >&6
9021else
9022  case $MAGIC_CMD in
9023[\\/*] |  ?:[\\/]*)
9024  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9025  ;;
9026*)
9027  lt_save_MAGIC_CMD="$MAGIC_CMD"
9028  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9029  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9030  for ac_dir in $ac_dummy; do
9031    IFS="$lt_save_ifs"
9032    test -z "$ac_dir" && ac_dir=.
9033    if test -f $ac_dir/file; then
9034      lt_cv_path_MAGIC_CMD="$ac_dir/file"
9035      if test -n "$file_magic_test_file"; then
9036	case $deplibs_check_method in
9037	"file_magic "*)
9038	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9039	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9040	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9041	    $EGREP "$file_magic_regex" > /dev/null; then
9042	    :
9043	  else
9044	    cat <<_LT_EOF 1>&2
9045
9046*** Warning: the command libtool uses to detect shared libraries,
9047*** $file_magic_cmd, produces output that libtool cannot recognize.
9048*** The result is that libtool may fail to recognize shared libraries
9049*** as such.  This will affect the creation of libtool libraries that
9050*** depend on shared libraries, but programs linked with such libtool
9051*** libraries will work regardless of this problem.  Nevertheless, you
9052*** may want to report the problem to your system manager and/or to
9053*** bug-libtool@gnu.org
9054
9055_LT_EOF
9056	  fi ;;
9057	esac
9058      fi
9059      break
9060    fi
9061  done
9062  IFS="$lt_save_ifs"
9063  MAGIC_CMD="$lt_save_MAGIC_CMD"
9064  ;;
9065esac
9066fi
9067
9068MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9069if test -n "$MAGIC_CMD"; then
9070  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9071$as_echo "$MAGIC_CMD" >&6; }
9072else
9073  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9074$as_echo "no" >&6; }
9075fi
9076
9077
9078  else
9079    MAGIC_CMD=:
9080  fi
9081fi
9082
9083  fi
9084  ;;
9085esac
9086
9087# Use C for the default configuration in the libtool script
9088
9089lt_save_CC="$CC"
9090ac_ext=c
9091ac_cpp='$CPP $CPPFLAGS'
9092ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9093ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9094ac_compiler_gnu=$ac_cv_c_compiler_gnu
9095
9096
9097# Source file extension for C test sources.
9098ac_ext=c
9099
9100# Object file extension for compiled C test sources.
9101objext=o
9102objext=$objext
9103
9104# Code to be used in simple compile tests
9105lt_simple_compile_test_code="int some_variable = 0;"
9106
9107# Code to be used in simple link tests
9108lt_simple_link_test_code='int main(){return(0);}'
9109
9110
9111
9112
9113
9114
9115
9116# If no C compiler was specified, use CC.
9117LTCC=${LTCC-"$CC"}
9118
9119# If no C compiler flags were specified, use CFLAGS.
9120LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9121
9122# Allow CC to be a program name with arguments.
9123compiler=$CC
9124
9125# Save the default compiler, since it gets overwritten when the other
9126# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9127compiler_DEFAULT=$CC
9128
9129# save warnings/boilerplate of simple test code
9130ac_outfile=conftest.$ac_objext
9131echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9132eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9133_lt_compiler_boilerplate=`cat conftest.err`
9134$RM conftest*
9135
9136ac_outfile=conftest.$ac_objext
9137echo "$lt_simple_link_test_code" >conftest.$ac_ext
9138eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9139_lt_linker_boilerplate=`cat conftest.err`
9140$RM -r conftest*
9141
9142
9143## CAVEAT EMPTOR:
9144## There is no encapsulation within the following macros, do not change
9145## the running order or otherwise move them around unless you know exactly
9146## what you are doing...
9147if test -n "$compiler"; then
9148
9149lt_prog_compiler_no_builtin_flag=
9150
9151if test "$GCC" = yes; then
9152  case $cc_basename in
9153  nvcc*)
9154    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9155  *)
9156    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9157  esac
9158
9159  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9160$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9161if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
9162  $as_echo_n "(cached) " >&6
9163else
9164  lt_cv_prog_compiler_rtti_exceptions=no
9165   ac_outfile=conftest.$ac_objext
9166   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9167   lt_compiler_flag="-fno-rtti -fno-exceptions"
9168   # Insert the option either (1) after the last *FLAGS variable, or
9169   # (2) before a word containing "conftest.", or (3) at the end.
9170   # Note that $ac_compile itself does not contain backslashes and begins
9171   # with a dollar sign (not a hyphen), so the echo should work correctly.
9172   # The option is referenced via a variable to avoid confusing sed.
9173   lt_compile=`echo "$ac_compile" | $SED \
9174   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9175   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9176   -e 's:$: $lt_compiler_flag:'`
9177   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9178   (eval "$lt_compile" 2>conftest.err)
9179   ac_status=$?
9180   cat conftest.err >&5
9181   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9182   if (exit $ac_status) && test -s "$ac_outfile"; then
9183     # The compiler can only warn and ignore the option if not recognized
9184     # So say no if there are warnings other than the usual output.
9185     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9186     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9187     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9188       lt_cv_prog_compiler_rtti_exceptions=yes
9189     fi
9190   fi
9191   $RM conftest*
9192
9193fi
9194{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9195$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9196
9197if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9198    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9199else
9200    :
9201fi
9202
9203fi
9204
9205
9206
9207
9208
9209
9210  lt_prog_compiler_wl=
9211lt_prog_compiler_pic=
9212lt_prog_compiler_static=
9213
9214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9215$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9216
9217  if test "$GCC" = yes; then
9218    lt_prog_compiler_wl='-Wl,'
9219    lt_prog_compiler_static='-static'
9220
9221    case $host_os in
9222      aix*)
9223      # All AIX code is PIC.
9224      if test "$host_cpu" = ia64; then
9225	# AIX 5 now supports IA64 processor
9226	lt_prog_compiler_static='-Bstatic'
9227      fi
9228      lt_prog_compiler_pic='-fPIC'
9229      ;;
9230
9231    amigaos*)
9232      case $host_cpu in
9233      powerpc)
9234            # see comment about AmigaOS4 .so support
9235            lt_prog_compiler_pic='-fPIC'
9236        ;;
9237      m68k)
9238            # FIXME: we need at least 68020 code to build shared libraries, but
9239            # adding the `-m68020' flag to GCC prevents building anything better,
9240            # like `-m68040'.
9241            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9242        ;;
9243      esac
9244      ;;
9245
9246    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9247      # PIC is the default for these OSes.
9248      ;;
9249
9250    mingw* | cygwin* | pw32* | os2* | cegcc*)
9251      # This hack is so that the source file can tell whether it is being
9252      # built for inclusion in a dll (and should export symbols for example).
9253      # Although the cygwin gcc ignores -fPIC, still need this for old-style
9254      # (--disable-auto-import) libraries
9255      lt_prog_compiler_pic='-DDLL_EXPORT'
9256      ;;
9257
9258    darwin* | rhapsody*)
9259      # PIC is the default on this platform
9260      # Common symbols not allowed in MH_DYLIB files
9261      lt_prog_compiler_pic='-fno-common'
9262      ;;
9263
9264    haiku*)
9265      # PIC is the default for Haiku.
9266      # The "-static" flag exists, but is broken.
9267      lt_prog_compiler_static=
9268      ;;
9269
9270    hpux*)
9271      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9272      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
9273      # sets the default TLS model and affects inlining.
9274      case $host_cpu in
9275      hppa*64*)
9276	# +Z the default
9277	;;
9278      *)
9279	lt_prog_compiler_pic='-fPIC'
9280	;;
9281      esac
9282      ;;
9283
9284    interix[3-9]*)
9285      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9286      # Instead, we relocate shared libraries at runtime.
9287      ;;
9288
9289    msdosdjgpp*)
9290      # Just because we use GCC doesn't mean we suddenly get shared libraries
9291      # on systems that don't support them.
9292      lt_prog_compiler_can_build_shared=no
9293      enable_shared=no
9294      ;;
9295
9296    *nto* | *qnx*)
9297      # QNX uses GNU C++, but need to define -shared option too, otherwise
9298      # it will coredump.
9299      lt_prog_compiler_pic='-fPIC -shared'
9300      ;;
9301
9302    sysv4*MP*)
9303      if test -d /usr/nec; then
9304	lt_prog_compiler_pic=-Kconform_pic
9305      fi
9306      ;;
9307
9308    *)
9309      lt_prog_compiler_pic='-fPIC'
9310      ;;
9311    esac
9312
9313    case $cc_basename in
9314    nvcc*) # Cuda Compiler Driver 2.2
9315      lt_prog_compiler_wl='-Xlinker '
9316      lt_prog_compiler_pic='-Xcompiler -fPIC'
9317      ;;
9318    esac
9319  else
9320    # PORTME Check for flag to pass linker flags through the system compiler.
9321    case $host_os in
9322    aix*)
9323      lt_prog_compiler_wl='-Wl,'
9324      if test "$host_cpu" = ia64; then
9325	# AIX 5 now supports IA64 processor
9326	lt_prog_compiler_static='-Bstatic'
9327      else
9328	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9329      fi
9330      ;;
9331
9332    mingw* | cygwin* | pw32* | os2* | cegcc*)
9333      # This hack is so that the source file can tell whether it is being
9334      # built for inclusion in a dll (and should export symbols for example).
9335      lt_prog_compiler_pic='-DDLL_EXPORT'
9336      ;;
9337
9338    hpux9* | hpux10* | hpux11*)
9339      lt_prog_compiler_wl='-Wl,'
9340      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9341      # not for PA HP-UX.
9342      case $host_cpu in
9343      hppa*64*|ia64*)
9344	# +Z the default
9345	;;
9346      *)
9347	lt_prog_compiler_pic='+Z'
9348	;;
9349      esac
9350      # Is there a better lt_prog_compiler_static that works with the bundled CC?
9351      lt_prog_compiler_static='${wl}-a ${wl}archive'
9352      ;;
9353
9354    irix5* | irix6* | nonstopux*)
9355      lt_prog_compiler_wl='-Wl,'
9356      # PIC (with -KPIC) is the default.
9357      lt_prog_compiler_static='-non_shared'
9358      ;;
9359
9360    linux* | k*bsd*-gnu | kopensolaris*-gnu)
9361      case $cc_basename in
9362      # old Intel for x86_64 which still supported -KPIC.
9363      ecc*)
9364	lt_prog_compiler_wl='-Wl,'
9365	lt_prog_compiler_pic='-KPIC'
9366	lt_prog_compiler_static='-static'
9367        ;;
9368      # icc used to be incompatible with GCC.
9369      # ICC 10 doesn't accept -KPIC any more.
9370      icc* | ifort*)
9371	lt_prog_compiler_wl='-Wl,'
9372	lt_prog_compiler_pic='-fPIC'
9373	lt_prog_compiler_static='-static'
9374        ;;
9375      # Lahey Fortran 8.1.
9376      lf95*)
9377	lt_prog_compiler_wl='-Wl,'
9378	lt_prog_compiler_pic='--shared'
9379	lt_prog_compiler_static='--static'
9380	;;
9381      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9382        # Portland Group compilers (*not* the Pentium gcc compiler,
9383	# which looks to be a dead project)
9384	lt_prog_compiler_wl='-Wl,'
9385	lt_prog_compiler_pic='-fpic'
9386	lt_prog_compiler_static='-Bstatic'
9387        ;;
9388      ccc*)
9389        lt_prog_compiler_wl='-Wl,'
9390        # All Alpha code is PIC.
9391        lt_prog_compiler_static='-non_shared'
9392        ;;
9393      xl* | bgxl* | bgf* | mpixl*)
9394	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9395	lt_prog_compiler_wl='-Wl,'
9396	lt_prog_compiler_pic='-qpic'
9397	lt_prog_compiler_static='-qstaticlink'
9398	;;
9399      *)
9400	case `$CC -V 2>&1 | sed 5q` in
9401	*Sun\ F* | *Sun*Fortran*)
9402	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
9403	  lt_prog_compiler_pic='-KPIC'
9404	  lt_prog_compiler_static='-Bstatic'
9405	  lt_prog_compiler_wl=''
9406	  ;;
9407	*Sun\ C*)
9408	  # Sun C 5.9
9409	  lt_prog_compiler_pic='-KPIC'
9410	  lt_prog_compiler_static='-Bstatic'
9411	  lt_prog_compiler_wl='-Wl,'
9412	  ;;
9413	esac
9414	;;
9415      esac
9416      ;;
9417
9418    newsos6)
9419      lt_prog_compiler_pic='-KPIC'
9420      lt_prog_compiler_static='-Bstatic'
9421      ;;
9422
9423    *nto* | *qnx*)
9424      # QNX uses GNU C++, but need to define -shared option too, otherwise
9425      # it will coredump.
9426      lt_prog_compiler_pic='-fPIC -shared'
9427      ;;
9428
9429    osf3* | osf4* | osf5*)
9430      lt_prog_compiler_wl='-Wl,'
9431      # All OSF/1 code is PIC.
9432      lt_prog_compiler_static='-non_shared'
9433      ;;
9434
9435    rdos*)
9436      lt_prog_compiler_static='-non_shared'
9437      ;;
9438
9439    solaris*)
9440      lt_prog_compiler_pic='-KPIC'
9441      lt_prog_compiler_static='-Bstatic'
9442      case $cc_basename in
9443      f77* | f90* | f95*)
9444	lt_prog_compiler_wl='-Qoption ld ';;
9445      *)
9446	lt_prog_compiler_wl='-Wl,';;
9447      esac
9448      ;;
9449
9450    sunos4*)
9451      lt_prog_compiler_wl='-Qoption ld '
9452      lt_prog_compiler_pic='-PIC'
9453      lt_prog_compiler_static='-Bstatic'
9454      ;;
9455
9456    sysv4 | sysv4.2uw2* | sysv4.3*)
9457      lt_prog_compiler_wl='-Wl,'
9458      lt_prog_compiler_pic='-KPIC'
9459      lt_prog_compiler_static='-Bstatic'
9460      ;;
9461
9462    sysv4*MP*)
9463      if test -d /usr/nec ;then
9464	lt_prog_compiler_pic='-Kconform_pic'
9465	lt_prog_compiler_static='-Bstatic'
9466      fi
9467      ;;
9468
9469    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9470      lt_prog_compiler_wl='-Wl,'
9471      lt_prog_compiler_pic='-KPIC'
9472      lt_prog_compiler_static='-Bstatic'
9473      ;;
9474
9475    unicos*)
9476      lt_prog_compiler_wl='-Wl,'
9477      lt_prog_compiler_can_build_shared=no
9478      ;;
9479
9480    uts4*)
9481      lt_prog_compiler_pic='-pic'
9482      lt_prog_compiler_static='-Bstatic'
9483      ;;
9484
9485    *)
9486      lt_prog_compiler_can_build_shared=no
9487      ;;
9488    esac
9489  fi
9490
9491case $host_os in
9492  # For platforms which do not support PIC, -DPIC is meaningless:
9493  *djgpp*)
9494    lt_prog_compiler_pic=
9495    ;;
9496  *)
9497    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9498    ;;
9499esac
9500{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9501$as_echo "$lt_prog_compiler_pic" >&6; }
9502
9503
9504
9505
9506
9507
9508#
9509# Check to make sure the PIC flag actually works.
9510#
9511if test -n "$lt_prog_compiler_pic"; then
9512  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9513$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9514if ${lt_cv_prog_compiler_pic_works+:} false; then :
9515  $as_echo_n "(cached) " >&6
9516else
9517  lt_cv_prog_compiler_pic_works=no
9518   ac_outfile=conftest.$ac_objext
9519   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9520   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9521   # Insert the option either (1) after the last *FLAGS variable, or
9522   # (2) before a word containing "conftest.", or (3) at the end.
9523   # Note that $ac_compile itself does not contain backslashes and begins
9524   # with a dollar sign (not a hyphen), so the echo should work correctly.
9525   # The option is referenced via a variable to avoid confusing sed.
9526   lt_compile=`echo "$ac_compile" | $SED \
9527   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9528   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9529   -e 's:$: $lt_compiler_flag:'`
9530   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9531   (eval "$lt_compile" 2>conftest.err)
9532   ac_status=$?
9533   cat conftest.err >&5
9534   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535   if (exit $ac_status) && test -s "$ac_outfile"; then
9536     # The compiler can only warn and ignore the option if not recognized
9537     # So say no if there are warnings other than the usual output.
9538     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9539     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9540     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9541       lt_cv_prog_compiler_pic_works=yes
9542     fi
9543   fi
9544   $RM conftest*
9545
9546fi
9547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9548$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9549
9550if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9551    case $lt_prog_compiler_pic in
9552     "" | " "*) ;;
9553     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9554     esac
9555else
9556    lt_prog_compiler_pic=
9557     lt_prog_compiler_can_build_shared=no
9558fi
9559
9560fi
9561
9562
9563
9564
9565
9566
9567#
9568# Check to make sure the static flag actually works.
9569#
9570wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9572$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9573if ${lt_cv_prog_compiler_static_works+:} false; then :
9574  $as_echo_n "(cached) " >&6
9575else
9576  lt_cv_prog_compiler_static_works=no
9577   save_LDFLAGS="$LDFLAGS"
9578   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9579   echo "$lt_simple_link_test_code" > conftest.$ac_ext
9580   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9581     # The linker can only warn and ignore the option if not recognized
9582     # So say no if there are warnings
9583     if test -s conftest.err; then
9584       # Append any errors to the config.log.
9585       cat conftest.err 1>&5
9586       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9587       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9588       if diff conftest.exp conftest.er2 >/dev/null; then
9589         lt_cv_prog_compiler_static_works=yes
9590       fi
9591     else
9592       lt_cv_prog_compiler_static_works=yes
9593     fi
9594   fi
9595   $RM -r conftest*
9596   LDFLAGS="$save_LDFLAGS"
9597
9598fi
9599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9600$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9601
9602if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9603    :
9604else
9605    lt_prog_compiler_static=
9606fi
9607
9608
9609
9610
9611
9612
9613
9614  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9615$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9616if ${lt_cv_prog_compiler_c_o+:} false; then :
9617  $as_echo_n "(cached) " >&6
9618else
9619  lt_cv_prog_compiler_c_o=no
9620   $RM -r conftest 2>/dev/null
9621   mkdir conftest
9622   cd conftest
9623   mkdir out
9624   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9625
9626   lt_compiler_flag="-o out/conftest2.$ac_objext"
9627   # Insert the option either (1) after the last *FLAGS variable, or
9628   # (2) before a word containing "conftest.", or (3) at the end.
9629   # Note that $ac_compile itself does not contain backslashes and begins
9630   # with a dollar sign (not a hyphen), so the echo should work correctly.
9631   lt_compile=`echo "$ac_compile" | $SED \
9632   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9633   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9634   -e 's:$: $lt_compiler_flag:'`
9635   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9636   (eval "$lt_compile" 2>out/conftest.err)
9637   ac_status=$?
9638   cat out/conftest.err >&5
9639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9640   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9641   then
9642     # The compiler can only warn and ignore the option if not recognized
9643     # So say no if there are warnings
9644     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9645     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9646     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9647       lt_cv_prog_compiler_c_o=yes
9648     fi
9649   fi
9650   chmod u+w . 2>&5
9651   $RM conftest*
9652   # SGI C++ compiler will create directory out/ii_files/ for
9653   # template instantiation
9654   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9655   $RM out/* && rmdir out
9656   cd ..
9657   $RM -r conftest
9658   $RM conftest*
9659
9660fi
9661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9662$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9663
9664
9665
9666
9667
9668
9669  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9670$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9671if ${lt_cv_prog_compiler_c_o+:} false; then :
9672  $as_echo_n "(cached) " >&6
9673else
9674  lt_cv_prog_compiler_c_o=no
9675   $RM -r conftest 2>/dev/null
9676   mkdir conftest
9677   cd conftest
9678   mkdir out
9679   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9680
9681   lt_compiler_flag="-o out/conftest2.$ac_objext"
9682   # Insert the option either (1) after the last *FLAGS variable, or
9683   # (2) before a word containing "conftest.", or (3) at the end.
9684   # Note that $ac_compile itself does not contain backslashes and begins
9685   # with a dollar sign (not a hyphen), so the echo should work correctly.
9686   lt_compile=`echo "$ac_compile" | $SED \
9687   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9688   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9689   -e 's:$: $lt_compiler_flag:'`
9690   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9691   (eval "$lt_compile" 2>out/conftest.err)
9692   ac_status=$?
9693   cat out/conftest.err >&5
9694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9695   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9696   then
9697     # The compiler can only warn and ignore the option if not recognized
9698     # So say no if there are warnings
9699     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9700     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9701     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9702       lt_cv_prog_compiler_c_o=yes
9703     fi
9704   fi
9705   chmod u+w . 2>&5
9706   $RM conftest*
9707   # SGI C++ compiler will create directory out/ii_files/ for
9708   # template instantiation
9709   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9710   $RM out/* && rmdir out
9711   cd ..
9712   $RM -r conftest
9713   $RM conftest*
9714
9715fi
9716{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9717$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9718
9719
9720
9721
9722hard_links="nottested"
9723if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9724  # do not overwrite the value of need_locks provided by the user
9725  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9726$as_echo_n "checking if we can lock with hard links... " >&6; }
9727  hard_links=yes
9728  $RM conftest*
9729  ln conftest.a conftest.b 2>/dev/null && hard_links=no
9730  touch conftest.a
9731  ln conftest.a conftest.b 2>&5 || hard_links=no
9732  ln conftest.a conftest.b 2>/dev/null && hard_links=no
9733  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9734$as_echo "$hard_links" >&6; }
9735  if test "$hard_links" = no; then
9736    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9737$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9738    need_locks=warn
9739  fi
9740else
9741  need_locks=no
9742fi
9743
9744
9745
9746
9747
9748
9749  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9750$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9751
9752  runpath_var=
9753  allow_undefined_flag=
9754  always_export_symbols=no
9755  archive_cmds=
9756  archive_expsym_cmds=
9757  compiler_needs_object=no
9758  enable_shared_with_static_runtimes=no
9759  export_dynamic_flag_spec=
9760  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9761  hardcode_automatic=no
9762  hardcode_direct=no
9763  hardcode_direct_absolute=no
9764  hardcode_libdir_flag_spec=
9765  hardcode_libdir_flag_spec_ld=
9766  hardcode_libdir_separator=
9767  hardcode_minus_L=no
9768  hardcode_shlibpath_var=unsupported
9769  inherit_rpath=no
9770  link_all_deplibs=unknown
9771  module_cmds=
9772  module_expsym_cmds=
9773  old_archive_from_new_cmds=
9774  old_archive_from_expsyms_cmds=
9775  thread_safe_flag_spec=
9776  whole_archive_flag_spec=
9777  # include_expsyms should be a list of space-separated symbols to be *always*
9778  # included in the symbol list
9779  include_expsyms=
9780  # exclude_expsyms can be an extended regexp of symbols to exclude
9781  # it will be wrapped by ` (' and `)$', so one must not match beginning or
9782  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9783  # as well as any symbol that contains `d'.
9784  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9785  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9786  # platforms (ab)use it in PIC code, but their linkers get confused if
9787  # the symbol is explicitly referenced.  Since portable code cannot
9788  # rely on this symbol name, it's probably fine to never include it in
9789  # preloaded symbol tables.
9790  # Exclude shared library initialization/finalization symbols.
9791  extract_expsyms_cmds=
9792
9793  case $host_os in
9794  cygwin* | mingw* | pw32* | cegcc*)
9795    # FIXME: the MSVC++ port hasn't been tested in a loooong time
9796    # When not using gcc, we currently assume that we are using
9797    # Microsoft Visual C++.
9798    if test "$GCC" != yes; then
9799      with_gnu_ld=no
9800    fi
9801    ;;
9802  interix*)
9803    # we just hope/assume this is gcc and not c89 (= MSVC++)
9804    with_gnu_ld=yes
9805    ;;
9806  openbsd*)
9807    with_gnu_ld=no
9808    ;;
9809  esac
9810
9811  ld_shlibs=yes
9812
9813  # On some targets, GNU ld is compatible enough with the native linker
9814  # that we're better off using the native interface for both.
9815  lt_use_gnu_ld_interface=no
9816  if test "$with_gnu_ld" = yes; then
9817    case $host_os in
9818      aix*)
9819	# The AIX port of GNU ld has always aspired to compatibility
9820	# with the native linker.  However, as the warning in the GNU ld
9821	# block says, versions before 2.19.5* couldn't really create working
9822	# shared libraries, regardless of the interface used.
9823	case `$LD -v 2>&1` in
9824	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9825	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9826	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9827	  *)
9828	    lt_use_gnu_ld_interface=yes
9829	    ;;
9830	esac
9831	;;
9832      *)
9833	lt_use_gnu_ld_interface=yes
9834	;;
9835    esac
9836  fi
9837
9838  if test "$lt_use_gnu_ld_interface" = yes; then
9839    # If archive_cmds runs LD, not CC, wlarc should be empty
9840    wlarc='${wl}'
9841
9842    # Set some defaults for GNU ld with shared library support. These
9843    # are reset later if shared libraries are not supported. Putting them
9844    # here allows them to be overridden if necessary.
9845    runpath_var=LD_RUN_PATH
9846    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9847    export_dynamic_flag_spec='${wl}--export-dynamic'
9848    # ancient GNU ld didn't support --whole-archive et. al.
9849    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9850      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9851    else
9852      whole_archive_flag_spec=
9853    fi
9854    supports_anon_versioning=no
9855    case `$LD -v 2>&1` in
9856      *GNU\ gold*) supports_anon_versioning=yes ;;
9857      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9858      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9859      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9860      *\ 2.11.*) ;; # other 2.11 versions
9861      *) supports_anon_versioning=yes ;;
9862    esac
9863
9864    # See if GNU ld supports shared libraries.
9865    case $host_os in
9866    aix[3-9]*)
9867      # On AIX/PPC, the GNU linker is very broken
9868      if test "$host_cpu" != ia64; then
9869	ld_shlibs=no
9870	cat <<_LT_EOF 1>&2
9871
9872*** Warning: the GNU linker, at least up to release 2.19, is reported
9873*** to be unable to reliably create shared libraries on AIX.
9874*** Therefore, libtool is disabling shared libraries support.  If you
9875*** really care for shared libraries, you may want to install binutils
9876*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9877*** You will then need to restart the configuration process.
9878
9879_LT_EOF
9880      fi
9881      ;;
9882
9883    amigaos*)
9884      case $host_cpu in
9885      powerpc)
9886            # see comment about AmigaOS4 .so support
9887            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9888            archive_expsym_cmds=''
9889        ;;
9890      m68k)
9891            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)'
9892            hardcode_libdir_flag_spec='-L$libdir'
9893            hardcode_minus_L=yes
9894        ;;
9895      esac
9896      ;;
9897
9898    beos*)
9899      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9900	allow_undefined_flag=unsupported
9901	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9902	# support --undefined.  This deserves some investigation.  FIXME
9903	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9904      else
9905	ld_shlibs=no
9906      fi
9907      ;;
9908
9909    cygwin* | mingw* | pw32* | cegcc*)
9910      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9911      # as there is no search path for DLLs.
9912      hardcode_libdir_flag_spec='-L$libdir'
9913      export_dynamic_flag_spec='${wl}--export-all-symbols'
9914      allow_undefined_flag=unsupported
9915      always_export_symbols=no
9916      enable_shared_with_static_runtimes=yes
9917      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9918
9919      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9920        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9921	# If the export-symbols file already is a .def file (1st line
9922	# is EXPORTS), use it as is; otherwise, prepend...
9923	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9924	  cp $export_symbols $output_objdir/$soname.def;
9925	else
9926	  echo EXPORTS > $output_objdir/$soname.def;
9927	  cat $export_symbols >> $output_objdir/$soname.def;
9928	fi~
9929	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9930      else
9931	ld_shlibs=no
9932      fi
9933      ;;
9934
9935    haiku*)
9936      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9937      link_all_deplibs=yes
9938      ;;
9939
9940    interix[3-9]*)
9941      hardcode_direct=no
9942      hardcode_shlibpath_var=no
9943      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9944      export_dynamic_flag_spec='${wl}-E'
9945      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9946      # Instead, shared libraries are loaded at an image base (0x10000000 by
9947      # default) and relocated if they conflict, which is a slow very memory
9948      # consuming and fragmenting process.  To avoid this, we pick a random,
9949      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9950      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
9951      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9952      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'
9953      ;;
9954
9955    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
9956      tmp_diet=no
9957      if test "$host_os" = linux-dietlibc; then
9958	case $cc_basename in
9959	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
9960	esac
9961      fi
9962      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9963	 && test "$tmp_diet" = no
9964      then
9965	tmp_addflag=' $pic_flag'
9966	tmp_sharedflag='-shared'
9967	case $cc_basename,$host_cpu in
9968        pgcc*)				# Portland Group C compiler
9969	  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'
9970	  tmp_addflag=' $pic_flag'
9971	  ;;
9972	pgf77* | pgf90* | pgf95* | pgfortran*)
9973					# Portland Group f77 and f90 compilers
9974	  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'
9975	  tmp_addflag=' $pic_flag -Mnomain' ;;
9976	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
9977	  tmp_addflag=' -i_dynamic' ;;
9978	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
9979	  tmp_addflag=' -i_dynamic -nofor_main' ;;
9980	ifc* | ifort*)			# Intel Fortran compiler
9981	  tmp_addflag=' -nofor_main' ;;
9982	lf95*)				# Lahey Fortran 8.1
9983	  whole_archive_flag_spec=
9984	  tmp_sharedflag='--shared' ;;
9985	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9986	  tmp_sharedflag='-qmkshrobj'
9987	  tmp_addflag= ;;
9988	nvcc*)	# Cuda Compiler Driver 2.2
9989	  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'
9990	  compiler_needs_object=yes
9991	  ;;
9992	esac
9993	case `$CC -V 2>&1 | sed 5q` in
9994	*Sun\ C*)			# Sun C 5.9
9995	  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'
9996	  compiler_needs_object=yes
9997	  tmp_sharedflag='-G' ;;
9998	*Sun\ F*)			# Sun Fortran 8.3
9999	  tmp_sharedflag='-G' ;;
10000	esac
10001	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10002
10003        if test "x$supports_anon_versioning" = xyes; then
10004          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10005	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10006	    echo "local: *; };" >> $output_objdir/$libname.ver~
10007	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10008        fi
10009
10010	case $cc_basename in
10011	xlf* | bgf* | bgxlf* | mpixlf*)
10012	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10013	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10014	  hardcode_libdir_flag_spec=
10015	  hardcode_libdir_flag_spec_ld='-rpath $libdir'
10016	  archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10017	  if test "x$supports_anon_versioning" = xyes; then
10018	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10019	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10020	      echo "local: *; };" >> $output_objdir/$libname.ver~
10021	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10022	  fi
10023	  ;;
10024	esac
10025      else
10026        ld_shlibs=no
10027      fi
10028      ;;
10029
10030    netbsd*)
10031      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10032	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10033	wlarc=
10034      else
10035	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10036	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10037      fi
10038      ;;
10039
10040    solaris*)
10041      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10042	ld_shlibs=no
10043	cat <<_LT_EOF 1>&2
10044
10045*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10046*** create shared libraries on Solaris systems.  Therefore, libtool
10047*** is disabling shared libraries support.  We urge you to upgrade GNU
10048*** binutils to release 2.9.1 or newer.  Another option is to modify
10049*** your PATH or compiler configuration so that the native linker is
10050*** used, and then restart.
10051
10052_LT_EOF
10053      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10054	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10055	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10056      else
10057	ld_shlibs=no
10058      fi
10059      ;;
10060
10061    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10062      case `$LD -v 2>&1` in
10063        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10064	ld_shlibs=no
10065	cat <<_LT_EOF 1>&2
10066
10067*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10068*** reliably create shared libraries on SCO systems.  Therefore, libtool
10069*** is disabling shared libraries support.  We urge you to upgrade GNU
10070*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
10071*** your PATH or compiler configuration so that the native linker is
10072*** used, and then restart.
10073
10074_LT_EOF
10075	;;
10076	*)
10077	  # For security reasons, it is highly recommended that you always
10078	  # use absolute paths for naming shared libraries, and exclude the
10079	  # DT_RUNPATH tag from executables and libraries.  But doing so
10080	  # requires that you compile everything twice, which is a pain.
10081	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10082	    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10083	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10084	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10085	  else
10086	    ld_shlibs=no
10087	  fi
10088	;;
10089      esac
10090      ;;
10091
10092    sunos4*)
10093      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10094      wlarc=
10095      hardcode_direct=yes
10096      hardcode_shlibpath_var=no
10097      ;;
10098
10099    *)
10100      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10101	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10102	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10103      else
10104	ld_shlibs=no
10105      fi
10106      ;;
10107    esac
10108
10109    if test "$ld_shlibs" = no; then
10110      runpath_var=
10111      hardcode_libdir_flag_spec=
10112      export_dynamic_flag_spec=
10113      whole_archive_flag_spec=
10114    fi
10115  else
10116    # PORTME fill in a description of your system's linker (not GNU ld)
10117    case $host_os in
10118    aix3*)
10119      allow_undefined_flag=unsupported
10120      always_export_symbols=yes
10121      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'
10122      # Note: this linker hardcodes the directories in LIBPATH if there
10123      # are no directories specified by -L.
10124      hardcode_minus_L=yes
10125      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10126	# Neither direct hardcoding nor static linking is supported with a
10127	# broken collect2.
10128	hardcode_direct=unsupported
10129      fi
10130      ;;
10131
10132    aix[4-9]*)
10133      if test "$host_cpu" = ia64; then
10134	# On IA64, the linker does run time linking by default, so we don't
10135	# have to do anything special.
10136	aix_use_runtimelinking=no
10137	exp_sym_flag='-Bexport'
10138	no_entry_flag=""
10139      else
10140	# If we're using GNU nm, then we don't want the "-C" option.
10141	# -C means demangle to AIX nm, but means don't demangle with GNU nm
10142	# Also, AIX nm treats weak defined symbols like other global
10143	# defined symbols, whereas GNU nm marks them as "W".
10144	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10145	  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'
10146	else
10147	  export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10148	fi
10149	aix_use_runtimelinking=no
10150
10151	# Test if we are trying to use run time linking or normal
10152	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
10153	# need to do runtime linking.
10154	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10155	  for ld_flag in $LDFLAGS; do
10156	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10157	    aix_use_runtimelinking=yes
10158	    break
10159	  fi
10160	  done
10161	  ;;
10162	esac
10163
10164	exp_sym_flag='-bexport'
10165	no_entry_flag='-bnoentry'
10166      fi
10167
10168      # When large executables or shared objects are built, AIX ld can
10169      # have problems creating the table of contents.  If linking a library
10170      # or program results in "error TOC overflow" add -mminimal-toc to
10171      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
10172      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10173
10174      archive_cmds=''
10175      hardcode_direct=yes
10176      hardcode_direct_absolute=yes
10177      hardcode_libdir_separator=':'
10178      link_all_deplibs=yes
10179      file_list_spec='${wl}-f,'
10180
10181      if test "$GCC" = yes; then
10182	case $host_os in aix4.[012]|aix4.[012].*)
10183	# We only want to do this on AIX 4.2 and lower, the check
10184	# below for broken collect2 doesn't work under 4.3+
10185	  collect2name=`${CC} -print-prog-name=collect2`
10186	  if test -f "$collect2name" &&
10187	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10188	  then
10189	  # We have reworked collect2
10190	  :
10191	  else
10192	  # We have old collect2
10193	  hardcode_direct=unsupported
10194	  # It fails to find uninstalled libraries when the uninstalled
10195	  # path is not listed in the libpath.  Setting hardcode_minus_L
10196	  # to unsupported forces relinking
10197	  hardcode_minus_L=yes
10198	  hardcode_libdir_flag_spec='-L$libdir'
10199	  hardcode_libdir_separator=
10200	  fi
10201	  ;;
10202	esac
10203	shared_flag='-shared'
10204	if test "$aix_use_runtimelinking" = yes; then
10205	  shared_flag="$shared_flag "'${wl}-G'
10206	fi
10207      else
10208	# not using gcc
10209	if test "$host_cpu" = ia64; then
10210	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10211	# chokes on -Wl,-G. The following line is correct:
10212	  shared_flag='-G'
10213	else
10214	  if test "$aix_use_runtimelinking" = yes; then
10215	    shared_flag='${wl}-G'
10216	  else
10217	    shared_flag='${wl}-bM:SRE'
10218	  fi
10219	fi
10220      fi
10221
10222      export_dynamic_flag_spec='${wl}-bexpall'
10223      # It seems that -bexpall does not export symbols beginning with
10224      # underscore (_), so it is better to generate a list of symbols to export.
10225      always_export_symbols=yes
10226      if test "$aix_use_runtimelinking" = yes; then
10227	# Warning - without using the other runtime loading flags (-brtl),
10228	# -berok will link without error, but may produce a broken library.
10229	allow_undefined_flag='-berok'
10230        # Determine the default libpath from the value encoded in an
10231        # empty executable.
10232        if test x$gcc_no_link = xyes; then
10233  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10234fi
10235cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10236/* end confdefs.h.  */
10237
10238int
10239main ()
10240{
10241
10242  ;
10243  return 0;
10244}
10245_ACEOF
10246if ac_fn_c_try_link "$LINENO"; then :
10247
10248lt_aix_libpath_sed='
10249    /Import File Strings/,/^$/ {
10250	/^0/ {
10251	    s/^0  *\(.*\)$/\1/
10252	    p
10253	}
10254    }'
10255aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10256# Check for a 64-bit object if we didn't find anything.
10257if test -z "$aix_libpath"; then
10258  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10259fi
10260fi
10261rm -f core conftest.err conftest.$ac_objext \
10262    conftest$ac_exeext conftest.$ac_ext
10263if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10264
10265        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10266        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"
10267      else
10268	if test "$host_cpu" = ia64; then
10269	  hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10270	  allow_undefined_flag="-z nodefs"
10271	  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"
10272	else
10273	 # Determine the default libpath from the value encoded in an
10274	 # empty executable.
10275	 if test x$gcc_no_link = xyes; then
10276  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10277fi
10278cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10279/* end confdefs.h.  */
10280
10281int
10282main ()
10283{
10284
10285  ;
10286  return 0;
10287}
10288_ACEOF
10289if ac_fn_c_try_link "$LINENO"; then :
10290
10291lt_aix_libpath_sed='
10292    /Import File Strings/,/^$/ {
10293	/^0/ {
10294	    s/^0  *\(.*\)$/\1/
10295	    p
10296	}
10297    }'
10298aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10299# Check for a 64-bit object if we didn't find anything.
10300if test -z "$aix_libpath"; then
10301  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10302fi
10303fi
10304rm -f core conftest.err conftest.$ac_objext \
10305    conftest$ac_exeext conftest.$ac_ext
10306if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10307
10308	 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10309	  # Warning - without using the other run time loading flags,
10310	  # -berok will link without error, but may produce a broken library.
10311	  no_undefined_flag=' ${wl}-bernotok'
10312	  allow_undefined_flag=' ${wl}-berok'
10313	  if test "$with_gnu_ld" = yes; then
10314	    # We only use this code for GNU lds that support --whole-archive.
10315	    whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10316	  else
10317	    # Exported symbols can be pulled into shared objects from archives
10318	    whole_archive_flag_spec='$convenience'
10319	  fi
10320	  archive_cmds_need_lc=yes
10321	  # This is similar to how AIX traditionally builds its shared libraries.
10322	  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'
10323	fi
10324      fi
10325      ;;
10326
10327    amigaos*)
10328      case $host_cpu in
10329      powerpc)
10330            # see comment about AmigaOS4 .so support
10331            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10332            archive_expsym_cmds=''
10333        ;;
10334      m68k)
10335            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)'
10336            hardcode_libdir_flag_spec='-L$libdir'
10337            hardcode_minus_L=yes
10338        ;;
10339      esac
10340      ;;
10341
10342    bsdi[45]*)
10343      export_dynamic_flag_spec=-rdynamic
10344      ;;
10345
10346    cygwin* | mingw* | pw32* | cegcc*)
10347      # When not using gcc, we currently assume that we are using
10348      # Microsoft Visual C++.
10349      # hardcode_libdir_flag_spec is actually meaningless, as there is
10350      # no search path for DLLs.
10351      hardcode_libdir_flag_spec=' '
10352      allow_undefined_flag=unsupported
10353      # Tell ltmain to make .lib files, not .a files.
10354      libext=lib
10355      # Tell ltmain to make .dll files, not .so files.
10356      shrext_cmds=".dll"
10357      # FIXME: Setting linknames here is a bad hack.
10358      archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10359      # The linker will automatically build a .lib file if we build a DLL.
10360      old_archive_from_new_cmds='true'
10361      # FIXME: Should let the user specify the lib program.
10362      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10363      fix_srcfile_path='`cygpath -w "$srcfile"`'
10364      enable_shared_with_static_runtimes=yes
10365      ;;
10366
10367    darwin* | rhapsody*)
10368
10369
10370  archive_cmds_need_lc=no
10371  hardcode_direct=no
10372  hardcode_automatic=yes
10373  hardcode_shlibpath_var=unsupported
10374  if test "$lt_cv_ld_force_load" = "yes"; then
10375    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\"`'
10376  else
10377    whole_archive_flag_spec=''
10378  fi
10379  link_all_deplibs=yes
10380  allow_undefined_flag="$_lt_dar_allow_undefined"
10381  case $cc_basename in
10382     ifort*) _lt_dar_can_shared=yes ;;
10383     *) _lt_dar_can_shared=$GCC ;;
10384  esac
10385  if test "$_lt_dar_can_shared" = "yes"; then
10386    output_verbose_link_cmd=func_echo_all
10387    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10388    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10389    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}"
10390    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}"
10391
10392  else
10393  ld_shlibs=no
10394  fi
10395
10396      ;;
10397
10398    dgux*)
10399      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10400      hardcode_libdir_flag_spec='-L$libdir'
10401      hardcode_shlibpath_var=no
10402      ;;
10403
10404    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10405    # support.  Future versions do this automatically, but an explicit c++rt0.o
10406    # does not break anything, and helps significantly (at the cost of a little
10407    # extra space).
10408    freebsd2.2*)
10409      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10410      hardcode_libdir_flag_spec='-R$libdir'
10411      hardcode_direct=yes
10412      hardcode_shlibpath_var=no
10413      ;;
10414
10415    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10416    freebsd2.*)
10417      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10418      hardcode_direct=yes
10419      hardcode_minus_L=yes
10420      hardcode_shlibpath_var=no
10421      ;;
10422
10423    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10424    freebsd* | dragonfly*)
10425      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10426      hardcode_libdir_flag_spec='-R$libdir'
10427      hardcode_direct=yes
10428      hardcode_shlibpath_var=no
10429      ;;
10430
10431    hpux9*)
10432      if test "$GCC" = yes; then
10433	archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
10434      else
10435	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'
10436      fi
10437      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10438      hardcode_libdir_separator=:
10439      hardcode_direct=yes
10440
10441      # hardcode_minus_L: Not really in the search PATH,
10442      # but as the default location of the library.
10443      hardcode_minus_L=yes
10444      export_dynamic_flag_spec='${wl}-E'
10445      ;;
10446
10447    hpux10*)
10448      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10449	archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10450      else
10451	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10452      fi
10453      if test "$with_gnu_ld" = no; then
10454	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10455	hardcode_libdir_flag_spec_ld='+b $libdir'
10456	hardcode_libdir_separator=:
10457	hardcode_direct=yes
10458	hardcode_direct_absolute=yes
10459	export_dynamic_flag_spec='${wl}-E'
10460	# hardcode_minus_L: Not really in the search PATH,
10461	# but as the default location of the library.
10462	hardcode_minus_L=yes
10463      fi
10464      ;;
10465
10466    hpux11*)
10467      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10468	case $host_cpu in
10469	hppa*64*)
10470	  archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10471	  ;;
10472	ia64*)
10473	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10474	  ;;
10475	*)
10476	  archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10477	  ;;
10478	esac
10479      else
10480	case $host_cpu in
10481	hppa*64*)
10482	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10483	  ;;
10484	ia64*)
10485	  archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10486	  ;;
10487	*)
10488
10489	  # Older versions of the 11.00 compiler do not understand -b yet
10490	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10491	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10492$as_echo_n "checking if $CC understands -b... " >&6; }
10493if ${lt_cv_prog_compiler__b+:} false; then :
10494  $as_echo_n "(cached) " >&6
10495else
10496  lt_cv_prog_compiler__b=no
10497   save_LDFLAGS="$LDFLAGS"
10498   LDFLAGS="$LDFLAGS -b"
10499   echo "$lt_simple_link_test_code" > conftest.$ac_ext
10500   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10501     # The linker can only warn and ignore the option if not recognized
10502     # So say no if there are warnings
10503     if test -s conftest.err; then
10504       # Append any errors to the config.log.
10505       cat conftest.err 1>&5
10506       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10507       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10508       if diff conftest.exp conftest.er2 >/dev/null; then
10509         lt_cv_prog_compiler__b=yes
10510       fi
10511     else
10512       lt_cv_prog_compiler__b=yes
10513     fi
10514   fi
10515   $RM -r conftest*
10516   LDFLAGS="$save_LDFLAGS"
10517
10518fi
10519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10520$as_echo "$lt_cv_prog_compiler__b" >&6; }
10521
10522if test x"$lt_cv_prog_compiler__b" = xyes; then
10523    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10524else
10525    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10526fi
10527
10528	  ;;
10529	esac
10530      fi
10531      if test "$with_gnu_ld" = no; then
10532	hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10533	hardcode_libdir_separator=:
10534
10535	case $host_cpu in
10536	hppa*64*|ia64*)
10537	  hardcode_direct=no
10538	  hardcode_shlibpath_var=no
10539	  ;;
10540	*)
10541	  hardcode_direct=yes
10542	  hardcode_direct_absolute=yes
10543	  export_dynamic_flag_spec='${wl}-E'
10544
10545	  # hardcode_minus_L: Not really in the search PATH,
10546	  # but as the default location of the library.
10547	  hardcode_minus_L=yes
10548	  ;;
10549	esac
10550      fi
10551      ;;
10552
10553    irix5* | irix6* | nonstopux*)
10554      if test "$GCC" = yes; then
10555	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10556	# Try to use the -exported_symbol ld option, if it does not
10557	# work, assume that -exports_file does not work either and
10558	# implicitly export all symbols.
10559        save_LDFLAGS="$LDFLAGS"
10560        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10561        if test x$gcc_no_link = xyes; then
10562  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10563fi
10564cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10565/* end confdefs.h.  */
10566int foo(void) {}
10567_ACEOF
10568if ac_fn_c_try_link "$LINENO"; then :
10569  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
10570
10571fi
10572rm -f core conftest.err conftest.$ac_objext \
10573    conftest$ac_exeext conftest.$ac_ext
10574        LDFLAGS="$save_LDFLAGS"
10575      else
10576	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'
10577	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'
10578      fi
10579      archive_cmds_need_lc='no'
10580      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10581      hardcode_libdir_separator=:
10582      inherit_rpath=yes
10583      link_all_deplibs=yes
10584      ;;
10585
10586    netbsd*)
10587      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10588	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
10589      else
10590	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
10591      fi
10592      hardcode_libdir_flag_spec='-R$libdir'
10593      hardcode_direct=yes
10594      hardcode_shlibpath_var=no
10595      ;;
10596
10597    newsos6)
10598      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10599      hardcode_direct=yes
10600      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10601      hardcode_libdir_separator=:
10602      hardcode_shlibpath_var=no
10603      ;;
10604
10605    *nto* | *qnx*)
10606      ;;
10607
10608    openbsd*)
10609      if test -f /usr/libexec/ld.so; then
10610	hardcode_direct=yes
10611	hardcode_shlibpath_var=no
10612	hardcode_direct_absolute=yes
10613	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10614	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10615	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10616	  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10617	  export_dynamic_flag_spec='${wl}-E'
10618	else
10619	  case $host_os in
10620	   openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10621	     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10622	     hardcode_libdir_flag_spec='-R$libdir'
10623	     ;;
10624	   *)
10625	     archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10626	     hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10627	     ;;
10628	  esac
10629	fi
10630      else
10631	ld_shlibs=no
10632      fi
10633      ;;
10634
10635    os2*)
10636      hardcode_libdir_flag_spec='-L$libdir'
10637      hardcode_minus_L=yes
10638      allow_undefined_flag=unsupported
10639      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'
10640      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10641      ;;
10642
10643    osf3*)
10644      if test "$GCC" = yes; then
10645	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10646	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'
10647      else
10648	allow_undefined_flag=' -expect_unresolved \*'
10649	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'
10650      fi
10651      archive_cmds_need_lc='no'
10652      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10653      hardcode_libdir_separator=:
10654      ;;
10655
10656    osf4* | osf5*)	# as osf3* with the addition of -msym flag
10657      if test "$GCC" = yes; then
10658	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10659	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10660	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10661      else
10662	allow_undefined_flag=' -expect_unresolved \*'
10663	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'
10664	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~
10665	$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'
10666
10667	# Both c and cxx compiler support -rpath directly
10668	hardcode_libdir_flag_spec='-rpath $libdir'
10669      fi
10670      archive_cmds_need_lc='no'
10671      hardcode_libdir_separator=:
10672      ;;
10673
10674    solaris*)
10675      no_undefined_flag=' -z defs'
10676      if test "$GCC" = yes; then
10677	wlarc='${wl}'
10678	archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10679	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10680	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10681      else
10682	case `$CC -V 2>&1` in
10683	*"Compilers 5.0"*)
10684	  wlarc=''
10685	  archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10686	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10687	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10688	  ;;
10689	*)
10690	  wlarc='${wl}'
10691	  archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10692	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10693	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10694	  ;;
10695	esac
10696      fi
10697      hardcode_libdir_flag_spec='-R$libdir'
10698      hardcode_shlibpath_var=no
10699      case $host_os in
10700      solaris2.[0-5] | solaris2.[0-5].*) ;;
10701      *)
10702	# The compiler driver will combine and reorder linker options,
10703	# but understands `-z linker_flag'.  GCC discards it without `$wl',
10704	# but is careful enough not to reorder.
10705	# Supported since Solaris 2.6 (maybe 2.5.1?)
10706	if test "$GCC" = yes; then
10707	  whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10708	else
10709	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10710	fi
10711	;;
10712      esac
10713      link_all_deplibs=yes
10714      ;;
10715
10716    sunos4*)
10717      if test "x$host_vendor" = xsequent; then
10718	# Use $CC to link under sequent, because it throws in some extra .o
10719	# files that make .init and .fini sections work.
10720	archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10721      else
10722	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10723      fi
10724      hardcode_libdir_flag_spec='-L$libdir'
10725      hardcode_direct=yes
10726      hardcode_minus_L=yes
10727      hardcode_shlibpath_var=no
10728      ;;
10729
10730    sysv4)
10731      case $host_vendor in
10732	sni)
10733	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10734	  hardcode_direct=yes # is this really true???
10735	;;
10736	siemens)
10737	  ## LD is ld it makes a PLAMLIB
10738	  ## CC just makes a GrossModule.
10739	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10740	  reload_cmds='$CC -r -o $output$reload_objs'
10741	  hardcode_direct=no
10742        ;;
10743	motorola)
10744	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10745	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10746	;;
10747      esac
10748      runpath_var='LD_RUN_PATH'
10749      hardcode_shlibpath_var=no
10750      ;;
10751
10752    sysv4.3*)
10753      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10754      hardcode_shlibpath_var=no
10755      export_dynamic_flag_spec='-Bexport'
10756      ;;
10757
10758    sysv4*MP*)
10759      if test -d /usr/nec; then
10760	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10761	hardcode_shlibpath_var=no
10762	runpath_var=LD_RUN_PATH
10763	hardcode_runpath_var=yes
10764	ld_shlibs=yes
10765      fi
10766      ;;
10767
10768    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10769      no_undefined_flag='${wl}-z,text'
10770      archive_cmds_need_lc=no
10771      hardcode_shlibpath_var=no
10772      runpath_var='LD_RUN_PATH'
10773
10774      if test "$GCC" = yes; then
10775	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10776	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10777      else
10778	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10779	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10780      fi
10781      ;;
10782
10783    sysv5* | sco3.2v5* | sco5v6*)
10784      # Note: We can NOT use -z defs as we might desire, because we do not
10785      # link with -lc, and that would cause any symbols used from libc to
10786      # always be unresolved, which means just about no library would
10787      # ever link correctly.  If we're not using GNU ld we use -z text
10788      # though, which does catch some bad symbols but isn't as heavy-handed
10789      # as -z defs.
10790      no_undefined_flag='${wl}-z,text'
10791      allow_undefined_flag='${wl}-z,nodefs'
10792      archive_cmds_need_lc=no
10793      hardcode_shlibpath_var=no
10794      hardcode_libdir_flag_spec='${wl}-R,$libdir'
10795      hardcode_libdir_separator=':'
10796      link_all_deplibs=yes
10797      export_dynamic_flag_spec='${wl}-Bexport'
10798      runpath_var='LD_RUN_PATH'
10799
10800      if test "$GCC" = yes; then
10801	archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10802	archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10803      else
10804	archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10805	archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10806      fi
10807      ;;
10808
10809    uts4*)
10810      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10811      hardcode_libdir_flag_spec='-L$libdir'
10812      hardcode_shlibpath_var=no
10813      ;;
10814
10815    *)
10816      ld_shlibs=no
10817      ;;
10818    esac
10819
10820    if test x$host_vendor = xsni; then
10821      case $host in
10822      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10823	export_dynamic_flag_spec='${wl}-Blargedynsym'
10824	;;
10825      esac
10826    fi
10827  fi
10828
10829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10830$as_echo "$ld_shlibs" >&6; }
10831test "$ld_shlibs" = no && can_build_shared=no
10832
10833with_gnu_ld=$with_gnu_ld
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849#
10850# Do we need to explicitly link libc?
10851#
10852case "x$archive_cmds_need_lc" in
10853x|xyes)
10854  # Assume -lc should be added
10855  archive_cmds_need_lc=yes
10856
10857  if test "$enable_shared" = yes && test "$GCC" = yes; then
10858    case $archive_cmds in
10859    *'~'*)
10860      # FIXME: we may have to deal with multi-command sequences.
10861      ;;
10862    '$CC '*)
10863      # Test whether the compiler implicitly links with -lc since on some
10864      # systems, -lgcc has to come before -lc. If gcc already passes -lc
10865      # to ld, don't add -lc before -lgcc.
10866      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10867$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10868if ${lt_cv_archive_cmds_need_lc+:} false; then :
10869  $as_echo_n "(cached) " >&6
10870else
10871  $RM conftest*
10872	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10873
10874	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10875  (eval $ac_compile) 2>&5
10876  ac_status=$?
10877  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10878  test $ac_status = 0; } 2>conftest.err; then
10879	  soname=conftest
10880	  lib=conftest
10881	  libobjs=conftest.$ac_objext
10882	  deplibs=
10883	  wl=$lt_prog_compiler_wl
10884	  pic_flag=$lt_prog_compiler_pic
10885	  compiler_flags=-v
10886	  linker_flags=-v
10887	  verstring=
10888	  output_objdir=.
10889	  libname=conftest
10890	  lt_save_allow_undefined_flag=$allow_undefined_flag
10891	  allow_undefined_flag=
10892	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10893  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10894  ac_status=$?
10895  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10896  test $ac_status = 0; }
10897	  then
10898	    lt_cv_archive_cmds_need_lc=no
10899	  else
10900	    lt_cv_archive_cmds_need_lc=yes
10901	  fi
10902	  allow_undefined_flag=$lt_save_allow_undefined_flag
10903	else
10904	  cat conftest.err 1>&5
10905	fi
10906	$RM conftest*
10907
10908fi
10909{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10910$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10911      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10912      ;;
10913    esac
10914  fi
10915  ;;
10916esac
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944
10945
10946
10947
10948
10949
10950
10951
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11075$as_echo_n "checking dynamic linker characteristics... " >&6; }
11076
11077if test "$GCC" = yes; then
11078  case $host_os in
11079    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11080    *) lt_awk_arg="/^libraries:/" ;;
11081  esac
11082  case $host_os in
11083    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11084    *) lt_sed_strip_eq="s,=/,/,g" ;;
11085  esac
11086  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11087  case $lt_search_path_spec in
11088  *\;*)
11089    # if the path contains ";" then we assume it to be the separator
11090    # otherwise default to the standard path separator (i.e. ":") - it is
11091    # assumed that no part of a normal pathname contains ";" but that should
11092    # okay in the real world where ";" in dirpaths is itself problematic.
11093    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11094    ;;
11095  *)
11096    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11097    ;;
11098  esac
11099  # Ok, now we have the path, separated by spaces, we can step through it
11100  # and add multilib dir if necessary.
11101  lt_tmp_lt_search_path_spec=
11102  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11103  for lt_sys_path in $lt_search_path_spec; do
11104    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11105      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11106    else
11107      test -d "$lt_sys_path" && \
11108	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11109    fi
11110  done
11111  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11112BEGIN {RS=" "; FS="/|\n";} {
11113  lt_foo="";
11114  lt_count=0;
11115  for (lt_i = NF; lt_i > 0; lt_i--) {
11116    if ($lt_i != "" && $lt_i != ".") {
11117      if ($lt_i == "..") {
11118        lt_count++;
11119      } else {
11120        if (lt_count == 0) {
11121          lt_foo="/" $lt_i lt_foo;
11122        } else {
11123          lt_count--;
11124        }
11125      }
11126    }
11127  }
11128  if (lt_foo != "") { lt_freq[lt_foo]++; }
11129  if (lt_freq[lt_foo] == 1) { print lt_foo; }
11130}'`
11131  # AWK program above erroneously prepends '/' to C:/dos/paths
11132  # for these hosts.
11133  case $host_os in
11134    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11135      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11136  esac
11137  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11138else
11139  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11140fi
11141library_names_spec=
11142libname_spec='lib$name'
11143soname_spec=
11144shrext_cmds=".so"
11145postinstall_cmds=
11146postuninstall_cmds=
11147finish_cmds=
11148finish_eval=
11149shlibpath_var=
11150shlibpath_overrides_runpath=unknown
11151version_type=none
11152dynamic_linker="$host_os ld.so"
11153sys_lib_dlsearch_path_spec="/lib /usr/lib"
11154need_lib_prefix=unknown
11155hardcode_into_libs=no
11156
11157# when you set need_version to no, make sure it does not cause -set_version
11158# flags to be left without arguments
11159need_version=unknown
11160
11161case $host_os in
11162aix3*)
11163  version_type=linux
11164  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11165  shlibpath_var=LIBPATH
11166
11167  # AIX 3 has no versioning support, so we append a major version to the name.
11168  soname_spec='${libname}${release}${shared_ext}$major'
11169  ;;
11170
11171aix[4-9]*)
11172  version_type=linux
11173  need_lib_prefix=no
11174  need_version=no
11175  hardcode_into_libs=yes
11176  if test "$host_cpu" = ia64; then
11177    # AIX 5 supports IA64
11178    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11179    shlibpath_var=LD_LIBRARY_PATH
11180  else
11181    # With GCC up to 2.95.x, collect2 would create an import file
11182    # for dependence libraries.  The import file would start with
11183    # the line `#! .'.  This would cause the generated library to
11184    # depend on `.', always an invalid library.  This was fixed in
11185    # development snapshots of GCC prior to 3.0.
11186    case $host_os in
11187      aix4 | aix4.[01] | aix4.[01].*)
11188      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11189	   echo ' yes '
11190	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11191	:
11192      else
11193	can_build_shared=no
11194      fi
11195      ;;
11196    esac
11197    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11198    # soname into executable. Probably we can add versioning support to
11199    # collect2, so additional links can be useful in future.
11200    if test "$aix_use_runtimelinking" = yes; then
11201      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11202      # instead of lib<name>.a to let people know that these are not
11203      # typical AIX shared libraries.
11204      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11205    else
11206      # We preserve .a as extension for shared libraries through AIX4.2
11207      # and later when we are not doing run time linking.
11208      library_names_spec='${libname}${release}.a $libname.a'
11209      soname_spec='${libname}${release}${shared_ext}$major'
11210    fi
11211    shlibpath_var=LIBPATH
11212  fi
11213  ;;
11214
11215amigaos*)
11216  case $host_cpu in
11217  powerpc)
11218    # Since July 2007 AmigaOS4 officially supports .so libraries.
11219    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11220    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11221    ;;
11222  m68k)
11223    library_names_spec='$libname.ixlibrary $libname.a'
11224    # Create ${libname}_ixlibrary.a entries in /sys/libs.
11225    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'
11226    ;;
11227  esac
11228  ;;
11229
11230beos*)
11231  library_names_spec='${libname}${shared_ext}'
11232  dynamic_linker="$host_os ld.so"
11233  shlibpath_var=LIBRARY_PATH
11234  ;;
11235
11236bsdi[45]*)
11237  version_type=linux
11238  need_version=no
11239  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11240  soname_spec='${libname}${release}${shared_ext}$major'
11241  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11242  shlibpath_var=LD_LIBRARY_PATH
11243  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11244  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11245  # the default ld.so.conf also contains /usr/contrib/lib and
11246  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11247  # libtool to hard-code these into programs
11248  ;;
11249
11250cygwin* | mingw* | pw32* | cegcc*)
11251  version_type=windows
11252  shrext_cmds=".dll"
11253  need_version=no
11254  need_lib_prefix=no
11255
11256  case $GCC,$host_os in
11257  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11258    library_names_spec='$libname.dll.a'
11259    # DLL is installed to $(libdir)/../bin by postinstall_cmds
11260    postinstall_cmds='base_file=`basename \${file}`~
11261      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11262      dldir=$destdir/`dirname \$dlpath`~
11263      test -d \$dldir || mkdir -p \$dldir~
11264      $install_prog $dir/$dlname \$dldir/$dlname~
11265      chmod a+x \$dldir/$dlname~
11266      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11267        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11268      fi'
11269    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11270      dlpath=$dir/\$dldll~
11271       $RM \$dlpath'
11272    shlibpath_overrides_runpath=yes
11273
11274    case $host_os in
11275    cygwin*)
11276      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11277      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11278
11279      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11280      ;;
11281    mingw* | cegcc*)
11282      # MinGW DLLs use traditional 'lib' prefix
11283      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11284      ;;
11285    pw32*)
11286      # pw32 DLLs use 'pw' prefix rather than 'lib'
11287      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11288      ;;
11289    esac
11290    ;;
11291
11292  *)
11293    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11294    ;;
11295  esac
11296  dynamic_linker='Win32 ld.exe'
11297  # FIXME: first we should search . and the directory the executable is in
11298  shlibpath_var=PATH
11299  ;;
11300
11301darwin* | rhapsody*)
11302  dynamic_linker="$host_os dyld"
11303  version_type=darwin
11304  need_lib_prefix=no
11305  need_version=no
11306  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11307  soname_spec='${libname}${release}${major}$shared_ext'
11308  shlibpath_overrides_runpath=yes
11309  shlibpath_var=DYLD_LIBRARY_PATH
11310  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11311
11312  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11313  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11314  ;;
11315
11316dgux*)
11317  version_type=linux
11318  need_lib_prefix=no
11319  need_version=no
11320  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11321  soname_spec='${libname}${release}${shared_ext}$major'
11322  shlibpath_var=LD_LIBRARY_PATH
11323  ;;
11324
11325freebsd* | dragonfly*)
11326  # DragonFly does not have aout.  When/if they implement a new
11327  # versioning mechanism, adjust this.
11328  if test -x /usr/bin/objformat; then
11329    objformat=`/usr/bin/objformat`
11330  else
11331    case $host_os in
11332    freebsd[23].*) objformat=aout ;;
11333    *) objformat=elf ;;
11334    esac
11335  fi
11336  version_type=freebsd-$objformat
11337  case $version_type in
11338    freebsd-elf*)
11339      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11340      need_version=no
11341      need_lib_prefix=no
11342      ;;
11343    freebsd-*)
11344      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11345      need_version=yes
11346      ;;
11347  esac
11348  shlibpath_var=LD_LIBRARY_PATH
11349  case $host_os in
11350  freebsd2.*)
11351    shlibpath_overrides_runpath=yes
11352    ;;
11353  freebsd3.[01]* | freebsdelf3.[01]*)
11354    shlibpath_overrides_runpath=yes
11355    hardcode_into_libs=yes
11356    ;;
11357  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11358  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11359    shlibpath_overrides_runpath=no
11360    hardcode_into_libs=yes
11361    ;;
11362  *) # from 4.6 on, and DragonFly
11363    shlibpath_overrides_runpath=yes
11364    hardcode_into_libs=yes
11365    ;;
11366  esac
11367  ;;
11368
11369haiku*)
11370  version_type=linux
11371  need_lib_prefix=no
11372  need_version=no
11373  dynamic_linker="$host_os runtime_loader"
11374  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11375  soname_spec='${libname}${release}${shared_ext}$major'
11376  shlibpath_var=LIBRARY_PATH
11377  shlibpath_overrides_runpath=yes
11378  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11379  hardcode_into_libs=yes
11380  ;;
11381
11382hpux9* | hpux10* | hpux11*)
11383  # Give a soname corresponding to the major version so that dld.sl refuses to
11384  # link against other versions.
11385  version_type=sunos
11386  need_lib_prefix=no
11387  need_version=no
11388  case $host_cpu in
11389  ia64*)
11390    shrext_cmds='.so'
11391    hardcode_into_libs=yes
11392    dynamic_linker="$host_os dld.so"
11393    shlibpath_var=LD_LIBRARY_PATH
11394    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11395    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11396    soname_spec='${libname}${release}${shared_ext}$major'
11397    if test "X$HPUX_IA64_MODE" = X32; then
11398      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11399    else
11400      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11401    fi
11402    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11403    ;;
11404  hppa*64*)
11405    shrext_cmds='.sl'
11406    hardcode_into_libs=yes
11407    dynamic_linker="$host_os dld.sl"
11408    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11409    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11410    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11411    soname_spec='${libname}${release}${shared_ext}$major'
11412    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11413    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11414    ;;
11415  *)
11416    shrext_cmds='.sl'
11417    dynamic_linker="$host_os dld.sl"
11418    shlibpath_var=SHLIB_PATH
11419    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11420    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11421    soname_spec='${libname}${release}${shared_ext}$major'
11422    ;;
11423  esac
11424  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11425  postinstall_cmds='chmod 555 $lib'
11426  # or fails outright, so override atomically:
11427  install_override_mode=555
11428  ;;
11429
11430interix[3-9]*)
11431  version_type=linux
11432  need_lib_prefix=no
11433  need_version=no
11434  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11435  soname_spec='${libname}${release}${shared_ext}$major'
11436  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11437  shlibpath_var=LD_LIBRARY_PATH
11438  shlibpath_overrides_runpath=no
11439  hardcode_into_libs=yes
11440  ;;
11441
11442irix5* | irix6* | nonstopux*)
11443  case $host_os in
11444    nonstopux*) version_type=nonstopux ;;
11445    *)
11446	if test "$lt_cv_prog_gnu_ld" = yes; then
11447		version_type=linux
11448	else
11449		version_type=irix
11450	fi ;;
11451  esac
11452  need_lib_prefix=no
11453  need_version=no
11454  soname_spec='${libname}${release}${shared_ext}$major'
11455  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11456  case $host_os in
11457  irix5* | nonstopux*)
11458    libsuff= shlibsuff=
11459    ;;
11460  *)
11461    case $LD in # libtool.m4 will add one of these switches to LD
11462    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11463      libsuff= shlibsuff= libmagic=32-bit;;
11464    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11465      libsuff=32 shlibsuff=N32 libmagic=N32;;
11466    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11467      libsuff=64 shlibsuff=64 libmagic=64-bit;;
11468    *) libsuff= shlibsuff= libmagic=never-match;;
11469    esac
11470    ;;
11471  esac
11472  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11473  shlibpath_overrides_runpath=no
11474  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11475  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11476  hardcode_into_libs=yes
11477  ;;
11478
11479# No shared lib support for Linux oldld, aout, or coff.
11480linux*oldld* | linux*aout* | linux*coff*)
11481  dynamic_linker=no
11482  ;;
11483
11484# This must be Linux ELF.
11485
11486# uclinux* changes (here and below) have been submitted to the libtool
11487# project, but have not yet been accepted: they are GCC-local changes
11488# for the time being.  (See
11489# https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
11490linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
11491  version_type=linux
11492  need_lib_prefix=no
11493  need_version=no
11494  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11495  soname_spec='${libname}${release}${shared_ext}$major'
11496  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11497  shlibpath_var=LD_LIBRARY_PATH
11498  shlibpath_overrides_runpath=no
11499
11500  # Some binutils ld are patched to set DT_RUNPATH
11501  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
11502  $as_echo_n "(cached) " >&6
11503else
11504  lt_cv_shlibpath_overrides_runpath=no
11505    save_LDFLAGS=$LDFLAGS
11506    save_libdir=$libdir
11507    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11508	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11509    if test x$gcc_no_link = xyes; then
11510  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11511fi
11512cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11513/* end confdefs.h.  */
11514
11515int
11516main ()
11517{
11518
11519  ;
11520  return 0;
11521}
11522_ACEOF
11523if ac_fn_c_try_link "$LINENO"; then :
11524  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11525  lt_cv_shlibpath_overrides_runpath=yes
11526fi
11527fi
11528rm -f core conftest.err conftest.$ac_objext \
11529    conftest$ac_exeext conftest.$ac_ext
11530    LDFLAGS=$save_LDFLAGS
11531    libdir=$save_libdir
11532
11533fi
11534
11535  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11536
11537  # This implies no fast_install, which is unacceptable.
11538  # Some rework will be needed to allow for fast_install
11539  # before this can be enabled.
11540  hardcode_into_libs=yes
11541
11542  # Append ld.so.conf contents to the search path
11543  if test -f /etc/ld.so.conf; then
11544    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' ' '`
11545    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11546  fi
11547
11548  # We used to test for /lib/ld.so.1 and disable shared libraries on
11549  # powerpc, because MkLinux only supported shared libraries with the
11550  # GNU dynamic linker.  Since this was broken with cross compilers,
11551  # most powerpc-linux boxes support dynamic linking these days and
11552  # people can always --disable-shared, the test was removed, and we
11553  # assume the GNU/Linux dynamic linker is in use.
11554  dynamic_linker='GNU/Linux ld.so'
11555  ;;
11556
11557netbsd*)
11558  version_type=sunos
11559  need_lib_prefix=no
11560  need_version=no
11561  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11562    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11563    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11564    dynamic_linker='NetBSD (a.out) ld.so'
11565  else
11566    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11567    soname_spec='${libname}${release}${shared_ext}$major'
11568    dynamic_linker='NetBSD ld.elf_so'
11569  fi
11570  shlibpath_var=LD_LIBRARY_PATH
11571  shlibpath_overrides_runpath=yes
11572  hardcode_into_libs=yes
11573  ;;
11574
11575newsos6)
11576  version_type=linux
11577  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11578  shlibpath_var=LD_LIBRARY_PATH
11579  shlibpath_overrides_runpath=yes
11580  ;;
11581
11582*nto* | *qnx*)
11583  version_type=qnx
11584  need_lib_prefix=no
11585  need_version=no
11586  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11587  soname_spec='${libname}${release}${shared_ext}$major'
11588  shlibpath_var=LD_LIBRARY_PATH
11589  shlibpath_overrides_runpath=no
11590  hardcode_into_libs=yes
11591  dynamic_linker='ldqnx.so'
11592  ;;
11593
11594openbsd*)
11595  version_type=sunos
11596  sys_lib_dlsearch_path_spec="/usr/lib"
11597  need_lib_prefix=no
11598  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11599  case $host_os in
11600    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
11601    *)				need_version=no  ;;
11602  esac
11603  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11604  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11605  shlibpath_var=LD_LIBRARY_PATH
11606  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11607    case $host_os in
11608      openbsd2.[89] | openbsd2.[89].*)
11609	shlibpath_overrides_runpath=no
11610	;;
11611      *)
11612	shlibpath_overrides_runpath=yes
11613	;;
11614      esac
11615  else
11616    shlibpath_overrides_runpath=yes
11617  fi
11618  ;;
11619
11620os2*)
11621  libname_spec='$name'
11622  shrext_cmds=".dll"
11623  need_lib_prefix=no
11624  library_names_spec='$libname${shared_ext} $libname.a'
11625  dynamic_linker='OS/2 ld.exe'
11626  shlibpath_var=LIBPATH
11627  ;;
11628
11629osf3* | osf4* | osf5*)
11630  version_type=osf
11631  need_lib_prefix=no
11632  need_version=no
11633  soname_spec='${libname}${release}${shared_ext}$major'
11634  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11635  shlibpath_var=LD_LIBRARY_PATH
11636  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11637  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11638  ;;
11639
11640rdos*)
11641  dynamic_linker=no
11642  ;;
11643
11644solaris*)
11645  version_type=linux
11646  need_lib_prefix=no
11647  need_version=no
11648  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11649  soname_spec='${libname}${release}${shared_ext}$major'
11650  shlibpath_var=LD_LIBRARY_PATH
11651  shlibpath_overrides_runpath=yes
11652  hardcode_into_libs=yes
11653  # ldd complains unless libraries are executable
11654  postinstall_cmds='chmod +x $lib'
11655  ;;
11656
11657sunos4*)
11658  version_type=sunos
11659  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11660  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11661  shlibpath_var=LD_LIBRARY_PATH
11662  shlibpath_overrides_runpath=yes
11663  if test "$with_gnu_ld" = yes; then
11664    need_lib_prefix=no
11665  fi
11666  need_version=yes
11667  ;;
11668
11669sysv4 | sysv4.3*)
11670  version_type=linux
11671  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11672  soname_spec='${libname}${release}${shared_ext}$major'
11673  shlibpath_var=LD_LIBRARY_PATH
11674  case $host_vendor in
11675    sni)
11676      shlibpath_overrides_runpath=no
11677      need_lib_prefix=no
11678      runpath_var=LD_RUN_PATH
11679      ;;
11680    siemens)
11681      need_lib_prefix=no
11682      ;;
11683    motorola)
11684      need_lib_prefix=no
11685      need_version=no
11686      shlibpath_overrides_runpath=no
11687      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11688      ;;
11689  esac
11690  ;;
11691
11692sysv4*MP*)
11693  if test -d /usr/nec ;then
11694    version_type=linux
11695    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11696    soname_spec='$libname${shared_ext}.$major'
11697    shlibpath_var=LD_LIBRARY_PATH
11698  fi
11699  ;;
11700
11701sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11702  version_type=freebsd-elf
11703  need_lib_prefix=no
11704  need_version=no
11705  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11706  soname_spec='${libname}${release}${shared_ext}$major'
11707  shlibpath_var=LD_LIBRARY_PATH
11708  shlibpath_overrides_runpath=yes
11709  hardcode_into_libs=yes
11710  if test "$with_gnu_ld" = yes; then
11711    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11712  else
11713    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11714    case $host_os in
11715      sco3.2v5*)
11716        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11717	;;
11718    esac
11719  fi
11720  sys_lib_dlsearch_path_spec='/usr/lib'
11721  ;;
11722
11723tpf*)
11724  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11725  version_type=linux
11726  need_lib_prefix=no
11727  need_version=no
11728  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11729  shlibpath_var=LD_LIBRARY_PATH
11730  shlibpath_overrides_runpath=no
11731  hardcode_into_libs=yes
11732  ;;
11733
11734uts4*)
11735  version_type=linux
11736  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11737  soname_spec='${libname}${release}${shared_ext}$major'
11738  shlibpath_var=LD_LIBRARY_PATH
11739  ;;
11740
11741*)
11742  dynamic_linker=no
11743  ;;
11744esac
11745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11746$as_echo "$dynamic_linker" >&6; }
11747test "$dynamic_linker" = no && can_build_shared=no
11748
11749variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11750if test "$GCC" = yes; then
11751  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11752fi
11753
11754if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11755  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11756fi
11757if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11758  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11759fi
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
11835
11836
11837
11838
11839
11840
11841
11842
11843
11844
11845
11846
11847
11848
11849
11850
11851
11852  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11853$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11854hardcode_action=
11855if test -n "$hardcode_libdir_flag_spec" ||
11856   test -n "$runpath_var" ||
11857   test "X$hardcode_automatic" = "Xyes" ; then
11858
11859  # We can hardcode non-existent directories.
11860  if test "$hardcode_direct" != no &&
11861     # If the only mechanism to avoid hardcoding is shlibpath_var, we
11862     # have to relink, otherwise we might link with an installed library
11863     # when we should be linking with a yet-to-be-installed one
11864     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11865     test "$hardcode_minus_L" != no; then
11866    # Linking always hardcodes the temporary library directory.
11867    hardcode_action=relink
11868  else
11869    # We can link without hardcoding, and we can hardcode nonexisting dirs.
11870    hardcode_action=immediate
11871  fi
11872else
11873  # We cannot hardcode anything, or else we can only hardcode existing
11874  # directories.
11875  hardcode_action=unsupported
11876fi
11877{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11878$as_echo "$hardcode_action" >&6; }
11879
11880if test "$hardcode_action" = relink ||
11881   test "$inherit_rpath" = yes; then
11882  # Fast installation is not supported
11883  enable_fast_install=no
11884elif test "$shlibpath_overrides_runpath" = yes ||
11885     test "$enable_shared" = no; then
11886  # Fast installation is not necessary
11887  enable_fast_install=needless
11888fi
11889
11890
11891
11892
11893
11894
11895  if test "x$enable_dlopen" != xyes; then
11896  enable_dlopen=unknown
11897  enable_dlopen_self=unknown
11898  enable_dlopen_self_static=unknown
11899else
11900  lt_cv_dlopen=no
11901  lt_cv_dlopen_libs=
11902
11903  case $host_os in
11904  beos*)
11905    lt_cv_dlopen="load_add_on"
11906    lt_cv_dlopen_libs=
11907    lt_cv_dlopen_self=yes
11908    ;;
11909
11910  mingw* | pw32* | cegcc*)
11911    lt_cv_dlopen="LoadLibrary"
11912    lt_cv_dlopen_libs=
11913    ;;
11914
11915  cygwin*)
11916    lt_cv_dlopen="dlopen"
11917    lt_cv_dlopen_libs=
11918    ;;
11919
11920  darwin*)
11921  # if libdl is installed we need to link against it
11922    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11923$as_echo_n "checking for dlopen in -ldl... " >&6; }
11924if ${ac_cv_lib_dl_dlopen+:} false; then :
11925  $as_echo_n "(cached) " >&6
11926else
11927  ac_check_lib_save_LIBS=$LIBS
11928LIBS="-ldl  $LIBS"
11929if test x$gcc_no_link = xyes; then
11930  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11931fi
11932cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11933/* end confdefs.h.  */
11934
11935/* Override any GCC internal prototype to avoid an error.
11936   Use char because int might match the return type of a GCC
11937   builtin and then its argument prototype would still apply.  */
11938#ifdef __cplusplus
11939extern "C"
11940#endif
11941char dlopen ();
11942int
11943main ()
11944{
11945return dlopen ();
11946  ;
11947  return 0;
11948}
11949_ACEOF
11950if ac_fn_c_try_link "$LINENO"; then :
11951  ac_cv_lib_dl_dlopen=yes
11952else
11953  ac_cv_lib_dl_dlopen=no
11954fi
11955rm -f core conftest.err conftest.$ac_objext \
11956    conftest$ac_exeext conftest.$ac_ext
11957LIBS=$ac_check_lib_save_LIBS
11958fi
11959{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11960$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11961if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11962  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11963else
11964
11965    lt_cv_dlopen="dyld"
11966    lt_cv_dlopen_libs=
11967    lt_cv_dlopen_self=yes
11968
11969fi
11970
11971    ;;
11972
11973  *)
11974    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11975if test "x$ac_cv_func_shl_load" = xyes; then :
11976  lt_cv_dlopen="shl_load"
11977else
11978  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11979$as_echo_n "checking for shl_load in -ldld... " >&6; }
11980if ${ac_cv_lib_dld_shl_load+:} false; then :
11981  $as_echo_n "(cached) " >&6
11982else
11983  ac_check_lib_save_LIBS=$LIBS
11984LIBS="-ldld  $LIBS"
11985if test x$gcc_no_link = xyes; then
11986  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11987fi
11988cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11989/* end confdefs.h.  */
11990
11991/* Override any GCC internal prototype to avoid an error.
11992   Use char because int might match the return type of a GCC
11993   builtin and then its argument prototype would still apply.  */
11994#ifdef __cplusplus
11995extern "C"
11996#endif
11997char shl_load ();
11998int
11999main ()
12000{
12001return shl_load ();
12002  ;
12003  return 0;
12004}
12005_ACEOF
12006if ac_fn_c_try_link "$LINENO"; then :
12007  ac_cv_lib_dld_shl_load=yes
12008else
12009  ac_cv_lib_dld_shl_load=no
12010fi
12011rm -f core conftest.err conftest.$ac_objext \
12012    conftest$ac_exeext conftest.$ac_ext
12013LIBS=$ac_check_lib_save_LIBS
12014fi
12015{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12016$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12017if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
12018  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12019else
12020  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12021if test "x$ac_cv_func_dlopen" = xyes; then :
12022  lt_cv_dlopen="dlopen"
12023else
12024  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12025$as_echo_n "checking for dlopen in -ldl... " >&6; }
12026if ${ac_cv_lib_dl_dlopen+:} false; then :
12027  $as_echo_n "(cached) " >&6
12028else
12029  ac_check_lib_save_LIBS=$LIBS
12030LIBS="-ldl  $LIBS"
12031if test x$gcc_no_link = xyes; then
12032  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12033fi
12034cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12035/* end confdefs.h.  */
12036
12037/* Override any GCC internal prototype to avoid an error.
12038   Use char because int might match the return type of a GCC
12039   builtin and then its argument prototype would still apply.  */
12040#ifdef __cplusplus
12041extern "C"
12042#endif
12043char dlopen ();
12044int
12045main ()
12046{
12047return dlopen ();
12048  ;
12049  return 0;
12050}
12051_ACEOF
12052if ac_fn_c_try_link "$LINENO"; then :
12053  ac_cv_lib_dl_dlopen=yes
12054else
12055  ac_cv_lib_dl_dlopen=no
12056fi
12057rm -f core conftest.err conftest.$ac_objext \
12058    conftest$ac_exeext conftest.$ac_ext
12059LIBS=$ac_check_lib_save_LIBS
12060fi
12061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12062$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12063if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12064  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12065else
12066  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12067$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12068if ${ac_cv_lib_svld_dlopen+:} false; then :
12069  $as_echo_n "(cached) " >&6
12070else
12071  ac_check_lib_save_LIBS=$LIBS
12072LIBS="-lsvld  $LIBS"
12073if test x$gcc_no_link = xyes; then
12074  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12075fi
12076cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12077/* end confdefs.h.  */
12078
12079/* Override any GCC internal prototype to avoid an error.
12080   Use char because int might match the return type of a GCC
12081   builtin and then its argument prototype would still apply.  */
12082#ifdef __cplusplus
12083extern "C"
12084#endif
12085char dlopen ();
12086int
12087main ()
12088{
12089return dlopen ();
12090  ;
12091  return 0;
12092}
12093_ACEOF
12094if ac_fn_c_try_link "$LINENO"; then :
12095  ac_cv_lib_svld_dlopen=yes
12096else
12097  ac_cv_lib_svld_dlopen=no
12098fi
12099rm -f core conftest.err conftest.$ac_objext \
12100    conftest$ac_exeext conftest.$ac_ext
12101LIBS=$ac_check_lib_save_LIBS
12102fi
12103{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12104$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12105if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
12106  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12107else
12108  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12109$as_echo_n "checking for dld_link in -ldld... " >&6; }
12110if ${ac_cv_lib_dld_dld_link+:} false; then :
12111  $as_echo_n "(cached) " >&6
12112else
12113  ac_check_lib_save_LIBS=$LIBS
12114LIBS="-ldld  $LIBS"
12115if test x$gcc_no_link = xyes; then
12116  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
12117fi
12118cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12119/* end confdefs.h.  */
12120
12121/* Override any GCC internal prototype to avoid an error.
12122   Use char because int might match the return type of a GCC
12123   builtin and then its argument prototype would still apply.  */
12124#ifdef __cplusplus
12125extern "C"
12126#endif
12127char dld_link ();
12128int
12129main ()
12130{
12131return dld_link ();
12132  ;
12133  return 0;
12134}
12135_ACEOF
12136if ac_fn_c_try_link "$LINENO"; then :
12137  ac_cv_lib_dld_dld_link=yes
12138else
12139  ac_cv_lib_dld_dld_link=no
12140fi
12141rm -f core conftest.err conftest.$ac_objext \
12142    conftest$ac_exeext conftest.$ac_ext
12143LIBS=$ac_check_lib_save_LIBS
12144fi
12145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12146$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12147if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
12148  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12149fi
12150
12151
12152fi
12153
12154
12155fi
12156
12157
12158fi
12159
12160
12161fi
12162
12163
12164fi
12165
12166    ;;
12167  esac
12168
12169  if test "x$lt_cv_dlopen" != xno; then
12170    enable_dlopen=yes
12171  else
12172    enable_dlopen=no
12173  fi
12174
12175  case $lt_cv_dlopen in
12176  dlopen)
12177    save_CPPFLAGS="$CPPFLAGS"
12178    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12179
12180    save_LDFLAGS="$LDFLAGS"
12181    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12182
12183    save_LIBS="$LIBS"
12184    LIBS="$lt_cv_dlopen_libs $LIBS"
12185
12186    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12187$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12188if ${lt_cv_dlopen_self+:} false; then :
12189  $as_echo_n "(cached) " >&6
12190else
12191  	  if test "$cross_compiling" = yes; then :
12192  lt_cv_dlopen_self=cross
12193else
12194  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12195  lt_status=$lt_dlunknown
12196  cat > conftest.$ac_ext <<_LT_EOF
12197#line 12194 "configure"
12198#include "confdefs.h"
12199
12200#if HAVE_DLFCN_H
12201#include <dlfcn.h>
12202#endif
12203
12204#include <stdio.h>
12205
12206#ifdef RTLD_GLOBAL
12207#  define LT_DLGLOBAL		RTLD_GLOBAL
12208#else
12209#  ifdef DL_GLOBAL
12210#    define LT_DLGLOBAL		DL_GLOBAL
12211#  else
12212#    define LT_DLGLOBAL		0
12213#  endif
12214#endif
12215
12216/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12217   find out it does not work in some platform. */
12218#ifndef LT_DLLAZY_OR_NOW
12219#  ifdef RTLD_LAZY
12220#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
12221#  else
12222#    ifdef DL_LAZY
12223#      define LT_DLLAZY_OR_NOW		DL_LAZY
12224#    else
12225#      ifdef RTLD_NOW
12226#        define LT_DLLAZY_OR_NOW	RTLD_NOW
12227#      else
12228#        ifdef DL_NOW
12229#          define LT_DLLAZY_OR_NOW	DL_NOW
12230#        else
12231#          define LT_DLLAZY_OR_NOW	0
12232#        endif
12233#      endif
12234#    endif
12235#  endif
12236#endif
12237
12238/* When -fvisbility=hidden is used, assume the code has been annotated
12239   correspondingly for the symbols needed.  */
12240#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12241void fnord () __attribute__((visibility("default")));
12242#endif
12243
12244void fnord () { int i=42; }
12245int main ()
12246{
12247  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12248  int status = $lt_dlunknown;
12249
12250  if (self)
12251    {
12252      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12253      else
12254        {
12255	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
12256          else puts (dlerror ());
12257	}
12258      /* dlclose (self); */
12259    }
12260  else
12261    puts (dlerror ());
12262
12263  return status;
12264}
12265_LT_EOF
12266  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12267  (eval $ac_link) 2>&5
12268  ac_status=$?
12269  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12270  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12271    (./conftest; exit; ) >&5 2>/dev/null
12272    lt_status=$?
12273    case x$lt_status in
12274      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12275      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12276      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12277    esac
12278  else :
12279    # compilation failed
12280    lt_cv_dlopen_self=no
12281  fi
12282fi
12283rm -fr conftest*
12284
12285
12286fi
12287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12288$as_echo "$lt_cv_dlopen_self" >&6; }
12289
12290    if test "x$lt_cv_dlopen_self" = xyes; then
12291      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12292      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12293$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12294if ${lt_cv_dlopen_self_static+:} false; then :
12295  $as_echo_n "(cached) " >&6
12296else
12297  	  if test "$cross_compiling" = yes; then :
12298  lt_cv_dlopen_self_static=cross
12299else
12300  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12301  lt_status=$lt_dlunknown
12302  cat > conftest.$ac_ext <<_LT_EOF
12303#line 12300 "configure"
12304#include "confdefs.h"
12305
12306#if HAVE_DLFCN_H
12307#include <dlfcn.h>
12308#endif
12309
12310#include <stdio.h>
12311
12312#ifdef RTLD_GLOBAL
12313#  define LT_DLGLOBAL		RTLD_GLOBAL
12314#else
12315#  ifdef DL_GLOBAL
12316#    define LT_DLGLOBAL		DL_GLOBAL
12317#  else
12318#    define LT_DLGLOBAL		0
12319#  endif
12320#endif
12321
12322/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12323   find out it does not work in some platform. */
12324#ifndef LT_DLLAZY_OR_NOW
12325#  ifdef RTLD_LAZY
12326#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
12327#  else
12328#    ifdef DL_LAZY
12329#      define LT_DLLAZY_OR_NOW		DL_LAZY
12330#    else
12331#      ifdef RTLD_NOW
12332#        define LT_DLLAZY_OR_NOW	RTLD_NOW
12333#      else
12334#        ifdef DL_NOW
12335#          define LT_DLLAZY_OR_NOW	DL_NOW
12336#        else
12337#          define LT_DLLAZY_OR_NOW	0
12338#        endif
12339#      endif
12340#    endif
12341#  endif
12342#endif
12343
12344/* When -fvisbility=hidden is used, assume the code has been annotated
12345   correspondingly for the symbols needed.  */
12346#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12347void fnord () __attribute__((visibility("default")));
12348#endif
12349
12350void fnord () { int i=42; }
12351int main ()
12352{
12353  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12354  int status = $lt_dlunknown;
12355
12356  if (self)
12357    {
12358      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
12359      else
12360        {
12361	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
12362          else puts (dlerror ());
12363	}
12364      /* dlclose (self); */
12365    }
12366  else
12367    puts (dlerror ());
12368
12369  return status;
12370}
12371_LT_EOF
12372  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12373  (eval $ac_link) 2>&5
12374  ac_status=$?
12375  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12376  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12377    (./conftest; exit; ) >&5 2>/dev/null
12378    lt_status=$?
12379    case x$lt_status in
12380      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12381      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12382      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12383    esac
12384  else :
12385    # compilation failed
12386    lt_cv_dlopen_self_static=no
12387  fi
12388fi
12389rm -fr conftest*
12390
12391
12392fi
12393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12394$as_echo "$lt_cv_dlopen_self_static" >&6; }
12395    fi
12396
12397    CPPFLAGS="$save_CPPFLAGS"
12398    LDFLAGS="$save_LDFLAGS"
12399    LIBS="$save_LIBS"
12400    ;;
12401  esac
12402
12403  case $lt_cv_dlopen_self in
12404  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12405  *) enable_dlopen_self=unknown ;;
12406  esac
12407
12408  case $lt_cv_dlopen_self_static in
12409  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12410  *) enable_dlopen_self_static=unknown ;;
12411  esac
12412fi
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430striplib=
12431old_striplib=
12432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12433$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12434if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12435  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12436  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12437  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12438$as_echo "yes" >&6; }
12439else
12440# FIXME - insert some real tests, host_os isn't really good enough
12441  case $host_os in
12442  darwin*)
12443    if test -n "$STRIP" ; then
12444      striplib="$STRIP -x"
12445      old_striplib="$STRIP -S"
12446      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12447$as_echo "yes" >&6; }
12448    else
12449      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12450$as_echo "no" >&6; }
12451    fi
12452    ;;
12453  *)
12454    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12455$as_echo "no" >&6; }
12456    ;;
12457  esac
12458fi
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471  # Report which library types will actually be built
12472  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12473$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12474  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12475$as_echo "$can_build_shared" >&6; }
12476
12477  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12478$as_echo_n "checking whether to build shared libraries... " >&6; }
12479  test "$can_build_shared" = "no" && enable_shared=no
12480
12481  # On AIX, shared libraries and static libraries use the same namespace, and
12482  # are all built from PIC.
12483  case $host_os in
12484  aix3*)
12485    test "$enable_shared" = yes && enable_static=no
12486    if test -n "$RANLIB"; then
12487      archive_cmds="$archive_cmds~\$RANLIB \$lib"
12488      postinstall_cmds='$RANLIB $lib'
12489    fi
12490    ;;
12491
12492  aix[4-9]*)
12493    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12494      test "$enable_shared" = yes && enable_static=no
12495    fi
12496    ;;
12497  esac
12498  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12499$as_echo "$enable_shared" >&6; }
12500
12501  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12502$as_echo_n "checking whether to build static libraries... " >&6; }
12503  # Make sure either enable_shared or enable_static is yes.
12504  test "$enable_shared" = yes || enable_static=yes
12505  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12506$as_echo "$enable_static" >&6; }
12507
12508
12509
12510
12511fi
12512ac_ext=c
12513ac_cpp='$CPP $CPPFLAGS'
12514ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12515ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12516ac_compiler_gnu=$ac_cv_c_compiler_gnu
12517
12518CC="$lt_save_CC"
12519
12520      if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12521    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12522    (test "X$CXX" != "Xg++"))) ; then
12523  ac_ext=cpp
12524ac_cpp='$CXXCPP $CPPFLAGS'
12525ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12526ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12527ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12529$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12530if test -z "$CXXCPP"; then
12531  if ${ac_cv_prog_CXXCPP+:} false; then :
12532  $as_echo_n "(cached) " >&6
12533else
12534      # Double quotes because CXXCPP needs to be expanded
12535    for CXXCPP in "$CXX -E" "/lib/cpp"
12536    do
12537      ac_preproc_ok=false
12538for ac_cxx_preproc_warn_flag in '' yes
12539do
12540  # Use a header file that comes with gcc, so configuring glibc
12541  # with a fresh cross-compiler works.
12542  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12543  # <limits.h> exists even on freestanding compilers.
12544  # On the NeXT, cc -E runs the code through the compiler's parser,
12545  # not just through cpp. "Syntax error" is here to catch this case.
12546  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12547/* end confdefs.h.  */
12548#ifdef __STDC__
12549# include <limits.h>
12550#else
12551# include <assert.h>
12552#endif
12553		     Syntax error
12554_ACEOF
12555if ac_fn_cxx_try_cpp "$LINENO"; then :
12556
12557else
12558  # Broken: fails on valid input.
12559continue
12560fi
12561rm -f conftest.err conftest.i conftest.$ac_ext
12562
12563  # OK, works on sane cases.  Now check whether nonexistent headers
12564  # can be detected and how.
12565  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12566/* end confdefs.h.  */
12567#include <ac_nonexistent.h>
12568_ACEOF
12569if ac_fn_cxx_try_cpp "$LINENO"; then :
12570  # Broken: success on invalid input.
12571continue
12572else
12573  # Passes both tests.
12574ac_preproc_ok=:
12575break
12576fi
12577rm -f conftest.err conftest.i conftest.$ac_ext
12578
12579done
12580# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12581rm -f conftest.i conftest.err conftest.$ac_ext
12582if $ac_preproc_ok; then :
12583  break
12584fi
12585
12586    done
12587    ac_cv_prog_CXXCPP=$CXXCPP
12588
12589fi
12590  CXXCPP=$ac_cv_prog_CXXCPP
12591else
12592  ac_cv_prog_CXXCPP=$CXXCPP
12593fi
12594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
12595$as_echo "$CXXCPP" >&6; }
12596ac_preproc_ok=false
12597for ac_cxx_preproc_warn_flag in '' yes
12598do
12599  # Use a header file that comes with gcc, so configuring glibc
12600  # with a fresh cross-compiler works.
12601  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12602  # <limits.h> exists even on freestanding compilers.
12603  # On the NeXT, cc -E runs the code through the compiler's parser,
12604  # not just through cpp. "Syntax error" is here to catch this case.
12605  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12606/* end confdefs.h.  */
12607#ifdef __STDC__
12608# include <limits.h>
12609#else
12610# include <assert.h>
12611#endif
12612		     Syntax error
12613_ACEOF
12614if ac_fn_cxx_try_cpp "$LINENO"; then :
12615
12616else
12617  # Broken: fails on valid input.
12618continue
12619fi
12620rm -f conftest.err conftest.i conftest.$ac_ext
12621
12622  # OK, works on sane cases.  Now check whether nonexistent headers
12623  # can be detected and how.
12624  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12625/* end confdefs.h.  */
12626#include <ac_nonexistent.h>
12627_ACEOF
12628if ac_fn_cxx_try_cpp "$LINENO"; then :
12629  # Broken: success on invalid input.
12630continue
12631else
12632  # Passes both tests.
12633ac_preproc_ok=:
12634break
12635fi
12636rm -f conftest.err conftest.i conftest.$ac_ext
12637
12638done
12639# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12640rm -f conftest.i conftest.err conftest.$ac_ext
12641if $ac_preproc_ok; then :
12642
12643else
12644  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12645$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12646as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
12647See \`config.log' for more details" "$LINENO" 5; }
12648fi
12649
12650ac_ext=c
12651ac_cpp='$CPP $CPPFLAGS'
12652ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12653ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12654ac_compiler_gnu=$ac_cv_c_compiler_gnu
12655
12656else
12657  _lt_caught_CXX_error=yes
12658fi
12659
12660ac_ext=cpp
12661ac_cpp='$CXXCPP $CPPFLAGS'
12662ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12663ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12664ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12665
12666archive_cmds_need_lc_CXX=no
12667allow_undefined_flag_CXX=
12668always_export_symbols_CXX=no
12669archive_expsym_cmds_CXX=
12670compiler_needs_object_CXX=no
12671export_dynamic_flag_spec_CXX=
12672hardcode_direct_CXX=no
12673hardcode_direct_absolute_CXX=no
12674hardcode_libdir_flag_spec_CXX=
12675hardcode_libdir_flag_spec_ld_CXX=
12676hardcode_libdir_separator_CXX=
12677hardcode_minus_L_CXX=no
12678hardcode_shlibpath_var_CXX=unsupported
12679hardcode_automatic_CXX=no
12680inherit_rpath_CXX=no
12681module_cmds_CXX=
12682module_expsym_cmds_CXX=
12683link_all_deplibs_CXX=unknown
12684old_archive_cmds_CXX=$old_archive_cmds
12685reload_flag_CXX=$reload_flag
12686reload_cmds_CXX=$reload_cmds
12687no_undefined_flag_CXX=
12688whole_archive_flag_spec_CXX=
12689enable_shared_with_static_runtimes_CXX=no
12690
12691# Source file extension for C++ test sources.
12692ac_ext=cpp
12693
12694# Object file extension for compiled C++ test sources.
12695objext=o
12696objext_CXX=$objext
12697
12698# No sense in running all these tests if we already determined that
12699# the CXX compiler isn't working.  Some variables (like enable_shared)
12700# are currently assumed to apply to all compilers on this platform,
12701# and will be corrupted by setting them based on a non-working compiler.
12702if test "$_lt_caught_CXX_error" != yes; then
12703  # Code to be used in simple compile tests
12704  lt_simple_compile_test_code="int some_variable = 0;"
12705
12706  # Code to be used in simple link tests
12707  lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
12708
12709  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12710
12711
12712
12713
12714
12715
12716# If no C compiler was specified, use CC.
12717LTCC=${LTCC-"$CC"}
12718
12719# If no C compiler flags were specified, use CFLAGS.
12720LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
12721
12722# Allow CC to be a program name with arguments.
12723compiler=$CC
12724
12725
12726  # save warnings/boilerplate of simple test code
12727  ac_outfile=conftest.$ac_objext
12728echo "$lt_simple_compile_test_code" >conftest.$ac_ext
12729eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12730_lt_compiler_boilerplate=`cat conftest.err`
12731$RM conftest*
12732
12733  ac_outfile=conftest.$ac_objext
12734echo "$lt_simple_link_test_code" >conftest.$ac_ext
12735eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12736_lt_linker_boilerplate=`cat conftest.err`
12737$RM -r conftest*
12738
12739
12740  # Allow CC to be a program name with arguments.
12741  lt_save_CC=$CC
12742  lt_save_LD=$LD
12743  lt_save_GCC=$GCC
12744  GCC=$GXX
12745  lt_save_with_gnu_ld=$with_gnu_ld
12746  lt_save_path_LD=$lt_cv_path_LD
12747  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12748    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
12749  else
12750    $as_unset lt_cv_prog_gnu_ld
12751  fi
12752  if test -n "${lt_cv_path_LDCXX+set}"; then
12753    lt_cv_path_LD=$lt_cv_path_LDCXX
12754  else
12755    $as_unset lt_cv_path_LD
12756  fi
12757  test -z "${LDCXX+set}" || LD=$LDCXX
12758  CC=${CXX-"c++"}
12759  compiler=$CC
12760  compiler_CXX=$CC
12761  for cc_temp in $compiler""; do
12762  case $cc_temp in
12763    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12764    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12765    \-*) ;;
12766    *) break;;
12767  esac
12768done
12769cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12770
12771
12772  if test -n "$compiler"; then
12773    # We don't want -fno-exception when compiling C++ code, so set the
12774    # no_builtin_flag separately
12775    if test "$GXX" = yes; then
12776      lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
12777    else
12778      lt_prog_compiler_no_builtin_flag_CXX=
12779    fi
12780
12781    if test "$GXX" = yes; then
12782      # Set up default GNU C++ configuration
12783
12784
12785
12786# Check whether --with-gnu-ld was given.
12787if test "${with_gnu_ld+set}" = set; then :
12788  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
12789else
12790  with_gnu_ld=no
12791fi
12792
12793ac_prog=ld
12794if test "$GCC" = yes; then
12795  # Check if gcc -print-prog-name=ld gives a path.
12796  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12797$as_echo_n "checking for ld used by $CC... " >&6; }
12798  case $host in
12799  *-*-mingw*)
12800    # gcc leaves a trailing carriage return which upsets mingw
12801    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12802  *)
12803    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
12804  esac
12805  case $ac_prog in
12806    # Accept absolute paths.
12807    [\\/]* | ?:[\\/]*)
12808      re_direlt='/[^/][^/]*/\.\./'
12809      # Canonicalize the pathname of ld
12810      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12811      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
12812	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12813      done
12814      test -z "$LD" && LD="$ac_prog"
12815      ;;
12816  "")
12817    # If it fails, then pretend we aren't using GCC.
12818    ac_prog=ld
12819    ;;
12820  *)
12821    # If it is relative, then search for the first ld in PATH.
12822    with_gnu_ld=unknown
12823    ;;
12824  esac
12825elif test "$with_gnu_ld" = yes; then
12826  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12827$as_echo_n "checking for GNU ld... " >&6; }
12828else
12829  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12830$as_echo_n "checking for non-GNU ld... " >&6; }
12831fi
12832if ${lt_cv_path_LD+:} false; then :
12833  $as_echo_n "(cached) " >&6
12834else
12835  if test -z "$LD"; then
12836  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12837  for ac_dir in $PATH; do
12838    IFS="$lt_save_ifs"
12839    test -z "$ac_dir" && ac_dir=.
12840    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
12841      lt_cv_path_LD="$ac_dir/$ac_prog"
12842      # Check to see if the program is GNU ld.  I'd rather use --version,
12843      # but apparently some variants of GNU ld only accept -v.
12844      # Break only if it was the GNU/non-GNU ld that we prefer.
12845      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12846      *GNU* | *'with BFD'*)
12847	test "$with_gnu_ld" != no && break
12848	;;
12849      *)
12850	test "$with_gnu_ld" != yes && break
12851	;;
12852      esac
12853    fi
12854  done
12855  IFS="$lt_save_ifs"
12856else
12857  lt_cv_path_LD="$LD" # Let the user override the test with a path.
12858fi
12859fi
12860
12861LD="$lt_cv_path_LD"
12862if test -n "$LD"; then
12863  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12864$as_echo "$LD" >&6; }
12865else
12866  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12867$as_echo "no" >&6; }
12868fi
12869test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
12870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12871$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12872if ${lt_cv_prog_gnu_ld+:} false; then :
12873  $as_echo_n "(cached) " >&6
12874else
12875  # I'd rather use --version here, but apparently some GNU lds only accept -v.
12876case `$LD -v 2>&1 </dev/null` in
12877*GNU* | *'with BFD'*)
12878  lt_cv_prog_gnu_ld=yes
12879  ;;
12880*)
12881  lt_cv_prog_gnu_ld=no
12882  ;;
12883esac
12884fi
12885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12886$as_echo "$lt_cv_prog_gnu_ld" >&6; }
12887with_gnu_ld=$lt_cv_prog_gnu_ld
12888
12889
12890
12891
12892
12893
12894
12895      # Check if GNU C++ uses GNU ld as the underlying linker, since the
12896      # archiving commands below assume that GNU ld is being used.
12897      if test "$with_gnu_ld" = yes; then
12898        archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12899        archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12900
12901        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12902        export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12903
12904        # If archive_cmds runs LD, not CC, wlarc should be empty
12905        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12906        #     investigate it a little bit more. (MM)
12907        wlarc='${wl}'
12908
12909        # ancient GNU ld didn't support --whole-archive et. al.
12910        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12911	  $GREP 'no-whole-archive' > /dev/null; then
12912          whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12913        else
12914          whole_archive_flag_spec_CXX=
12915        fi
12916      else
12917        with_gnu_ld=no
12918        wlarc=
12919
12920        # A generic and very simple default shared library creation
12921        # command for GNU C++ for the case where it uses the native
12922        # linker, instead of GNU ld.  If possible, this setting should
12923        # overridden to take advantage of the native linker features on
12924        # the platform it is being used on.
12925        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12926      fi
12927
12928      # Commands to make compiler produce verbose output that lists
12929      # what "hidden" libraries, object files and flags are used when
12930      # linking a shared library.
12931      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12932
12933    else
12934      GXX=no
12935      with_gnu_ld=no
12936      wlarc=
12937    fi
12938
12939    # PORTME: fill in a description of your system's C++ link characteristics
12940    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12941$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12942    ld_shlibs_CXX=yes
12943    case $host_os in
12944      aix3*)
12945        # FIXME: insert proper C++ library support
12946        ld_shlibs_CXX=no
12947        ;;
12948      aix[4-9]*)
12949        if test "$host_cpu" = ia64; then
12950          # On IA64, the linker does run time linking by default, so we don't
12951          # have to do anything special.
12952          aix_use_runtimelinking=no
12953          exp_sym_flag='-Bexport'
12954          no_entry_flag=""
12955        else
12956          aix_use_runtimelinking=no
12957
12958          # Test if we are trying to use run time linking or normal
12959          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12960          # need to do runtime linking.
12961          case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12962	    for ld_flag in $LDFLAGS; do
12963	      case $ld_flag in
12964	      *-brtl*)
12965	        aix_use_runtimelinking=yes
12966	        break
12967	        ;;
12968	      esac
12969	    done
12970	    ;;
12971          esac
12972
12973          exp_sym_flag='-bexport'
12974          no_entry_flag='-bnoentry'
12975        fi
12976
12977        # When large executables or shared objects are built, AIX ld can
12978        # have problems creating the table of contents.  If linking a library
12979        # or program results in "error TOC overflow" add -mminimal-toc to
12980        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
12981        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12982
12983        archive_cmds_CXX=''
12984        hardcode_direct_CXX=yes
12985        hardcode_direct_absolute_CXX=yes
12986        hardcode_libdir_separator_CXX=':'
12987        link_all_deplibs_CXX=yes
12988        file_list_spec_CXX='${wl}-f,'
12989
12990        if test "$GXX" = yes; then
12991          case $host_os in aix4.[012]|aix4.[012].*)
12992          # We only want to do this on AIX 4.2 and lower, the check
12993          # below for broken collect2 doesn't work under 4.3+
12994	  collect2name=`${CC} -print-prog-name=collect2`
12995	  if test -f "$collect2name" &&
12996	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
12997	  then
12998	    # We have reworked collect2
12999	    :
13000	  else
13001	    # We have old collect2
13002	    hardcode_direct_CXX=unsupported
13003	    # It fails to find uninstalled libraries when the uninstalled
13004	    # path is not listed in the libpath.  Setting hardcode_minus_L
13005	    # to unsupported forces relinking
13006	    hardcode_minus_L_CXX=yes
13007	    hardcode_libdir_flag_spec_CXX='-L$libdir'
13008	    hardcode_libdir_separator_CXX=
13009	  fi
13010          esac
13011          shared_flag='-shared'
13012	  if test "$aix_use_runtimelinking" = yes; then
13013	    shared_flag="$shared_flag "'${wl}-G'
13014	  fi
13015        else
13016          # not using gcc
13017          if test "$host_cpu" = ia64; then
13018	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13019	  # chokes on -Wl,-G. The following line is correct:
13020	  shared_flag='-G'
13021          else
13022	    if test "$aix_use_runtimelinking" = yes; then
13023	      shared_flag='${wl}-G'
13024	    else
13025	      shared_flag='${wl}-bM:SRE'
13026	    fi
13027          fi
13028        fi
13029
13030        export_dynamic_flag_spec_CXX='${wl}-bexpall'
13031        # It seems that -bexpall does not export symbols beginning with
13032        # underscore (_), so it is better to generate a list of symbols to
13033	# export.
13034        always_export_symbols_CXX=yes
13035        if test "$aix_use_runtimelinking" = yes; then
13036          # Warning - without using the other runtime loading flags (-brtl),
13037          # -berok will link without error, but may produce a broken library.
13038          allow_undefined_flag_CXX='-berok'
13039          # Determine the default libpath from the value encoded in an empty
13040          # executable.
13041          if test x$gcc_no_link = xyes; then
13042  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13043fi
13044cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13045/* end confdefs.h.  */
13046
13047int
13048main ()
13049{
13050
13051  ;
13052  return 0;
13053}
13054_ACEOF
13055if ac_fn_cxx_try_link "$LINENO"; then :
13056
13057lt_aix_libpath_sed='
13058    /Import File Strings/,/^$/ {
13059	/^0/ {
13060	    s/^0  *\(.*\)$/\1/
13061	    p
13062	}
13063    }'
13064aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13065# Check for a 64-bit object if we didn't find anything.
13066if test -z "$aix_libpath"; then
13067  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13068fi
13069fi
13070rm -f core conftest.err conftest.$ac_objext \
13071    conftest$ac_exeext conftest.$ac_ext
13072if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13073
13074          hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13075
13076          archive_expsym_cmds_CXX='$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"
13077        else
13078          if test "$host_cpu" = ia64; then
13079	    hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
13080	    allow_undefined_flag_CXX="-z nodefs"
13081	    archive_expsym_cmds_CXX="\$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"
13082          else
13083	    # Determine the default libpath from the value encoded in an
13084	    # empty executable.
13085	    if test x$gcc_no_link = xyes; then
13086  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13087fi
13088cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13089/* end confdefs.h.  */
13090
13091int
13092main ()
13093{
13094
13095  ;
13096  return 0;
13097}
13098_ACEOF
13099if ac_fn_cxx_try_link "$LINENO"; then :
13100
13101lt_aix_libpath_sed='
13102    /Import File Strings/,/^$/ {
13103	/^0/ {
13104	    s/^0  *\(.*\)$/\1/
13105	    p
13106	}
13107    }'
13108aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13109# Check for a 64-bit object if we didn't find anything.
13110if test -z "$aix_libpath"; then
13111  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13112fi
13113fi
13114rm -f core conftest.err conftest.$ac_objext \
13115    conftest$ac_exeext conftest.$ac_ext
13116if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13117
13118	    hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
13119	    # Warning - without using the other run time loading flags,
13120	    # -berok will link without error, but may produce a broken library.
13121	    no_undefined_flag_CXX=' ${wl}-bernotok'
13122	    allow_undefined_flag_CXX=' ${wl}-berok'
13123	    if test "$with_gnu_ld" = yes; then
13124	      # We only use this code for GNU lds that support --whole-archive.
13125	      whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13126	    else
13127	      # Exported symbols can be pulled into shared objects from archives
13128	      whole_archive_flag_spec_CXX='$convenience'
13129	    fi
13130	    archive_cmds_need_lc_CXX=yes
13131	    # This is similar to how AIX traditionally builds its shared
13132	    # libraries.
13133	    archive_expsym_cmds_CXX="\$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'
13134          fi
13135        fi
13136        ;;
13137
13138      beos*)
13139	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13140	  allow_undefined_flag_CXX=unsupported
13141	  # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
13142	  # support --undefined.  This deserves some investigation.  FIXME
13143	  archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13144	else
13145	  ld_shlibs_CXX=no
13146	fi
13147	;;
13148
13149      chorus*)
13150        case $cc_basename in
13151          *)
13152	  # FIXME: insert proper C++ library support
13153	  ld_shlibs_CXX=no
13154	  ;;
13155        esac
13156        ;;
13157
13158      cygwin* | mingw* | pw32* | cegcc*)
13159        # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
13160        # as there is no search path for DLLs.
13161        hardcode_libdir_flag_spec_CXX='-L$libdir'
13162        export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
13163        allow_undefined_flag_CXX=unsupported
13164        always_export_symbols_CXX=no
13165        enable_shared_with_static_runtimes_CXX=yes
13166
13167        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
13168          archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13169          # If the export-symbols file already is a .def file (1st line
13170          # is EXPORTS), use it as is; otherwise, prepend...
13171          archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
13172	    cp $export_symbols $output_objdir/$soname.def;
13173          else
13174	    echo EXPORTS > $output_objdir/$soname.def;
13175	    cat $export_symbols >> $output_objdir/$soname.def;
13176          fi~
13177          $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
13178        else
13179          ld_shlibs_CXX=no
13180        fi
13181        ;;
13182      darwin* | rhapsody*)
13183
13184
13185  archive_cmds_need_lc_CXX=no
13186  hardcode_direct_CXX=no
13187  hardcode_automatic_CXX=yes
13188  hardcode_shlibpath_var_CXX=unsupported
13189  if test "$lt_cv_ld_force_load" = "yes"; then
13190    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
13191  else
13192    whole_archive_flag_spec_CXX=''
13193  fi
13194  link_all_deplibs_CXX=yes
13195  allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
13196  case $cc_basename in
13197     ifort*) _lt_dar_can_shared=yes ;;
13198     *) _lt_dar_can_shared=$GCC ;;
13199  esac
13200  if test "$_lt_dar_can_shared" = "yes"; then
13201    output_verbose_link_cmd=func_echo_all
13202    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
13203    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13204    archive_expsym_cmds_CXX="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}"
13205    module_expsym_cmds_CXX="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}"
13206       if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13207      archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
13208      archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
13209    fi
13210
13211  else
13212  ld_shlibs_CXX=no
13213  fi
13214
13215	;;
13216
13217      dgux*)
13218        case $cc_basename in
13219          ec++*)
13220	    # FIXME: insert proper C++ library support
13221	    ld_shlibs_CXX=no
13222	    ;;
13223          ghcx*)
13224	    # Green Hills C++ Compiler
13225	    # FIXME: insert proper C++ library support
13226	    ld_shlibs_CXX=no
13227	    ;;
13228          *)
13229	    # FIXME: insert proper C++ library support
13230	    ld_shlibs_CXX=no
13231	    ;;
13232        esac
13233        ;;
13234
13235      freebsd2.*)
13236        # C++ shared libraries reported to be fairly broken before
13237	# switch to ELF
13238        ld_shlibs_CXX=no
13239        ;;
13240
13241      freebsd-elf*)
13242        archive_cmds_need_lc_CXX=no
13243        ;;
13244
13245      freebsd* | dragonfly*)
13246        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13247        # conventions
13248        ld_shlibs_CXX=yes
13249        ;;
13250
13251      gnu*)
13252        ;;
13253
13254      haiku*)
13255        archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13256        link_all_deplibs_CXX=yes
13257        ;;
13258
13259      hpux9*)
13260        hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13261        hardcode_libdir_separator_CXX=:
13262        export_dynamic_flag_spec_CXX='${wl}-E'
13263        hardcode_direct_CXX=yes
13264        hardcode_minus_L_CXX=yes # Not in the search PATH,
13265				             # but as the default
13266				             # location of the library.
13267
13268        case $cc_basename in
13269          CC*)
13270            # FIXME: insert proper C++ library support
13271            ld_shlibs_CXX=no
13272            ;;
13273          aCC*)
13274            archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13275            # Commands to make compiler produce verbose output that lists
13276            # what "hidden" libraries, object files and flags are used when
13277            # linking a shared library.
13278            #
13279            # There doesn't appear to be a way to prevent this compiler from
13280            # explicitly linking system object files so we need to strip them
13281            # from the output so that they don't get included in the library
13282            # dependencies.
13283            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13284            ;;
13285          *)
13286            if test "$GXX" = yes; then
13287              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13288            else
13289              # FIXME: insert proper C++ library support
13290              ld_shlibs_CXX=no
13291            fi
13292            ;;
13293        esac
13294        ;;
13295
13296      hpux10*|hpux11*)
13297        if test $with_gnu_ld = no; then
13298	  hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
13299	  hardcode_libdir_separator_CXX=:
13300
13301          case $host_cpu in
13302            hppa*64*|ia64*)
13303              ;;
13304            *)
13305	      export_dynamic_flag_spec_CXX='${wl}-E'
13306              ;;
13307          esac
13308        fi
13309        case $host_cpu in
13310          hppa*64*|ia64*)
13311            hardcode_direct_CXX=no
13312            hardcode_shlibpath_var_CXX=no
13313            ;;
13314          *)
13315            hardcode_direct_CXX=yes
13316            hardcode_direct_absolute_CXX=yes
13317            hardcode_minus_L_CXX=yes # Not in the search PATH,
13318					         # but as the default
13319					         # location of the library.
13320            ;;
13321        esac
13322
13323        case $cc_basename in
13324          CC*)
13325	    # FIXME: insert proper C++ library support
13326	    ld_shlibs_CXX=no
13327	    ;;
13328          aCC*)
13329	    case $host_cpu in
13330	      hppa*64*)
13331	        archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13332	        ;;
13333	      ia64*)
13334	        archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13335	        ;;
13336	      *)
13337	        archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13338	        ;;
13339	    esac
13340	    # Commands to make compiler produce verbose output that lists
13341	    # what "hidden" libraries, object files and flags are used when
13342	    # linking a shared library.
13343	    #
13344	    # There doesn't appear to be a way to prevent this compiler from
13345	    # explicitly linking system object files so we need to strip them
13346	    # from the output so that they don't get included in the library
13347	    # dependencies.
13348	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13349	    ;;
13350          *)
13351	    if test "$GXX" = yes; then
13352	      if test $with_gnu_ld = no; then
13353	        case $host_cpu in
13354	          hppa*64*)
13355	            archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13356	            ;;
13357	          ia64*)
13358	            archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13359	            ;;
13360	          *)
13361	            archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13362	            ;;
13363	        esac
13364	      fi
13365	    else
13366	      # FIXME: insert proper C++ library support
13367	      ld_shlibs_CXX=no
13368	    fi
13369	    ;;
13370        esac
13371        ;;
13372
13373      interix[3-9]*)
13374	hardcode_direct_CXX=no
13375	hardcode_shlibpath_var_CXX=no
13376	hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13377	export_dynamic_flag_spec_CXX='${wl}-E'
13378	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13379	# Instead, shared libraries are loaded at an image base (0x10000000 by
13380	# default) and relocated if they conflict, which is a slow very memory
13381	# consuming and fragmenting process.  To avoid this, we pick a random,
13382	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13383	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
13384	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13385	archive_expsym_cmds_CXX='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'
13386	;;
13387      irix5* | irix6*)
13388        case $cc_basename in
13389          CC*)
13390	    # SGI C++
13391	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13392
13393	    # Archives containing C++ object files must be created using
13394	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
13395	    # necessary to make sure instantiated templates are included
13396	    # in the archive.
13397	    old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
13398	    ;;
13399          *)
13400	    if test "$GXX" = yes; then
13401	      if test "$with_gnu_ld" = no; then
13402	        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
13403	      else
13404	        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
13405	      fi
13406	    fi
13407	    link_all_deplibs_CXX=yes
13408	    ;;
13409        esac
13410        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13411        hardcode_libdir_separator_CXX=:
13412        inherit_rpath_CXX=yes
13413        ;;
13414
13415      linux* | k*bsd*-gnu | kopensolaris*-gnu)
13416        case $cc_basename in
13417          KCC*)
13418	    # Kuck and Associates, Inc. (KAI) C++ Compiler
13419
13420	    # KCC will only create a shared library if the output file
13421	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
13422	    # to its proper name (with version) after linking.
13423	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13424	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
13425	    # Commands to make compiler produce verbose output that lists
13426	    # what "hidden" libraries, object files and flags are used when
13427	    # linking a shared library.
13428	    #
13429	    # There doesn't appear to be a way to prevent this compiler from
13430	    # explicitly linking system object files so we need to strip them
13431	    # from the output so that they don't get included in the library
13432	    # dependencies.
13433	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13434
13435	    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13436	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13437
13438	    # Archives containing C++ object files must be created using
13439	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13440	    old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
13441	    ;;
13442	  icpc* | ecpc* )
13443	    # Intel C++
13444	    with_gnu_ld=yes
13445	    # version 8.0 and above of icpc choke on multiply defined symbols
13446	    # if we add $predep_objects and $postdep_objects, however 7.1 and
13447	    # earlier do not add the objects themselves.
13448	    case `$CC -V 2>&1` in
13449	      *"Version 7."*)
13450	        archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13451		archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13452		;;
13453	      *)  # Version 8.0 or newer
13454	        tmp_idyn=
13455	        case $host_cpu in
13456		  ia64*) tmp_idyn=' -i_dynamic';;
13457		esac
13458	        archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13459		archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13460		;;
13461	    esac
13462	    archive_cmds_need_lc_CXX=no
13463	    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13464	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13465	    whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13466	    ;;
13467          pgCC* | pgcpp*)
13468            # Portland Group C++ compiler
13469	    case `$CC -V` in
13470	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
13471	      prelink_cmds_CXX='tpldir=Template.dir~
13472		rm -rf $tpldir~
13473		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13474		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
13475	      old_archive_cmds_CXX='tpldir=Template.dir~
13476		rm -rf $tpldir~
13477		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13478		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
13479		$RANLIB $oldlib'
13480	      archive_cmds_CXX='tpldir=Template.dir~
13481		rm -rf $tpldir~
13482		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13483		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13484	      archive_expsym_cmds_CXX='tpldir=Template.dir~
13485		rm -rf $tpldir~
13486		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13487		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13488	      ;;
13489	    *) # Version 6 and above use weak symbols
13490	      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13491	      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13492	      ;;
13493	    esac
13494
13495	    hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13496	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13497	    whole_archive_flag_spec_CXX='${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'
13498            ;;
13499	  cxx*)
13500	    # Compaq C++
13501	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13502	    archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
13503
13504	    runpath_var=LD_RUN_PATH
13505	    hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13506	    hardcode_libdir_separator_CXX=:
13507
13508	    # Commands to make compiler produce verbose output that lists
13509	    # what "hidden" libraries, object files and flags are used when
13510	    # linking a shared library.
13511	    #
13512	    # There doesn't appear to be a way to prevent this compiler from
13513	    # explicitly linking system object files so we need to strip them
13514	    # from the output so that they don't get included in the library
13515	    # dependencies.
13516	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
13517	    ;;
13518	  xl* | mpixl* | bgxl*)
13519	    # IBM XL 8.0 on PPC, with GNU ld
13520	    hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13521	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13522	    archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13523	    if test "x$supports_anon_versioning" = xyes; then
13524	      archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13525		cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13526		echo "local: *; };" >> $output_objdir/$libname.ver~
13527		$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13528	    fi
13529	    ;;
13530	  *)
13531	    case `$CC -V 2>&1 | sed 5q` in
13532	    *Sun\ C*)
13533	      # Sun C++ 5.9
13534	      no_undefined_flag_CXX=' -zdefs'
13535	      archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13536	      archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
13537	      hardcode_libdir_flag_spec_CXX='-R$libdir'
13538	      whole_archive_flag_spec_CXX='${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'
13539	      compiler_needs_object_CXX=yes
13540
13541	      # Not sure whether something based on
13542	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13543	      # would be better.
13544	      output_verbose_link_cmd='func_echo_all'
13545
13546	      # Archives containing C++ object files must be created using
13547	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
13548	      # necessary to make sure instantiated templates are included
13549	      # in the archive.
13550	      old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13551	      ;;
13552	    esac
13553	    ;;
13554	esac
13555	;;
13556
13557      lynxos*)
13558        # FIXME: insert proper C++ library support
13559	ld_shlibs_CXX=no
13560	;;
13561
13562      m88k*)
13563        # FIXME: insert proper C++ library support
13564        ld_shlibs_CXX=no
13565	;;
13566
13567      mvs*)
13568        case $cc_basename in
13569          cxx*)
13570	    # FIXME: insert proper C++ library support
13571	    ld_shlibs_CXX=no
13572	    ;;
13573	  *)
13574	    # FIXME: insert proper C++ library support
13575	    ld_shlibs_CXX=no
13576	    ;;
13577	esac
13578	;;
13579
13580      netbsd*)
13581        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13582	  archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13583	  wlarc=
13584	  hardcode_libdir_flag_spec_CXX='-R$libdir'
13585	  hardcode_direct_CXX=yes
13586	  hardcode_shlibpath_var_CXX=no
13587	fi
13588	# Workaround some broken pre-1.5 toolchains
13589	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13590	;;
13591
13592      *nto* | *qnx*)
13593        ld_shlibs_CXX=yes
13594	;;
13595
13596      openbsd2*)
13597        # C++ shared libraries are fairly broken
13598	ld_shlibs_CXX=no
13599	;;
13600
13601      openbsd*)
13602	if test -f /usr/libexec/ld.so; then
13603	  hardcode_direct_CXX=yes
13604	  hardcode_shlibpath_var_CXX=no
13605	  hardcode_direct_absolute_CXX=yes
13606	  archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13607	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13608	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13609	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13610	    export_dynamic_flag_spec_CXX='${wl}-E'
13611	    whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13612	  fi
13613	  output_verbose_link_cmd=func_echo_all
13614	else
13615	  ld_shlibs_CXX=no
13616	fi
13617	;;
13618
13619      osf3* | osf4* | osf5*)
13620        case $cc_basename in
13621          KCC*)
13622	    # Kuck and Associates, Inc. (KAI) C++ Compiler
13623
13624	    # KCC will only create a shared library if the output file
13625	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
13626	    # to its proper name (with version) after linking.
13627	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13628
13629	    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13630	    hardcode_libdir_separator_CXX=:
13631
13632	    # Archives containing C++ object files must be created using
13633	    # the KAI C++ compiler.
13634	    case $host in
13635	      osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
13636	      *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
13637	    esac
13638	    ;;
13639          RCC*)
13640	    # Rational C++ 2.4.1
13641	    # FIXME: insert proper C++ library support
13642	    ld_shlibs_CXX=no
13643	    ;;
13644          cxx*)
13645	    case $host in
13646	      osf3*)
13647	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13648	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13649	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13650		;;
13651	      *)
13652	        allow_undefined_flag_CXX=' -expect_unresolved \*'
13653	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13654	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13655	          echo "-hidden">> $lib.exp~
13656	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
13657	          $RM $lib.exp'
13658	        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13659		;;
13660	    esac
13661
13662	    hardcode_libdir_separator_CXX=:
13663
13664	    # Commands to make compiler produce verbose output that lists
13665	    # what "hidden" libraries, object files and flags are used when
13666	    # linking a shared library.
13667	    #
13668	    # There doesn't appear to be a way to prevent this compiler from
13669	    # explicitly linking system object files so we need to strip them
13670	    # from the output so that they don't get included in the library
13671	    # dependencies.
13672	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13673	    ;;
13674	  *)
13675	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13676	      allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13677	      case $host in
13678	        osf3*)
13679	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
13680		  ;;
13681	        *)
13682	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
13683		  ;;
13684	      esac
13685
13686	      hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13687	      hardcode_libdir_separator_CXX=:
13688
13689	      # Commands to make compiler produce verbose output that lists
13690	      # what "hidden" libraries, object files and flags are used when
13691	      # linking a shared library.
13692	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13693
13694	    else
13695	      # FIXME: insert proper C++ library support
13696	      ld_shlibs_CXX=no
13697	    fi
13698	    ;;
13699        esac
13700        ;;
13701
13702      psos*)
13703        # FIXME: insert proper C++ library support
13704        ld_shlibs_CXX=no
13705        ;;
13706
13707      sunos4*)
13708        case $cc_basename in
13709          CC*)
13710	    # Sun C++ 4.x
13711	    # FIXME: insert proper C++ library support
13712	    ld_shlibs_CXX=no
13713	    ;;
13714          lcc*)
13715	    # Lucid
13716	    # FIXME: insert proper C++ library support
13717	    ld_shlibs_CXX=no
13718	    ;;
13719          *)
13720	    # FIXME: insert proper C++ library support
13721	    ld_shlibs_CXX=no
13722	    ;;
13723        esac
13724        ;;
13725
13726      solaris*)
13727        case $cc_basename in
13728          CC*)
13729	    # Sun C++ 4.2, 5.x and Centerline C++
13730            archive_cmds_need_lc_CXX=yes
13731	    no_undefined_flag_CXX=' -zdefs'
13732	    archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13733	    archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13734	      $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13735
13736	    hardcode_libdir_flag_spec_CXX='-R$libdir'
13737	    hardcode_shlibpath_var_CXX=no
13738	    case $host_os in
13739	      solaris2.[0-5] | solaris2.[0-5].*) ;;
13740	      *)
13741		# The compiler driver will combine and reorder linker options,
13742		# but understands `-z linker_flag'.
13743	        # Supported since Solaris 2.6 (maybe 2.5.1?)
13744		whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
13745	        ;;
13746	    esac
13747	    link_all_deplibs_CXX=yes
13748
13749	    output_verbose_link_cmd='func_echo_all'
13750
13751	    # Archives containing C++ object files must be created using
13752	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
13753	    # necessary to make sure instantiated templates are included
13754	    # in the archive.
13755	    old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13756	    ;;
13757          gcx*)
13758	    # Green Hills C++ Compiler
13759	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13760
13761	    # The C++ compiler must be used to create the archive.
13762	    old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13763	    ;;
13764          *)
13765	    # GNU C++ compiler with Solaris linker
13766	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13767	      no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
13768	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
13769	        archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13770	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13771		  $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13772
13773	        # Commands to make compiler produce verbose output that lists
13774	        # what "hidden" libraries, object files and flags are used when
13775	        # linking a shared library.
13776	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13777	      else
13778	        # g++ 2.7 appears to require `-G' NOT `-shared' on this
13779	        # platform.
13780	        archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13781	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13782		  $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13783
13784	        # Commands to make compiler produce verbose output that lists
13785	        # what "hidden" libraries, object files and flags are used when
13786	        # linking a shared library.
13787	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13788	      fi
13789
13790	      hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
13791	      case $host_os in
13792		solaris2.[0-5] | solaris2.[0-5].*) ;;
13793		*)
13794		  whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13795		  ;;
13796	      esac
13797	    fi
13798	    ;;
13799        esac
13800        ;;
13801
13802    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13803      no_undefined_flag_CXX='${wl}-z,text'
13804      archive_cmds_need_lc_CXX=no
13805      hardcode_shlibpath_var_CXX=no
13806      runpath_var='LD_RUN_PATH'
13807
13808      case $cc_basename in
13809        CC*)
13810	  archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13811	  archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13812	  ;;
13813	*)
13814	  archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13815	  archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13816	  ;;
13817      esac
13818      ;;
13819
13820      sysv5* | sco3.2v5* | sco5v6*)
13821	# Note: We can NOT use -z defs as we might desire, because we do not
13822	# link with -lc, and that would cause any symbols used from libc to
13823	# always be unresolved, which means just about no library would
13824	# ever link correctly.  If we're not using GNU ld we use -z text
13825	# though, which does catch some bad symbols but isn't as heavy-handed
13826	# as -z defs.
13827	no_undefined_flag_CXX='${wl}-z,text'
13828	allow_undefined_flag_CXX='${wl}-z,nodefs'
13829	archive_cmds_need_lc_CXX=no
13830	hardcode_shlibpath_var_CXX=no
13831	hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
13832	hardcode_libdir_separator_CXX=':'
13833	link_all_deplibs_CXX=yes
13834	export_dynamic_flag_spec_CXX='${wl}-Bexport'
13835	runpath_var='LD_RUN_PATH'
13836
13837	case $cc_basename in
13838          CC*)
13839	    archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13840	    archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13841	    old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
13842	      '"$old_archive_cmds_CXX"
13843	    reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
13844	      '"$reload_cmds_CXX"
13845	    ;;
13846	  *)
13847	    archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13848	    archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13849	    ;;
13850	esac
13851      ;;
13852
13853      tandem*)
13854        case $cc_basename in
13855          NCC*)
13856	    # NonStop-UX NCC 3.20
13857	    # FIXME: insert proper C++ library support
13858	    ld_shlibs_CXX=no
13859	    ;;
13860          *)
13861	    # FIXME: insert proper C++ library support
13862	    ld_shlibs_CXX=no
13863	    ;;
13864        esac
13865        ;;
13866
13867      vxworks*)
13868        # FIXME: insert proper C++ library support
13869        ld_shlibs_CXX=no
13870        ;;
13871
13872      *)
13873        # FIXME: insert proper C++ library support
13874        ld_shlibs_CXX=no
13875        ;;
13876    esac
13877
13878    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13879$as_echo "$ld_shlibs_CXX" >&6; }
13880    test "$ld_shlibs_CXX" = no && can_build_shared=no
13881
13882    GCC_CXX="$GXX"
13883    LD_CXX="$LD"
13884
13885    ## CAVEAT EMPTOR:
13886    ## There is no encapsulation within the following macros, do not change
13887    ## the running order or otherwise move them around unless you know exactly
13888    ## what you are doing...
13889    # Dependencies to place before and after the object being linked:
13890predep_objects_CXX=
13891postdep_objects_CXX=
13892predeps_CXX=
13893postdeps_CXX=
13894compiler_lib_search_path_CXX=
13895
13896cat > conftest.$ac_ext <<_LT_EOF
13897class Foo
13898{
13899public:
13900  Foo (void) { a = 0; }
13901private:
13902  int a;
13903};
13904_LT_EOF
13905
13906if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13907  (eval $ac_compile) 2>&5
13908  ac_status=$?
13909  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13910  test $ac_status = 0; }; then
13911  # Parse the compiler output and extract the necessary
13912  # objects, libraries and library flags.
13913
13914  # Sentinel used to keep track of whether or not we are before
13915  # the conftest object file.
13916  pre_test_object_deps_done=no
13917
13918  for p in `eval "$output_verbose_link_cmd"`; do
13919    case $p in
13920
13921    -L* | -R* | -l*)
13922       # Some compilers place space between "-{L,R}" and the path.
13923       # Remove the space.
13924       if test $p = "-L" ||
13925          test $p = "-R"; then
13926	 prev=$p
13927	 continue
13928       else
13929	 prev=
13930       fi
13931
13932       if test "$pre_test_object_deps_done" = no; then
13933	 case $p in
13934	 -L* | -R*)
13935	   # Internal compiler library paths should come after those
13936	   # provided the user.  The postdeps already come after the
13937	   # user supplied libs so there is no need to process them.
13938	   if test -z "$compiler_lib_search_path_CXX"; then
13939	     compiler_lib_search_path_CXX="${prev}${p}"
13940	   else
13941	     compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
13942	   fi
13943	   ;;
13944	 # The "-l" case would never come before the object being
13945	 # linked, so don't bother handling this case.
13946	 esac
13947       else
13948	 if test -z "$postdeps_CXX"; then
13949	   postdeps_CXX="${prev}${p}"
13950	 else
13951	   postdeps_CXX="${postdeps_CXX} ${prev}${p}"
13952	 fi
13953       fi
13954       ;;
13955
13956    *.$objext)
13957       # This assumes that the test object file only shows up
13958       # once in the compiler output.
13959       if test "$p" = "conftest.$objext"; then
13960	 pre_test_object_deps_done=yes
13961	 continue
13962       fi
13963
13964       if test "$pre_test_object_deps_done" = no; then
13965	 if test -z "$predep_objects_CXX"; then
13966	   predep_objects_CXX="$p"
13967	 else
13968	   predep_objects_CXX="$predep_objects_CXX $p"
13969	 fi
13970       else
13971	 if test -z "$postdep_objects_CXX"; then
13972	   postdep_objects_CXX="$p"
13973	 else
13974	   postdep_objects_CXX="$postdep_objects_CXX $p"
13975	 fi
13976       fi
13977       ;;
13978
13979    *) ;; # Ignore the rest.
13980
13981    esac
13982  done
13983
13984  # Clean up.
13985  rm -f a.out a.exe
13986else
13987  echo "libtool.m4: error: problem compiling CXX test program"
13988fi
13989
13990$RM -f confest.$objext
13991
13992# PORTME: override above test on systems where it is broken
13993case $host_os in
13994interix[3-9]*)
13995  # Interix 3.5 installs completely hosed .la files for C++, so rather than
13996  # hack all around it, let's just trust "g++" to DTRT.
13997  predep_objects_CXX=
13998  postdep_objects_CXX=
13999  postdeps_CXX=
14000  ;;
14001
14002linux*)
14003  case `$CC -V 2>&1 | sed 5q` in
14004  *Sun\ C*)
14005    # Sun C++ 5.9
14006
14007    # The more standards-conforming stlport4 library is
14008    # incompatible with the Cstd library. Avoid specifying
14009    # it if it's in CXXFLAGS. Ignore libCrun as
14010    # -library=stlport4 depends on it.
14011    case " $CXX $CXXFLAGS " in
14012    *" -library=stlport4 "*)
14013      solaris_use_stlport4=yes
14014      ;;
14015    esac
14016
14017    if test "$solaris_use_stlport4" != yes; then
14018      postdeps_CXX='-library=Cstd -library=Crun'
14019    fi
14020    ;;
14021  esac
14022  ;;
14023
14024solaris*)
14025  case $cc_basename in
14026  CC*)
14027    # The more standards-conforming stlport4 library is
14028    # incompatible with the Cstd library. Avoid specifying
14029    # it if it's in CXXFLAGS. Ignore libCrun as
14030    # -library=stlport4 depends on it.
14031    case " $CXX $CXXFLAGS " in
14032    *" -library=stlport4 "*)
14033      solaris_use_stlport4=yes
14034      ;;
14035    esac
14036
14037    # Adding this requires a known-good setup of shared libraries for
14038    # Sun compiler versions before 5.6, else PIC objects from an old
14039    # archive will be linked into the output, leading to subtle bugs.
14040    if test "$solaris_use_stlport4" != yes; then
14041      postdeps_CXX='-library=Cstd -library=Crun'
14042    fi
14043    ;;
14044  esac
14045  ;;
14046esac
14047
14048
14049case " $postdeps_CXX " in
14050*" -lc "*) archive_cmds_need_lc_CXX=no ;;
14051esac
14052 compiler_lib_search_dirs_CXX=
14053if test -n "${compiler_lib_search_path_CXX}"; then
14054 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14055fi
14056
14057
14058
14059
14060
14061
14062
14063
14064
14065
14066
14067
14068
14069
14070
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080
14081
14082
14083
14084
14085
14086
14087    lt_prog_compiler_wl_CXX=
14088lt_prog_compiler_pic_CXX=
14089lt_prog_compiler_static_CXX=
14090
14091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
14092$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
14093
14094  # C++ specific cases for pic, static, wl, etc.
14095  if test "$GXX" = yes; then
14096    lt_prog_compiler_wl_CXX='-Wl,'
14097    lt_prog_compiler_static_CXX='-static'
14098
14099    case $host_os in
14100    aix*)
14101      # All AIX code is PIC.
14102      if test "$host_cpu" = ia64; then
14103	# AIX 5 now supports IA64 processor
14104	lt_prog_compiler_static_CXX='-Bstatic'
14105      fi
14106      lt_prog_compiler_pic_CXX='-fPIC'
14107      ;;
14108
14109    amigaos*)
14110      case $host_cpu in
14111      powerpc)
14112            # see comment about AmigaOS4 .so support
14113            lt_prog_compiler_pic_CXX='-fPIC'
14114        ;;
14115      m68k)
14116            # FIXME: we need at least 68020 code to build shared libraries, but
14117            # adding the `-m68020' flag to GCC prevents building anything better,
14118            # like `-m68040'.
14119            lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
14120        ;;
14121      esac
14122      ;;
14123
14124    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
14125      # PIC is the default for these OSes.
14126      ;;
14127    mingw* | cygwin* | os2* | pw32* | cegcc*)
14128      # This hack is so that the source file can tell whether it is being
14129      # built for inclusion in a dll (and should export symbols for example).
14130      # Although the cygwin gcc ignores -fPIC, still need this for old-style
14131      # (--disable-auto-import) libraries
14132      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
14133      ;;
14134    darwin* | rhapsody*)
14135      # PIC is the default on this platform
14136      # Common symbols not allowed in MH_DYLIB files
14137      lt_prog_compiler_pic_CXX='-fno-common'
14138      ;;
14139    *djgpp*)
14140      # DJGPP does not support shared libraries at all
14141      lt_prog_compiler_pic_CXX=
14142      ;;
14143    haiku*)
14144      # PIC is the default for Haiku.
14145      # The "-static" flag exists, but is broken.
14146      lt_prog_compiler_static_CXX=
14147      ;;
14148    interix[3-9]*)
14149      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14150      # Instead, we relocate shared libraries at runtime.
14151      ;;
14152    sysv4*MP*)
14153      if test -d /usr/nec; then
14154	lt_prog_compiler_pic_CXX=-Kconform_pic
14155      fi
14156      ;;
14157    hpux*)
14158      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
14159      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
14160      # sets the default TLS model and affects inlining.
14161      case $host_cpu in
14162      hppa*64*)
14163	;;
14164      *)
14165	lt_prog_compiler_pic_CXX='-fPIC'
14166	;;
14167      esac
14168      ;;
14169    *qnx* | *nto*)
14170      # QNX uses GNU C++, but need to define -shared option too, otherwise
14171      # it will coredump.
14172      lt_prog_compiler_pic_CXX='-fPIC -shared'
14173      ;;
14174    *)
14175      lt_prog_compiler_pic_CXX='-fPIC'
14176      ;;
14177    esac
14178  else
14179    case $host_os in
14180      aix[4-9]*)
14181	# All AIX code is PIC.
14182	if test "$host_cpu" = ia64; then
14183	  # AIX 5 now supports IA64 processor
14184	  lt_prog_compiler_static_CXX='-Bstatic'
14185	else
14186	  lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
14187	fi
14188	;;
14189      chorus*)
14190	case $cc_basename in
14191	cxch68*)
14192	  # Green Hills C++ Compiler
14193	  # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
14194	  ;;
14195	esac
14196	;;
14197      dgux*)
14198	case $cc_basename in
14199	  ec++*)
14200	    lt_prog_compiler_pic_CXX='-KPIC'
14201	    ;;
14202	  ghcx*)
14203	    # Green Hills C++ Compiler
14204	    lt_prog_compiler_pic_CXX='-pic'
14205	    ;;
14206	  *)
14207	    ;;
14208	esac
14209	;;
14210      freebsd* | dragonfly*)
14211	# FreeBSD uses GNU C++
14212	;;
14213      hpux9* | hpux10* | hpux11*)
14214	case $cc_basename in
14215	  CC*)
14216	    lt_prog_compiler_wl_CXX='-Wl,'
14217	    lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14218	    if test "$host_cpu" != ia64; then
14219	      lt_prog_compiler_pic_CXX='+Z'
14220	    fi
14221	    ;;
14222	  aCC*)
14223	    lt_prog_compiler_wl_CXX='-Wl,'
14224	    lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
14225	    case $host_cpu in
14226	    hppa*64*|ia64*)
14227	      # +Z the default
14228	      ;;
14229	    *)
14230	      lt_prog_compiler_pic_CXX='+Z'
14231	      ;;
14232	    esac
14233	    ;;
14234	  *)
14235	    ;;
14236	esac
14237	;;
14238      interix*)
14239	# This is c89, which is MS Visual C++ (no shared libs)
14240	# Anyone wants to do a port?
14241	;;
14242      irix5* | irix6* | nonstopux*)
14243	case $cc_basename in
14244	  CC*)
14245	    lt_prog_compiler_wl_CXX='-Wl,'
14246	    lt_prog_compiler_static_CXX='-non_shared'
14247	    # CC pic flag -KPIC is the default.
14248	    ;;
14249	  *)
14250	    ;;
14251	esac
14252	;;
14253      linux* | k*bsd*-gnu | kopensolaris*-gnu)
14254	case $cc_basename in
14255	  KCC*)
14256	    # KAI C++ Compiler
14257	    lt_prog_compiler_wl_CXX='--backend -Wl,'
14258	    lt_prog_compiler_pic_CXX='-fPIC'
14259	    ;;
14260	  ecpc* )
14261	    # old Intel C++ for x86_64 which still supported -KPIC.
14262	    lt_prog_compiler_wl_CXX='-Wl,'
14263	    lt_prog_compiler_pic_CXX='-KPIC'
14264	    lt_prog_compiler_static_CXX='-static'
14265	    ;;
14266	  icpc* )
14267	    # Intel C++, used to be incompatible with GCC.
14268	    # ICC 10 doesn't accept -KPIC any more.
14269	    lt_prog_compiler_wl_CXX='-Wl,'
14270	    lt_prog_compiler_pic_CXX='-fPIC'
14271	    lt_prog_compiler_static_CXX='-static'
14272	    ;;
14273	  pgCC* | pgcpp*)
14274	    # Portland Group C++ compiler
14275	    lt_prog_compiler_wl_CXX='-Wl,'
14276	    lt_prog_compiler_pic_CXX='-fpic'
14277	    lt_prog_compiler_static_CXX='-Bstatic'
14278	    ;;
14279	  cxx*)
14280	    # Compaq C++
14281	    # Make sure the PIC flag is empty.  It appears that all Alpha
14282	    # Linux and Compaq Tru64 Unix objects are PIC.
14283	    lt_prog_compiler_pic_CXX=
14284	    lt_prog_compiler_static_CXX='-non_shared'
14285	    ;;
14286	  xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
14287	    # IBM XL 8.0, 9.0 on PPC and BlueGene
14288	    lt_prog_compiler_wl_CXX='-Wl,'
14289	    lt_prog_compiler_pic_CXX='-qpic'
14290	    lt_prog_compiler_static_CXX='-qstaticlink'
14291	    ;;
14292	  *)
14293	    case `$CC -V 2>&1 | sed 5q` in
14294	    *Sun\ C*)
14295	      # Sun C++ 5.9
14296	      lt_prog_compiler_pic_CXX='-KPIC'
14297	      lt_prog_compiler_static_CXX='-Bstatic'
14298	      lt_prog_compiler_wl_CXX='-Qoption ld '
14299	      ;;
14300	    esac
14301	    ;;
14302	esac
14303	;;
14304      lynxos*)
14305	;;
14306      m88k*)
14307	;;
14308      mvs*)
14309	case $cc_basename in
14310	  cxx*)
14311	    lt_prog_compiler_pic_CXX='-W c,exportall'
14312	    ;;
14313	  *)
14314	    ;;
14315	esac
14316	;;
14317      netbsd*)
14318	;;
14319      *qnx* | *nto*)
14320        # QNX uses GNU C++, but need to define -shared option too, otherwise
14321        # it will coredump.
14322        lt_prog_compiler_pic_CXX='-fPIC -shared'
14323        ;;
14324      osf3* | osf4* | osf5*)
14325	case $cc_basename in
14326	  KCC*)
14327	    lt_prog_compiler_wl_CXX='--backend -Wl,'
14328	    ;;
14329	  RCC*)
14330	    # Rational C++ 2.4.1
14331	    lt_prog_compiler_pic_CXX='-pic'
14332	    ;;
14333	  cxx*)
14334	    # Digital/Compaq C++
14335	    lt_prog_compiler_wl_CXX='-Wl,'
14336	    # Make sure the PIC flag is empty.  It appears that all Alpha
14337	    # Linux and Compaq Tru64 Unix objects are PIC.
14338	    lt_prog_compiler_pic_CXX=
14339	    lt_prog_compiler_static_CXX='-non_shared'
14340	    ;;
14341	  *)
14342	    ;;
14343	esac
14344	;;
14345      psos*)
14346	;;
14347      solaris*)
14348	case $cc_basename in
14349	  CC*)
14350	    # Sun C++ 4.2, 5.x and Centerline C++
14351	    lt_prog_compiler_pic_CXX='-KPIC'
14352	    lt_prog_compiler_static_CXX='-Bstatic'
14353	    lt_prog_compiler_wl_CXX='-Qoption ld '
14354	    ;;
14355	  gcx*)
14356	    # Green Hills C++ Compiler
14357	    lt_prog_compiler_pic_CXX='-PIC'
14358	    ;;
14359	  *)
14360	    ;;
14361	esac
14362	;;
14363      sunos4*)
14364	case $cc_basename in
14365	  CC*)
14366	    # Sun C++ 4.x
14367	    lt_prog_compiler_pic_CXX='-pic'
14368	    lt_prog_compiler_static_CXX='-Bstatic'
14369	    ;;
14370	  lcc*)
14371	    # Lucid
14372	    lt_prog_compiler_pic_CXX='-pic'
14373	    ;;
14374	  *)
14375	    ;;
14376	esac
14377	;;
14378      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
14379	case $cc_basename in
14380	  CC*)
14381	    lt_prog_compiler_wl_CXX='-Wl,'
14382	    lt_prog_compiler_pic_CXX='-KPIC'
14383	    lt_prog_compiler_static_CXX='-Bstatic'
14384	    ;;
14385	esac
14386	;;
14387      tandem*)
14388	case $cc_basename in
14389	  NCC*)
14390	    # NonStop-UX NCC 3.20
14391	    lt_prog_compiler_pic_CXX='-KPIC'
14392	    ;;
14393	  *)
14394	    ;;
14395	esac
14396	;;
14397      vxworks*)
14398	;;
14399      *)
14400	lt_prog_compiler_can_build_shared_CXX=no
14401	;;
14402    esac
14403  fi
14404
14405case $host_os in
14406  # For platforms which do not support PIC, -DPIC is meaningless:
14407  *djgpp*)
14408    lt_prog_compiler_pic_CXX=
14409    ;;
14410  *)
14411    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
14412    ;;
14413esac
14414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
14415$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
14416
14417
14418
14419#
14420# Check to make sure the PIC flag actually works.
14421#
14422if test -n "$lt_prog_compiler_pic_CXX"; then
14423  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14424$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
14425if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
14426  $as_echo_n "(cached) " >&6
14427else
14428  lt_cv_prog_compiler_pic_works_CXX=no
14429   ac_outfile=conftest.$ac_objext
14430   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14431   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
14432   # Insert the option either (1) after the last *FLAGS variable, or
14433   # (2) before a word containing "conftest.", or (3) at the end.
14434   # Note that $ac_compile itself does not contain backslashes and begins
14435   # with a dollar sign (not a hyphen), so the echo should work correctly.
14436   # The option is referenced via a variable to avoid confusing sed.
14437   lt_compile=`echo "$ac_compile" | $SED \
14438   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14439   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14440   -e 's:$: $lt_compiler_flag:'`
14441   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14442   (eval "$lt_compile" 2>conftest.err)
14443   ac_status=$?
14444   cat conftest.err >&5
14445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14446   if (exit $ac_status) && test -s "$ac_outfile"; then
14447     # The compiler can only warn and ignore the option if not recognized
14448     # So say no if there are warnings other than the usual output.
14449     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
14450     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14451     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14452       lt_cv_prog_compiler_pic_works_CXX=yes
14453     fi
14454   fi
14455   $RM conftest*
14456
14457fi
14458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14459$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14460
14461if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
14462    case $lt_prog_compiler_pic_CXX in
14463     "" | " "*) ;;
14464     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
14465     esac
14466else
14467    lt_prog_compiler_pic_CXX=
14468     lt_prog_compiler_can_build_shared_CXX=no
14469fi
14470
14471fi
14472
14473
14474
14475#
14476# Check to make sure the static flag actually works.
14477#
14478wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14480$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
14481if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
14482  $as_echo_n "(cached) " >&6
14483else
14484  lt_cv_prog_compiler_static_works_CXX=no
14485   save_LDFLAGS="$LDFLAGS"
14486   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14487   echo "$lt_simple_link_test_code" > conftest.$ac_ext
14488   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
14489     # The linker can only warn and ignore the option if not recognized
14490     # So say no if there are warnings
14491     if test -s conftest.err; then
14492       # Append any errors to the config.log.
14493       cat conftest.err 1>&5
14494       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
14495       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14496       if diff conftest.exp conftest.er2 >/dev/null; then
14497         lt_cv_prog_compiler_static_works_CXX=yes
14498       fi
14499     else
14500       lt_cv_prog_compiler_static_works_CXX=yes
14501     fi
14502   fi
14503   $RM -r conftest*
14504   LDFLAGS="$save_LDFLAGS"
14505
14506fi
14507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14508$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
14509
14510if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14511    :
14512else
14513    lt_prog_compiler_static_CXX=
14514fi
14515
14516
14517
14518
14519    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14520$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14521if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
14522  $as_echo_n "(cached) " >&6
14523else
14524  lt_cv_prog_compiler_c_o_CXX=no
14525   $RM -r conftest 2>/dev/null
14526   mkdir conftest
14527   cd conftest
14528   mkdir out
14529   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14530
14531   lt_compiler_flag="-o out/conftest2.$ac_objext"
14532   # Insert the option either (1) after the last *FLAGS variable, or
14533   # (2) before a word containing "conftest.", or (3) at the end.
14534   # Note that $ac_compile itself does not contain backslashes and begins
14535   # with a dollar sign (not a hyphen), so the echo should work correctly.
14536   lt_compile=`echo "$ac_compile" | $SED \
14537   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14538   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14539   -e 's:$: $lt_compiler_flag:'`
14540   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14541   (eval "$lt_compile" 2>out/conftest.err)
14542   ac_status=$?
14543   cat out/conftest.err >&5
14544   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14545   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14546   then
14547     # The compiler can only warn and ignore the option if not recognized
14548     # So say no if there are warnings
14549     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14550     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14551     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14552       lt_cv_prog_compiler_c_o_CXX=yes
14553     fi
14554   fi
14555   chmod u+w . 2>&5
14556   $RM conftest*
14557   # SGI C++ compiler will create directory out/ii_files/ for
14558   # template instantiation
14559   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14560   $RM out/* && rmdir out
14561   cd ..
14562   $RM -r conftest
14563   $RM conftest*
14564
14565fi
14566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14567$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14568
14569
14570
14571    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14572$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14573if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
14574  $as_echo_n "(cached) " >&6
14575else
14576  lt_cv_prog_compiler_c_o_CXX=no
14577   $RM -r conftest 2>/dev/null
14578   mkdir conftest
14579   cd conftest
14580   mkdir out
14581   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14582
14583   lt_compiler_flag="-o out/conftest2.$ac_objext"
14584   # Insert the option either (1) after the last *FLAGS variable, or
14585   # (2) before a word containing "conftest.", or (3) at the end.
14586   # Note that $ac_compile itself does not contain backslashes and begins
14587   # with a dollar sign (not a hyphen), so the echo should work correctly.
14588   lt_compile=`echo "$ac_compile" | $SED \
14589   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14590   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14591   -e 's:$: $lt_compiler_flag:'`
14592   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14593   (eval "$lt_compile" 2>out/conftest.err)
14594   ac_status=$?
14595   cat out/conftest.err >&5
14596   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14597   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14598   then
14599     # The compiler can only warn and ignore the option if not recognized
14600     # So say no if there are warnings
14601     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14602     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14603     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14604       lt_cv_prog_compiler_c_o_CXX=yes
14605     fi
14606   fi
14607   chmod u+w . 2>&5
14608   $RM conftest*
14609   # SGI C++ compiler will create directory out/ii_files/ for
14610   # template instantiation
14611   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14612   $RM out/* && rmdir out
14613   cd ..
14614   $RM -r conftest
14615   $RM conftest*
14616
14617fi
14618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14619$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14620
14621
14622
14623
14624hard_links="nottested"
14625if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14626  # do not overwrite the value of need_locks provided by the user
14627  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
14628$as_echo_n "checking if we can lock with hard links... " >&6; }
14629  hard_links=yes
14630  $RM conftest*
14631  ln conftest.a conftest.b 2>/dev/null && hard_links=no
14632  touch conftest.a
14633  ln conftest.a conftest.b 2>&5 || hard_links=no
14634  ln conftest.a conftest.b 2>/dev/null && hard_links=no
14635  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
14636$as_echo "$hard_links" >&6; }
14637  if test "$hard_links" = no; then
14638    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14639$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14640    need_locks=warn
14641  fi
14642else
14643  need_locks=no
14644fi
14645
14646
14647
14648    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14649$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14650
14651  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14652  case $host_os in
14653  aix[4-9]*)
14654    # If we're using GNU nm, then we don't want the "-C" option.
14655    # -C means demangle to AIX nm, but means don't demangle with GNU nm
14656    # Also, AIX nm treats weak defined symbols like other global defined
14657    # symbols, whereas GNU nm marks them as "W".
14658    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
14659      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14660    else
14661      export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14662    fi
14663    ;;
14664  pw32*)
14665    export_symbols_cmds_CXX="$ltdll_cmds"
14666  ;;
14667  cygwin* | mingw* | cegcc*)
14668    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
14669  ;;
14670  *)
14671    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14672  ;;
14673  esac
14674  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14675
14676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14677$as_echo "$ld_shlibs_CXX" >&6; }
14678test "$ld_shlibs_CXX" = no && can_build_shared=no
14679
14680with_gnu_ld_CXX=$with_gnu_ld
14681
14682
14683
14684
14685
14686
14687#
14688# Do we need to explicitly link libc?
14689#
14690case "x$archive_cmds_need_lc_CXX" in
14691x|xyes)
14692  # Assume -lc should be added
14693  archive_cmds_need_lc_CXX=yes
14694
14695  if test "$enable_shared" = yes && test "$GCC" = yes; then
14696    case $archive_cmds_CXX in
14697    *'~'*)
14698      # FIXME: we may have to deal with multi-command sequences.
14699      ;;
14700    '$CC '*)
14701      # Test whether the compiler implicitly links with -lc since on some
14702      # systems, -lgcc has to come before -lc. If gcc already passes -lc
14703      # to ld, don't add -lc before -lgcc.
14704      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14705$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14706if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
14707  $as_echo_n "(cached) " >&6
14708else
14709  $RM conftest*
14710	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14711
14712	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14713  (eval $ac_compile) 2>&5
14714  ac_status=$?
14715  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14716  test $ac_status = 0; } 2>conftest.err; then
14717	  soname=conftest
14718	  lib=conftest
14719	  libobjs=conftest.$ac_objext
14720	  deplibs=
14721	  wl=$lt_prog_compiler_wl_CXX
14722	  pic_flag=$lt_prog_compiler_pic_CXX
14723	  compiler_flags=-v
14724	  linker_flags=-v
14725	  verstring=
14726	  output_objdir=.
14727	  libname=conftest
14728	  lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
14729	  allow_undefined_flag_CXX=
14730	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14731  (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
14732  ac_status=$?
14733  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14734  test $ac_status = 0; }
14735	  then
14736	    lt_cv_archive_cmds_need_lc_CXX=no
14737	  else
14738	    lt_cv_archive_cmds_need_lc_CXX=yes
14739	  fi
14740	  allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
14741	else
14742	  cat conftest.err 1>&5
14743	fi
14744	$RM conftest*
14745
14746fi
14747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14748$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14749      archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
14750      ;;
14751    esac
14752  fi
14753  ;;
14754esac
14755
14756
14757
14758
14759
14760
14761
14762
14763
14764
14765
14766
14767
14768
14769
14770
14771
14772
14773
14774
14775
14776
14777
14778
14779
14780
14781
14782
14783
14784
14785
14786
14787
14788
14789
14790
14791
14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
14804
14805
14806
14807
14808
14809
14810
14811
14812
14813
14814
14815
14816
14817
14818
14819    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14820$as_echo_n "checking dynamic linker characteristics... " >&6; }
14821
14822library_names_spec=
14823libname_spec='lib$name'
14824soname_spec=
14825shrext_cmds=".so"
14826postinstall_cmds=
14827postuninstall_cmds=
14828finish_cmds=
14829finish_eval=
14830shlibpath_var=
14831shlibpath_overrides_runpath=unknown
14832version_type=none
14833dynamic_linker="$host_os ld.so"
14834sys_lib_dlsearch_path_spec="/lib /usr/lib"
14835need_lib_prefix=unknown
14836hardcode_into_libs=no
14837
14838# when you set need_version to no, make sure it does not cause -set_version
14839# flags to be left without arguments
14840need_version=unknown
14841
14842case $host_os in
14843aix3*)
14844  version_type=linux
14845  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
14846  shlibpath_var=LIBPATH
14847
14848  # AIX 3 has no versioning support, so we append a major version to the name.
14849  soname_spec='${libname}${release}${shared_ext}$major'
14850  ;;
14851
14852aix[4-9]*)
14853  version_type=linux
14854  need_lib_prefix=no
14855  need_version=no
14856  hardcode_into_libs=yes
14857  if test "$host_cpu" = ia64; then
14858    # AIX 5 supports IA64
14859    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14860    shlibpath_var=LD_LIBRARY_PATH
14861  else
14862    # With GCC up to 2.95.x, collect2 would create an import file
14863    # for dependence libraries.  The import file would start with
14864    # the line `#! .'.  This would cause the generated library to
14865    # depend on `.', always an invalid library.  This was fixed in
14866    # development snapshots of GCC prior to 3.0.
14867    case $host_os in
14868      aix4 | aix4.[01] | aix4.[01].*)
14869      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14870	   echo ' yes '
14871	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
14872	:
14873      else
14874	can_build_shared=no
14875      fi
14876      ;;
14877    esac
14878    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14879    # soname into executable. Probably we can add versioning support to
14880    # collect2, so additional links can be useful in future.
14881    if test "$aix_use_runtimelinking" = yes; then
14882      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14883      # instead of lib<name>.a to let people know that these are not
14884      # typical AIX shared libraries.
14885      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14886    else
14887      # We preserve .a as extension for shared libraries through AIX4.2
14888      # and later when we are not doing run time linking.
14889      library_names_spec='${libname}${release}.a $libname.a'
14890      soname_spec='${libname}${release}${shared_ext}$major'
14891    fi
14892    shlibpath_var=LIBPATH
14893  fi
14894  ;;
14895
14896amigaos*)
14897  case $host_cpu in
14898  powerpc)
14899    # Since July 2007 AmigaOS4 officially supports .so libraries.
14900    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14901    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14902    ;;
14903  m68k)
14904    library_names_spec='$libname.ixlibrary $libname.a'
14905    # Create ${libname}_ixlibrary.a entries in /sys/libs.
14906    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'
14907    ;;
14908  esac
14909  ;;
14910
14911beos*)
14912  library_names_spec='${libname}${shared_ext}'
14913  dynamic_linker="$host_os ld.so"
14914  shlibpath_var=LIBRARY_PATH
14915  ;;
14916
14917bsdi[45]*)
14918  version_type=linux
14919  need_version=no
14920  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14921  soname_spec='${libname}${release}${shared_ext}$major'
14922  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
14923  shlibpath_var=LD_LIBRARY_PATH
14924  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14925  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
14926  # the default ld.so.conf also contains /usr/contrib/lib and
14927  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14928  # libtool to hard-code these into programs
14929  ;;
14930
14931cygwin* | mingw* | pw32* | cegcc*)
14932  version_type=windows
14933  shrext_cmds=".dll"
14934  need_version=no
14935  need_lib_prefix=no
14936
14937  case $GCC,$host_os in
14938  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
14939    library_names_spec='$libname.dll.a'
14940    # DLL is installed to $(libdir)/../bin by postinstall_cmds
14941    postinstall_cmds='base_file=`basename \${file}`~
14942      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14943      dldir=$destdir/`dirname \$dlpath`~
14944      test -d \$dldir || mkdir -p \$dldir~
14945      $install_prog $dir/$dlname \$dldir/$dlname~
14946      chmod a+x \$dldir/$dlname~
14947      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14948        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14949      fi'
14950    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14951      dlpath=$dir/\$dldll~
14952       $RM \$dlpath'
14953    shlibpath_overrides_runpath=yes
14954
14955    case $host_os in
14956    cygwin*)
14957      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14958      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14959
14960      ;;
14961    mingw* | cegcc*)
14962      # MinGW DLLs use traditional 'lib' prefix
14963      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14964      ;;
14965    pw32*)
14966      # pw32 DLLs use 'pw' prefix rather than 'lib'
14967      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14968      ;;
14969    esac
14970    ;;
14971
14972  *)
14973    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14974    ;;
14975  esac
14976  dynamic_linker='Win32 ld.exe'
14977  # FIXME: first we should search . and the directory the executable is in
14978  shlibpath_var=PATH
14979  ;;
14980
14981darwin* | rhapsody*)
14982  dynamic_linker="$host_os dyld"
14983  version_type=darwin
14984  need_lib_prefix=no
14985  need_version=no
14986  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14987  soname_spec='${libname}${release}${major}$shared_ext'
14988  shlibpath_overrides_runpath=yes
14989  shlibpath_var=DYLD_LIBRARY_PATH
14990  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
14991
14992  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
14993  ;;
14994
14995dgux*)
14996  version_type=linux
14997  need_lib_prefix=no
14998  need_version=no
14999  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
15000  soname_spec='${libname}${release}${shared_ext}$major'
15001  shlibpath_var=LD_LIBRARY_PATH
15002  ;;
15003
15004freebsd* | dragonfly*)
15005  # DragonFly does not have aout.  When/if they implement a new
15006  # versioning mechanism, adjust this.
15007  if test -x /usr/bin/objformat; then
15008    objformat=`/usr/bin/objformat`
15009  else
15010    case $host_os in
15011    freebsd[23].*) objformat=aout ;;
15012    *) objformat=elf ;;
15013    esac
15014  fi
15015  version_type=freebsd-$objformat
15016  case $version_type in
15017    freebsd-elf*)
15018      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15019      need_version=no
15020      need_lib_prefix=no
15021      ;;
15022    freebsd-*)
15023      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15024      need_version=yes
15025      ;;
15026  esac
15027  shlibpath_var=LD_LIBRARY_PATH
15028  case $host_os in
15029  freebsd2.*)
15030    shlibpath_overrides_runpath=yes
15031    ;;
15032  freebsd3.[01]* | freebsdelf3.[01]*)
15033    shlibpath_overrides_runpath=yes
15034    hardcode_into_libs=yes
15035    ;;
15036  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
15037  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
15038    shlibpath_overrides_runpath=no
15039    hardcode_into_libs=yes
15040    ;;
15041  *) # from 4.6 on, and DragonFly
15042    shlibpath_overrides_runpath=yes
15043    hardcode_into_libs=yes
15044    ;;
15045  esac
15046  ;;
15047
15048haiku*)
15049  version_type=linux
15050  need_lib_prefix=no
15051  need_version=no
15052  dynamic_linker="$host_os runtime_loader"
15053  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15054  soname_spec='${libname}${release}${shared_ext}$major'
15055  shlibpath_var=LIBRARY_PATH
15056  shlibpath_overrides_runpath=yes
15057  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
15058  hardcode_into_libs=yes
15059  ;;
15060
15061hpux9* | hpux10* | hpux11*)
15062  # Give a soname corresponding to the major version so that dld.sl refuses to
15063  # link against other versions.
15064  version_type=sunos
15065  need_lib_prefix=no
15066  need_version=no
15067  case $host_cpu in
15068  ia64*)
15069    shrext_cmds='.so'
15070    hardcode_into_libs=yes
15071    dynamic_linker="$host_os dld.so"
15072    shlibpath_var=LD_LIBRARY_PATH
15073    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15074    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15075    soname_spec='${libname}${release}${shared_ext}$major'
15076    if test "X$HPUX_IA64_MODE" = X32; then
15077      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15078    else
15079      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
15080    fi
15081    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15082    ;;
15083  hppa*64*)
15084    shrext_cmds='.sl'
15085    hardcode_into_libs=yes
15086    dynamic_linker="$host_os dld.sl"
15087    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
15088    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
15089    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15090    soname_spec='${libname}${release}${shared_ext}$major'
15091    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
15092    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
15093    ;;
15094  *)
15095    shrext_cmds='.sl'
15096    dynamic_linker="$host_os dld.sl"
15097    shlibpath_var=SHLIB_PATH
15098    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
15099    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15100    soname_spec='${libname}${release}${shared_ext}$major'
15101    ;;
15102  esac
15103  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
15104  postinstall_cmds='chmod 555 $lib'
15105  # or fails outright, so override atomically:
15106  install_override_mode=555
15107  ;;
15108
15109interix[3-9]*)
15110  version_type=linux
15111  need_lib_prefix=no
15112  need_version=no
15113  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15114  soname_spec='${libname}${release}${shared_ext}$major'
15115  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
15116  shlibpath_var=LD_LIBRARY_PATH
15117  shlibpath_overrides_runpath=no
15118  hardcode_into_libs=yes
15119  ;;
15120
15121irix5* | irix6* | nonstopux*)
15122  case $host_os in
15123    nonstopux*) version_type=nonstopux ;;
15124    *)
15125	if test "$lt_cv_prog_gnu_ld" = yes; then
15126		version_type=linux
15127	else
15128		version_type=irix
15129	fi ;;
15130  esac
15131  need_lib_prefix=no
15132  need_version=no
15133  soname_spec='${libname}${release}${shared_ext}$major'
15134  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15135  case $host_os in
15136  irix5* | nonstopux*)
15137    libsuff= shlibsuff=
15138    ;;
15139  *)
15140    case $LD in # libtool.m4 will add one of these switches to LD
15141    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
15142      libsuff= shlibsuff= libmagic=32-bit;;
15143    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
15144      libsuff=32 shlibsuff=N32 libmagic=N32;;
15145    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
15146      libsuff=64 shlibsuff=64 libmagic=64-bit;;
15147    *) libsuff= shlibsuff= libmagic=never-match;;
15148    esac
15149    ;;
15150  esac
15151  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
15152  shlibpath_overrides_runpath=no
15153  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
15154  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
15155  hardcode_into_libs=yes
15156  ;;
15157
15158# No shared lib support for Linux oldld, aout, or coff.
15159linux*oldld* | linux*aout* | linux*coff*)
15160  dynamic_linker=no
15161  ;;
15162
15163# This must be Linux ELF.
15164
15165# uclinux* changes (here and below) have been submitted to the libtool
15166# project, but have not yet been accepted: they are GCC-local changes
15167# for the time being.  (See
15168# https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
15169linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
15170  version_type=linux
15171  need_lib_prefix=no
15172  need_version=no
15173  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15174  soname_spec='${libname}${release}${shared_ext}$major'
15175  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15176  shlibpath_var=LD_LIBRARY_PATH
15177  shlibpath_overrides_runpath=no
15178
15179  # Some binutils ld are patched to set DT_RUNPATH
15180  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
15181  $as_echo_n "(cached) " >&6
15182else
15183  lt_cv_shlibpath_overrides_runpath=no
15184    save_LDFLAGS=$LDFLAGS
15185    save_libdir=$libdir
15186    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
15187	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
15188    if test x$gcc_no_link = xyes; then
15189  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15190fi
15191cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15192/* end confdefs.h.  */
15193
15194int
15195main ()
15196{
15197
15198  ;
15199  return 0;
15200}
15201_ACEOF
15202if ac_fn_cxx_try_link "$LINENO"; then :
15203  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
15204  lt_cv_shlibpath_overrides_runpath=yes
15205fi
15206fi
15207rm -f core conftest.err conftest.$ac_objext \
15208    conftest$ac_exeext conftest.$ac_ext
15209    LDFLAGS=$save_LDFLAGS
15210    libdir=$save_libdir
15211
15212fi
15213
15214  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
15215
15216  # This implies no fast_install, which is unacceptable.
15217  # Some rework will be needed to allow for fast_install
15218  # before this can be enabled.
15219  hardcode_into_libs=yes
15220
15221  # Append ld.so.conf contents to the search path
15222  if test -f /etc/ld.so.conf; then
15223    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' ' '`
15224    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
15225  fi
15226
15227  # We used to test for /lib/ld.so.1 and disable shared libraries on
15228  # powerpc, because MkLinux only supported shared libraries with the
15229  # GNU dynamic linker.  Since this was broken with cross compilers,
15230  # most powerpc-linux boxes support dynamic linking these days and
15231  # people can always --disable-shared, the test was removed, and we
15232  # assume the GNU/Linux dynamic linker is in use.
15233  dynamic_linker='GNU/Linux ld.so'
15234  ;;
15235
15236netbsd*)
15237  version_type=sunos
15238  need_lib_prefix=no
15239  need_version=no
15240  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
15241    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15242    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15243    dynamic_linker='NetBSD (a.out) ld.so'
15244  else
15245    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15246    soname_spec='${libname}${release}${shared_ext}$major'
15247    dynamic_linker='NetBSD ld.elf_so'
15248  fi
15249  shlibpath_var=LD_LIBRARY_PATH
15250  shlibpath_overrides_runpath=yes
15251  hardcode_into_libs=yes
15252  ;;
15253
15254newsos6)
15255  version_type=linux
15256  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15257  shlibpath_var=LD_LIBRARY_PATH
15258  shlibpath_overrides_runpath=yes
15259  ;;
15260
15261*nto* | *qnx*)
15262  version_type=qnx
15263  need_lib_prefix=no
15264  need_version=no
15265  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15266  soname_spec='${libname}${release}${shared_ext}$major'
15267  shlibpath_var=LD_LIBRARY_PATH
15268  shlibpath_overrides_runpath=no
15269  hardcode_into_libs=yes
15270  dynamic_linker='ldqnx.so'
15271  ;;
15272
15273openbsd*)
15274  version_type=sunos
15275  sys_lib_dlsearch_path_spec="/usr/lib"
15276  need_lib_prefix=no
15277  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15278  case $host_os in
15279    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
15280    *)				need_version=no  ;;
15281  esac
15282  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15283  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15284  shlibpath_var=LD_LIBRARY_PATH
15285  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15286    case $host_os in
15287      openbsd2.[89] | openbsd2.[89].*)
15288	shlibpath_overrides_runpath=no
15289	;;
15290      *)
15291	shlibpath_overrides_runpath=yes
15292	;;
15293      esac
15294  else
15295    shlibpath_overrides_runpath=yes
15296  fi
15297  ;;
15298
15299os2*)
15300  libname_spec='$name'
15301  shrext_cmds=".dll"
15302  need_lib_prefix=no
15303  library_names_spec='$libname${shared_ext} $libname.a'
15304  dynamic_linker='OS/2 ld.exe'
15305  shlibpath_var=LIBPATH
15306  ;;
15307
15308osf3* | osf4* | osf5*)
15309  version_type=osf
15310  need_lib_prefix=no
15311  need_version=no
15312  soname_spec='${libname}${release}${shared_ext}$major'
15313  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15314  shlibpath_var=LD_LIBRARY_PATH
15315  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15316  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
15317  ;;
15318
15319rdos*)
15320  dynamic_linker=no
15321  ;;
15322
15323solaris*)
15324  version_type=linux
15325  need_lib_prefix=no
15326  need_version=no
15327  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15328  soname_spec='${libname}${release}${shared_ext}$major'
15329  shlibpath_var=LD_LIBRARY_PATH
15330  shlibpath_overrides_runpath=yes
15331  hardcode_into_libs=yes
15332  # ldd complains unless libraries are executable
15333  postinstall_cmds='chmod +x $lib'
15334  ;;
15335
15336sunos4*)
15337  version_type=sunos
15338  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15339  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15340  shlibpath_var=LD_LIBRARY_PATH
15341  shlibpath_overrides_runpath=yes
15342  if test "$with_gnu_ld" = yes; then
15343    need_lib_prefix=no
15344  fi
15345  need_version=yes
15346  ;;
15347
15348sysv4 | sysv4.3*)
15349  version_type=linux
15350  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15351  soname_spec='${libname}${release}${shared_ext}$major'
15352  shlibpath_var=LD_LIBRARY_PATH
15353  case $host_vendor in
15354    sni)
15355      shlibpath_overrides_runpath=no
15356      need_lib_prefix=no
15357      runpath_var=LD_RUN_PATH
15358      ;;
15359    siemens)
15360      need_lib_prefix=no
15361      ;;
15362    motorola)
15363      need_lib_prefix=no
15364      need_version=no
15365      shlibpath_overrides_runpath=no
15366      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
15367      ;;
15368  esac
15369  ;;
15370
15371sysv4*MP*)
15372  if test -d /usr/nec ;then
15373    version_type=linux
15374    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15375    soname_spec='$libname${shared_ext}.$major'
15376    shlibpath_var=LD_LIBRARY_PATH
15377  fi
15378  ;;
15379
15380sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
15381  version_type=freebsd-elf
15382  need_lib_prefix=no
15383  need_version=no
15384  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15385  soname_spec='${libname}${release}${shared_ext}$major'
15386  shlibpath_var=LD_LIBRARY_PATH
15387  shlibpath_overrides_runpath=yes
15388  hardcode_into_libs=yes
15389  if test "$with_gnu_ld" = yes; then
15390    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15391  else
15392    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
15393    case $host_os in
15394      sco3.2v5*)
15395        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
15396	;;
15397    esac
15398  fi
15399  sys_lib_dlsearch_path_spec='/usr/lib'
15400  ;;
15401
15402tpf*)
15403  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
15404  version_type=linux
15405  need_lib_prefix=no
15406  need_version=no
15407  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15408  shlibpath_var=LD_LIBRARY_PATH
15409  shlibpath_overrides_runpath=no
15410  hardcode_into_libs=yes
15411  ;;
15412
15413uts4*)
15414  version_type=linux
15415  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15416  soname_spec='${libname}${release}${shared_ext}$major'
15417  shlibpath_var=LD_LIBRARY_PATH
15418  ;;
15419
15420*)
15421  dynamic_linker=no
15422  ;;
15423esac
15424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
15425$as_echo "$dynamic_linker" >&6; }
15426test "$dynamic_linker" = no && can_build_shared=no
15427
15428variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15429if test "$GCC" = yes; then
15430  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15431fi
15432
15433if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15434  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15435fi
15436if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15437  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15438fi
15439
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
15454
15455
15456
15457
15458
15459
15460
15461
15462
15463
15464
15465
15466
15467
15468
15469
15470
15471
15472
15473
15474
15475
15476
15477    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
15478$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
15479hardcode_action_CXX=
15480if test -n "$hardcode_libdir_flag_spec_CXX" ||
15481   test -n "$runpath_var_CXX" ||
15482   test "X$hardcode_automatic_CXX" = "Xyes" ; then
15483
15484  # We can hardcode non-existent directories.
15485  if test "$hardcode_direct_CXX" != no &&
15486     # If the only mechanism to avoid hardcoding is shlibpath_var, we
15487     # have to relink, otherwise we might link with an installed library
15488     # when we should be linking with a yet-to-be-installed one
15489     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15490     test "$hardcode_minus_L_CXX" != no; then
15491    # Linking always hardcodes the temporary library directory.
15492    hardcode_action_CXX=relink
15493  else
15494    # We can link without hardcoding, and we can hardcode nonexisting dirs.
15495    hardcode_action_CXX=immediate
15496  fi
15497else
15498  # We cannot hardcode anything, or else we can only hardcode existing
15499  # directories.
15500  hardcode_action_CXX=unsupported
15501fi
15502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
15503$as_echo "$hardcode_action_CXX" >&6; }
15504
15505if test "$hardcode_action_CXX" = relink ||
15506   test "$inherit_rpath_CXX" = yes; then
15507  # Fast installation is not supported
15508  enable_fast_install=no
15509elif test "$shlibpath_overrides_runpath" = yes ||
15510     test "$enable_shared" = no; then
15511  # Fast installation is not necessary
15512  enable_fast_install=needless
15513fi
15514
15515
15516
15517
15518
15519
15520
15521  fi # test -n "$compiler"
15522
15523  CC=$lt_save_CC
15524  LDCXX=$LD
15525  LD=$lt_save_LD
15526  GCC=$lt_save_GCC
15527  with_gnu_ld=$lt_save_with_gnu_ld
15528  lt_cv_path_LDCXX=$lt_cv_path_LD
15529  lt_cv_path_LD=$lt_save_path_LD
15530  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
15531  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15532fi # test "$_lt_caught_CXX_error" != yes
15533
15534ac_ext=c
15535ac_cpp='$CPP $CPPFLAGS'
15536ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15537ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15538ac_compiler_gnu=$ac_cv_c_compiler_gnu
15539
15540
15541
15542
15543
15544
15545
15546
15547
15548
15549
15550
15551
15552        ac_config_commands="$ac_config_commands libtool"
15553
15554
15555
15556
15557# Only expand once:
15558
15559
15560
15561
15562
15563case $host in
15564  *-cygwin* | *-mingw*)
15565    # 'host' will be top-level target in the case of a target lib,
15566    # we must compare to with_cross_host to decide if this is a native
15567    # or cross-compiler and select where to install dlls appropriately.
15568    if test -n "$with_cross_host" &&
15569	test x"$with_cross_host" != x"no"; then
15570      lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
15571    else
15572      lt_host_flags='-no-undefined -bindir "$(bindir)"';
15573    fi
15574    ;;
15575  *)
15576    lt_host_flags=
15577    ;;
15578esac
15579
15580
15581
15582
15583
15584
15585if test "$enable_vtable_verify" = yes; then
15586  predep_objects_CXX="${predep_objects_CXX} ${glibcxx_builddir}/../libgcc/vtv_start.o"
15587  postdep_objects_CXX="${postdep_objects_CXX} ${glibcxx_builddir}/../libgcc/vtv_end.o"
15588fi
15589
15590
15591# libtool variables for C++ shared and position-independent compiles.
15592#
15593# Use glibcxx_lt_pic_flag to designate the automake variable
15594# used to encapsulate the default libtool approach to creating objects
15595# with position-independent code. Default: -prefer-pic.
15596#
15597# Use glibcxx_compiler_shared_flag to designate a compile-time flags for
15598# creating shared objects. Default: -D_GLIBCXX_SHARED.
15599#
15600# Use glibcxx_compiler_pic_flag to designate a compile-time flags for
15601# creating position-independent objects. This varies with the target
15602# hardware and operating system, but is often: -DPIC -fPIC.
15603if test "$enable_shared" = yes; then
15604  glibcxx_lt_pic_flag="-prefer-pic"
15605  glibcxx_compiler_pic_flag="$lt_prog_compiler_pic_CXX"
15606  glibcxx_compiler_shared_flag="-D_GLIBCXX_SHARED"
15607
15608else
15609  glibcxx_lt_pic_flag=
15610  glibcxx_compiler_pic_flag=
15611  glibcxx_compiler_shared_flag=
15612fi
15613
15614
15615
15616
15617# Override the libtool's pic_flag and pic_mode.
15618# Do this step after AM_PROG_LIBTOOL, but before AC_OUTPUT.
15619# NB: this impacts --with-pic and --without-pic.
15620lt_prog_compiler_pic_CXX="$glibcxx_compiler_pic_flag $glibcxx_compiler_shared_flag"
15621pic_mode='default'
15622
15623# Eliminate -lstdc++ addition to postdeps for cross compiles.
15624postdeps_CXX=`echo " $postdeps_CXX " | sed 's, -lstdc++ ,,g'`
15625
15626# Possibly disable most of the library.
15627## TODO: Consider skipping unncessary tests altogether in this case, rather
15628## than just ignoring the results.  Faster /and/ more correct, win win.
15629
15630  # Check whether --enable-hosted-libstdcxx was given.
15631if test "${enable_hosted_libstdcxx+set}" = set; then :
15632  enableval=$enable_hosted_libstdcxx;
15633else
15634  case "$host" in
15635	arm*-*-symbianelf*)
15636	    enable_hosted_libstdcxx=no
15637	    ;;
15638	*)
15639	    enable_hosted_libstdcxx=yes
15640	    ;;
15641     esac
15642fi
15643
15644  freestanding_flags=
15645  if test "$enable_hosted_libstdcxx" = no; then
15646    { $as_echo "$as_me:${as_lineno-$LINENO}: Only freestanding libraries will be built" >&5
15647$as_echo "$as_me: Only freestanding libraries will be built" >&6;}
15648    is_hosted=no
15649    hosted_define=0
15650    enable_abi_check=no
15651    enable_libstdcxx_pch=no
15652    if test "x$with_headers" = xno; then
15653      freestanding_flags="-ffreestanding"
15654    fi
15655  else
15656    is_hosted=yes
15657    hosted_define=1
15658  fi
15659
15660
15661cat >>confdefs.h <<_ACEOF
15662#define _GLIBCXX_HOSTED $hosted_define
15663_ACEOF
15664
15665  FREESTANDING_FLAGS="$freestanding_flags"
15666
15667
15668
15669# Enable descriptive messages to standard output on termination.
15670
15671  # Check whether --enable-libstdcxx-verbose was given.
15672if test "${enable_libstdcxx_verbose+set}" = set; then :
15673  enableval=$enable_libstdcxx_verbose;
15674else
15675  enable_libstdcxx_verbose=yes
15676fi
15677
15678  if test x"$enable_libstdcxx_verbose" = xyes; then
15679    verbose_define=1
15680  else
15681    { $as_echo "$as_me:${as_lineno-$LINENO}: verbose termination messages are disabled" >&5
15682$as_echo "$as_me: verbose termination messages are disabled" >&6;}
15683    verbose_define=0
15684  fi
15685
15686cat >>confdefs.h <<_ACEOF
15687#define _GLIBCXX_VERBOSE $verbose_define
15688_ACEOF
15689
15690
15691
15692# Enable compiler support that doesn't require linking.
15693
15694   # Check whether --enable-libstdcxx-pch was given.
15695if test "${enable_libstdcxx_pch+set}" = set; then :
15696  enableval=$enable_libstdcxx_pch;
15697      case "$enableval" in
15698       yes|no) ;;
15699       *) as_fn_error $? "Argument to enable/disable libstdcxx-pch must be yes or no" "$LINENO" 5 ;;
15700      esac
15701
15702else
15703  enable_libstdcxx_pch=$is_hosted
15704fi
15705
15706
15707  if test $enable_libstdcxx_pch = yes; then
15708    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler with PCH support" >&5
15709$as_echo_n "checking for compiler with PCH support... " >&6; }
15710if ${glibcxx_cv_prog_CXX_pch+:} false; then :
15711  $as_echo_n "(cached) " >&6
15712else
15713  ac_save_CXXFLAGS="$CXXFLAGS"
15714       CXXFLAGS="$CXXFLAGS -Werror -Winvalid-pch -Wno-deprecated"
15715
15716       ac_ext=cpp
15717ac_cpp='$CXXCPP $CPPFLAGS'
15718ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15719ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15720ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15721
15722       echo '#include <math.h>' > conftest.h
15723       if $CXX $CXXFLAGS $CPPFLAGS -x c++-header conftest.h \
15724			  -o conftest.h.gch 1>&5 2>&1 &&
15725		echo '#error "pch failed"' > conftest.h &&
15726	  echo '#include "conftest.h"' > conftest.cc &&
15727	       $CXX -c $CXXFLAGS $CPPFLAGS conftest.cc 1>&5 2>&1 ;
15728       then
15729	 glibcxx_cv_prog_CXX_pch=yes
15730       else
15731	 glibcxx_cv_prog_CXX_pch=no
15732       fi
15733       rm -f conftest*
15734       CXXFLAGS=$ac_save_CXXFLAGS
15735       ac_ext=c
15736ac_cpp='$CPP $CPPFLAGS'
15737ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15738ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15739ac_compiler_gnu=$ac_cv_c_compiler_gnu
15740
15741
15742fi
15743{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_prog_CXX_pch" >&5
15744$as_echo "$glibcxx_cv_prog_CXX_pch" >&6; }
15745    enable_libstdcxx_pch=$glibcxx_cv_prog_CXX_pch
15746  fi
15747
15748  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for enabled PCH" >&5
15749$as_echo_n "checking for enabled PCH... " >&6; }
15750  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_libstdcxx_pch" >&5
15751$as_echo "$enable_libstdcxx_pch" >&6; }
15752
15753
15754  if test $enable_libstdcxx_pch = yes; then
15755    glibcxx_PCHFLAGS="-include bits/stdc++.h"
15756  else
15757    glibcxx_PCHFLAGS=""
15758  fi
15759
15760
15761
15762  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread model used by GCC" >&5
15763$as_echo_n "checking for thread model used by GCC... " >&6; }
15764  target_thread_file=`$CXX -v 2>&1 | sed -n 's/^Thread model: //p'`
15765  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $target_thread_file" >&5
15766$as_echo "$target_thread_file" >&6; }
15767
15768case $target_thread_file in
15769    aix)	thread_header=config/rs6000/gthr-aix.h ;;
15770    dce)	thread_header=config/pa/gthr-dce.h ;;
15771    gcn)	thread_header=config/gcn/gthr-gcn.h ;;
15772    lynx)	thread_header=config/gthr-lynx.h ;;
15773    mipssde)	thread_header=config/mips/gthr-mipssde.h ;;
15774    posix)	thread_header=gthr-posix.h ;;
15775    rtems)	thread_header=config/gthr-rtems.h ;;
15776    single)	thread_header=gthr-single.h ;;
15777    tpf)	thread_header=config/s390/gthr-tpf.h ;;
15778    vxworks)	thread_header=config/gthr-vxworks.h ;;
15779    win32)	thread_header=config/i386/gthr-win32.h ;;
15780esac
15781
15782
15783
15784
15785
15786  ac_ext=cpp
15787ac_cpp='$CXXCPP $CPPFLAGS'
15788ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15789ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15790ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
15791
15792  old_CXXFLAGS="$CXXFLAGS"
15793
15794  # Do link tests if possible, instead asm tests, limited to some platforms
15795  # see discussion in PR target/40134, PR libstdc++/40133 and the thread
15796  # starting at http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00322.html
15797  atomic_builtins_link_tests=no
15798  if test x$gcc_no_link != xyes; then
15799    # Can do link tests. Limit to some tested platforms
15800    case "$host" in
15801      *-*-linux* | *-*-uclinux* | *-*-kfreebsd*-gnu | *-*-gnu*)
15802	atomic_builtins_link_tests=yes
15803	;;
15804    esac
15805  fi
15806
15807  if test x$atomic_builtins_link_tests = xyes; then
15808
15809  # Do link tests.
15810
15811  CXXFLAGS="$CXXFLAGS -fno-exceptions"
15812
15813  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic builtins for bool" >&5
15814$as_echo_n "checking for atomic builtins for bool... " >&6; }
15815if ${glibcxx_cv_atomic_bool+:} false; then :
15816  $as_echo_n "(cached) " >&6
15817else
15818
15819    if test x$gcc_no_link = xyes; then
15820  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15821fi
15822cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15823/* end confdefs.h.  */
15824
15825int
15826main ()
15827{
15828typedef bool atomic_type;
15829       atomic_type c1;
15830       atomic_type c2;
15831       atomic_type c3(0);
15832       // N.B. __atomic_fetch_add is not supported for bool.
15833       __atomic_compare_exchange_n(&c1, &c2, c3, true, __ATOMIC_ACQ_REL,
15834				   __ATOMIC_RELAXED);
15835       __atomic_test_and_set(&c1, __ATOMIC_RELAXED);
15836       __atomic_load_n(&c1, __ATOMIC_RELAXED);
15837
15838  ;
15839  return 0;
15840}
15841_ACEOF
15842if ac_fn_cxx_try_link "$LINENO"; then :
15843  glibcxx_cv_atomic_bool=yes
15844else
15845  glibcxx_cv_atomic_bool=no
15846fi
15847rm -f core conftest.err conftest.$ac_objext \
15848    conftest$ac_exeext conftest.$ac_ext
15849
15850fi
15851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_atomic_bool" >&5
15852$as_echo "$glibcxx_cv_atomic_bool" >&6; }
15853
15854  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic builtins for short" >&5
15855$as_echo_n "checking for atomic builtins for short... " >&6; }
15856if ${glibcxx_cv_atomic_short+:} false; then :
15857  $as_echo_n "(cached) " >&6
15858else
15859
15860    if test x$gcc_no_link = xyes; then
15861  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15862fi
15863cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15864/* end confdefs.h.  */
15865
15866int
15867main ()
15868{
15869typedef short atomic_type;
15870       atomic_type c1;
15871       atomic_type c2;
15872       atomic_type c3(0);
15873       __atomic_fetch_add(&c1, c2, __ATOMIC_RELAXED);
15874       __atomic_compare_exchange_n(&c1, &c2, c3, true, __ATOMIC_ACQ_REL,
15875				   __ATOMIC_RELAXED);
15876       __atomic_test_and_set(&c1, __ATOMIC_RELAXED);
15877       __atomic_load_n(&c1, __ATOMIC_RELAXED);
15878
15879  ;
15880  return 0;
15881}
15882_ACEOF
15883if ac_fn_cxx_try_link "$LINENO"; then :
15884  glibcxx_cv_atomic_short=yes
15885else
15886  glibcxx_cv_atomic_short=no
15887fi
15888rm -f core conftest.err conftest.$ac_objext \
15889    conftest$ac_exeext conftest.$ac_ext
15890
15891fi
15892{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_atomic_short" >&5
15893$as_echo "$glibcxx_cv_atomic_short" >&6; }
15894
15895  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic builtins for int" >&5
15896$as_echo_n "checking for atomic builtins for int... " >&6; }
15897if ${glibcxx_cv_atomic_int+:} false; then :
15898  $as_echo_n "(cached) " >&6
15899else
15900
15901    if test x$gcc_no_link = xyes; then
15902  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15903fi
15904cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15905/* end confdefs.h.  */
15906
15907int
15908main ()
15909{
15910typedef int atomic_type;
15911       atomic_type c1;
15912       atomic_type c2;
15913       atomic_type c3(0);
15914       __atomic_fetch_add(&c1, c2, __ATOMIC_RELAXED);
15915       __atomic_compare_exchange_n(&c1, &c2, c3, true, __ATOMIC_ACQ_REL,
15916				   __ATOMIC_RELAXED);
15917       __atomic_test_and_set(&c1, __ATOMIC_RELAXED);
15918       __atomic_load_n(&c1, __ATOMIC_RELAXED);
15919
15920  ;
15921  return 0;
15922}
15923_ACEOF
15924if ac_fn_cxx_try_link "$LINENO"; then :
15925  glibcxx_cv_atomic_int=yes
15926else
15927  glibcxx_cv_atomic_int=no
15928fi
15929rm -f core conftest.err conftest.$ac_objext \
15930    conftest$ac_exeext conftest.$ac_ext
15931
15932fi
15933{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_atomic_int" >&5
15934$as_echo "$glibcxx_cv_atomic_int" >&6; }
15935
15936  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic builtins for long long" >&5
15937$as_echo_n "checking for atomic builtins for long long... " >&6; }
15938if ${glibcxx_cv_atomic_long_long+:} false; then :
15939  $as_echo_n "(cached) " >&6
15940else
15941
15942    if test x$gcc_no_link = xyes; then
15943  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15944fi
15945cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15946/* end confdefs.h.  */
15947
15948int
15949main ()
15950{
15951typedef long long atomic_type;
15952       atomic_type c1;
15953       atomic_type c2;
15954       atomic_type c3(0);
15955       __atomic_fetch_add(&c1, c2, __ATOMIC_RELAXED);
15956       __atomic_compare_exchange_n(&c1, &c2, c3, true, __ATOMIC_ACQ_REL,
15957				   __ATOMIC_RELAXED);
15958       __atomic_test_and_set(&c1, __ATOMIC_RELAXED);
15959       __atomic_load_n(&c1, __ATOMIC_RELAXED);
15960
15961  ;
15962  return 0;
15963}
15964_ACEOF
15965if ac_fn_cxx_try_link "$LINENO"; then :
15966  glibcxx_cv_atomic_long_long=yes
15967else
15968  glibcxx_cv_atomic_long_long=no
15969fi
15970rm -f core conftest.err conftest.$ac_objext \
15971    conftest$ac_exeext conftest.$ac_ext
15972
15973fi
15974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_atomic_long_long" >&5
15975$as_echo "$glibcxx_cv_atomic_long_long" >&6; }
15976
15977  else
15978
15979  # Do asm tests.
15980
15981  # Compile unoptimized.
15982  CXXFLAGS='-O0 -S'
15983
15984  # Fake what AC_TRY_COMPILE does.
15985
15986    cat > conftest.$ac_ext << EOF
15987#line 15984 "configure"
15988int main()
15989{
15990  typedef bool atomic_type;
15991  atomic_type c1;
15992  atomic_type c2;
15993  atomic_type c3(0);
15994  // N.B. __atomic_fetch_add is not supported for bool.
15995  __atomic_compare_exchange_n(&c1, &c2, c3, true, __ATOMIC_ACQ_REL,
15996			      __ATOMIC_RELAXED);
15997  __atomic_test_and_set(&c1, __ATOMIC_RELAXED);
15998  __atomic_load_n(&c1, __ATOMIC_RELAXED);
15999
16000  return 0;
16001}
16002EOF
16003
16004    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic builtins for bool" >&5
16005$as_echo_n "checking for atomic builtins for bool... " >&6; }
16006    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16007  (eval $ac_compile) 2>&5
16008  ac_status=$?
16009  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16010  test $ac_status = 0; }; then
16011      if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
16012	glibcxx_cv_atomic_bool=no
16013      else
16014	glibcxx_cv_atomic_bool=yes
16015      fi
16016    fi
16017    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_atomic_bool" >&5
16018$as_echo "$glibcxx_cv_atomic_bool" >&6; }
16019    rm -f conftest*
16020
16021    cat > conftest.$ac_ext << EOF
16022#line 16019 "configure"
16023int main()
16024{
16025  typedef short atomic_type;
16026  atomic_type c1;
16027  atomic_type c2;
16028  atomic_type c3(0);
16029  __atomic_fetch_add(&c1, c2, __ATOMIC_RELAXED);
16030  __atomic_compare_exchange_n(&c1, &c2, c3, true, __ATOMIC_ACQ_REL,
16031			      __ATOMIC_RELAXED);
16032  __atomic_test_and_set(&c1, __ATOMIC_RELAXED);
16033  __atomic_load_n(&c1, __ATOMIC_RELAXED);
16034
16035  return 0;
16036}
16037EOF
16038
16039    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic builtins for short" >&5
16040$as_echo_n "checking for atomic builtins for short... " >&6; }
16041    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16042  (eval $ac_compile) 2>&5
16043  ac_status=$?
16044  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16045  test $ac_status = 0; }; then
16046      if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
16047	glibcxx_cv_atomic_short=no
16048      else
16049	glibcxx_cv_atomic_short=yes
16050      fi
16051    fi
16052    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_atomic_short" >&5
16053$as_echo "$glibcxx_cv_atomic_short" >&6; }
16054    rm -f conftest*
16055
16056    cat > conftest.$ac_ext << EOF
16057#line 16054 "configure"
16058int main()
16059{
16060  // NB: _Atomic_word not necessarily int.
16061  typedef int atomic_type;
16062  atomic_type c1;
16063  atomic_type c2;
16064  atomic_type c3(0);
16065  __atomic_fetch_add(&c1, c2, __ATOMIC_RELAXED);
16066  __atomic_compare_exchange_n(&c1, &c2, c3, true, __ATOMIC_ACQ_REL,
16067			      __ATOMIC_RELAXED);
16068  __atomic_test_and_set(&c1, __ATOMIC_RELAXED);
16069  __atomic_load_n(&c1, __ATOMIC_RELAXED);
16070
16071  return 0;
16072}
16073EOF
16074
16075    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic builtins for int" >&5
16076$as_echo_n "checking for atomic builtins for int... " >&6; }
16077    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16078  (eval $ac_compile) 2>&5
16079  ac_status=$?
16080  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16081  test $ac_status = 0; }; then
16082      if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
16083	glibcxx_cv_atomic_int=no
16084      else
16085	glibcxx_cv_atomic_int=yes
16086      fi
16087    fi
16088    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_atomic_int" >&5
16089$as_echo "$glibcxx_cv_atomic_int" >&6; }
16090    rm -f conftest*
16091
16092    cat > conftest.$ac_ext << EOF
16093#line 16090 "configure"
16094int main()
16095{
16096  typedef long long atomic_type;
16097  atomic_type c1;
16098  atomic_type c2;
16099  atomic_type c3(0);
16100  __atomic_fetch_add(&c1, c2, __ATOMIC_RELAXED);
16101  __atomic_compare_exchange_n(&c1, &c2, c3, true, __ATOMIC_ACQ_REL,
16102			      __ATOMIC_RELAXED);
16103  __atomic_test_and_set(&c1, __ATOMIC_RELAXED);
16104  __atomic_load_n(&c1, __ATOMIC_RELAXED);
16105
16106  return 0;
16107}
16108EOF
16109
16110    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atomic builtins for long long" >&5
16111$as_echo_n "checking for atomic builtins for long long... " >&6; }
16112    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16113  (eval $ac_compile) 2>&5
16114  ac_status=$?
16115  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16116  test $ac_status = 0; }; then
16117      if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
16118	glibcxx_cv_atomic_long_long=no
16119      else
16120	glibcxx_cv_atomic_long_long=yes
16121      fi
16122    fi
16123    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_atomic_long_long" >&5
16124$as_echo "$glibcxx_cv_atomic_long_long" >&6; }
16125    rm -f conftest*
16126
16127  fi
16128
16129  CXXFLAGS="$old_CXXFLAGS"
16130  ac_ext=c
16131ac_cpp='$CPP $CPPFLAGS'
16132ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16133ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16134ac_compiler_gnu=$ac_cv_c_compiler_gnu
16135
16136
16137  # Set atomicity_dir to builtins if all but the long long test above passes,
16138  # or if the builtins were already chosen (e.g. by configure.host).
16139  if { test "$glibcxx_cv_atomic_bool" = yes \
16140     && test "$glibcxx_cv_atomic_short" = yes \
16141     && test "$glibcxx_cv_atomic_int" = yes; } \
16142     || test "$atomicity_dir" = "cpu/generic/atomicity_builtins"; then
16143
16144$as_echo "#define _GLIBCXX_ATOMIC_BUILTINS 1" >>confdefs.h
16145
16146    atomicity_dir=cpu/generic/atomicity_builtins
16147  fi
16148
16149  # If still generic, set to mutex.
16150  if test $atomicity_dir = "cpu/generic" ; then
16151    atomicity_dir=cpu/generic/atomicity_mutex
16152    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No native atomic operations are provided for this platform." >&5
16153$as_echo "$as_me: WARNING: No native atomic operations are provided for this platform." >&2;}
16154      if test "x$target_thread_file" = xsingle; then
16155	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: They cannot be faked when thread support is disabled." >&5
16156$as_echo "$as_me: WARNING: They cannot be faked when thread support is disabled." >&2;}
16157	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Thread-safety of certain classes is not guaranteed." >&5
16158$as_echo "$as_me: WARNING: Thread-safety of certain classes is not guaranteed." >&2;}
16159      else
16160	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: They will be faked using a mutex." >&5
16161$as_echo "$as_me: WARNING: They will be faked using a mutex." >&2;}
16162	{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Performance of certain classes will degrade as a result." >&5
16163$as_echo "$as_me: WARNING: Performance of certain classes will degrade as a result." >&2;}
16164      fi
16165  fi
16166
16167
16168
16169
16170
16171# Check whether --with-libstdcxx-lock-policy was given.
16172if test "${with_libstdcxx_lock_policy+set}" = set; then :
16173  withval=$with_libstdcxx_lock_policy; libstdcxx_atomic_lock_policy=$withval
16174else
16175  libstdcxx_atomic_lock_policy=auto
16176fi
16177
16178
16179  case "$libstdcxx_atomic_lock_policy" in
16180    atomic|mutex|auto) ;;
16181    *) as_fn_error $? "Invalid argument for --with-libstdcxx-lock-policy" "$LINENO" 5 ;;
16182  esac
16183  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lock policy for shared_ptr reference counts" >&5
16184$as_echo_n "checking for lock policy for shared_ptr reference counts... " >&6; }
16185
16186  if test x"$libstdcxx_atomic_lock_policy" = x"auto"; then
16187
16188    ac_ext=cpp
16189ac_cpp='$CXXCPP $CPPFLAGS'
16190ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16191ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16192ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16193
16194    ac_save_CXXFLAGS="$CXXFLAGS"
16195
16196                cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16197/* end confdefs.h.  */
16198
16199    #if defined __riscv
16200    # error "Defaulting to mutex-based locks for ABI compatibility"
16201    #endif
16202    #if ! defined __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
16203    # error "No 2-byte compare-and-swap"
16204    #elif ! defined __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
16205    # error "No 4-byte compare-and-swap"
16206    #endif
16207
16208int
16209main ()
16210{
16211
16212  ;
16213  return 0;
16214}
16215_ACEOF
16216if ac_fn_cxx_try_compile "$LINENO"; then :
16217  libstdcxx_atomic_lock_policy=atomic
16218else
16219  libstdcxx_atomic_lock_policy=mutex
16220fi
16221rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16222    ac_ext=c
16223ac_cpp='$CPP $CPPFLAGS'
16224ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16225ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16226ac_compiler_gnu=$ac_cv_c_compiler_gnu
16227
16228    CXXFLAGS="$ac_save_CXXFLAGS"
16229  fi
16230
16231  if test x"$libstdcxx_atomic_lock_policy" = x"atomic"; then
16232    { $as_echo "$as_me:${as_lineno-$LINENO}: result: atomic" >&5
16233$as_echo "atomic" >&6; }
16234
16235$as_echo "#define HAVE_ATOMIC_LOCK_POLICY 1" >>confdefs.h
16236
16237  else
16238    { $as_echo "$as_me:${as_lineno-$LINENO}: result: mutex" >&5
16239$as_echo "mutex" >&6; }
16240  fi
16241
16242
16243
16244
16245  # Fake what AC_TRY_COMPILE does, without linking as this is
16246  # unnecessary for this test.
16247
16248    cat > conftest.$ac_ext << EOF
16249#line 16246 "configure"
16250int main()
16251{
16252  _Decimal32 d1;
16253  _Decimal64 d2;
16254  _Decimal128 d3;
16255  return 0;
16256}
16257EOF
16258
16259    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO/IEC TR 24733 " >&5
16260$as_echo_n "checking for ISO/IEC TR 24733 ... " >&6; }
16261    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16262  (eval $ac_compile) 2>&5
16263  ac_status=$?
16264  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16265  test $ac_status = 0; }; then
16266
16267$as_echo "#define _GLIBCXX_USE_DECIMAL_FLOAT 1" >>confdefs.h
16268
16269      enable_dfp=yes
16270    else
16271      enable_dfp=no
16272    fi
16273    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dfp" >&5
16274$as_echo "$enable_dfp" >&6; }
16275    rm -f conftest*
16276
16277
16278
16279
16280  ac_ext=cpp
16281ac_cpp='$CXXCPP $CPPFLAGS'
16282ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16283ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16284ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16285
16286
16287  # Fake what AC_TRY_COMPILE does, without linking as this is
16288  # unnecessary for this test.
16289
16290  cat > conftest.$ac_ext << EOF
16291#line 16288 "configure"
16292template<typename T1, typename T2>
16293  struct same
16294  { typedef T2 type; };
16295
16296template<typename T>
16297  struct same<T, T>;
16298
16299int main()
16300{
16301  typename same<double, __float128>::type      f1;
16302  typename same<long double, __float128>::type f2;
16303}
16304EOF
16305
16306    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __float128" >&5
16307$as_echo_n "checking for __float128... " >&6; }
16308    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
16309  (eval $ac_compile) 2>&5
16310  ac_status=$?
16311  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16312  test $ac_status = 0; }; then
16313      enable_float128=yes
16314    else
16315      enable_float128=no
16316    fi
16317    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_float128" >&5
16318$as_echo "$enable_float128" >&6; }
16319
16320    rm -f conftest*
16321
16322  ac_ext=c
16323ac_cpp='$CPP $CPPFLAGS'
16324ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16325ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16326ac_compiler_gnu=$ac_cv_c_compiler_gnu
16327
16328
16329if test "$enable_float128" = yes; then
16330  port_specific_symbol_files="$port_specific_symbol_files \$(top_srcdir)/config/abi/pre/float128.ver"
16331fi
16332
16333# Checks for compiler support that doesn't require linking.
16334
16335  # All these tests are for C++; save the language and the compiler flags.
16336  # The CXXFLAGS thing is suspicious, but based on similar bits previously
16337  # found in GLIBCXX_CONFIGURE.
16338
16339  ac_ext=cpp
16340ac_cpp='$CXXCPP $CPPFLAGS'
16341ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16342ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16343ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
16344
16345  ac_test_CXXFLAGS="${CXXFLAGS+set}"
16346  ac_save_CXXFLAGS="$CXXFLAGS"
16347
16348  # Check for -ffunction-sections -fdata-sections
16349  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for g++ that supports -ffunction-sections -fdata-sections" >&5
16350$as_echo_n "checking for g++ that supports -ffunction-sections -fdata-sections... " >&6; }
16351  CXXFLAGS='-g -Werror -ffunction-sections -fdata-sections'
16352  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16353/* end confdefs.h.  */
16354int foo; void bar() { };
16355int
16356main ()
16357{
16358
16359  ;
16360  return 0;
16361}
16362_ACEOF
16363if ac_fn_cxx_try_compile "$LINENO"; then :
16364  ac_fdsections=yes
16365else
16366  ac_fdsections=no
16367fi
16368rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16369  if test "$ac_test_CXXFLAGS" = set; then
16370    CXXFLAGS="$ac_save_CXXFLAGS"
16371  else
16372    # this is the suspicious part
16373    CXXFLAGS=''
16374  fi
16375  if test x"$ac_fdsections" = x"yes"; then
16376    SECTION_FLAGS='-ffunction-sections -fdata-sections'
16377  fi
16378  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_fdsections" >&5
16379$as_echo "$ac_fdsections" >&6; }
16380
16381  ac_ext=c
16382ac_cpp='$CPP $CPPFLAGS'
16383ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16384ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16385ac_compiler_gnu=$ac_cv_c_compiler_gnu
16386
16387
16388
16389
16390# Enable all the variable C++ runtime options that don't require linking.
16391
16392  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for underlying I/O to use" >&5
16393$as_echo_n "checking for underlying I/O to use... " >&6; }
16394   # Check whether --enable-cstdio was given.
16395if test "${enable_cstdio+set}" = set; then :
16396  enableval=$enable_cstdio;
16397      case "$enableval" in
16398       stdio|stdio_posix|stdio_pure) ;;
16399       *) as_fn_error $? "Unknown argument to enable/disable cstdio" "$LINENO" 5 ;;
16400	  	        esac
16401
16402else
16403  enable_cstdio=stdio
16404fi
16405
16406
16407
16408  # The only available I/O model is based on stdio, via basic_file_stdio.
16409  # The default "stdio" is actually "stdio + POSIX" because it uses fdopen(3)
16410  # to get a file descriptor and then uses read(3) and write(3) with it.
16411  # The "stdio_pure" model doesn't use fdopen and only uses FILE* for I/O.
16412  case ${enable_cstdio} in
16413    stdio*)
16414      CSTDIO_H=config/io/c_io_stdio.h
16415      BASIC_FILE_H=config/io/basic_file_stdio.h
16416      BASIC_FILE_CC=config/io/basic_file_stdio.cc
16417
16418      if test "x$enable_cstdio" = "xstdio_pure" ; then
16419	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: stdio (without POSIX read/write)" >&5
16420$as_echo "stdio (without POSIX read/write)" >&6; }
16421
16422$as_echo "#define _GLIBCXX_USE_STDIO_PURE 1" >>confdefs.h
16423
16424      else
16425	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: stdio (with POSIX read/write)" >&5
16426$as_echo "stdio (with POSIX read/write)" >&6; }
16427      fi
16428      ;;
16429  esac
16430
16431
16432
16433
16434
16435
16436   # Check whether --enable-clocale was given.
16437if test "${enable_clocale+set}" = set; then :
16438  enableval=$enable_clocale;
16439      case "$enableval" in
16440       generic|gnu|ieee_1003.1-2001|newlib|yes|no|auto) ;;
16441       *) as_fn_error $? "Unknown argument to enable/disable clocale" "$LINENO" 5 ;;
16442	  	        esac
16443
16444else
16445  enable_clocale=auto
16446fi
16447
16448
16449
16450  # Deal with gettext issues.  Default to not using it (=no) until we detect
16451  # support for it later.  Let the user turn it off via --e/d, but let that
16452  # default to on for easier handling.
16453  USE_NLS=no
16454  # Check whether --enable-nls was given.
16455if test "${enable_nls+set}" = set; then :
16456  enableval=$enable_nls;
16457else
16458  enable_nls=yes
16459fi
16460
16461
16462  # Either a known package, or "auto"
16463  if test $enable_clocale = no || test $enable_clocale = yes; then
16464     enable_clocale=auto
16465  fi
16466  enable_clocale_flag=$enable_clocale
16467
16468  # Probe for locale model to use if none specified.
16469  # Default to "generic".
16470  if test $enable_clocale_flag = auto; then
16471    case ${target_os} in
16472      linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu)
16473	enable_clocale_flag=gnu
16474	;;
16475      darwin*)
16476	enable_clocale_flag=darwin
16477	;;
16478      vxworks*)
16479	enable_clocale_flag=vxworks
16480	;;
16481      dragonfly* | freebsd* | netbsd*)
16482	enable_clocale_flag=dragonfly
16483	;;
16484      openbsd*)
16485	enable_clocale_flag=newlib
16486	;;
16487      *)
16488	if test x"$with_newlib" = x"yes"; then
16489	  enable_clocale_flag=newlib
16490	else
16491	  enable_clocale_flag=generic
16492	fi
16493	;;
16494    esac
16495  fi
16496
16497  # Sanity check model, and test for special functionality.
16498  if test $enable_clocale_flag = gnu; then
16499    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16500/* end confdefs.h.  */
16501
16502    #include <features.h>
16503    #if (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) && !defined(__UCLIBC__)
16504      _GLIBCXX_ok
16505    #endif
16506
16507_ACEOF
16508if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16509  $EGREP "_GLIBCXX_ok" >/dev/null 2>&1; then :
16510  enable_clocale_flag=gnu
16511else
16512  enable_clocale_flag=generic
16513fi
16514rm -f conftest*
16515
16516
16517    # Set it to scream when it hurts.
16518    ac_save_CFLAGS="$CFLAGS"
16519    CFLAGS="-Wimplicit-function-declaration -Werror"
16520
16521    # Use strxfrm_l if available.
16522    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16523/* end confdefs.h.  */
16524#define _GNU_SOURCE 1
16525     		    #include <string.h>
16526		    #include <locale.h>
16527int
16528main ()
16529{
16530char s[128]; __locale_t loc; strxfrm_l(s, "C", 5, loc);
16531  ;
16532  return 0;
16533}
16534_ACEOF
16535if ac_fn_c_try_compile "$LINENO"; then :
16536
16537$as_echo "#define HAVE_STRXFRM_L 1" >>confdefs.h
16538
16539fi
16540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16541
16542    # Use strerror_l if available.
16543    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16544/* end confdefs.h.  */
16545#define _GNU_SOURCE 1
16546		    #include <string.h>
16547		    #include <locale.h>
16548int
16549main ()
16550{
16551__locale_t loc; strerror_l(5, loc);
16552  ;
16553  return 0;
16554}
16555_ACEOF
16556if ac_fn_c_try_compile "$LINENO"; then :
16557
16558$as_echo "#define HAVE_STRERROR_L 1" >>confdefs.h
16559
16560fi
16561rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16562
16563    CFLAGS="$ac_save_CFLAGS"
16564  fi
16565
16566  # Perhaps use strerror_r if available, and strerror_l isn't.
16567  ac_save_CFLAGS="$CFLAGS"
16568  CFLAGS="-Wimplicit-function-declaration -Werror"
16569  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16570/* end confdefs.h.  */
16571#define _GNU_SOURCE 1
16572	     	  #include <string.h>
16573		  #include <locale.h>
16574int
16575main ()
16576{
16577char s[128]; strerror_r(5, s, 128);
16578  ;
16579  return 0;
16580}
16581_ACEOF
16582if ac_fn_c_try_compile "$LINENO"; then :
16583
16584$as_echo "#define HAVE_STRERROR_R 1" >>confdefs.h
16585
16586fi
16587rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16588  CFLAGS="$ac_save_CFLAGS"
16589
16590  # Set configure bits for specified locale package
16591  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C locale to use" >&5
16592$as_echo_n "checking for C locale to use... " >&6; }
16593  case ${enable_clocale_flag} in
16594    generic)
16595      { $as_echo "$as_me:${as_lineno-$LINENO}: result: generic" >&5
16596$as_echo "generic" >&6; }
16597
16598      CLOCALE_H=config/locale/generic/c_locale.h
16599      CLOCALE_CC=config/locale/generic/c_locale.cc
16600      CCODECVT_CC=config/locale/generic/codecvt_members.cc
16601      CCOLLATE_CC=config/locale/generic/collate_members.cc
16602      CCTYPE_CC=config/locale/generic/ctype_members.cc
16603      CMESSAGES_H=config/locale/generic/messages_members.h
16604      CMESSAGES_CC=config/locale/generic/messages_members.cc
16605      CMONEY_CC=config/locale/generic/monetary_members.cc
16606      CNUMERIC_CC=config/locale/generic/numeric_members.cc
16607      CTIME_H=config/locale/generic/time_members.h
16608      CTIME_CC=config/locale/generic/time_members.cc
16609      CLOCALE_INTERNAL_H=config/locale/generic/c++locale_internal.h
16610      ;;
16611    darwin)
16612      { $as_echo "$as_me:${as_lineno-$LINENO}: result: darwin" >&5
16613$as_echo "darwin" >&6; }
16614
16615      CLOCALE_H=config/locale/generic/c_locale.h
16616      CLOCALE_CC=config/locale/generic/c_locale.cc
16617      CCODECVT_CC=config/locale/generic/codecvt_members.cc
16618      CCOLLATE_CC=config/locale/generic/collate_members.cc
16619      CCTYPE_CC=config/locale/darwin/ctype_members.cc
16620      CMESSAGES_H=config/locale/generic/messages_members.h
16621      CMESSAGES_CC=config/locale/generic/messages_members.cc
16622      CMONEY_CC=config/locale/generic/monetary_members.cc
16623      CNUMERIC_CC=config/locale/generic/numeric_members.cc
16624      CTIME_H=config/locale/generic/time_members.h
16625      CTIME_CC=config/locale/generic/time_members.cc
16626      CLOCALE_INTERNAL_H=config/locale/generic/c++locale_internal.h
16627      ;;
16628    vxworks)
16629      { $as_echo "$as_me:${as_lineno-$LINENO}: result: vxworks" >&5
16630$as_echo "vxworks" >&6; }
16631
16632      CLOCALE_H=config/locale/generic/c_locale.h
16633      CLOCALE_CC=config/locale/generic/c_locale.cc
16634      CCODECVT_CC=config/locale/generic/codecvt_members.cc
16635      CCOLLATE_CC=config/locale/generic/collate_members.cc
16636      CCTYPE_CC=config/locale/vxworks/ctype_members.cc
16637      CMESSAGES_H=config/locale/generic/messages_members.h
16638      CMESSAGES_CC=config/locale/generic/messages_members.cc
16639      CMONEY_CC=config/locale/generic/monetary_members.cc
16640      CNUMERIC_CC=config/locale/generic/numeric_members.cc
16641      CTIME_H=config/locale/generic/time_members.h
16642      CTIME_CC=config/locale/generic/time_members.cc
16643      CLOCALE_INTERNAL_H=config/locale/generic/c++locale_internal.h
16644      ;;
16645    dragonfly)
16646      { $as_echo "$as_me:${as_lineno-$LINENO}: result: dragonfly or freebsd or netbsd" >&5
16647$as_echo "dragonfly or freebsd or netbsd" >&6; }
16648
16649      CLOCALE_H=config/locale/dragonfly/c_locale.h
16650      CLOCALE_CC=config/locale/dragonfly/c_locale.cc
16651      CCODECVT_CC=config/locale/dragonfly/codecvt_members.cc
16652      CCOLLATE_CC=config/locale/dragonfly/collate_members.cc
16653      CCTYPE_CC=config/locale/dragonfly/ctype_members.cc
16654      CMESSAGES_H=config/locale/generic/messages_members.h
16655      CMESSAGES_CC=config/locale/generic/messages_members.cc
16656      CMONEY_CC=config/locale/dragonfly/monetary_members.cc
16657      CNUMERIC_CC=config/locale/dragonfly/numeric_members.cc
16658      CTIME_H=config/locale/dragonfly/time_members.h
16659      CTIME_CC=config/locale/dragonfly/time_members.cc
16660      CLOCALE_INTERNAL_H=config/locale/generic/c++locale_internal.h
16661      ;;
16662
16663    gnu)
16664      { $as_echo "$as_me:${as_lineno-$LINENO}: result: gnu" >&5
16665$as_echo "gnu" >&6; }
16666
16667      # Declare intention to use gettext, and add support for specific
16668      # languages.
16669      # For some reason, ALL_LINGUAS has to be before AM-GNU-GETTEXT
16670      ALL_LINGUAS="de fr"
16671
16672      # Don't call AM-GNU-GETTEXT here. Instead, assume glibc.
16673      # Extract the first word of "msgfmt", so it can be a program name with args.
16674set dummy msgfmt; ac_word=$2
16675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16676$as_echo_n "checking for $ac_word... " >&6; }
16677if ${ac_cv_prog_check_msgfmt+:} false; then :
16678  $as_echo_n "(cached) " >&6
16679else
16680  if test -n "$check_msgfmt"; then
16681  ac_cv_prog_check_msgfmt="$check_msgfmt" # Let the user override the test.
16682else
16683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16684for as_dir in $PATH
16685do
16686  IFS=$as_save_IFS
16687  test -z "$as_dir" && as_dir=.
16688    for ac_exec_ext in '' $ac_executable_extensions; do
16689  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16690    ac_cv_prog_check_msgfmt="yes"
16691    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16692    break 2
16693  fi
16694done
16695  done
16696IFS=$as_save_IFS
16697
16698  test -z "$ac_cv_prog_check_msgfmt" && ac_cv_prog_check_msgfmt="no"
16699fi
16700fi
16701check_msgfmt=$ac_cv_prog_check_msgfmt
16702if test -n "$check_msgfmt"; then
16703  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $check_msgfmt" >&5
16704$as_echo "$check_msgfmt" >&6; }
16705else
16706  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16707$as_echo "no" >&6; }
16708fi
16709
16710
16711      if test x"$check_msgfmt" = x"yes" && test x"$enable_nls" = x"yes"; then
16712	USE_NLS=yes
16713      fi
16714      # Export the build objects.
16715      for ling in $ALL_LINGUAS; do \
16716	glibcxx_MOFILES="$glibcxx_MOFILES $ling.mo"; \
16717	glibcxx_POFILES="$glibcxx_POFILES $ling.po"; \
16718      done
16719
16720
16721
16722      CLOCALE_H=config/locale/gnu/c_locale.h
16723      CLOCALE_CC=config/locale/gnu/c_locale.cc
16724      CCODECVT_CC=config/locale/gnu/codecvt_members.cc
16725      CCOLLATE_CC=config/locale/gnu/collate_members.cc
16726      CCTYPE_CC=config/locale/gnu/ctype_members.cc
16727      CMESSAGES_H=config/locale/gnu/messages_members.h
16728      CMESSAGES_CC=config/locale/gnu/messages_members.cc
16729      CMONEY_CC=config/locale/gnu/monetary_members.cc
16730      CNUMERIC_CC=config/locale/gnu/numeric_members.cc
16731      CTIME_H=config/locale/gnu/time_members.h
16732      CTIME_CC=config/locale/gnu/time_members.cc
16733      CLOCALE_INTERNAL_H=config/locale/gnu/c++locale_internal.h
16734      ;;
16735    ieee_1003.1-2001)
16736      { $as_echo "$as_me:${as_lineno-$LINENO}: result: IEEE 1003.1" >&5
16737$as_echo "IEEE 1003.1" >&6; }
16738
16739      CLOCALE_H=config/locale/ieee_1003.1-2001/c_locale.h
16740      CLOCALE_CC=config/locale/ieee_1003.1-2001/c_locale.cc
16741      CCODECVT_CC=config/locale/generic/codecvt_members.cc
16742      CCOLLATE_CC=config/locale/generic/collate_members.cc
16743      CCTYPE_CC=config/locale/generic/ctype_members.cc
16744      CMESSAGES_H=config/locale/ieee_1003.1-2001/messages_members.h
16745      CMESSAGES_CC=config/locale/ieee_1003.1-2001/messages_members.cc
16746      CMONEY_CC=config/locale/generic/monetary_members.cc
16747      CNUMERIC_CC=config/locale/generic/numeric_members.cc
16748      CTIME_H=config/locale/generic/time_members.h
16749      CTIME_CC=config/locale/generic/time_members.cc
16750      CLOCALE_INTERNAL_H=config/locale/generic/c++locale_internal.h
16751      ;;
16752    newlib)
16753      { $as_echo "$as_me:${as_lineno-$LINENO}: result: newlib" >&5
16754$as_echo "newlib" >&6; }
16755
16756      CLOCALE_H=config/locale/generic/c_locale.h
16757      CLOCALE_CC=config/locale/generic/c_locale.cc
16758      CCODECVT_CC=config/locale/generic/codecvt_members.cc
16759      CCOLLATE_CC=config/locale/generic/collate_members.cc
16760      CCTYPE_CC=config/locale/newlib/ctype_members.cc
16761      CMESSAGES_H=config/locale/generic/messages_members.h
16762      CMESSAGES_CC=config/locale/generic/messages_members.cc
16763      CMONEY_CC=config/locale/generic/monetary_members.cc
16764      CNUMERIC_CC=config/locale/generic/numeric_members.cc
16765      CTIME_H=config/locale/generic/time_members.h
16766      CTIME_CC=config/locale/generic/time_members.cc
16767      CLOCALE_INTERNAL_H=config/locale/generic/c++locale_internal.h
16768      ;;
16769  esac
16770
16771  # This is where the testsuite looks for locale catalogs, using the
16772  # -DLOCALEDIR define during testsuite compilation.
16773  glibcxx_localedir=${glibcxx_builddir}/po/share/locale
16774
16775
16776  # A standalone libintl (e.g., GNU libintl) may be in use.
16777  if test $USE_NLS = yes; then
16778    for ac_header in libintl.h
16779do :
16780  ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default"
16781if test "x$ac_cv_header_libintl_h" = xyes; then :
16782  cat >>confdefs.h <<_ACEOF
16783#define HAVE_LIBINTL_H 1
16784_ACEOF
16785
16786else
16787  USE_NLS=no
16788fi
16789
16790done
16791
16792    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gettext" >&5
16793$as_echo_n "checking for library containing gettext... " >&6; }
16794if ${ac_cv_search_gettext+:} false; then :
16795  $as_echo_n "(cached) " >&6
16796else
16797  ac_func_search_save_LIBS=$LIBS
16798cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16799/* end confdefs.h.  */
16800
16801/* Override any GCC internal prototype to avoid an error.
16802   Use char because int might match the return type of a GCC
16803   builtin and then its argument prototype would still apply.  */
16804#ifdef __cplusplus
16805extern "C"
16806#endif
16807char gettext ();
16808int
16809main ()
16810{
16811return gettext ();
16812  ;
16813  return 0;
16814}
16815_ACEOF
16816for ac_lib in '' intl; do
16817  if test -z "$ac_lib"; then
16818    ac_res="none required"
16819  else
16820    ac_res=-l$ac_lib
16821    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16822  fi
16823  if test x$gcc_no_link = xyes; then
16824  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16825fi
16826if ac_fn_c_try_link "$LINENO"; then :
16827  ac_cv_search_gettext=$ac_res
16828fi
16829rm -f core conftest.err conftest.$ac_objext \
16830    conftest$ac_exeext
16831  if ${ac_cv_search_gettext+:} false; then :
16832  break
16833fi
16834done
16835if ${ac_cv_search_gettext+:} false; then :
16836
16837else
16838  ac_cv_search_gettext=no
16839fi
16840rm conftest.$ac_ext
16841LIBS=$ac_func_search_save_LIBS
16842fi
16843{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gettext" >&5
16844$as_echo "$ac_cv_search_gettext" >&6; }
16845ac_res=$ac_cv_search_gettext
16846if test "$ac_res" != no; then :
16847  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16848
16849else
16850  USE_NLS=no
16851fi
16852
16853  fi
16854  if test $USE_NLS = yes; then
16855
16856$as_echo "#define _GLIBCXX_USE_NLS 1" >>confdefs.h
16857
16858  fi
16859
16860
16861
16862
16863
16864
16865
16866
16867
16868
16869
16870
16871
16872
16873
16874
16875  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for std::allocator base class" >&5
16876$as_echo_n "checking for std::allocator base class... " >&6; }
16877   # Check whether --enable-libstdcxx-allocator was given.
16878if test "${enable_libstdcxx_allocator+set}" = set; then :
16879  enableval=$enable_libstdcxx_allocator;
16880      case "$enableval" in
16881       new|malloc|yes|no|auto) ;;
16882       *) as_fn_error $? "Unknown argument to enable/disable libstdcxx-allocator" "$LINENO" 5 ;;
16883	  	        esac
16884
16885else
16886  enable_libstdcxx_allocator=auto
16887fi
16888
16889
16890
16891  # If they didn't use this option switch, or if they specified --enable
16892  # with no specific model, we'll have to look for one.  If they
16893  # specified --disable (???), do likewise.
16894  if test $enable_libstdcxx_allocator = no ||
16895     test $enable_libstdcxx_allocator = yes;
16896  then
16897     enable_libstdcxx_allocator=auto
16898  fi
16899
16900  # Either a known package, or "auto". Auto implies the default choice
16901  # for a particular platform.
16902  enable_libstdcxx_allocator_flag=$enable_libstdcxx_allocator
16903
16904  # Probe for host-specific support if no specific model is specified.
16905  # Default to "new".
16906  if test $enable_libstdcxx_allocator_flag = auto; then
16907    case ${target_os} in
16908      linux* | gnu* | kfreebsd*-gnu | knetbsd*-gnu)
16909	enable_libstdcxx_allocator_flag=new
16910	;;
16911      *)
16912	enable_libstdcxx_allocator_flag=new
16913	;;
16914    esac
16915  fi
16916  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_libstdcxx_allocator_flag" >&5
16917$as_echo "$enable_libstdcxx_allocator_flag" >&6; }
16918
16919
16920  # Set configure bits for specified locale package
16921  case ${enable_libstdcxx_allocator_flag} in
16922    malloc)
16923      ALLOCATOR_H=config/allocator/malloc_allocator_base.h
16924      ALLOCATOR_NAME=__gnu_cxx::malloc_allocator
16925      ;;
16926    new)
16927      ALLOCATOR_H=config/allocator/new_allocator_base.h
16928      ALLOCATOR_NAME=__gnu_cxx::new_allocator
16929      ;;
16930  esac
16931
16932
16933
16934
16935
16936
16937   # Check whether --enable-cheaders-obsolete was given.
16938if test "${enable_cheaders_obsolete+set}" = set; then :
16939  enableval=$enable_cheaders_obsolete;
16940      case "$enableval" in
16941       yes|no) ;;
16942       *) as_fn_error $? "Argument to enable/disable cheaders-obsolete must be yes or no" "$LINENO" 5 ;;
16943      esac
16944
16945else
16946  enable_cheaders_obsolete=no
16947fi
16948
16949
16950   # Check whether --enable-cheaders was given.
16951if test "${enable_cheaders+set}" = set; then :
16952  enableval=$enable_cheaders;
16953      case "$enableval" in
16954       c|c_global|c_std) ;;
16955       *) as_fn_error $? "Unknown argument to enable/disable cheaders" "$LINENO" 5 ;;
16956	  	        esac
16957
16958else
16959  enable_cheaders=$c_model
16960fi
16961
16962
16963  { $as_echo "$as_me:${as_lineno-$LINENO}: \"C\" header strategy set to $enable_cheaders" >&5
16964$as_echo "$as_me: \"C\" header strategy set to $enable_cheaders" >&6;}
16965  if test $enable_cheaders = c_std ; then
16966    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: the --enable-cheaders=c_std configuration is obsolete, c_global should be used instead" >&5
16967$as_echo "$as_me: WARNING: the --enable-cheaders=c_std configuration is obsolete, c_global should be used instead" >&2;}
16968    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: if you are unable to use c_global please report a bug or inform libstdc++@gcc.gnu.org" >&5
16969$as_echo "$as_me: WARNING: if you are unable to use c_global please report a bug or inform libstdc++@gcc.gnu.org" >&2;}
16970    if test $enable_cheaders_obsolete != yes ; then
16971      as_fn_error $? "use --enable-cheaders-obsolete to use c_std \"C\" headers" "$LINENO" 5
16972    fi
16973  fi
16974
16975  C_INCLUDE_DIR='${glibcxx_srcdir}/include/'$enable_cheaders
16976
16977  # Allow overrides to configure.host here.
16978  if test $enable_cheaders = c_global; then
16979     c_compatibility=yes
16980  fi
16981
16982
16983
16984
16985
16986
16987
16988   # Check whether --enable-long-long was given.
16989if test "${enable_long_long+set}" = set; then :
16990  enableval=$enable_long_long;
16991      case "$enableval" in
16992       yes|no) ;;
16993       *) as_fn_error $? "Argument to enable/disable long-long must be yes or no" "$LINENO" 5 ;;
16994      esac
16995
16996else
16997  enable_long_long=yes
16998fi
16999
17000
17001  if test $enable_long_long = yes; then
17002
17003$as_echo "#define _GLIBCXX_USE_LONG_LONG 1" >>confdefs.h
17004
17005  fi
17006  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for enabled long long specializations" >&5
17007$as_echo_n "checking for enabled long long specializations... " >&6; }
17008  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_long_long" >&5
17009$as_echo "$enable_long_long" >&6; }
17010
17011
17012   # Check whether --enable-wchar_t was given.
17013if test "${enable_wchar_t+set}" = set; then :
17014  enableval=$enable_wchar_t;
17015      case "$enableval" in
17016       yes|no) ;;
17017       *) as_fn_error $? "Argument to enable/disable wchar_t must be yes or no" "$LINENO" 5 ;;
17018      esac
17019
17020else
17021  enable_wchar_t=yes
17022fi
17023
17024
17025
17026  # Test wchar.h for mbstate_t, which is needed for char_traits and fpos.
17027  for ac_header in wchar.h
17028do :
17029  ac_fn_c_check_header_mongrel "$LINENO" "wchar.h" "ac_cv_header_wchar_h" "$ac_includes_default"
17030if test "x$ac_cv_header_wchar_h" = xyes; then :
17031  cat >>confdefs.h <<_ACEOF
17032#define HAVE_WCHAR_H 1
17033_ACEOF
17034 ac_has_wchar_h=yes
17035else
17036  ac_has_wchar_h=no
17037fi
17038
17039done
17040
17041  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
17042$as_echo_n "checking for mbstate_t... " >&6; }
17043  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17044/* end confdefs.h.  */
17045#include <wchar.h>
17046int
17047main ()
17048{
17049mbstate_t teststate;
17050  ;
17051  return 0;
17052}
17053_ACEOF
17054if ac_fn_c_try_compile "$LINENO"; then :
17055  have_mbstate_t=yes
17056else
17057  have_mbstate_t=no
17058fi
17059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17060  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
17061$as_echo "$have_mbstate_t" >&6; }
17062  if test x"$have_mbstate_t" = xyes; then
17063
17064$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
17065
17066  fi
17067
17068  # Test it always, for use in GLIBCXX_ENABLE_C99, together with
17069  # ac_has_wchar_h.
17070  for ac_header in wctype.h
17071do :
17072  ac_fn_c_check_header_mongrel "$LINENO" "wctype.h" "ac_cv_header_wctype_h" "$ac_includes_default"
17073if test "x$ac_cv_header_wctype_h" = xyes; then :
17074  cat >>confdefs.h <<_ACEOF
17075#define HAVE_WCTYPE_H 1
17076_ACEOF
17077 ac_has_wctype_h=yes
17078else
17079  ac_has_wctype_h=no
17080fi
17081
17082done
17083
17084
17085  if test x"$enable_wchar_t" = x"yes"; then
17086
17087
17088    ac_ext=cpp
17089ac_cpp='$CXXCPP $CPPFLAGS'
17090ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17091ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17092ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17093
17094
17095    if test x"$ac_has_wchar_h" = xyes &&
17096       test x"$ac_has_wctype_h" = xyes; then
17097      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17098/* end confdefs.h.  */
17099#include <wchar.h>
17100		      #include <stddef.h>
17101		      wint_t i;
17102		      long l = WEOF;
17103		      long j = WCHAR_MIN;
17104		      long k = WCHAR_MAX;
17105		      namespace test
17106		      {
17107			using ::btowc;
17108			using ::fgetwc;
17109			using ::fgetws;
17110			using ::fputwc;
17111			using ::fputws;
17112			using ::fwide;
17113			using ::fwprintf;
17114			using ::fwscanf;
17115			using ::getwc;
17116			using ::getwchar;
17117 			using ::mbrlen;
17118			using ::mbrtowc;
17119			using ::mbsinit;
17120			using ::mbsrtowcs;
17121			using ::putwc;
17122			using ::putwchar;
17123			using ::swprintf;
17124			using ::swscanf;
17125			using ::ungetwc;
17126			using ::vfwprintf;
17127			using ::vswprintf;
17128			using ::vwprintf;
17129			using ::wcrtomb;
17130			using ::wcscat;
17131			using ::wcschr;
17132			using ::wcscmp;
17133			using ::wcscoll;
17134			using ::wcscpy;
17135			using ::wcscspn;
17136			using ::wcsftime;
17137			using ::wcslen;
17138			using ::wcsncat;
17139			using ::wcsncmp;
17140			using ::wcsncpy;
17141			using ::wcspbrk;
17142			using ::wcsrchr;
17143			using ::wcsrtombs;
17144			using ::wcsspn;
17145			using ::wcsstr;
17146			using ::wcstod;
17147			using ::wcstok;
17148			using ::wcstol;
17149			using ::wcstoul;
17150			using ::wcsxfrm;
17151			using ::wctob;
17152			using ::wmemchr;
17153			using ::wmemcmp;
17154			using ::wmemcpy;
17155			using ::wmemmove;
17156			using ::wmemset;
17157			using ::wprintf;
17158			using ::wscanf;
17159		      }
17160
17161int
17162main ()
17163{
17164
17165  ;
17166  return 0;
17167}
17168_ACEOF
17169if ac_fn_cxx_try_compile "$LINENO"; then :
17170
17171else
17172  enable_wchar_t=no
17173fi
17174rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17175    else
17176      enable_wchar_t=no
17177    fi
17178
17179    ac_ext=c
17180ac_cpp='$CPP $CPPFLAGS'
17181ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17182ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17183ac_compiler_gnu=$ac_cv_c_compiler_gnu
17184
17185  fi
17186
17187  if test x"$enable_wchar_t" = x"yes"; then
17188
17189$as_echo "#define _GLIBCXX_USE_WCHAR_T 1" >>confdefs.h
17190
17191  fi
17192
17193  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for enabled wchar_t specializations" >&5
17194$as_echo_n "checking for enabled wchar_t specializations... " >&6; }
17195  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_wchar_t" >&5
17196$as_echo "$enable_wchar_t" >&6; }
17197
17198
17199
17200   # Check whether --enable-c99 was given.
17201if test "${enable_c99+set}" = set; then :
17202  enableval=$enable_c99;
17203      case "$enableval" in
17204       yes|no) ;;
17205       *) as_fn_error $? "Argument to enable/disable c99 must be yes or no" "$LINENO" 5 ;;
17206      esac
17207
17208else
17209  enable_c99=yes
17210fi
17211
17212
17213
17214  if test x"$enable_c99" = x"yes"; then
17215
17216    ac_ext=cpp
17217ac_cpp='$CXXCPP $CPPFLAGS'
17218ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17219ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17220ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17221
17222
17223    # Use -std=c++98 (instead of -std=gnu++98) because leaving __STRICT_ANSI__
17224    # undefined may cause fake C99 facilities, like pre-standard snprintf,
17225    # to be spuriously enabled.
17226    ac_save_CXXFLAGS="$CXXFLAGS"
17227    CXXFLAGS="$CXXFLAGS -std=c++98"
17228    ac_save_LIBS="$LIBS"
17229    ac_save_gcc_no_link="$gcc_no_link"
17230
17231    if test x$gcc_no_link != xyes; then
17232      # Use -fno-exceptions to that the C driver can link these tests without
17233      # hitting undefined references to personality routines.
17234      CXXFLAGS="$CXXFLAGS -fno-exceptions"
17235      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
17236$as_echo_n "checking for sin in -lm... " >&6; }
17237if ${ac_cv_lib_m_sin+:} false; then :
17238  $as_echo_n "(cached) " >&6
17239else
17240  ac_check_lib_save_LIBS=$LIBS
17241LIBS="-lm  $LIBS"
17242if test x$gcc_no_link = xyes; then
17243  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17244fi
17245cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17246/* end confdefs.h.  */
17247
17248/* Override any GCC internal prototype to avoid an error.
17249   Use char because int might match the return type of a GCC
17250   builtin and then its argument prototype would still apply.  */
17251#ifdef __cplusplus
17252extern "C"
17253#endif
17254char sin ();
17255int
17256main ()
17257{
17258return sin ();
17259  ;
17260  return 0;
17261}
17262_ACEOF
17263if ac_fn_cxx_try_link "$LINENO"; then :
17264  ac_cv_lib_m_sin=yes
17265else
17266  ac_cv_lib_m_sin=no
17267fi
17268rm -f core conftest.err conftest.$ac_objext \
17269    conftest$ac_exeext conftest.$ac_ext
17270LIBS=$ac_check_lib_save_LIBS
17271fi
17272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
17273$as_echo "$ac_cv_lib_m_sin" >&6; }
17274if test "x$ac_cv_lib_m_sin" = xyes; then :
17275  LIBS="$LIBS -lm"
17276else
17277
17278        # Use the default compile-only tests in GCC_TRY_COMPILE_OR_LINK
17279        gcc_no_link=yes
17280
17281fi
17282
17283    fi
17284
17285    # Check for the existence of <math.h> functions used if C99 is enabled.
17286    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <math.h> for C++98" >&5
17287$as_echo_n "checking for ISO C99 support in <math.h> for C++98... " >&6; }
17288if ${glibcxx_cv_c99_math_cxx98+:} false; then :
17289  $as_echo_n "(cached) " >&6
17290else
17291
17292      if test x$gcc_no_link = xyes; then
17293  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17294/* end confdefs.h.  */
17295#include <math.h>
17296         volatile double d1, d2;
17297         volatile int i;
17298int
17299main ()
17300{
17301i = fpclassify(d1);
17302         i = isfinite(d1);
17303         i = isinf(d1);
17304         i = isnan(d1);
17305         i = isnormal(d1);
17306         i = signbit(d1);
17307         i = isgreater(d1, d2);
17308         i = isgreaterequal(d1, d2);
17309         i = isless(d1, d2);
17310         i = islessequal(d1, d2);
17311         i = islessgreater(d1, d2);
17312         i = islessgreater(d1, d2);
17313         i = isunordered(d1, d2);
17314
17315  ;
17316  return 0;
17317}
17318_ACEOF
17319if ac_fn_cxx_try_compile "$LINENO"; then :
17320  glibcxx_cv_c99_math_cxx98=yes
17321else
17322  glibcxx_cv_c99_math_cxx98=no
17323fi
17324rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17325else
17326  if test x$gcc_no_link = xyes; then
17327  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17328fi
17329cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17330/* end confdefs.h.  */
17331#include <math.h>
17332         volatile double d1, d2;
17333         volatile int i;
17334int
17335main ()
17336{
17337i = fpclassify(d1);
17338         i = isfinite(d1);
17339         i = isinf(d1);
17340         i = isnan(d1);
17341         i = isnormal(d1);
17342         i = signbit(d1);
17343         i = isgreater(d1, d2);
17344         i = isgreaterequal(d1, d2);
17345         i = isless(d1, d2);
17346         i = islessequal(d1, d2);
17347         i = islessgreater(d1, d2);
17348         i = islessgreater(d1, d2);
17349         i = isunordered(d1, d2);
17350
17351  ;
17352  return 0;
17353}
17354_ACEOF
17355if ac_fn_cxx_try_link "$LINENO"; then :
17356  glibcxx_cv_c99_math_cxx98=yes
17357else
17358  glibcxx_cv_c99_math_cxx98=no
17359fi
17360rm -f core conftest.err conftest.$ac_objext \
17361    conftest$ac_exeext conftest.$ac_ext
17362fi
17363
17364fi
17365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_math_cxx98" >&5
17366$as_echo "$glibcxx_cv_c99_math_cxx98" >&6; }
17367    if test x"$glibcxx_cv_c99_math_cxx98" = x"yes"; then
17368
17369$as_echo "#define _GLIBCXX98_USE_C99_MATH 1" >>confdefs.h
17370
17371    fi
17372
17373    # Check for the existence of <complex.h> complex math functions.
17374    # This is necessary even though libstdc++ uses the builtin versions
17375    # of these functions, because if the builtin cannot be used, a reference
17376    # to the library function is emitted.
17377    for ac_header in tgmath.h
17378do :
17379  ac_fn_cxx_check_header_mongrel "$LINENO" "tgmath.h" "ac_cv_header_tgmath_h" "$ac_includes_default"
17380if test "x$ac_cv_header_tgmath_h" = xyes; then :
17381  cat >>confdefs.h <<_ACEOF
17382#define HAVE_TGMATH_H 1
17383_ACEOF
17384 ac_has_tgmath_h=yes
17385else
17386  ac_has_tgmath_h=no
17387fi
17388
17389done
17390
17391    for ac_header in complex.h
17392do :
17393  ac_fn_cxx_check_header_mongrel "$LINENO" "complex.h" "ac_cv_header_complex_h" "$ac_includes_default"
17394if test "x$ac_cv_header_complex_h" = xyes; then :
17395  cat >>confdefs.h <<_ACEOF
17396#define HAVE_COMPLEX_H 1
17397_ACEOF
17398 ac_has_complex_h=yes
17399else
17400  ac_has_complex_h=no
17401fi
17402
17403done
17404
17405    if test x"$ac_has_complex_h" = x"yes"; then
17406      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <complex.h> for C++98" >&5
17407$as_echo_n "checking for ISO C99 support in <complex.h> for C++98... " >&6; }
17408if ${glibcxx_cv_c99_complex_cxx98+:} false; then :
17409  $as_echo_n "(cached) " >&6
17410else
17411
17412        if test x$gcc_no_link = xyes; then
17413  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17414/* end confdefs.h.  */
17415#include <complex.h>
17416           typedef __complex__ float float_type;
17417           typedef __complex__ double double_type;
17418           typedef __complex__ long double ld_type;
17419           volatile float_type tmpf;
17420           volatile double_type tmpd;
17421           volatile ld_type tmpld;
17422           volatile float f;
17423           volatile double d;
17424           volatile long double ld;
17425int
17426main ()
17427{
17428f = cabsf(tmpf);
17429           f = cargf(tmpf);
17430           tmpf = ccosf(tmpf);
17431           tmpf = ccoshf(tmpf);
17432           tmpf = cexpf(tmpf);
17433           tmpf = clogf(tmpf);
17434           tmpf = csinf(tmpf);
17435           tmpf = csinhf(tmpf);
17436           tmpf = csqrtf(tmpf);
17437           tmpf = ctanf(tmpf);
17438           tmpf = ctanhf(tmpf);
17439           tmpf = cpowf(tmpf, tmpf);
17440           tmpf = cprojf(tmpf);
17441           d = cabs(tmpd);
17442           d = carg(tmpd);
17443           tmpd = ccos(tmpd);
17444           tmpd = ccosh(tmpd);
17445           tmpd = cexp(tmpd);
17446           tmpd = clog(tmpd);
17447           tmpd = csin(tmpd);
17448           tmpd = csinh(tmpd);
17449           tmpd = csqrt(tmpd);
17450           tmpd = ctan(tmpd);
17451           tmpd = ctanh(tmpd);
17452           tmpd = cpow(tmpd, tmpd);
17453           tmpd = cproj(tmpd);
17454           ld = cabsl(tmpld);
17455           ld = cargl(tmpld);
17456           tmpld = ccosl(tmpld);
17457           tmpld = ccoshl(tmpld);
17458           tmpld = cexpl(tmpld);
17459           tmpld = clogl(tmpld);
17460           tmpld = csinl(tmpld);
17461           tmpld = csinhl(tmpld);
17462           tmpld = csqrtl(tmpld);
17463           tmpld = ctanl(tmpld);
17464           tmpld = ctanhl(tmpld);
17465           tmpld = cpowl(tmpld, tmpld);
17466           tmpld = cprojl(tmpld);
17467
17468  ;
17469  return 0;
17470}
17471_ACEOF
17472if ac_fn_cxx_try_compile "$LINENO"; then :
17473  glibcxx_cv_c99_complex_cxx98=yes
17474else
17475  glibcxx_cv_c99_complex_cxx98=no
17476fi
17477rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17478else
17479  if test x$gcc_no_link = xyes; then
17480  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17481fi
17482cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17483/* end confdefs.h.  */
17484#include <complex.h>
17485           typedef __complex__ float float_type;
17486           typedef __complex__ double double_type;
17487           typedef __complex__ long double ld_type;
17488           volatile float_type tmpf;
17489           volatile double_type tmpd;
17490           volatile ld_type tmpld;
17491           volatile float f;
17492           volatile double d;
17493           volatile long double ld;
17494int
17495main ()
17496{
17497f = cabsf(tmpf);
17498           f = cargf(tmpf);
17499           tmpf = ccosf(tmpf);
17500           tmpf = ccoshf(tmpf);
17501           tmpf = cexpf(tmpf);
17502           tmpf = clogf(tmpf);
17503           tmpf = csinf(tmpf);
17504           tmpf = csinhf(tmpf);
17505           tmpf = csqrtf(tmpf);
17506           tmpf = ctanf(tmpf);
17507           tmpf = ctanhf(tmpf);
17508           tmpf = cpowf(tmpf, tmpf);
17509           tmpf = cprojf(tmpf);
17510           d = cabs(tmpd);
17511           d = carg(tmpd);
17512           tmpd = ccos(tmpd);
17513           tmpd = ccosh(tmpd);
17514           tmpd = cexp(tmpd);
17515           tmpd = clog(tmpd);
17516           tmpd = csin(tmpd);
17517           tmpd = csinh(tmpd);
17518           tmpd = csqrt(tmpd);
17519           tmpd = ctan(tmpd);
17520           tmpd = ctanh(tmpd);
17521           tmpd = cpow(tmpd, tmpd);
17522           tmpd = cproj(tmpd);
17523           ld = cabsl(tmpld);
17524           ld = cargl(tmpld);
17525           tmpld = ccosl(tmpld);
17526           tmpld = ccoshl(tmpld);
17527           tmpld = cexpl(tmpld);
17528           tmpld = clogl(tmpld);
17529           tmpld = csinl(tmpld);
17530           tmpld = csinhl(tmpld);
17531           tmpld = csqrtl(tmpld);
17532           tmpld = ctanl(tmpld);
17533           tmpld = ctanhl(tmpld);
17534           tmpld = cpowl(tmpld, tmpld);
17535           tmpld = cprojl(tmpld);
17536
17537  ;
17538  return 0;
17539}
17540_ACEOF
17541if ac_fn_cxx_try_link "$LINENO"; then :
17542  glibcxx_cv_c99_complex_cxx98=yes
17543else
17544  glibcxx_cv_c99_complex_cxx98=no
17545fi
17546rm -f core conftest.err conftest.$ac_objext \
17547    conftest$ac_exeext conftest.$ac_ext
17548fi
17549
17550fi
17551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_complex_cxx98" >&5
17552$as_echo "$glibcxx_cv_c99_complex_cxx98" >&6; }
17553    fi
17554    if test x"$glibcxx_cv_c99_complex_cxx98" = x"yes"; then
17555
17556$as_echo "#define _GLIBCXX98_USE_C99_COMPLEX 1" >>confdefs.h
17557
17558    fi
17559
17560    # Check for the existence in <stdio.h> of vscanf, et. al.
17561    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <stdio.h> for C++98" >&5
17562$as_echo_n "checking for ISO C99 support in <stdio.h> for C++98... " >&6; }
17563if ${glibcxx_cv_c99_stdio_cxx98+:} false; then :
17564  $as_echo_n "(cached) " >&6
17565else
17566
17567      if test x$gcc_no_link = xyes; then
17568  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17569/* end confdefs.h.  */
17570#include <stdio.h>
17571         #include <stdarg.h>
17572         void foo(char* fmt, ...)
17573         {
17574           va_list args; va_start(args, fmt);
17575           vfscanf(stderr, "%i", args);
17576           vscanf("%i", args);
17577           vsnprintf(fmt, 0, "%i", args);
17578           vsscanf(fmt, "%i", args);
17579           snprintf(fmt, 0, "%i");
17580         }
17581int
17582main ()
17583{
17584
17585  ;
17586  return 0;
17587}
17588_ACEOF
17589if ac_fn_cxx_try_compile "$LINENO"; then :
17590  glibcxx_cv_c99_stdio_cxx98=yes
17591else
17592  glibcxx_cv_c99_stdio_cxx98=no
17593fi
17594rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17595else
17596  if test x$gcc_no_link = xyes; then
17597  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17598fi
17599cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17600/* end confdefs.h.  */
17601#include <stdio.h>
17602         #include <stdarg.h>
17603         void foo(char* fmt, ...)
17604         {
17605           va_list args; va_start(args, fmt);
17606           vfscanf(stderr, "%i", args);
17607           vscanf("%i", args);
17608           vsnprintf(fmt, 0, "%i", args);
17609           vsscanf(fmt, "%i", args);
17610           snprintf(fmt, 0, "%i");
17611         }
17612int
17613main ()
17614{
17615
17616  ;
17617  return 0;
17618}
17619_ACEOF
17620if ac_fn_cxx_try_link "$LINENO"; then :
17621  glibcxx_cv_c99_stdio_cxx98=yes
17622else
17623  glibcxx_cv_c99_stdio_cxx98=no
17624fi
17625rm -f core conftest.err conftest.$ac_objext \
17626    conftest$ac_exeext conftest.$ac_ext
17627fi
17628
17629fi
17630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_stdio_cxx98" >&5
17631$as_echo "$glibcxx_cv_c99_stdio_cxx98" >&6; }
17632    if test x"$glibcxx_cv_c99_stdio_cxx98" = x"yes"; then
17633
17634$as_echo "#define _GLIBCXX98_USE_C99_STDIO 1" >>confdefs.h
17635
17636    fi
17637
17638    # Check for the existence in <stdlib.h> of lldiv_t, et. al.
17639    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <stdlib.h> for C++98" >&5
17640$as_echo_n "checking for ISO C99 support in <stdlib.h> for C++98... " >&6; }
17641if ${glibcxx_cv_c99_stdlib_cxx98+:} false; then :
17642  $as_echo_n "(cached) " >&6
17643else
17644
17645      if test x$gcc_no_link = xyes; then
17646  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17647/* end confdefs.h.  */
17648#include <stdlib.h>
17649         volatile float f;
17650         volatile long double ld;
17651         volatile unsigned long long ll;
17652         lldiv_t mydivt;
17653int
17654main ()
17655{
17656char* tmp;
17657         f = strtof("gnu", &tmp);
17658         ld = strtold("gnu", &tmp);
17659         ll = strtoll("gnu", &tmp, 10);
17660         ll = strtoull("gnu", &tmp, 10);
17661         ll = llabs(10);
17662         mydivt = lldiv(10,1);
17663         ll = mydivt.quot;
17664         ll = mydivt.rem;
17665         ll = atoll("10");
17666         _Exit(0);
17667
17668  ;
17669  return 0;
17670}
17671_ACEOF
17672if ac_fn_cxx_try_compile "$LINENO"; then :
17673  glibcxx_cv_c99_stdlib_cxx98=yes
17674else
17675  glibcxx_cv_c99_stdlib_cxx98=no
17676fi
17677rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17678else
17679  if test x$gcc_no_link = xyes; then
17680  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17681fi
17682cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17683/* end confdefs.h.  */
17684#include <stdlib.h>
17685         volatile float f;
17686         volatile long double ld;
17687         volatile unsigned long long ll;
17688         lldiv_t mydivt;
17689int
17690main ()
17691{
17692char* tmp;
17693         f = strtof("gnu", &tmp);
17694         ld = strtold("gnu", &tmp);
17695         ll = strtoll("gnu", &tmp, 10);
17696         ll = strtoull("gnu", &tmp, 10);
17697         ll = llabs(10);
17698         mydivt = lldiv(10,1);
17699         ll = mydivt.quot;
17700         ll = mydivt.rem;
17701         ll = atoll("10");
17702         _Exit(0);
17703
17704  ;
17705  return 0;
17706}
17707_ACEOF
17708if ac_fn_cxx_try_link "$LINENO"; then :
17709  glibcxx_cv_c99_stdlib_cxx98=yes
17710else
17711  glibcxx_cv_c99_stdlib_cxx98=no
17712fi
17713rm -f core conftest.err conftest.$ac_objext \
17714    conftest$ac_exeext conftest.$ac_ext
17715fi
17716
17717fi
17718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_stdlib_cxx98" >&5
17719$as_echo "$glibcxx_cv_c99_stdlib_cxx98" >&6; }
17720    if test x"$glibcxx_cv_c99_stdlib_cxx98" = x"yes"; then
17721
17722$as_echo "#define _GLIBCXX98_USE_C99_STDLIB 1" >>confdefs.h
17723
17724    fi
17725
17726    # Check for the existence in <wchar.h> of wcstold, etc.
17727    if test x"$ac_has_wchar_h" = xyes &&
17728       test x"$ac_has_wctype_h" = xyes; then
17729      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <wchar.h> for C++98" >&5
17730$as_echo_n "checking for ISO C99 support in <wchar.h> for C++98... " >&6; }
17731if ${glibcxx_cv_c99_wchar_cxx98+:} false; then :
17732  $as_echo_n "(cached) " >&6
17733else
17734
17735        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17736/* end confdefs.h.  */
17737#include <wchar.h>
17738          namespace test
17739          {
17740            using ::wcstold;
17741            using ::wcstoll;
17742            using ::wcstoull;
17743          }
17744
17745int
17746main ()
17747{
17748
17749  ;
17750  return 0;
17751}
17752_ACEOF
17753if ac_fn_cxx_try_compile "$LINENO"; then :
17754  glibcxx_cv_c99_wchar_cxx98=yes
17755else
17756  glibcxx_cv_c99_wchar_cxx98=no
17757fi
17758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17759
17760fi
17761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_wchar_cxx98" >&5
17762$as_echo "$glibcxx_cv_c99_wchar_cxx98" >&6; }
17763
17764      # Checks for wide character functions that may not be present.
17765      # Injection of these is wrapped with guard macros.
17766      # NB: only put functions here, instead of immediately above, if
17767      # absolutely necessary.
17768      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17769/* end confdefs.h.  */
17770#include <wchar.h>
17771        namespace test { using ::vfwscanf; }
17772int
17773main ()
17774{
17775
17776  ;
17777  return 0;
17778}
17779_ACEOF
17780if ac_fn_cxx_try_compile "$LINENO"; then :
17781
17782$as_echo "#define HAVE_VFWSCANF 1" >>confdefs.h
17783
17784fi
17785rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17786
17787      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17788/* end confdefs.h.  */
17789#include <wchar.h>
17790        namespace test { using ::vswscanf; }
17791int
17792main ()
17793{
17794
17795  ;
17796  return 0;
17797}
17798_ACEOF
17799if ac_fn_cxx_try_compile "$LINENO"; then :
17800
17801$as_echo "#define HAVE_VSWSCANF 1" >>confdefs.h
17802
17803fi
17804rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17805
17806      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17807/* end confdefs.h.  */
17808#include <wchar.h>
17809        namespace test { using ::vwscanf; }
17810int
17811main ()
17812{
17813
17814  ;
17815  return 0;
17816}
17817_ACEOF
17818if ac_fn_cxx_try_compile "$LINENO"; then :
17819
17820$as_echo "#define HAVE_VWSCANF 1" >>confdefs.h
17821
17822fi
17823rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17824
17825      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17826/* end confdefs.h.  */
17827#include <wchar.h>
17828        namespace test { using ::wcstof; }
17829int
17830main ()
17831{
17832
17833  ;
17834  return 0;
17835}
17836_ACEOF
17837if ac_fn_cxx_try_compile "$LINENO"; then :
17838
17839$as_echo "#define HAVE_WCSTOF 1" >>confdefs.h
17840
17841fi
17842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17843
17844      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17845/* end confdefs.h.  */
17846#include <wctype.h>
17847int
17848main ()
17849{
17850wint_t t; int i = iswblank(t);
17851  ;
17852  return 0;
17853}
17854_ACEOF
17855if ac_fn_cxx_try_compile "$LINENO"; then :
17856
17857$as_echo "#define HAVE_ISWBLANK 1" >>confdefs.h
17858
17859fi
17860rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17861
17862      if test x"$glibcxx_cv_c99_wchar_cxx98" = x"yes"; then
17863
17864$as_echo "#define _GLIBCXX98_USE_C99_WCHAR 1" >>confdefs.h
17865
17866      fi
17867    fi
17868
17869    # Option parsed, now set things appropriately.
17870    if test x"$glibcxx_cv_c99_math_cxx98" = x"no" ||
17871       test x"$glibcxx_cv_c99_complex_cxx98" = x"no" ||
17872       test x"$glibcxx_cv_c99_stdio_cxx98" = x"no" ||
17873       test x"$glibcxx_cv_c99_stdlib_cxx98" = x"no" ||
17874       test x"$glibcxx_cv_c99_wchar_cxx98" = x"no"; then
17875      enable_c99=no;
17876    else
17877
17878$as_echo "#define _GLIBCXX_USE_C99 1" >>confdefs.h
17879
17880    fi
17881
17882    gcc_no_link="$ac_save_gcc_no_link"
17883    LIBS="$ac_save_LIBS"
17884    CXXFLAGS="$ac_save_CXXFLAGS"
17885    ac_ext=c
17886ac_cpp='$CPP $CPPFLAGS'
17887ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17888ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17889ac_compiler_gnu=$ac_cv_c_compiler_gnu
17890
17891
17892
17893    ac_ext=cpp
17894ac_cpp='$CXXCPP $CPPFLAGS'
17895ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17896ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17897ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17898
17899
17900    # Use -std=c++11 and test again for C99 library feature in C++11 mode.
17901    # For the reasons given above we use -std=c++11 not -std=gnu++11.
17902    ac_save_CXXFLAGS="$CXXFLAGS"
17903    CXXFLAGS="$CXXFLAGS -std=c++11"
17904    ac_save_LIBS="$LIBS"
17905    ac_save_gcc_no_link="$gcc_no_link"
17906
17907    if test x$gcc_no_link != xyes; then
17908      # Use -fno-exceptions to that the C driver can link these tests without
17909      # hitting undefined references to personality routines.
17910      CXXFLAGS="$CXXFLAGS -fno-exceptions"
17911      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
17912$as_echo_n "checking for sin in -lm... " >&6; }
17913if ${ac_cv_lib_m_sin+:} false; then :
17914  $as_echo_n "(cached) " >&6
17915else
17916  ac_check_lib_save_LIBS=$LIBS
17917LIBS="-lm  $LIBS"
17918if test x$gcc_no_link = xyes; then
17919  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17920fi
17921cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17922/* end confdefs.h.  */
17923
17924/* Override any GCC internal prototype to avoid an error.
17925   Use char because int might match the return type of a GCC
17926   builtin and then its argument prototype would still apply.  */
17927#ifdef __cplusplus
17928extern "C"
17929#endif
17930char sin ();
17931int
17932main ()
17933{
17934return sin ();
17935  ;
17936  return 0;
17937}
17938_ACEOF
17939if ac_fn_cxx_try_link "$LINENO"; then :
17940  ac_cv_lib_m_sin=yes
17941else
17942  ac_cv_lib_m_sin=no
17943fi
17944rm -f core conftest.err conftest.$ac_objext \
17945    conftest$ac_exeext conftest.$ac_ext
17946LIBS=$ac_check_lib_save_LIBS
17947fi
17948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
17949$as_echo "$ac_cv_lib_m_sin" >&6; }
17950if test "x$ac_cv_lib_m_sin" = xyes; then :
17951  LIBS="$LIBS -lm"
17952else
17953
17954        # Use the default compile-only tests in GCC_TRY_COMPILE_OR_LINK
17955        gcc_no_link=yes
17956
17957fi
17958
17959    fi
17960
17961    # Check for the existence of <math.h> functions used if C99 is enabled.
17962    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <math.h> for C++11" >&5
17963$as_echo_n "checking for ISO C99 support in <math.h> for C++11... " >&6; }
17964if ${glibcxx_cv_c99_math_cxx11+:} false; then :
17965  $as_echo_n "(cached) " >&6
17966else
17967
17968      if test x$gcc_no_link = xyes; then
17969  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17970/* end confdefs.h.  */
17971#include <math.h>
17972         volatile double d1, d2;
17973         volatile int i;
17974int
17975main ()
17976{
17977i = fpclassify(d1);
17978         i = isfinite(d1);
17979         i = isinf(d1);
17980         i = isnan(d1);
17981         i = isnormal(d1);
17982         i = signbit(d1);
17983         i = isgreater(d1, d2);
17984         i = isgreaterequal(d1, d2);
17985         i = isless(d1, d2);
17986         i = islessequal(d1, d2);
17987         i = islessgreater(d1, d2);
17988         i = islessgreater(d1, d2);
17989         i = isunordered(d1, d2);
17990
17991  ;
17992  return 0;
17993}
17994_ACEOF
17995if ac_fn_cxx_try_compile "$LINENO"; then :
17996  glibcxx_cv_c99_math_cxx11=yes
17997else
17998  glibcxx_cv_c99_math_cxx11=no
17999fi
18000rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18001else
18002  if test x$gcc_no_link = xyes; then
18003  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18004fi
18005cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18006/* end confdefs.h.  */
18007#include <math.h>
18008         volatile double d1, d2;
18009         volatile int i;
18010int
18011main ()
18012{
18013i = fpclassify(d1);
18014         i = isfinite(d1);
18015         i = isinf(d1);
18016         i = isnan(d1);
18017         i = isnormal(d1);
18018         i = signbit(d1);
18019         i = isgreater(d1, d2);
18020         i = isgreaterequal(d1, d2);
18021         i = isless(d1, d2);
18022         i = islessequal(d1, d2);
18023         i = islessgreater(d1, d2);
18024         i = islessgreater(d1, d2);
18025         i = isunordered(d1, d2);
18026
18027  ;
18028  return 0;
18029}
18030_ACEOF
18031if ac_fn_cxx_try_link "$LINENO"; then :
18032  glibcxx_cv_c99_math_cxx11=yes
18033else
18034  glibcxx_cv_c99_math_cxx11=no
18035fi
18036rm -f core conftest.err conftest.$ac_objext \
18037    conftest$ac_exeext conftest.$ac_ext
18038fi
18039
18040fi
18041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_math_cxx11" >&5
18042$as_echo "$glibcxx_cv_c99_math_cxx11" >&6; }
18043    if test x"$glibcxx_cv_c99_math_cxx11" = x"yes"; then
18044
18045$as_echo "#define _GLIBCXX11_USE_C99_MATH 1" >>confdefs.h
18046
18047    fi
18048
18049    # Check for the existence of <complex.h> complex math functions.
18050    # This is necessary even though libstdc++ uses the builtin versions
18051    # of these functions, because if the builtin cannot be used, a reference
18052    # to the library function is emitted.
18053    for ac_header in tgmath.h
18054do :
18055  ac_fn_cxx_check_header_mongrel "$LINENO" "tgmath.h" "ac_cv_header_tgmath_h" "$ac_includes_default"
18056if test "x$ac_cv_header_tgmath_h" = xyes; then :
18057  cat >>confdefs.h <<_ACEOF
18058#define HAVE_TGMATH_H 1
18059_ACEOF
18060 ac_has_tgmath_h=yes
18061else
18062  ac_has_tgmath_h=no
18063fi
18064
18065done
18066
18067    for ac_header in complex.h
18068do :
18069  ac_fn_cxx_check_header_mongrel "$LINENO" "complex.h" "ac_cv_header_complex_h" "$ac_includes_default"
18070if test "x$ac_cv_header_complex_h" = xyes; then :
18071  cat >>confdefs.h <<_ACEOF
18072#define HAVE_COMPLEX_H 1
18073_ACEOF
18074 ac_has_complex_h=yes
18075else
18076  ac_has_complex_h=no
18077fi
18078
18079done
18080
18081    if test x"$ac_has_complex_h" = x"yes"; then
18082      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <complex.h> for C++11" >&5
18083$as_echo_n "checking for ISO C99 support in <complex.h> for C++11... " >&6; }
18084if ${glibcxx_cv_c99_complex_cxx11+:} false; then :
18085  $as_echo_n "(cached) " >&6
18086else
18087
18088        if test x$gcc_no_link = xyes; then
18089  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18090/* end confdefs.h.  */
18091#include <complex.h>
18092           typedef __complex__ float float_type;
18093           typedef __complex__ double double_type;
18094           typedef __complex__ long double ld_type;
18095           volatile float_type tmpf;
18096           volatile double_type tmpd;
18097           volatile ld_type tmpld;
18098           volatile float f;
18099           volatile double d;
18100           volatile long double ld;
18101int
18102main ()
18103{
18104f = cabsf(tmpf);
18105           f = cargf(tmpf);
18106           tmpf = ccosf(tmpf);
18107           tmpf = ccoshf(tmpf);
18108           tmpf = cexpf(tmpf);
18109           tmpf = clogf(tmpf);
18110           tmpf = csinf(tmpf);
18111           tmpf = csinhf(tmpf);
18112           tmpf = csqrtf(tmpf);
18113           tmpf = ctanf(tmpf);
18114           tmpf = ctanhf(tmpf);
18115           tmpf = cpowf(tmpf, tmpf);
18116           tmpf = cprojf(tmpf);
18117           d = cabs(tmpd);
18118           d = carg(tmpd);
18119           tmpd = ccos(tmpd);
18120           tmpd = ccosh(tmpd);
18121           tmpd = cexp(tmpd);
18122           tmpd = clog(tmpd);
18123           tmpd = csin(tmpd);
18124           tmpd = csinh(tmpd);
18125           tmpd = csqrt(tmpd);
18126           tmpd = ctan(tmpd);
18127           tmpd = ctanh(tmpd);
18128           tmpd = cpow(tmpd, tmpd);
18129           tmpd = cproj(tmpd);
18130           ld = cabsl(tmpld);
18131           ld = cargl(tmpld);
18132           tmpld = ccosl(tmpld);
18133           tmpld = ccoshl(tmpld);
18134           tmpld = cexpl(tmpld);
18135           tmpld = clogl(tmpld);
18136           tmpld = csinl(tmpld);
18137           tmpld = csinhl(tmpld);
18138           tmpld = csqrtl(tmpld);
18139           tmpld = ctanl(tmpld);
18140           tmpld = ctanhl(tmpld);
18141           tmpld = cpowl(tmpld, tmpld);
18142           tmpld = cprojl(tmpld);
18143
18144  ;
18145  return 0;
18146}
18147_ACEOF
18148if ac_fn_cxx_try_compile "$LINENO"; then :
18149  glibcxx_cv_c99_complex_cxx11=yes
18150else
18151  glibcxx_cv_c99_complex_cxx11=no
18152fi
18153rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18154else
18155  if test x$gcc_no_link = xyes; then
18156  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18157fi
18158cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18159/* end confdefs.h.  */
18160#include <complex.h>
18161           typedef __complex__ float float_type;
18162           typedef __complex__ double double_type;
18163           typedef __complex__ long double ld_type;
18164           volatile float_type tmpf;
18165           volatile double_type tmpd;
18166           volatile ld_type tmpld;
18167           volatile float f;
18168           volatile double d;
18169           volatile long double ld;
18170int
18171main ()
18172{
18173f = cabsf(tmpf);
18174           f = cargf(tmpf);
18175           tmpf = ccosf(tmpf);
18176           tmpf = ccoshf(tmpf);
18177           tmpf = cexpf(tmpf);
18178           tmpf = clogf(tmpf);
18179           tmpf = csinf(tmpf);
18180           tmpf = csinhf(tmpf);
18181           tmpf = csqrtf(tmpf);
18182           tmpf = ctanf(tmpf);
18183           tmpf = ctanhf(tmpf);
18184           tmpf = cpowf(tmpf, tmpf);
18185           tmpf = cprojf(tmpf);
18186           d = cabs(tmpd);
18187           d = carg(tmpd);
18188           tmpd = ccos(tmpd);
18189           tmpd = ccosh(tmpd);
18190           tmpd = cexp(tmpd);
18191           tmpd = clog(tmpd);
18192           tmpd = csin(tmpd);
18193           tmpd = csinh(tmpd);
18194           tmpd = csqrt(tmpd);
18195           tmpd = ctan(tmpd);
18196           tmpd = ctanh(tmpd);
18197           tmpd = cpow(tmpd, tmpd);
18198           tmpd = cproj(tmpd);
18199           ld = cabsl(tmpld);
18200           ld = cargl(tmpld);
18201           tmpld = ccosl(tmpld);
18202           tmpld = ccoshl(tmpld);
18203           tmpld = cexpl(tmpld);
18204           tmpld = clogl(tmpld);
18205           tmpld = csinl(tmpld);
18206           tmpld = csinhl(tmpld);
18207           tmpld = csqrtl(tmpld);
18208           tmpld = ctanl(tmpld);
18209           tmpld = ctanhl(tmpld);
18210           tmpld = cpowl(tmpld, tmpld);
18211           tmpld = cprojl(tmpld);
18212
18213  ;
18214  return 0;
18215}
18216_ACEOF
18217if ac_fn_cxx_try_link "$LINENO"; then :
18218  glibcxx_cv_c99_complex_cxx11=yes
18219else
18220  glibcxx_cv_c99_complex_cxx11=no
18221fi
18222rm -f core conftest.err conftest.$ac_objext \
18223    conftest$ac_exeext conftest.$ac_ext
18224fi
18225
18226fi
18227{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_complex_cxx11" >&5
18228$as_echo "$glibcxx_cv_c99_complex_cxx11" >&6; }
18229    fi
18230    if test x"$glibcxx_cv_c99_complex_cxx11" = x"yes"; then
18231
18232$as_echo "#define _GLIBCXX11_USE_C99_COMPLEX 1" >>confdefs.h
18233
18234    fi
18235
18236    # Check for the existence in <stdio.h> of vscanf, et. al.
18237    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <stdio.h> for C++11" >&5
18238$as_echo_n "checking for ISO C99 support in <stdio.h> for C++11... " >&6; }
18239if ${glibcxx_cv_c99_stdio_cxx11+:} false; then :
18240  $as_echo_n "(cached) " >&6
18241else
18242
18243      if test x$gcc_no_link = xyes; then
18244  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18245/* end confdefs.h.  */
18246#include <stdio.h>
18247         #include <stdarg.h>
18248         void foo(char* fmt, ...)
18249         {
18250           va_list args; va_start(args, fmt);
18251           vfscanf(stderr, "%i", args);
18252           vscanf("%i", args);
18253           vsnprintf(fmt, 0, "%i", args);
18254           vsscanf(fmt, "%i", args);
18255           snprintf(fmt, 0, "%i");
18256         }
18257int
18258main ()
18259{
18260
18261  ;
18262  return 0;
18263}
18264_ACEOF
18265if ac_fn_cxx_try_compile "$LINENO"; then :
18266  glibcxx_cv_c99_stdio_cxx11=yes
18267else
18268  glibcxx_cv_c99_stdio_cxx11=no
18269fi
18270rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18271else
18272  if test x$gcc_no_link = xyes; then
18273  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18274fi
18275cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18276/* end confdefs.h.  */
18277#include <stdio.h>
18278         #include <stdarg.h>
18279         void foo(char* fmt, ...)
18280         {
18281           va_list args; va_start(args, fmt);
18282           vfscanf(stderr, "%i", args);
18283           vscanf("%i", args);
18284           vsnprintf(fmt, 0, "%i", args);
18285           vsscanf(fmt, "%i", args);
18286           snprintf(fmt, 0, "%i");
18287         }
18288int
18289main ()
18290{
18291
18292  ;
18293  return 0;
18294}
18295_ACEOF
18296if ac_fn_cxx_try_link "$LINENO"; then :
18297  glibcxx_cv_c99_stdio_cxx11=yes
18298else
18299  glibcxx_cv_c99_stdio_cxx11=no
18300fi
18301rm -f core conftest.err conftest.$ac_objext \
18302    conftest$ac_exeext conftest.$ac_ext
18303fi
18304
18305fi
18306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_stdio_cxx11" >&5
18307$as_echo "$glibcxx_cv_c99_stdio_cxx11" >&6; }
18308    if test x"$glibcxx_cv_c99_stdio_cxx11" = x"yes"; then
18309
18310$as_echo "#define _GLIBCXX11_USE_C99_STDIO 1" >>confdefs.h
18311
18312    fi
18313
18314    # Check for the existence in <stdlib.h> of lldiv_t, et. al.
18315    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <stdlib.h> for C++11" >&5
18316$as_echo_n "checking for ISO C99 support in <stdlib.h> for C++11... " >&6; }
18317if ${glibcxx_cv_c99_stdlib_cxx11+:} false; then :
18318  $as_echo_n "(cached) " >&6
18319else
18320
18321      if test x$gcc_no_link = xyes; then
18322  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18323/* end confdefs.h.  */
18324#include <stdlib.h>
18325         volatile float f;
18326         volatile long double ld;
18327         volatile unsigned long long ll;
18328         lldiv_t mydivt;
18329int
18330main ()
18331{
18332char* tmp;
18333         f = strtof("gnu", &tmp);
18334         ld = strtold("gnu", &tmp);
18335         ll = strtoll("gnu", &tmp, 10);
18336         ll = strtoull("gnu", &tmp, 10);
18337         ll = llabs(10);
18338         mydivt = lldiv(10,1);
18339         ll = mydivt.quot;
18340         ll = mydivt.rem;
18341         ll = atoll("10");
18342         _Exit(0);
18343
18344  ;
18345  return 0;
18346}
18347_ACEOF
18348if ac_fn_cxx_try_compile "$LINENO"; then :
18349  glibcxx_cv_c99_stdlib_cxx11=yes
18350else
18351  glibcxx_cv_c99_stdlib_cxx11=no
18352fi
18353rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18354else
18355  if test x$gcc_no_link = xyes; then
18356  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18357fi
18358cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18359/* end confdefs.h.  */
18360#include <stdlib.h>
18361         volatile float f;
18362         volatile long double ld;
18363         volatile unsigned long long ll;
18364         lldiv_t mydivt;
18365int
18366main ()
18367{
18368char* tmp;
18369         f = strtof("gnu", &tmp);
18370         ld = strtold("gnu", &tmp);
18371         ll = strtoll("gnu", &tmp, 10);
18372         ll = strtoull("gnu", &tmp, 10);
18373         ll = llabs(10);
18374         mydivt = lldiv(10,1);
18375         ll = mydivt.quot;
18376         ll = mydivt.rem;
18377         ll = atoll("10");
18378         _Exit(0);
18379
18380  ;
18381  return 0;
18382}
18383_ACEOF
18384if ac_fn_cxx_try_link "$LINENO"; then :
18385  glibcxx_cv_c99_stdlib_cxx11=yes
18386else
18387  glibcxx_cv_c99_stdlib_cxx11=no
18388fi
18389rm -f core conftest.err conftest.$ac_objext \
18390    conftest$ac_exeext conftest.$ac_ext
18391fi
18392
18393fi
18394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_stdlib_cxx11" >&5
18395$as_echo "$glibcxx_cv_c99_stdlib_cxx11" >&6; }
18396    if test x"$glibcxx_cv_c99_stdlib_cxx11" = x"yes"; then
18397
18398$as_echo "#define _GLIBCXX11_USE_C99_STDLIB 1" >>confdefs.h
18399
18400    fi
18401
18402    # Check for the existence in <wchar.h> of wcstold, etc.
18403    if test x"$ac_has_wchar_h" = xyes &&
18404       test x"$ac_has_wctype_h" = xyes; then
18405      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support in <wchar.h> for C++11" >&5
18406$as_echo_n "checking for ISO C99 support in <wchar.h> for C++11... " >&6; }
18407if ${glibcxx_cv_c99_wchar_cxx11+:} false; then :
18408  $as_echo_n "(cached) " >&6
18409else
18410
18411        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18412/* end confdefs.h.  */
18413#include <wchar.h>
18414          namespace test
18415          {
18416            using ::wcstold;
18417            using ::wcstoll;
18418            using ::wcstoull;
18419          }
18420
18421int
18422main ()
18423{
18424
18425  ;
18426  return 0;
18427}
18428_ACEOF
18429if ac_fn_cxx_try_compile "$LINENO"; then :
18430  glibcxx_cv_c99_wchar_cxx11=yes
18431else
18432  glibcxx_cv_c99_wchar_cxx11=no
18433fi
18434rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18435
18436fi
18437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_wchar_cxx11" >&5
18438$as_echo "$glibcxx_cv_c99_wchar_cxx11" >&6; }
18439
18440      # Checks for wide character functions that may not be present.
18441      # Injection of these is wrapped with guard macros.
18442      # NB: only put functions here, instead of immediately above, if
18443      # absolutely necessary.
18444      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18445/* end confdefs.h.  */
18446#include <wchar.h>
18447        namespace test { using ::vfwscanf; }
18448int
18449main ()
18450{
18451
18452  ;
18453  return 0;
18454}
18455_ACEOF
18456if ac_fn_cxx_try_compile "$LINENO"; then :
18457
18458$as_echo "#define HAVE_VFWSCANF 1" >>confdefs.h
18459
18460fi
18461rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18462
18463      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18464/* end confdefs.h.  */
18465#include <wchar.h>
18466        namespace test { using ::vswscanf; }
18467int
18468main ()
18469{
18470
18471  ;
18472  return 0;
18473}
18474_ACEOF
18475if ac_fn_cxx_try_compile "$LINENO"; then :
18476
18477$as_echo "#define HAVE_VSWSCANF 1" >>confdefs.h
18478
18479fi
18480rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18481
18482      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18483/* end confdefs.h.  */
18484#include <wchar.h>
18485        namespace test { using ::vwscanf; }
18486int
18487main ()
18488{
18489
18490  ;
18491  return 0;
18492}
18493_ACEOF
18494if ac_fn_cxx_try_compile "$LINENO"; then :
18495
18496$as_echo "#define HAVE_VWSCANF 1" >>confdefs.h
18497
18498fi
18499rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18500
18501      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18502/* end confdefs.h.  */
18503#include <wchar.h>
18504        namespace test { using ::wcstof; }
18505int
18506main ()
18507{
18508
18509  ;
18510  return 0;
18511}
18512_ACEOF
18513if ac_fn_cxx_try_compile "$LINENO"; then :
18514
18515$as_echo "#define HAVE_WCSTOF 1" >>confdefs.h
18516
18517fi
18518rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18519
18520      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18521/* end confdefs.h.  */
18522#include <wctype.h>
18523int
18524main ()
18525{
18526wint_t t; int i = iswblank(t);
18527  ;
18528  return 0;
18529}
18530_ACEOF
18531if ac_fn_cxx_try_compile "$LINENO"; then :
18532
18533$as_echo "#define HAVE_ISWBLANK 1" >>confdefs.h
18534
18535fi
18536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18537
18538      if test x"$glibcxx_cv_c99_wchar_cxx11" = x"yes"; then
18539
18540$as_echo "#define _GLIBCXX11_USE_C99_WCHAR 1" >>confdefs.h
18541
18542      fi
18543    fi
18544
18545    gcc_no_link="$ac_save_gcc_no_link"
18546    LIBS="$ac_save_LIBS"
18547    CXXFLAGS="$ac_save_CXXFLAGS"
18548    ac_ext=c
18549ac_cpp='$CPP $CPPFLAGS'
18550ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18551ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18552ac_compiler_gnu=$ac_cv_c_compiler_gnu
18553
18554  fi
18555
18556  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fully enabled ISO C99 support" >&5
18557$as_echo_n "checking for fully enabled ISO C99 support... " >&6; }
18558  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_c99" >&5
18559$as_echo "$enable_c99" >&6; }
18560
18561
18562   # Check whether --enable-concept-checks was given.
18563if test "${enable_concept_checks+set}" = set; then :
18564  enableval=$enable_concept_checks;
18565      case "$enableval" in
18566       yes|no) ;;
18567       *) as_fn_error $? "Argument to enable/disable concept-checks must be yes or no" "$LINENO" 5 ;;
18568      esac
18569
18570else
18571  enable_concept_checks=no
18572fi
18573
18574
18575  if test $enable_concept_checks = yes; then
18576
18577$as_echo "#define _GLIBCXX_CONCEPT_CHECKS 1" >>confdefs.h
18578
18579  fi
18580
18581
18582   # Check whether --enable-libstdcxx-debug-flags was given.
18583if test "${enable_libstdcxx_debug_flags+set}" = set; then :
18584  enableval=$enable_libstdcxx_debug_flags; case "x$enable_libstdcxx_debug_flags" in
18585      xno | x)    enable_libstdcxx_debug_flags= ;;
18586      x-*)        ;;
18587      *)          as_fn_error $? "--enable-libstdcxx-debug-flags needs compiler flags as arguments" "$LINENO" 5 ;;
18588     esac
18589else
18590  enable_libstdcxx_debug_flags="-g3 -O0 -D_GLIBCXX_ASSERTIONS"
18591fi
18592
18593
18594
18595  # Option parsed, now set things appropriately
18596  DEBUG_FLAGS="$enable_libstdcxx_debug_flags"
18597
18598
18599  { $as_echo "$as_me:${as_lineno-$LINENO}: Debug build flags set to $DEBUG_FLAGS" >&5
18600$as_echo "$as_me: Debug build flags set to $DEBUG_FLAGS" >&6;}
18601
18602
18603  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for additional debug build" >&5
18604$as_echo_n "checking for additional debug build... " >&6; }
18605  skip_debug_build=
18606   # Check whether --enable-libstdcxx-debug was given.
18607if test "${enable_libstdcxx_debug+set}" = set; then :
18608  enableval=$enable_libstdcxx_debug;
18609      case "$enableval" in
18610       yes|no) ;;
18611       *) as_fn_error $? "Argument to enable/disable libstdcxx-debug must be yes or no" "$LINENO" 5 ;;
18612      esac
18613
18614else
18615  enable_libstdcxx_debug=no
18616fi
18617
18618
18619  if test x$enable_libstdcxx_debug = xyes; then
18620    if test -f $toplevel_builddir/../stage_final \
18621      && test -f $toplevel_builddir/../stage_current; then
18622      stage_final=`cat $toplevel_builddir/../stage_final`
18623      stage_current=`cat $toplevel_builddir/../stage_current`
18624      if test x$stage_current != x$stage_final ; then
18625	skip_debug_build=" (skipped for bootstrap stage $stage_current)"
18626	enable_libstdcxx_debug=no
18627      fi
18628    fi
18629  fi
18630  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_libstdcxx_debug$skip_debug_build" >&5
18631$as_echo "$enable_libstdcxx_debug$skip_debug_build" >&6; }
18632
18633
18634
18635
18636  enable_parallel=no;
18637
18638  # See if configured libgomp/omp.h exists. (libgomp may be in
18639  # noconfigdirs but not explicitly disabled.)
18640  if echo " ${TARGET_CONFIGDIRS} " | grep " libgomp " > /dev/null 2>&1 ; then
18641    enable_parallel=yes;
18642  else
18643    { $as_echo "$as_me:${as_lineno-$LINENO}: target-libgomp not built" >&5
18644$as_echo "$as_me: target-libgomp not built" >&6;}
18645  fi
18646
18647  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parallel mode support" >&5
18648$as_echo_n "checking for parallel mode support... " >&6; }
18649  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_parallel" >&5
18650$as_echo "$enable_parallel" >&6; }
18651
18652  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for extra compiler flags for building" >&5
18653$as_echo_n "checking for extra compiler flags for building... " >&6; }
18654   # Check whether --enable-cxx-flags was given.
18655if test "${enable_cxx_flags+set}" = set; then :
18656  enableval=$enable_cxx_flags; case "x$enable_cxx_flags" in
18657      xno | x)   enable_cxx_flags= ;;
18658      x-*)       ;;
18659      *)         as_fn_error $? "--enable-cxx-flags needs compiler flags as arguments" "$LINENO" 5 ;;
18660     esac
18661else
18662  enable_cxx_flags=
18663fi
18664
18665
18666
18667  # Run through flags (either default or command-line) and set anything
18668  # extra (e.g., #defines) that must accompany particular g++ options.
18669  if test -n "$enable_cxx_flags"; then
18670    for f in $enable_cxx_flags; do
18671      case "$f" in
18672	-fhonor-std)  ;;
18673	-*)  ;;
18674	*)   # and we're trying to pass /what/ exactly?
18675	     as_fn_error $? "compiler flags start with a -" "$LINENO" 5 ;;
18676      esac
18677    done
18678  fi
18679
18680  EXTRA_CXX_FLAGS="$enable_cxx_flags"
18681  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXTRA_CXX_FLAGS" >&5
18682$as_echo "$EXTRA_CXX_FLAGS" >&6; }
18683
18684
18685
18686   # Check whether --enable-fully-dynamic-string was given.
18687if test "${enable_fully_dynamic_string+set}" = set; then :
18688  enableval=$enable_fully_dynamic_string;
18689      case "$enableval" in
18690       yes|no) ;;
18691       *) as_fn_error $? "Unknown argument to enable/disable fully-dynamic-string" "$LINENO" 5 ;;
18692	  	        esac
18693
18694else
18695  enable_fully_dynamic_string=no
18696fi
18697
18698
18699  if test $enable_fully_dynamic_string = yes; then
18700    enable_fully_dynamic_string_def=1
18701  else
18702    enable_fully_dynamic_string_def=0
18703  fi
18704
18705cat >>confdefs.h <<_ACEOF
18706#define _GLIBCXX_FULLY_DYNAMIC_STRING ${enable_fully_dynamic_string_def}
18707_ACEOF
18708
18709
18710
18711
18712   # Check whether --enable-extern-template was given.
18713if test "${enable_extern_template+set}" = set; then :
18714  enableval=$enable_extern_template;
18715      case "$enableval" in
18716       yes|no) ;;
18717       *) as_fn_error $? "Argument to enable/disable extern-template must be yes or no" "$LINENO" 5 ;;
18718      esac
18719
18720else
18721  enable_extern_template=yes
18722fi
18723
18724
18725
18726  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for extern template support" >&5
18727$as_echo_n "checking for extern template support... " >&6; }
18728  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_extern_template" >&5
18729$as_echo "$enable_extern_template" >&6; }
18730
18731
18732
18733
18734
18735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for custom python install directory" >&5
18736$as_echo_n "checking for custom python install directory... " >&6; }
18737
18738# Check whether --with-python-dir was given.
18739if test "${with_python_dir+set}" = set; then :
18740  withval=$with_python_dir; with_python_dir=$withval
18741else
18742  with_python_dir="no"
18743fi
18744
18745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_python_dir}" >&5
18746$as_echo "${with_python_dir}" >&6; }
18747
18748# Needed for installing Python modules during make install.
18749python_mod_dir="${with_python_dir}"
18750
18751
18752
18753
18754  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -Werror" >&5
18755$as_echo_n "checking for -Werror... " >&6; }
18756   # Check whether --enable-werror was given.
18757if test "${enable_werror+set}" = set; then :
18758  enableval=$enable_werror;
18759      case "$enableval" in
18760       yes|no) ;;
18761       *) as_fn_error $? "Argument to enable/disable werror must be yes or no" "$LINENO" 5 ;;
18762      esac
18763
18764else
18765  enable_werror=no
18766fi
18767
18768
18769  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_werror" >&5
18770$as_echo "$enable_werror" >&6; }
18771
18772
18773
18774
18775   # Check whether --enable-vtable-verify was given.
18776if test "${enable_vtable_verify+set}" = set; then :
18777  enableval=$enable_vtable_verify;
18778      case "$enableval" in
18779       yes|no) ;;
18780       *) as_fn_error $? "Argument to enable/disable vtable-verify must be yes or no" "$LINENO" 5 ;;
18781      esac
18782
18783else
18784  enable_vtable_verify=no
18785fi
18786
18787
18788
18789  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vtable verify support" >&5
18790$as_echo_n "checking for vtable verify support... " >&6; }
18791  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_vtable_verify" >&5
18792$as_echo "$enable_vtable_verify" >&6; }
18793
18794  vtv_cygmin=no
18795  if test $enable_vtable_verify = yes; then
18796    case ${target_os} in
18797      cygwin*|mingw32*)
18798        VTV_CXXFLAGS="-fvtable-verify=std -Wl,-lvtv,-u_vtable_map_vars_start,-u_vtable_map_vars_end"
18799        VTV_CXXLINKFLAGS="-L${toplevel_builddir}/libvtv/.libs -Wl,--rpath -Wl,${toplevel_builddir}/libvtv/.libs"
18800        vtv_cygmin=yes
18801        ;;
18802      darwin*)
18803        VTV_CXXFLAGS="-fvtable-verify=std -Wl,-u,_vtable_map_vars_start -Wl,-u,_vtable_map_vars_end"
18804        VTV_CXXLINKFLAGS="-L${toplevel_builddir}/libvtv/.libs -Wl,-rpath,${toplevel_builddir}/libvtv/.libs"
18805        ;;
18806      solaris2*)
18807        VTV_CXXFLAGS="-fvtable-verify=std -Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end"
18808        VTV_CXXLINKFLAGS="-L${toplevel_builddir}/libvtv/.libs -Wl,-R -Wl,${toplevel_builddir}/libvtv/.libs"
18809        ;;
18810      *)
18811        VTV_CXXFLAGS="-fvtable-verify=std -Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end"
18812        VTV_CXXLINKFLAGS="-L${toplevel_builddir}/libvtv/.libs -Wl,--rpath -Wl,${toplevel_builddir}/libvtv/.libs"
18813        ;;
18814    esac
18815    VTV_PCH_CXXFLAGS="-fvtable-verify=std"
18816  else
18817    VTV_CXXFLAGS=
18818    VTV_PCH_CXXFLAGS=
18819    VTV_CXXLINKFLAGS=
18820  fi
18821
18822
18823
18824
18825   if test x$vtv_cygmin = xyes; then
18826  VTV_CYGMIN_TRUE=
18827  VTV_CYGMIN_FALSE='#'
18828else
18829  VTV_CYGMIN_TRUE='#'
18830  VTV_CYGMIN_FALSE=
18831fi
18832
18833
18834
18835
18836# Checks for operating systems support that doesn't require linking.
18837
18838
18839
18840  ac_ext=cpp
18841ac_cpp='$CXXCPP $CPPFLAGS'
18842ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18843ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18844ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18845
18846  # Use C++11 because a conforming <stdio.h> won't define gets for C++14,
18847  # and we don't need a declaration for C++14 anyway.
18848  ac_save_CXXFLAGS="$CXXFLAGS"
18849  CXXFLAGS="$CXXFLAGS -std=gnu++11"
18850
18851  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gets declaration" >&5
18852$as_echo_n "checking for gets declaration... " >&6; }
18853if ${glibcxx_cv_gets+:} false; then :
18854  $as_echo_n "(cached) " >&6
18855else
18856
18857  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18858/* end confdefs.h.  */
18859#include <stdio.h>
18860	   namespace test
18861	   {
18862              using ::gets;
18863	   }
18864
18865_ACEOF
18866if ac_fn_cxx_try_compile "$LINENO"; then :
18867  glibcxx_cv_gets=yes
18868else
18869  glibcxx_cv_gets=no
18870
18871fi
18872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18873fi
18874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_gets" >&5
18875$as_echo "$glibcxx_cv_gets" >&6; }
18876
18877  if test $glibcxx_cv_gets = yes; then
18878
18879$as_echo "#define HAVE_GETS 1" >>confdefs.h
18880
18881  fi
18882
18883  CXXFLAGS="$ac_save_CXXFLAGS"
18884  ac_ext=c
18885ac_cpp='$CPP $CPPFLAGS'
18886ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18887ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18888ac_compiler_gnu=$ac_cv_c_compiler_gnu
18889
18890
18891
18892
18893
18894  ac_ext=cpp
18895ac_cpp='$CXXCPP $CPPFLAGS'
18896ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18897ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18898ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18899
18900  ac_save_CXXFLAGS="$CXXFLAGS"
18901  CXXFLAGS="$CXXFLAGS -std=c++11"
18902
18903  case "$host" in
18904    *-*-solaris2.*)
18905      # Solaris 12 Build 86, Solaris 11.3 SRU 3.6, and Solaris 10 Patch
18906      # 11996[67]-02 introduced the C++11 <math.h> floating point overloads.
18907      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++11 <math.h> floating point overloads" >&5
18908$as_echo_n "checking for C++11 <math.h> floating point overloads... " >&6; }
18909if ${glibcxx_cv_math11_fp_overload+:} false; then :
18910  $as_echo_n "(cached) " >&6
18911else
18912
18913	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18914/* end confdefs.h.  */
18915#include <math.h>
18916	   #undef isfinite
18917	   namespace std {
18918	     inline bool isfinite(float __x)
18919	     { return __builtin_isfinite(__x); }
18920	   }
18921
18922_ACEOF
18923if ac_fn_cxx_try_compile "$LINENO"; then :
18924  glibcxx_cv_math11_fp_overload=no
18925else
18926  glibcxx_cv_math11_fp_overload=yes
18927
18928fi
18929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18930fi
18931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_math11_fp_overload" >&5
18932$as_echo "$glibcxx_cv_math11_fp_overload" >&6; }
18933
18934      # autoheader cannot handle indented templates.
18935
18936
18937      if test $glibcxx_cv_math11_fp_overload = yes; then
18938        $as_echo "#define __CORRECT_ISO_CPP11_MATH_H_PROTO_FP 1" >>confdefs.h
18939
18940      fi
18941
18942      # Solaris 12 Build 90, Solaris 11.3 SRU 5.6, and Solaris 10 Patch
18943      # 11996[67]-02 introduced the C++11 <math.h> integral type overloads.
18944      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++11 <math.h> integral type overloads" >&5
18945$as_echo_n "checking for C++11 <math.h> integral type overloads... " >&6; }
18946if ${glibcxx_cv_math11_int_overload+:} false; then :
18947  $as_echo_n "(cached) " >&6
18948else
18949
18950	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18951/* end confdefs.h.  */
18952#include <math.h>
18953	   namespace std {
18954	     template<typename _Tp>
18955	       struct __is_integer;
18956	     template<>
18957	       struct __is_integer<int>
18958	       {
18959	         enum { __value = 1 };
18960	       };
18961	   }
18962	   namespace __gnu_cxx {
18963	     template<bool, typename>
18964	       struct __enable_if;
18965	     template<typename _Tp>
18966	       struct __enable_if<true, _Tp>
18967	       { typedef _Tp __type; };
18968	   }
18969	   namespace std {
18970	     template<typename _Tp>
18971	       constexpr typename __gnu_cxx::__enable_if
18972	       		 <__is_integer<_Tp>::__value, double>::__type
18973	       log2(_Tp __x)
18974	       { return __builtin_log2(__x); }
18975	   }
18976	   int
18977	   main (void)
18978	   {
18979	     int i = 1000;
18980	     return std::log2(i);
18981	   }
18982
18983_ACEOF
18984if ac_fn_cxx_try_compile "$LINENO"; then :
18985  glibcxx_cv_math11_int_overload=no
18986else
18987  glibcxx_cv_math11_int_overload=yes
18988
18989fi
18990rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18991fi
18992{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_math11_int_overload" >&5
18993$as_echo "$glibcxx_cv_math11_int_overload" >&6; }
18994
18995      # autoheader cannot handle indented templates.
18996
18997
18998      if test $glibcxx_cv_math11_int_overload = yes; then
18999        $as_echo "#define __CORRECT_ISO_CPP11_MATH_H_PROTO_INT 1" >>confdefs.h
19000
19001      fi
19002      ;;
19003    *)
19004      # If <math.h> defines the obsolete isinf(double) and isnan(double)
19005      # functions (instead of or as well as the C99 generic macros) then we
19006      # can't define std::isinf(double) and std::isnan(double) in <cmath>
19007      # and must use the ones from <math.h> instead.
19008	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for obsolete isinf function in <math.h>" >&5
19009$as_echo_n "checking for obsolete isinf function in <math.h>... " >&6; }
19010if ${glibcxx_cv_obsolete_isinf+:} false; then :
19011  $as_echo_n "(cached) " >&6
19012else
19013
19014          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19015/* end confdefs.h.  */
19016#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS
19017             #include <math.h>
19018             #undef isinf
19019             namespace std {
19020               using ::isinf;
19021               bool isinf(float);
19022               bool isinf(long double);
19023             }
19024             using std::isinf;
19025             bool b = isinf(0.0);
19026
19027_ACEOF
19028if ac_fn_cxx_try_compile "$LINENO"; then :
19029  glibcxx_cv_obsolete_isinf=yes
19030else
19031  glibcxx_cv_obsolete_isinf=no
19032
19033fi
19034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19035fi
19036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_obsolete_isinf" >&5
19037$as_echo "$glibcxx_cv_obsolete_isinf" >&6; }
19038      if test $glibcxx_cv_obsolete_isinf = yes; then
19039
19040$as_echo "#define HAVE_OBSOLETE_ISINF 1" >>confdefs.h
19041
19042      fi
19043
19044	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for obsolete isnan function in <math.h>" >&5
19045$as_echo_n "checking for obsolete isnan function in <math.h>... " >&6; }
19046if ${glibcxx_cv_obsolete_isnan+:} false; then :
19047  $as_echo_n "(cached) " >&6
19048else
19049
19050          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19051/* end confdefs.h.  */
19052#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS
19053             #include <math.h>
19054             #undef isnan
19055             namespace std {
19056               using ::isnan;
19057               bool isnan(float);
19058               bool isnan(long double);
19059             }
19060             using std::isnan;
19061             bool b = isnan(0.0);
19062
19063_ACEOF
19064if ac_fn_cxx_try_compile "$LINENO"; then :
19065  glibcxx_cv_obsolete_isnan=yes
19066else
19067  glibcxx_cv_obsolete_isnan=no
19068
19069fi
19070rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19071fi
19072{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_obsolete_isnan" >&5
19073$as_echo "$glibcxx_cv_obsolete_isnan" >&6; }
19074      if test $glibcxx_cv_obsolete_isnan = yes; then
19075
19076$as_echo "#define HAVE_OBSOLETE_ISNAN 1" >>confdefs.h
19077
19078      fi
19079      ;;
19080  esac
19081
19082  CXXFLAGS="$ac_save_CXXFLAGS"
19083  ac_ext=c
19084ac_cpp='$CPP $CPPFLAGS'
19085ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19086ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19087ac_compiler_gnu=$ac_cv_c_compiler_gnu
19088
19089
19090
19091
19092  # Test uchar.h.
19093  for ac_header in uchar.h
19094do :
19095  ac_fn_c_check_header_mongrel "$LINENO" "uchar.h" "ac_cv_header_uchar_h" "$ac_includes_default"
19096if test "x$ac_cv_header_uchar_h" = xyes; then :
19097  cat >>confdefs.h <<_ACEOF
19098#define HAVE_UCHAR_H 1
19099_ACEOF
19100 ac_has_uchar_h=yes
19101else
19102  ac_has_uchar_h=no
19103fi
19104
19105done
19106
19107
19108
19109  ac_ext=cpp
19110ac_cpp='$CXXCPP $CPPFLAGS'
19111ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19112ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19113ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19114
19115  ac_save_CXXFLAGS="$CXXFLAGS"
19116  CXXFLAGS="$CXXFLAGS -std=c++11"
19117
19118  if test x"$ac_has_uchar_h" = x"yes"; then
19119    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C11 support for <uchar.h>" >&5
19120$as_echo_n "checking for ISO C11 support for <uchar.h>... " >&6; }
19121    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19122/* end confdefs.h.  */
19123#include <uchar.h>
19124		    #ifdef __STDC_UTF_16__
19125		    long i = __STDC_UTF_16__;
19126		    #endif
19127		    #ifdef __STDC_UTF_32__
19128		    long j = __STDC_UTF_32__;
19129		    #endif
19130		    namespace test
19131		    {
19132		      using ::c16rtomb;
19133		      using ::c32rtomb;
19134		      using ::mbrtoc16;
19135		      using ::mbrtoc32;
19136		    }
19137
19138int
19139main ()
19140{
19141
19142  ;
19143  return 0;
19144}
19145_ACEOF
19146if ac_fn_cxx_try_compile "$LINENO"; then :
19147  ac_c11_uchar_cxx11=yes
19148else
19149  ac_c11_uchar_cxx11=no
19150fi
19151rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19152    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_c11_uchar_cxx11" >&5
19153$as_echo "$ac_c11_uchar_cxx11" >&6; }
19154  else
19155    ac_c11_uchar_cxx11=no
19156  fi
19157  if test x"$ac_c11_uchar_cxx11" = x"yes"; then
19158
19159$as_echo "#define _GLIBCXX_USE_C11_UCHAR_CXX11 1" >>confdefs.h
19160
19161  fi
19162
19163  CXXFLAGS="$CXXFLAGS -fchar8_t"
19164  if test x"$ac_has_uchar_h" = x"yes"; then
19165    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c8rtomb and mbrtoc8 in <uchar.h> with -fchar8_t" >&5
19166$as_echo_n "checking for c8rtomb and mbrtoc8 in <uchar.h> with -fchar8_t... " >&6; }
19167    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19168/* end confdefs.h.  */
19169#include <uchar.h>
19170		    namespace test
19171		    {
19172		      using ::c8rtomb;
19173		      using ::mbrtoc8;
19174		    }
19175
19176int
19177main ()
19178{
19179
19180  ;
19181  return 0;
19182}
19183_ACEOF
19184if ac_fn_cxx_try_compile "$LINENO"; then :
19185  ac_uchar_c8rtomb_mbrtoc8_fchar8_t=yes
19186else
19187  ac_uchar_c8rtomb_mbrtoc8_fchar8_t=no
19188fi
19189rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19190    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_uchar_c8rtomb_mbrtoc8_fchar8_t" >&5
19191$as_echo "$ac_uchar_c8rtomb_mbrtoc8_fchar8_t" >&6; }
19192  else
19193    ac_uchar_c8rtomb_mbrtoc8_fchar8_t=no
19194  fi
19195  if test x"$ac_uchar_c8rtomb_mbrtoc8_fchar8_t" = x"yes"; then
19196
19197$as_echo "#define _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_FCHAR8_T 1" >>confdefs.h
19198
19199  fi
19200
19201  CXXFLAGS="$CXXFLAGS -std=c++20"
19202  if test x"$ac_has_uchar_h" = x"yes"; then
19203    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c8rtomb and mbrtoc8 in <uchar.h> with -std=c++20" >&5
19204$as_echo_n "checking for c8rtomb and mbrtoc8 in <uchar.h> with -std=c++20... " >&6; }
19205    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19206/* end confdefs.h.  */
19207#include <uchar.h>
19208		    namespace test
19209		    {
19210		      using ::c8rtomb;
19211		      using ::mbrtoc8;
19212		    }
19213
19214int
19215main ()
19216{
19217
19218  ;
19219  return 0;
19220}
19221_ACEOF
19222if ac_fn_cxx_try_compile "$LINENO"; then :
19223  ac_uchar_c8rtomb_mbrtoc8_cxx20=yes
19224else
19225  ac_uchar_c8rtomb_mbrtoc8_cxx20=no
19226fi
19227rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19228    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_uchar_c8rtomb_mbrtoc8_cxx20" >&5
19229$as_echo "$ac_uchar_c8rtomb_mbrtoc8_cxx20" >&6; }
19230  else
19231    ac_uchar_c8rtomb_mbrtoc8_cxx20=no
19232  fi
19233  if test x"$ac_uchar_c8rtomb_mbrtoc8_cxx20" = x"yes"; then
19234
19235$as_echo "#define _GLIBCXX_USE_UCHAR_C8RTOMB_MBRTOC8_CXX20 1" >>confdefs.h
19236
19237  fi
19238
19239  CXXFLAGS="$ac_save_CXXFLAGS"
19240  ac_ext=c
19241ac_cpp='$CPP $CPPFLAGS'
19242ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19243ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19244ac_compiler_gnu=$ac_cv_c_compiler_gnu
19245
19246
19247
19248# For LFS support.
19249
19250
19251  ac_ext=cpp
19252ac_cpp='$CXXCPP $CPPFLAGS'
19253ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19254ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19255ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19256
19257  ac_save_CXXFLAGS="$CXXFLAGS"
19258  CXXFLAGS="$CXXFLAGS -fno-exceptions"
19259  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LFS support" >&5
19260$as_echo_n "checking for LFS support... " >&6; }
19261if ${glibcxx_cv_LFS+:} false; then :
19262  $as_echo_n "(cached) " >&6
19263else
19264
19265    if test x$gcc_no_link = xyes; then
19266  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19267/* end confdefs.h.  */
19268#include <unistd.h>
19269       #include <stdio.h>
19270       #include <sys/stat.h>
19271
19272int
19273main ()
19274{
19275FILE* fp;
19276       fopen64("t", "w");
19277       fseeko64(fp, 0, SEEK_CUR);
19278       ftello64(fp);
19279       lseek64(1, 0, SEEK_CUR);
19280       struct stat64 buf;
19281       fstat64(1, &buf);
19282  ;
19283  return 0;
19284}
19285_ACEOF
19286if ac_fn_cxx_try_compile "$LINENO"; then :
19287  glibcxx_cv_LFS=yes
19288else
19289  glibcxx_cv_LFS=no
19290fi
19291rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19292else
19293  if test x$gcc_no_link = xyes; then
19294  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19295fi
19296cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19297/* end confdefs.h.  */
19298#include <unistd.h>
19299       #include <stdio.h>
19300       #include <sys/stat.h>
19301
19302int
19303main ()
19304{
19305FILE* fp;
19306       fopen64("t", "w");
19307       fseeko64(fp, 0, SEEK_CUR);
19308       ftello64(fp);
19309       lseek64(1, 0, SEEK_CUR);
19310       struct stat64 buf;
19311       fstat64(1, &buf);
19312  ;
19313  return 0;
19314}
19315_ACEOF
19316if ac_fn_cxx_try_link "$LINENO"; then :
19317  glibcxx_cv_LFS=yes
19318else
19319  glibcxx_cv_LFS=no
19320fi
19321rm -f core conftest.err conftest.$ac_objext \
19322    conftest$ac_exeext conftest.$ac_ext
19323fi
19324
19325fi
19326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_LFS" >&5
19327$as_echo "$glibcxx_cv_LFS" >&6; }
19328  if test $glibcxx_cv_LFS = yes; then
19329
19330$as_echo "#define _GLIBCXX_USE_LFS 1" >>confdefs.h
19331
19332  fi
19333  CXXFLAGS="$ac_save_CXXFLAGS"
19334  ac_ext=c
19335ac_cpp='$CPP $CPPFLAGS'
19336ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19337ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19338ac_compiler_gnu=$ac_cv_c_compiler_gnu
19339
19340
19341
19342# For showmanyc_helper().
19343for ac_header in sys/ioctl.h sys/filio.h
19344do :
19345  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
19346ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
19347if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
19348  cat >>confdefs.h <<_ACEOF
19349#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19350_ACEOF
19351
19352fi
19353
19354done
19355
19356
19357
19358
19359  ac_ext=cpp
19360ac_cpp='$CXXCPP $CPPFLAGS'
19361ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19362ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19363ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19364
19365  ac_save_CXXFLAGS="$CXXFLAGS"
19366  CXXFLAGS="$CXXFLAGS -fno-exceptions"
19367
19368  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll" >&5
19369$as_echo_n "checking for poll... " >&6; }
19370if ${glibcxx_cv_POLL+:} false; then :
19371  $as_echo_n "(cached) " >&6
19372else
19373
19374    if test x$gcc_no_link = xyes; then
19375  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19376/* end confdefs.h.  */
19377#include <poll.h>
19378int
19379main ()
19380{
19381struct pollfd pfd[1];
19382       pfd[0].events = POLLIN;
19383       poll(pfd, 1, 0);
19384  ;
19385  return 0;
19386}
19387_ACEOF
19388if ac_fn_cxx_try_compile "$LINENO"; then :
19389  glibcxx_cv_POLL=yes
19390else
19391  glibcxx_cv_POLL=no
19392fi
19393rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19394else
19395  if test x$gcc_no_link = xyes; then
19396  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19397fi
19398cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19399/* end confdefs.h.  */
19400#include <poll.h>
19401int
19402main ()
19403{
19404struct pollfd pfd[1];
19405       pfd[0].events = POLLIN;
19406       poll(pfd, 1, 0);
19407  ;
19408  return 0;
19409}
19410_ACEOF
19411if ac_fn_cxx_try_link "$LINENO"; then :
19412  glibcxx_cv_POLL=yes
19413else
19414  glibcxx_cv_POLL=no
19415fi
19416rm -f core conftest.err conftest.$ac_objext \
19417    conftest$ac_exeext conftest.$ac_ext
19418fi
19419
19420fi
19421{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_POLL" >&5
19422$as_echo "$glibcxx_cv_POLL" >&6; }
19423  if test $glibcxx_cv_POLL = yes; then
19424
19425$as_echo "#define HAVE_POLL 1" >>confdefs.h
19426
19427  fi
19428
19429  CXXFLAGS="$ac_save_CXXFLAGS"
19430  ac_ext=c
19431ac_cpp='$CPP $CPPFLAGS'
19432ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19433ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19434ac_compiler_gnu=$ac_cv_c_compiler_gnu
19435
19436
19437
19438
19439
19440  ac_ext=cpp
19441ac_cpp='$CXXCPP $CPPFLAGS'
19442ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19443ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19444ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19445
19446  ac_save_CXXFLAGS="$CXXFLAGS"
19447  CXXFLAGS="$CXXFLAGS -fno-exceptions"
19448
19449  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for S_ISREG or S_IFREG" >&5
19450$as_echo_n "checking for S_ISREG or S_IFREG... " >&6; }
19451  if ${glibcxx_cv_S_ISREG+:} false; then :
19452  $as_echo_n "(cached) " >&6
19453else
19454
19455    if test x$gcc_no_link = xyes; then
19456  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19457/* end confdefs.h.  */
19458#include <sys/stat.h>
19459int
19460main ()
19461{
19462struct stat buffer;
19463       fstat(0, &buffer);
19464       S_ISREG(buffer.st_mode);
19465  ;
19466  return 0;
19467}
19468_ACEOF
19469if ac_fn_cxx_try_compile "$LINENO"; then :
19470  glibcxx_cv_S_ISREG=yes
19471else
19472  glibcxx_cv_S_ISREG=no
19473fi
19474rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19475else
19476  if test x$gcc_no_link = xyes; then
19477  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19478fi
19479cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19480/* end confdefs.h.  */
19481#include <sys/stat.h>
19482int
19483main ()
19484{
19485struct stat buffer;
19486       fstat(0, &buffer);
19487       S_ISREG(buffer.st_mode);
19488  ;
19489  return 0;
19490}
19491_ACEOF
19492if ac_fn_cxx_try_link "$LINENO"; then :
19493  glibcxx_cv_S_ISREG=yes
19494else
19495  glibcxx_cv_S_ISREG=no
19496fi
19497rm -f core conftest.err conftest.$ac_objext \
19498    conftest$ac_exeext conftest.$ac_ext
19499fi
19500
19501fi
19502
19503  if ${glibcxx_cv_S_IFREG+:} false; then :
19504  $as_echo_n "(cached) " >&6
19505else
19506
19507    if test x$gcc_no_link = xyes; then
19508  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19509/* end confdefs.h.  */
19510#include <sys/stat.h>
19511int
19512main ()
19513{
19514struct stat buffer;
19515       fstat(0, &buffer);
19516       S_IFREG & buffer.st_mode;
19517  ;
19518  return 0;
19519}
19520_ACEOF
19521if ac_fn_cxx_try_compile "$LINENO"; then :
19522  glibcxx_cv_S_IFREG=yes
19523else
19524  glibcxx_cv_S_IFREG=no
19525fi
19526rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19527else
19528  if test x$gcc_no_link = xyes; then
19529  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19530fi
19531cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19532/* end confdefs.h.  */
19533#include <sys/stat.h>
19534int
19535main ()
19536{
19537struct stat buffer;
19538       fstat(0, &buffer);
19539       S_IFREG & buffer.st_mode;
19540  ;
19541  return 0;
19542}
19543_ACEOF
19544if ac_fn_cxx_try_link "$LINENO"; then :
19545  glibcxx_cv_S_IFREG=yes
19546else
19547  glibcxx_cv_S_IFREG=no
19548fi
19549rm -f core conftest.err conftest.$ac_objext \
19550    conftest$ac_exeext conftest.$ac_ext
19551fi
19552
19553fi
19554
19555  res=no
19556  if test $glibcxx_cv_S_ISREG = yes; then
19557
19558$as_echo "#define HAVE_S_ISREG 1" >>confdefs.h
19559
19560    res=S_ISREG
19561  elif test $glibcxx_cv_S_IFREG = yes; then
19562
19563$as_echo "#define HAVE_S_IFREG 1" >>confdefs.h
19564
19565    res=S_IFREG
19566  fi
19567  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $res" >&5
19568$as_echo "$res" >&6; }
19569
19570  CXXFLAGS="$ac_save_CXXFLAGS"
19571  ac_ext=c
19572ac_cpp='$CPP $CPPFLAGS'
19573ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19574ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19575ac_compiler_gnu=$ac_cv_c_compiler_gnu
19576
19577
19578
19579# For xsputn_2().
19580for ac_header in sys/uio.h
19581do :
19582  ac_fn_c_check_header_mongrel "$LINENO" "sys/uio.h" "ac_cv_header_sys_uio_h" "$ac_includes_default"
19583if test "x$ac_cv_header_sys_uio_h" = xyes; then :
19584  cat >>confdefs.h <<_ACEOF
19585#define HAVE_SYS_UIO_H 1
19586_ACEOF
19587
19588fi
19589
19590done
19591
19592
19593
19594
19595  ac_ext=cpp
19596ac_cpp='$CXXCPP $CPPFLAGS'
19597ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19598ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19599ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19600
19601  ac_save_CXXFLAGS="$CXXFLAGS"
19602  CXXFLAGS="$CXXFLAGS -fno-exceptions"
19603
19604  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for writev" >&5
19605$as_echo_n "checking for writev... " >&6; }
19606if ${glibcxx_cv_WRITEV+:} false; then :
19607  $as_echo_n "(cached) " >&6
19608else
19609
19610    if test x$gcc_no_link = xyes; then
19611  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19612/* end confdefs.h.  */
19613#include <sys/uio.h>
19614int
19615main ()
19616{
19617struct iovec iov[2];
19618       writev(0, iov, 0);
19619  ;
19620  return 0;
19621}
19622_ACEOF
19623if ac_fn_cxx_try_compile "$LINENO"; then :
19624  glibcxx_cv_WRITEV=yes
19625else
19626  glibcxx_cv_WRITEV=no
19627fi
19628rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19629else
19630  if test x$gcc_no_link = xyes; then
19631  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19632fi
19633cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19634/* end confdefs.h.  */
19635#include <sys/uio.h>
19636int
19637main ()
19638{
19639struct iovec iov[2];
19640       writev(0, iov, 0);
19641  ;
19642  return 0;
19643}
19644_ACEOF
19645if ac_fn_cxx_try_link "$LINENO"; then :
19646  glibcxx_cv_WRITEV=yes
19647else
19648  glibcxx_cv_WRITEV=no
19649fi
19650rm -f core conftest.err conftest.$ac_objext \
19651    conftest$ac_exeext conftest.$ac_ext
19652fi
19653
19654fi
19655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_WRITEV" >&5
19656$as_echo "$glibcxx_cv_WRITEV" >&6; }
19657  if test $glibcxx_cv_WRITEV = yes; then
19658
19659$as_echo "#define HAVE_WRITEV 1" >>confdefs.h
19660
19661  fi
19662
19663  CXXFLAGS="$ac_save_CXXFLAGS"
19664  ac_ext=c
19665ac_cpp='$CPP $CPPFLAGS'
19666ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19667ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19668ac_compiler_gnu=$ac_cv_c_compiler_gnu
19669
19670
19671
19672# Check for fenv.h and complex.h before GLIBCXX_CHECK_C99_TR1
19673# so that the check is done with the C compiler (not C++).
19674# Checking with C++ can break a canadian cross build if either
19675# file does not exist in C but does in C++.
19676for ac_header in fenv.h complex.h
19677do :
19678  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
19679ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
19680if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
19681  cat >>confdefs.h <<_ACEOF
19682#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19683_ACEOF
19684
19685fi
19686
19687done
19688
19689
19690# For C99 support to TR1.
19691
19692
19693
19694  ac_ext=cpp
19695ac_cpp='$CXXCPP $CPPFLAGS'
19696ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19697ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19698ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19699
19700
19701  # Use -std=c++98 because the default (-std=gnu++98) leaves __STRICT_ANSI__
19702  # undefined and fake C99 facilities may be spuriously enabled.
19703  ac_save_CXXFLAGS="$CXXFLAGS"
19704  CXXFLAGS="$CXXFLAGS -std=c++98"
19705
19706  # Check for the existence of <complex.h> complex math functions used
19707  # by tr1/complex.
19708  for ac_header in complex.h
19709do :
19710  ac_fn_cxx_check_header_mongrel "$LINENO" "complex.h" "ac_cv_header_complex_h" "$ac_includes_default"
19711if test "x$ac_cv_header_complex_h" = xyes; then :
19712  cat >>confdefs.h <<_ACEOF
19713#define HAVE_COMPLEX_H 1
19714_ACEOF
19715 ac_has_complex_h=yes
19716else
19717  ac_has_complex_h=no
19718fi
19719
19720done
19721
19722  ac_c99_complex_tr1=no;
19723  if test x"$ac_has_complex_h" = x"yes"; then
19724    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support to TR1 in <complex.h>" >&5
19725$as_echo_n "checking for ISO C99 support to TR1 in <complex.h>... " >&6; }
19726    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19727/* end confdefs.h.  */
19728#include <complex.h>
19729int
19730main ()
19731{
19732typedef __complex__ float float_type; float_type tmpf;
19733		    cacosf(tmpf);
19734		    casinf(tmpf);
19735		    catanf(tmpf);
19736		    cacoshf(tmpf);
19737		    casinhf(tmpf);
19738		    catanhf(tmpf);
19739		    typedef __complex__ double double_type; double_type tmpd;
19740		    cacos(tmpd);
19741		    casin(tmpd);
19742		    catan(tmpd);
19743		    cacosh(tmpd);
19744		    casinh(tmpd);
19745		    catanh(tmpd);
19746		    typedef __complex__ long double ld_type; ld_type tmpld;
19747		    cacosl(tmpld);
19748		    casinl(tmpld);
19749		    catanl(tmpld);
19750		    cacoshl(tmpld);
19751		    casinhl(tmpld);
19752		    catanhl(tmpld);
19753
19754  ;
19755  return 0;
19756}
19757_ACEOF
19758if ac_fn_cxx_try_compile "$LINENO"; then :
19759  ac_c99_complex_tr1=yes
19760else
19761  ac_c99_complex_tr1=no
19762fi
19763rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19764  fi
19765  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_c99_complex_tr1" >&5
19766$as_echo "$ac_c99_complex_tr1" >&6; }
19767  if test x"$ac_c99_complex_tr1" = x"yes"; then
19768
19769$as_echo "#define _GLIBCXX_USE_C99_COMPLEX_TR1 1" >>confdefs.h
19770
19771  fi
19772
19773  # Check for the existence of <ctype.h> functions.
19774  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support to TR1 in <ctype.h>" >&5
19775$as_echo_n "checking for ISO C99 support to TR1 in <ctype.h>... " >&6; }
19776if ${glibcxx_cv_c99_ctype_tr1+:} false; then :
19777  $as_echo_n "(cached) " >&6
19778else
19779
19780  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19781/* end confdefs.h.  */
19782#include <ctype.h>
19783int
19784main ()
19785{
19786int ch;
19787		  int ret;
19788		  ret = isblank(ch);
19789
19790  ;
19791  return 0;
19792}
19793_ACEOF
19794if ac_fn_cxx_try_compile "$LINENO"; then :
19795  glibcxx_cv_c99_ctype_tr1=yes
19796else
19797  glibcxx_cv_c99_ctype_tr1=no
19798fi
19799rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19800
19801fi
19802{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_ctype_tr1" >&5
19803$as_echo "$glibcxx_cv_c99_ctype_tr1" >&6; }
19804  if test x"$glibcxx_cv_c99_ctype_tr1" = x"yes"; then
19805
19806$as_echo "#define _GLIBCXX_USE_C99_CTYPE_TR1 1" >>confdefs.h
19807
19808  fi
19809
19810  # Check for the existence of <fenv.h> functions.
19811  for ac_header in fenv.h
19812do :
19813  ac_fn_cxx_check_header_mongrel "$LINENO" "fenv.h" "ac_cv_header_fenv_h" "$ac_includes_default"
19814if test "x$ac_cv_header_fenv_h" = xyes; then :
19815  cat >>confdefs.h <<_ACEOF
19816#define HAVE_FENV_H 1
19817_ACEOF
19818 ac_has_fenv_h=yes
19819else
19820  ac_has_fenv_h=no
19821fi
19822
19823done
19824
19825  ac_c99_fenv_tr1=no;
19826  if test x"$ac_has_fenv_h" = x"yes"; then
19827    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support to TR1 in <fenv.h>" >&5
19828$as_echo_n "checking for ISO C99 support to TR1 in <fenv.h>... " >&6; }
19829    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19830/* end confdefs.h.  */
19831#include <fenv.h>
19832int
19833main ()
19834{
19835int except, mode;
19836		    fexcept_t* pflag;
19837		    fenv_t* penv;
19838		    int ret;
19839		    ret = feclearexcept(except);
19840		    ret = fegetexceptflag(pflag, except);
19841		    ret = feraiseexcept(except);
19842		    ret = fesetexceptflag(pflag, except);
19843		    ret = fetestexcept(except);
19844		    ret = fegetround();
19845		    ret = fesetround(mode);
19846		    ret = fegetenv(penv);
19847		    ret = feholdexcept(penv);
19848		    ret = fesetenv(penv);
19849		    ret = feupdateenv(penv);
19850
19851  ;
19852  return 0;
19853}
19854_ACEOF
19855if ac_fn_cxx_try_compile "$LINENO"; then :
19856  ac_c99_fenv_tr1=yes
19857else
19858  ac_c99_fenv_tr1=no
19859fi
19860rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19861    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_c99_fenv_tr1" >&5
19862$as_echo "$ac_c99_fenv_tr1" >&6; }
19863  fi
19864  if test x"$ac_c99_fenv_tr1" = x"yes"; then
19865
19866$as_echo "#define _GLIBCXX_USE_C99_FENV_TR1 1" >>confdefs.h
19867
19868  fi
19869
19870  # Check for the existence of <stdint.h> types.
19871  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support to TR1 in <stdint.h>" >&5
19872$as_echo_n "checking for ISO C99 support to TR1 in <stdint.h>... " >&6; }
19873if ${glibcxx_cv_c99_stdint_tr1+:} false; then :
19874  $as_echo_n "(cached) " >&6
19875else
19876
19877  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19878/* end confdefs.h.  */
19879#define __STDC_LIMIT_MACROS
19880		  #define __STDC_CONSTANT_MACROS
19881		  #include <stdint.h>
19882int
19883main ()
19884{
19885typedef int8_t          my_int8_t;
19886		  my_int8_t               i8 = INT8_MIN;
19887		  i8 = INT8_MAX;
19888		  typedef int16_t         my_int16_t;
19889		  my_int16_t              i16 = INT16_MIN;
19890		  i16 = INT16_MAX;
19891		  typedef int32_t         my_int32_t;
19892		  my_int32_t              i32 = INT32_MIN;
19893		  i32 = INT32_MAX;
19894		  typedef int64_t         my_int64_t;
19895		  my_int64_t              i64 = INT64_MIN;
19896		  i64 = INT64_MAX;
19897		  typedef int_fast8_t     my_int_fast8_t;
19898		  my_int_fast8_t          if8 = INT_FAST8_MIN;
19899		  if8 = INT_FAST8_MAX;
19900		  typedef int_fast16_t    my_int_fast16_t;
19901		  my_int_fast16_t         if16 = INT_FAST16_MIN;
19902		  if16 = INT_FAST16_MAX;
19903		  typedef int_fast32_t    my_int_fast32_t;
19904		  my_int_fast32_t         if32 = INT_FAST32_MIN;
19905		  if32 = INT_FAST32_MAX;
19906		  typedef int_fast64_t    my_int_fast64_t;
19907		  my_int_fast64_t         if64 = INT_FAST64_MIN;
19908		  if64 = INT_FAST64_MAX;
19909		  typedef int_least8_t    my_int_least8_t;
19910		  my_int_least8_t         il8 = INT_LEAST8_MIN;
19911		  il8 = INT_LEAST8_MAX;
19912		  typedef int_least16_t   my_int_least16_t;
19913		  my_int_least16_t        il16 = INT_LEAST16_MIN;
19914		  il16 = INT_LEAST16_MAX;
19915		  typedef int_least32_t   my_int_least32_t;
19916		  my_int_least32_t        il32 = INT_LEAST32_MIN;
19917		  il32 = INT_LEAST32_MAX;
19918		  typedef int_least64_t   my_int_least64_t;
19919		  my_int_least64_t        il64 = INT_LEAST64_MIN;
19920		  il64 = INT_LEAST64_MAX;
19921		  typedef intmax_t        my_intmax_t;
19922		  my_intmax_t             im = INTMAX_MAX;
19923		  im = INTMAX_MIN;
19924		  typedef intptr_t        my_intptr_t;
19925		  my_intptr_t             ip = INTPTR_MAX;
19926		  ip = INTPTR_MIN;
19927		  typedef uint8_t         my_uint8_t;
19928		  my_uint8_t              ui8 = UINT8_MAX;
19929		  ui8 = UINT8_MAX;
19930		  typedef uint16_t        my_uint16_t;
19931		  my_uint16_t             ui16 = UINT16_MAX;
19932		  ui16 = UINT16_MAX;
19933		  typedef uint32_t        my_uint32_t;
19934		  my_uint32_t             ui32 = UINT32_MAX;
19935		  ui32 = UINT32_MAX;
19936		  typedef uint64_t        my_uint64_t;
19937		  my_uint64_t             ui64 = UINT64_MAX;
19938		  ui64 = UINT64_MAX;
19939		  typedef uint_fast8_t    my_uint_fast8_t;
19940		  my_uint_fast8_t         uif8 = UINT_FAST8_MAX;
19941		  uif8 = UINT_FAST8_MAX;
19942		  typedef uint_fast16_t   my_uint_fast16_t;
19943		  my_uint_fast16_t        uif16 = UINT_FAST16_MAX;
19944		  uif16 = UINT_FAST16_MAX;
19945		  typedef uint_fast32_t   my_uint_fast32_t;
19946		  my_uint_fast32_t        uif32 = UINT_FAST32_MAX;
19947		  uif32 = UINT_FAST32_MAX;
19948		  typedef uint_fast64_t   my_uint_fast64_t;
19949		  my_uint_fast64_t        uif64 = UINT_FAST64_MAX;
19950		  uif64 = UINT_FAST64_MAX;
19951		  typedef uint_least8_t   my_uint_least8_t;
19952		  my_uint_least8_t        uil8 = UINT_LEAST8_MAX;
19953		  uil8 = UINT_LEAST8_MAX;
19954		  typedef uint_least16_t  my_uint_least16_t;
19955		  my_uint_least16_t       uil16 = UINT_LEAST16_MAX;
19956		  uil16 = UINT_LEAST16_MAX;
19957		  typedef uint_least32_t  my_uint_least32_t;
19958		  my_uint_least32_t       uil32 = UINT_LEAST32_MAX;
19959		  uil32 = UINT_LEAST32_MAX;
19960		  typedef uint_least64_t  my_uint_least64_t;
19961		  my_uint_least64_t       uil64 = UINT_LEAST64_MAX;
19962		  uil64 = UINT_LEAST64_MAX;
19963		  typedef uintmax_t       my_uintmax_t;
19964		  my_uintmax_t            uim = UINTMAX_MAX;
19965		  uim = UINTMAX_MAX;
19966		  typedef uintptr_t       my_uintptr_t;
19967		  my_uintptr_t            uip = UINTPTR_MAX;
19968		  uip = UINTPTR_MAX;
19969
19970  ;
19971  return 0;
19972}
19973_ACEOF
19974if ac_fn_cxx_try_compile "$LINENO"; then :
19975  glibcxx_cv_c99_stdint_tr1=yes
19976else
19977  glibcxx_cv_c99_stdint_tr1=no
19978fi
19979rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19980
19981fi
19982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_stdint_tr1" >&5
19983$as_echo "$glibcxx_cv_c99_stdint_tr1" >&6; }
19984  if test x"$glibcxx_cv_c99_stdint_tr1" = x"yes"; then
19985
19986$as_echo "#define _GLIBCXX_USE_C99_STDINT_TR1 1" >>confdefs.h
19987
19988  fi
19989
19990  # Check for the existence of <math.h> functions.
19991  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support to TR1 in <math.h>" >&5
19992$as_echo_n "checking for ISO C99 support to TR1 in <math.h>... " >&6; }
19993if ${glibcxx_cv_c99_math_tr1+:} false; then :
19994  $as_echo_n "(cached) " >&6
19995else
19996
19997  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19998/* end confdefs.h.  */
19999#include <math.h>
20000int
20001main ()
20002{
20003typedef double_t  my_double_t;
20004		  typedef float_t   my_float_t;
20005		  acosh(0.0);
20006		  acoshf(0.0f);
20007		  acoshl(0.0l);
20008		  asinh(0.0);
20009		  asinhf(0.0f);
20010		  asinhl(0.0l);
20011		  atanh(0.0);
20012		  atanhf(0.0f);
20013		  atanhl(0.0l);
20014		  cbrt(0.0);
20015		  cbrtf(0.0f);
20016		  cbrtl(0.0l);
20017		  copysign(0.0, 0.0);
20018		  copysignf(0.0f, 0.0f);
20019		  copysignl(0.0l, 0.0l);
20020		  erf(0.0);
20021		  erff(0.0f);
20022		  erfl(0.0l);
20023		  erfc(0.0);
20024		  erfcf(0.0f);
20025		  erfcl(0.0l);
20026		  exp2(0.0);
20027		  exp2f(0.0f);
20028		  exp2l(0.0l);
20029		  expm1(0.0);
20030		  expm1f(0.0f);
20031		  expm1l(0.0l);
20032		  fdim(0.0, 0.0);
20033		  fdimf(0.0f, 0.0f);
20034		  fdiml(0.0l, 0.0l);
20035		  fma(0.0, 0.0, 0.0);
20036		  fmaf(0.0f, 0.0f, 0.0f);
20037		  fmal(0.0l, 0.0l, 0.0l);
20038		  fmax(0.0, 0.0);
20039		  fmaxf(0.0f, 0.0f);
20040		  fmaxl(0.0l, 0.0l);
20041		  fmin(0.0, 0.0);
20042		  fminf(0.0f, 0.0f);
20043		  fminl(0.0l, 0.0l);
20044		  hypot(0.0, 0.0);
20045		  hypotf(0.0f, 0.0f);
20046		  hypotl(0.0l, 0.0l);
20047		  ilogb(0.0);
20048		  ilogbf(0.0f);
20049		  ilogbl(0.0l);
20050		  lgamma(0.0);
20051		  lgammaf(0.0f);
20052		  lgammal(0.0l);
20053		  #ifndef __APPLE__ /* see below */
20054		  llrint(0.0);
20055		  llrintf(0.0f);
20056		  llrintl(0.0l);
20057		  llround(0.0);
20058		  llroundf(0.0f);
20059		  llroundl(0.0l);
20060		  #endif
20061		  log1p(0.0);
20062		  log1pf(0.0f);
20063		  log1pl(0.0l);
20064		  log2(0.0);
20065		  log2f(0.0f);
20066		  log2l(0.0l);
20067		  logb(0.0);
20068		  logbf(0.0f);
20069		  logbl(0.0l);
20070		  lrint(0.0);
20071		  lrintf(0.0f);
20072		  lrintl(0.0l);
20073		  lround(0.0);
20074		  lroundf(0.0f);
20075		  lroundl(0.0l);
20076		  nan(0);
20077		  nanf(0);
20078		  nanl(0);
20079		  nearbyint(0.0);
20080		  nearbyintf(0.0f);
20081		  nearbyintl(0.0l);
20082		  nextafter(0.0, 0.0);
20083		  nextafterf(0.0f, 0.0f);
20084		  nextafterl(0.0l, 0.0l);
20085		  nexttoward(0.0, 0.0);
20086		  nexttowardf(0.0f, 0.0f);
20087		  nexttowardl(0.0l, 0.0l);
20088		  remainder(0.0, 0.0);
20089		  remainderf(0.0f, 0.0f);
20090		  remainderl(0.0l, 0.0l);
20091		  remquo(0.0, 0.0, 0);
20092		  remquof(0.0f, 0.0f, 0);
20093		  remquol(0.0l, 0.0l, 0);
20094		  rint(0.0);
20095		  rintf(0.0f);
20096		  rintl(0.0l);
20097		  round(0.0);
20098		  roundf(0.0f);
20099		  roundl(0.0l);
20100		  scalbln(0.0, 0l);
20101		  scalblnf(0.0f, 0l);
20102		  scalblnl(0.0l, 0l);
20103		  scalbn(0.0, 0);
20104		  scalbnf(0.0f, 0);
20105		  scalbnl(0.0l, 0);
20106		  tgamma(0.0);
20107		  tgammaf(0.0f);
20108		  tgammal(0.0l);
20109		  trunc(0.0);
20110		  truncf(0.0f);
20111		  truncl(0.0l);
20112
20113  ;
20114  return 0;
20115}
20116_ACEOF
20117if ac_fn_cxx_try_compile "$LINENO"; then :
20118  glibcxx_cv_c99_math_tr1=yes
20119else
20120  glibcxx_cv_c99_math_tr1=no
20121fi
20122rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20123
20124fi
20125{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_math_tr1" >&5
20126$as_echo "$glibcxx_cv_c99_math_tr1" >&6; }
20127  if test x"$glibcxx_cv_c99_math_tr1" = x"yes"; then
20128
20129$as_echo "#define _GLIBCXX_USE_C99_MATH_TR1 1" >>confdefs.h
20130
20131
20132    case "${target_os}" in
20133      darwin*)
20134	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 rounding functions in <math.h>" >&5
20135$as_echo_n "checking for ISO C99 rounding functions in <math.h>... " >&6; }
20136if ${glibcxx_cv_c99_math_llround+:} false; then :
20137  $as_echo_n "(cached) " >&6
20138else
20139
20140          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20141/* end confdefs.h.  */
20142#include <math.h>
20143int
20144main ()
20145{
20146llrint(0.0);
20147		  llrintf(0.0f);
20148		  llrintl(0.0l);
20149		  llround(0.0);
20150		  llroundf(0.0f);
20151		  llroundl(0.0l);
20152
20153  ;
20154  return 0;
20155}
20156_ACEOF
20157if ac_fn_cxx_try_compile "$LINENO"; then :
20158  glibcxx_cv_c99_math_llround=yes
20159else
20160  glibcxx_cv_c99_math_llround=no
20161fi
20162rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20163
20164fi
20165{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_c99_math_llround" >&5
20166$as_echo "$glibcxx_cv_c99_math_llround" >&6; }
20167        ;;
20168    esac
20169    if test x"$glibcxx_cv_c99_math_llround" = x"no"; then
20170
20171$as_echo "#define _GLIBCXX_NO_C99_ROUNDING_FUNCS 1" >>confdefs.h
20172
20173    fi
20174  fi
20175
20176  # Check for the existence of <inttypes.h> functions (NB: doesn't make
20177  # sense if the glibcxx_cv_c99_stdint_tr1 check fails, per C99, 7.8/1).
20178  ac_c99_inttypes_tr1=no;
20179  if test x"$glibcxx_cv_c99_stdint_tr1" = x"yes"; then
20180    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ISO C99 support to TR1 in <inttypes.h>" >&5
20181$as_echo_n "checking for ISO C99 support to TR1 in <inttypes.h>... " >&6; }
20182    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20183/* end confdefs.h.  */
20184#include <inttypes.h>
20185int
20186main ()
20187{
20188intmax_t i, numer, denom, base;
20189		    const char* s;
20190		    char** endptr;
20191		    intmax_t ret = imaxabs(i);
20192		    imaxdiv_t dret = imaxdiv(numer, denom);
20193		    ret = strtoimax(s, endptr, base);
20194		    uintmax_t uret = strtoumax(s, endptr, base);
20195
20196  ;
20197  return 0;
20198}
20199_ACEOF
20200if ac_fn_cxx_try_compile "$LINENO"; then :
20201  ac_c99_inttypes_tr1=yes
20202else
20203  ac_c99_inttypes_tr1=no
20204fi
20205rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20206    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_c99_inttypes_tr1" >&5
20207$as_echo "$ac_c99_inttypes_tr1" >&6; }
20208  fi
20209  if test x"$ac_c99_inttypes_tr1" = x"yes"; then
20210
20211$as_echo "#define _GLIBCXX_USE_C99_INTTYPES_TR1 1" >>confdefs.h
20212
20213  fi
20214
20215  # Check for the existence of wchar_t <inttypes.h> functions (NB: doesn't
20216  # make sense if the glibcxx_cv_c99_stdint_tr1 check fails, per C99, 7.8/1).
20217  ac_c99_inttypes_wchar_t_tr1=no;
20218  if test x"$glibcxx_cv_c99_stdint_tr1" = x"yes"; then
20219    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t ISO C99 support to TR1 in <inttypes.h>" >&5
20220$as_echo_n "checking for wchar_t ISO C99 support to TR1 in <inttypes.h>... " >&6; }
20221    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20222/* end confdefs.h.  */
20223#include <inttypes.h>
20224int
20225main ()
20226{
20227intmax_t base;
20228		    const wchar_t* s;
20229		    wchar_t** endptr;
20230		    intmax_t ret = wcstoimax(s, endptr, base);
20231		    uintmax_t uret = wcstoumax(s, endptr, base);
20232
20233  ;
20234  return 0;
20235}
20236_ACEOF
20237if ac_fn_cxx_try_compile "$LINENO"; then :
20238  ac_c99_inttypes_wchar_t_tr1=yes
20239else
20240  ac_c99_inttypes_wchar_t_tr1=no
20241fi
20242rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20243    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_c99_inttypes_wchar_t_tr1" >&5
20244$as_echo "$ac_c99_inttypes_wchar_t_tr1" >&6; }
20245  fi
20246  if test x"$ac_c99_inttypes_wchar_t_tr1" = x"yes"; then
20247
20248$as_echo "#define _GLIBCXX_USE_C99_INTTYPES_WCHAR_T_TR1 1" >>confdefs.h
20249
20250  fi
20251
20252  # Check for the existence of the <stdbool.h> header.
20253  for ac_header in stdbool.h
20254do :
20255  ac_fn_cxx_check_header_mongrel "$LINENO" "stdbool.h" "ac_cv_header_stdbool_h" "$ac_includes_default"
20256if test "x$ac_cv_header_stdbool_h" = xyes; then :
20257  cat >>confdefs.h <<_ACEOF
20258#define HAVE_STDBOOL_H 1
20259_ACEOF
20260
20261fi
20262
20263done
20264
20265
20266  # Check for the existence of the <stdalign.h> header.
20267  for ac_header in stdalign.h
20268do :
20269  ac_fn_cxx_check_header_mongrel "$LINENO" "stdalign.h" "ac_cv_header_stdalign_h" "$ac_includes_default"
20270if test "x$ac_cv_header_stdalign_h" = xyes; then :
20271  cat >>confdefs.h <<_ACEOF
20272#define HAVE_STDALIGN_H 1
20273_ACEOF
20274
20275fi
20276
20277done
20278
20279
20280  CXXFLAGS="$ac_save_CXXFLAGS"
20281  ac_ext=c
20282ac_cpp='$CPP $CPPFLAGS'
20283ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20284ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20285ac_compiler_gnu=$ac_cv_c_compiler_gnu
20286
20287
20288
20289# For the EOF, SEEK_CUR, and SEEK_END integer constants.
20290
20291
20292if test "$is_hosted" = yes; then
20293  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the value of EOF" >&5
20294$as_echo_n "checking for the value of EOF... " >&6; }
20295if ${glibcxx_cv_stdio_eof+:} false; then :
20296  $as_echo_n "(cached) " >&6
20297else
20298
20299  if ac_fn_c_compute_int "$LINENO" "EOF" "glibcxx_cv_stdio_eof"        "#include <stdio.h>"; then :
20300
20301else
20302  as_fn_error $? "computing EOF failed" "$LINENO" 5
20303fi
20304
20305
20306fi
20307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_stdio_eof" >&5
20308$as_echo "$glibcxx_cv_stdio_eof" >&6; }
20309
20310cat >>confdefs.h <<_ACEOF
20311#define _GLIBCXX_STDIO_EOF $glibcxx_cv_stdio_eof
20312_ACEOF
20313
20314
20315  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the value of SEEK_CUR" >&5
20316$as_echo_n "checking for the value of SEEK_CUR... " >&6; }
20317if ${glibcxx_cv_stdio_seek_cur+:} false; then :
20318  $as_echo_n "(cached) " >&6
20319else
20320
20321  if ac_fn_c_compute_int "$LINENO" "SEEK_CUR" "glibcxx_cv_stdio_seek_cur"        "#include <stdio.h>"; then :
20322
20323else
20324  as_fn_error $? "computing SEEK_CUR failed" "$LINENO" 5
20325fi
20326
20327
20328fi
20329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_stdio_seek_cur" >&5
20330$as_echo "$glibcxx_cv_stdio_seek_cur" >&6; }
20331
20332cat >>confdefs.h <<_ACEOF
20333#define _GLIBCXX_STDIO_SEEK_CUR $glibcxx_cv_stdio_seek_cur
20334_ACEOF
20335
20336
20337  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the value of SEEK_END" >&5
20338$as_echo_n "checking for the value of SEEK_END... " >&6; }
20339if ${glibcxx_cv_stdio_seek_end+:} false; then :
20340  $as_echo_n "(cached) " >&6
20341else
20342
20343  if ac_fn_c_compute_int "$LINENO" "SEEK_END" "glibcxx_cv_stdio_seek_end"        "#include <stdio.h>"; then :
20344
20345else
20346  as_fn_error $? "computing SEEK_END failed" "$LINENO" 5
20347fi
20348
20349
20350fi
20351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_stdio_seek_end" >&5
20352$as_echo "$glibcxx_cv_stdio_seek_end" >&6; }
20353
20354cat >>confdefs.h <<_ACEOF
20355#define _GLIBCXX_STDIO_SEEK_END $glibcxx_cv_stdio_seek_end
20356_ACEOF
20357
20358fi
20359
20360
20361# For gettimeofday support.
20362
20363
20364  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday" >&5
20365$as_echo_n "checking for gettimeofday... " >&6; }
20366
20367
20368  ac_ext=cpp
20369ac_cpp='$CXXCPP $CPPFLAGS'
20370ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20371ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20372ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20373
20374  ac_save_CXXFLAGS="$CXXFLAGS"
20375  CXXFLAGS="$CXXFLAGS -fno-exceptions"
20376
20377  ac_has_gettimeofday=no;
20378  for ac_header in sys/time.h
20379do :
20380  ac_fn_cxx_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default"
20381if test "x$ac_cv_header_sys_time_h" = xyes; then :
20382  cat >>confdefs.h <<_ACEOF
20383#define HAVE_SYS_TIME_H 1
20384_ACEOF
20385 ac_has_sys_time_h=yes
20386else
20387  ac_has_sys_time_h=no
20388fi
20389
20390done
20391
20392  if test x"$ac_has_sys_time_h" = x"yes"; then
20393    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettimeofday" >&5
20394$as_echo_n "checking for gettimeofday... " >&6; }
20395    if test x$gcc_no_link = xyes; then
20396  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20397/* end confdefs.h.  */
20398#include <sys/time.h>
20399int
20400main ()
20401{
20402timeval tv; gettimeofday(&tv, 0);
20403  ;
20404  return 0;
20405}
20406_ACEOF
20407if ac_fn_cxx_try_compile "$LINENO"; then :
20408  ac_has_gettimeofday=yes
20409else
20410  ac_has_gettimeofday=no
20411fi
20412rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20413else
20414  if test x$gcc_no_link = xyes; then
20415  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20416fi
20417cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20418/* end confdefs.h.  */
20419#include <sys/time.h>
20420int
20421main ()
20422{
20423timeval tv; gettimeofday(&tv, 0);
20424  ;
20425  return 0;
20426}
20427_ACEOF
20428if ac_fn_cxx_try_link "$LINENO"; then :
20429  ac_has_gettimeofday=yes
20430else
20431  ac_has_gettimeofday=no
20432fi
20433rm -f core conftest.err conftest.$ac_objext \
20434    conftest$ac_exeext conftest.$ac_ext
20435fi
20436
20437    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_gettimeofday" >&5
20438$as_echo "$ac_has_gettimeofday" >&6; }
20439  fi
20440
20441  if test x"$ac_has_gettimeofday" = x"yes"; then
20442
20443$as_echo "#define _GLIBCXX_USE_GETTIMEOFDAY 1" >>confdefs.h
20444
20445  fi
20446
20447  CXXFLAGS="$ac_save_CXXFLAGS"
20448  ac_ext=c
20449ac_cpp='$CPP $CPPFLAGS'
20450ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20451ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20452ac_compiler_gnu=$ac_cv_c_compiler_gnu
20453
20454
20455
20456# For clock_gettime, nanosleep and sched_yield support.
20457
20458
20459   # Check whether --enable-libstdcxx-time was given.
20460if test "${enable_libstdcxx_time+set}" = set; then :
20461  enableval=$enable_libstdcxx_time;
20462      case "$enableval" in
20463       yes|no|rt) ;;
20464       *) as_fn_error $? "Unknown argument to enable/disable libstdcxx-time" "$LINENO" 5 ;;
20465	  	        esac
20466
20467else
20468  enable_libstdcxx_time=auto
20469fi
20470
20471
20472
20473
20474  ac_ext=cpp
20475ac_cpp='$CXXCPP $CPPFLAGS'
20476ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20477ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20478ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
20479
20480  ac_save_CXXFLAGS="$CXXFLAGS"
20481  CXXFLAGS="$CXXFLAGS -fno-exceptions"
20482  ac_save_LIBS="$LIBS"
20483
20484  ac_has_clock_monotonic=no
20485  ac_has_clock_realtime=no
20486  ac_has_nanosleep=no
20487  ac_has_sched_yield=no
20488
20489  if test x"$enable_libstdcxx_time" = x"auto"; then
20490
20491    case "${target_os}" in
20492      cygwin*)
20493        ac_has_nanosleep=yes
20494        ;;
20495      darwin*)
20496        ac_has_nanosleep=yes
20497        ac_has_sched_yield=yes
20498        ;;
20499      # VxWorks has nanosleep as soon as the kernel is configured with
20500      # INCLUDE_POSIX_TIMERS, which is normally/most-often the case.
20501      vxworks*)
20502        ac_has_nanosleep=yes
20503        ;;
20504      gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)
20505        # Don't use link test for freestanding library, in case gcc_no_link=yes
20506        if test x"$is_hosted" = xyes; then
20507          # Versions of glibc before 2.17 needed -lrt for clock_gettime.
20508          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
20509$as_echo_n "checking for library containing clock_gettime... " >&6; }
20510if ${ac_cv_search_clock_gettime+:} false; then :
20511  $as_echo_n "(cached) " >&6
20512else
20513  ac_func_search_save_LIBS=$LIBS
20514cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20515/* end confdefs.h.  */
20516
20517/* Override any GCC internal prototype to avoid an error.
20518   Use char because int might match the return type of a GCC
20519   builtin and then its argument prototype would still apply.  */
20520#ifdef __cplusplus
20521extern "C"
20522#endif
20523char clock_gettime ();
20524int
20525main ()
20526{
20527return clock_gettime ();
20528  ;
20529  return 0;
20530}
20531_ACEOF
20532for ac_lib in '' rt; do
20533  if test -z "$ac_lib"; then
20534    ac_res="none required"
20535  else
20536    ac_res=-l$ac_lib
20537    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
20538  fi
20539  if test x$gcc_no_link = xyes; then
20540  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20541fi
20542if ac_fn_cxx_try_link "$LINENO"; then :
20543  ac_cv_search_clock_gettime=$ac_res
20544fi
20545rm -f core conftest.err conftest.$ac_objext \
20546    conftest$ac_exeext
20547  if ${ac_cv_search_clock_gettime+:} false; then :
20548  break
20549fi
20550done
20551if ${ac_cv_search_clock_gettime+:} false; then :
20552
20553else
20554  ac_cv_search_clock_gettime=no
20555fi
20556rm conftest.$ac_ext
20557LIBS=$ac_func_search_save_LIBS
20558fi
20559{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
20560$as_echo "$ac_cv_search_clock_gettime" >&6; }
20561ac_res=$ac_cv_search_clock_gettime
20562if test "$ac_res" != no; then :
20563  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20564
20565fi
20566
20567          if test x"$ac_cv_search_clock_gettime" = x"none required"; then
20568            ac_has_clock_monotonic=yes
20569            ac_has_clock_realtime=yes
20570          fi
20571        fi
20572        ac_has_nanosleep=yes
20573        ac_has_sched_yield=yes
20574        ;;
20575      freebsd*|netbsd*|dragonfly*|rtems*)
20576        ac_has_clock_monotonic=yes
20577        ac_has_clock_realtime=yes
20578        ac_has_nanosleep=yes
20579        ac_has_sched_yield=yes
20580        ;;
20581      openbsd*)
20582        ac_has_clock_monotonic=yes
20583        ac_has_clock_realtime=yes
20584        ac_has_nanosleep=yes
20585        ;;
20586      solaris*)
20587        ac_has_clock_monotonic=yes
20588        ac_has_clock_realtime=yes
20589        ac_has_nanosleep=yes
20590        ac_has_sched_yield=yes
20591        ;;
20592      uclinux*)
20593        ac_has_nanosleep=yes
20594        ac_has_sched_yield=yes
20595    esac
20596
20597  elif test x"$enable_libstdcxx_time" != x"no"; then
20598
20599    if test x"$enable_libstdcxx_time" = x"rt"; then
20600      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
20601$as_echo_n "checking for library containing clock_gettime... " >&6; }
20602if ${ac_cv_search_clock_gettime+:} false; then :
20603  $as_echo_n "(cached) " >&6
20604else
20605  ac_func_search_save_LIBS=$LIBS
20606cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20607/* end confdefs.h.  */
20608
20609/* Override any GCC internal prototype to avoid an error.
20610   Use char because int might match the return type of a GCC
20611   builtin and then its argument prototype would still apply.  */
20612#ifdef __cplusplus
20613extern "C"
20614#endif
20615char clock_gettime ();
20616int
20617main ()
20618{
20619return clock_gettime ();
20620  ;
20621  return 0;
20622}
20623_ACEOF
20624for ac_lib in '' rt; do
20625  if test -z "$ac_lib"; then
20626    ac_res="none required"
20627  else
20628    ac_res=-l$ac_lib
20629    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
20630  fi
20631  if test x$gcc_no_link = xyes; then
20632  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20633fi
20634if ac_fn_cxx_try_link "$LINENO"; then :
20635  ac_cv_search_clock_gettime=$ac_res
20636fi
20637rm -f core conftest.err conftest.$ac_objext \
20638    conftest$ac_exeext
20639  if ${ac_cv_search_clock_gettime+:} false; then :
20640  break
20641fi
20642done
20643if ${ac_cv_search_clock_gettime+:} false; then :
20644
20645else
20646  ac_cv_search_clock_gettime=no
20647fi
20648rm conftest.$ac_ext
20649LIBS=$ac_func_search_save_LIBS
20650fi
20651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
20652$as_echo "$ac_cv_search_clock_gettime" >&6; }
20653ac_res=$ac_cv_search_clock_gettime
20654if test "$ac_res" != no; then :
20655  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20656
20657fi
20658
20659      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing nanosleep" >&5
20660$as_echo_n "checking for library containing nanosleep... " >&6; }
20661if ${ac_cv_search_nanosleep+:} false; then :
20662  $as_echo_n "(cached) " >&6
20663else
20664  ac_func_search_save_LIBS=$LIBS
20665cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20666/* end confdefs.h.  */
20667
20668/* Override any GCC internal prototype to avoid an error.
20669   Use char because int might match the return type of a GCC
20670   builtin and then its argument prototype would still apply.  */
20671#ifdef __cplusplus
20672extern "C"
20673#endif
20674char nanosleep ();
20675int
20676main ()
20677{
20678return nanosleep ();
20679  ;
20680  return 0;
20681}
20682_ACEOF
20683for ac_lib in '' rt; do
20684  if test -z "$ac_lib"; then
20685    ac_res="none required"
20686  else
20687    ac_res=-l$ac_lib
20688    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
20689  fi
20690  if test x$gcc_no_link = xyes; then
20691  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20692fi
20693if ac_fn_cxx_try_link "$LINENO"; then :
20694  ac_cv_search_nanosleep=$ac_res
20695fi
20696rm -f core conftest.err conftest.$ac_objext \
20697    conftest$ac_exeext
20698  if ${ac_cv_search_nanosleep+:} false; then :
20699  break
20700fi
20701done
20702if ${ac_cv_search_nanosleep+:} false; then :
20703
20704else
20705  ac_cv_search_nanosleep=no
20706fi
20707rm conftest.$ac_ext
20708LIBS=$ac_func_search_save_LIBS
20709fi
20710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_nanosleep" >&5
20711$as_echo "$ac_cv_search_nanosleep" >&6; }
20712ac_res=$ac_cv_search_nanosleep
20713if test "$ac_res" != no; then :
20714  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20715
20716fi
20717
20718    else
20719      ac_fn_cxx_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
20720if test "x$ac_cv_func_clock_gettime" = xyes; then :
20721
20722fi
20723
20724      ac_fn_cxx_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
20725if test "x$ac_cv_func_nanosleep" = xyes; then :
20726
20727fi
20728
20729    fi
20730
20731    case "$ac_cv_search_clock_gettime" in
20732      -l*) GLIBCXX_LIBS=$ac_cv_search_clock_gettime
20733      ;;
20734    esac
20735    case "$ac_cv_search_nanosleep" in
20736      -l*) GLIBCXX_LIBS="$GLIBCXX_LIBS $ac_cv_search_nanosleep"
20737      ;;
20738    esac
20739
20740    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sched_yield" >&5
20741$as_echo_n "checking for library containing sched_yield... " >&6; }
20742if ${ac_cv_search_sched_yield+:} false; then :
20743  $as_echo_n "(cached) " >&6
20744else
20745  ac_func_search_save_LIBS=$LIBS
20746cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20747/* end confdefs.h.  */
20748
20749/* Override any GCC internal prototype to avoid an error.
20750   Use char because int might match the return type of a GCC
20751   builtin and then its argument prototype would still apply.  */
20752#ifdef __cplusplus
20753extern "C"
20754#endif
20755char sched_yield ();
20756int
20757main ()
20758{
20759return sched_yield ();
20760  ;
20761  return 0;
20762}
20763_ACEOF
20764for ac_lib in '' rt; do
20765  if test -z "$ac_lib"; then
20766    ac_res="none required"
20767  else
20768    ac_res=-l$ac_lib
20769    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
20770  fi
20771  if test x$gcc_no_link = xyes; then
20772  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20773fi
20774if ac_fn_cxx_try_link "$LINENO"; then :
20775  ac_cv_search_sched_yield=$ac_res
20776fi
20777rm -f core conftest.err conftest.$ac_objext \
20778    conftest$ac_exeext
20779  if ${ac_cv_search_sched_yield+:} false; then :
20780  break
20781fi
20782done
20783if ${ac_cv_search_sched_yield+:} false; then :
20784
20785else
20786  ac_cv_search_sched_yield=no
20787fi
20788rm conftest.$ac_ext
20789LIBS=$ac_func_search_save_LIBS
20790fi
20791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_sched_yield" >&5
20792$as_echo "$ac_cv_search_sched_yield" >&6; }
20793ac_res=$ac_cv_search_sched_yield
20794if test "$ac_res" != no; then :
20795  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20796
20797fi
20798
20799
20800    case "$ac_cv_search_sched_yield" in
20801      -lrt*)
20802      if test x"$enable_libstdcxx_time" = x"rt"; then
20803	GLIBCXX_LIBS="$GLIBCXX_LIBS $ac_cv_search_sched_yield"
20804        ac_has_sched_yield=yes
20805      fi
20806      ;;
20807      *)
20808      ac_has_sched_yield=yes
20809      ;;
20810    esac
20811
20812    for ac_header in unistd.h
20813do :
20814  ac_fn_cxx_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
20815if test "x$ac_cv_header_unistd_h" = xyes; then :
20816  cat >>confdefs.h <<_ACEOF
20817#define HAVE_UNISTD_H 1
20818_ACEOF
20819 ac_has_unistd_h=yes
20820else
20821  ac_has_unistd_h=no
20822fi
20823
20824done
20825
20826
20827    if test x"$ac_has_unistd_h" = x"yes"; then
20828      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for monotonic clock" >&5
20829$as_echo_n "checking for monotonic clock... " >&6; }
20830      if test x$gcc_no_link = xyes; then
20831  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20832fi
20833cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20834/* end confdefs.h.  */
20835#include <unistd.h>
20836	 #include <time.h>
20837
20838int
20839main ()
20840{
20841#if _POSIX_TIMERS > 0 && defined(_POSIX_MONOTONIC_CLOCK)
20842	  timespec tp;
20843	 #endif
20844	  clock_gettime(CLOCK_MONOTONIC, &tp);
20845
20846  ;
20847  return 0;
20848}
20849_ACEOF
20850if ac_fn_cxx_try_link "$LINENO"; then :
20851  ac_has_clock_monotonic=yes
20852else
20853  ac_has_clock_monotonic=no
20854fi
20855rm -f core conftest.err conftest.$ac_objext \
20856    conftest$ac_exeext conftest.$ac_ext
20857
20858      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_clock_monotonic" >&5
20859$as_echo "$ac_has_clock_monotonic" >&6; }
20860
20861      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for realtime clock" >&5
20862$as_echo_n "checking for realtime clock... " >&6; }
20863      if test x$gcc_no_link = xyes; then
20864  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20865fi
20866cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20867/* end confdefs.h.  */
20868#include <unistd.h>
20869	 #include <time.h>
20870
20871int
20872main ()
20873{
20874#if _POSIX_TIMERS > 0
20875	  timespec tp;
20876	 #endif
20877	  clock_gettime(CLOCK_REALTIME, &tp);
20878
20879  ;
20880  return 0;
20881}
20882_ACEOF
20883if ac_fn_cxx_try_link "$LINENO"; then :
20884  ac_has_clock_realtime=yes
20885else
20886  ac_has_clock_realtime=no
20887fi
20888rm -f core conftest.err conftest.$ac_objext \
20889    conftest$ac_exeext conftest.$ac_ext
20890
20891      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_clock_realtime" >&5
20892$as_echo "$ac_has_clock_realtime" >&6; }
20893
20894      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep" >&5
20895$as_echo_n "checking for nanosleep... " >&6; }
20896      if test x$gcc_no_link = xyes; then
20897  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20898fi
20899cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20900/* end confdefs.h.  */
20901#include <unistd.h>
20902	 #include <time.h>
20903
20904int
20905main ()
20906{
20907#if _POSIX_TIMERS > 0
20908	  timespec tp;
20909	 #endif
20910	  nanosleep(&tp, 0);
20911
20912  ;
20913  return 0;
20914}
20915_ACEOF
20916if ac_fn_cxx_try_link "$LINENO"; then :
20917  ac_has_nanosleep=yes
20918else
20919  ac_has_nanosleep=no
20920fi
20921rm -f core conftest.err conftest.$ac_objext \
20922    conftest$ac_exeext conftest.$ac_ext
20923
20924      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_nanosleep" >&5
20925$as_echo "$ac_has_nanosleep" >&6; }
20926    fi
20927  fi
20928
20929  if test x"$ac_has_clock_monotonic" != x"yes"; then
20930    case ${target_os} in
20931      linux* | uclinux*)
20932	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime syscall" >&5
20933$as_echo_n "checking for clock_gettime syscall... " >&6; }
20934	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20935/* end confdefs.h.  */
20936#include <unistd.h>
20937	   #include <time.h>
20938	   #include <sys/syscall.h>
20939
20940int
20941main ()
20942{
20943#if _POSIX_TIMERS > 0 && defined(_POSIX_MONOTONIC_CLOCK)
20944	    timespec tp;
20945	   #endif
20946	   syscall(SYS_clock_gettime, CLOCK_MONOTONIC, &tp);
20947	   syscall(SYS_clock_gettime, CLOCK_REALTIME, &tp);
20948
20949  ;
20950  return 0;
20951}
20952_ACEOF
20953if ac_fn_cxx_try_compile "$LINENO"; then :
20954  ac_has_clock_gettime_syscall=yes
20955else
20956  ac_has_clock_gettime_syscall=no
20957fi
20958rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20959	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_clock_gettime_syscall" >&5
20960$as_echo "$ac_has_clock_gettime_syscall" >&6; }
20961	if test x"$ac_has_clock_gettime_syscall" = x"yes"; then
20962
20963$as_echo "#define _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL 1" >>confdefs.h
20964
20965	  ac_has_clock_monotonic=yes
20966	  ac_has_clock_realtime=yes
20967	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec that matches syscall" >&5
20968$as_echo_n "checking for struct timespec that matches syscall... " >&6; }
20969	  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20970/* end confdefs.h.  */
20971#include <time.h>
20972	     #include <sys/syscall.h>
20973
20974int
20975main ()
20976{
20977#ifdef SYS_clock_gettime64
20978	     #if SYS_clock_gettime64 != SYS_clock_gettime
20979	     // We need to use SYS_clock_gettime and libc appears to
20980	     // also know about the SYS_clock_gettime64 syscall.
20981	     // Check that userspace doesn't use time64 version of timespec.
20982	     static_assert(sizeof(timespec::tv_sec) == sizeof(long),
20983	       "struct timespec must be compatible with SYS_clock_gettime");
20984	     #endif
20985	     #endif
20986
20987  ;
20988  return 0;
20989}
20990_ACEOF
20991if ac_fn_cxx_try_compile "$LINENO"; then :
20992  ac_timespec_matches_syscall=yes
20993else
20994  ac_timespec_matches_syscall=no
20995fi
20996rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20997	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_timespec_matches_syscall" >&5
20998$as_echo "$ac_timespec_matches_syscall" >&6; }
20999	  if test x"$ac_timespec_matches_syscall" = no; then
21000	    as_fn_error $? "struct timespec is not compatible with SYS_clock_gettime, please report a bug to http://gcc.gnu.org/bugzilla" "$LINENO" 5
21001	  fi
21002	fi;;
21003    esac
21004  fi
21005
21006  if test x"$ac_has_clock_monotonic" = x"yes"; then
21007
21008$as_echo "#define _GLIBCXX_USE_CLOCK_MONOTONIC 1" >>confdefs.h
21009
21010  fi
21011
21012  if test x"$ac_has_clock_realtime" = x"yes"; then
21013
21014$as_echo "#define _GLIBCXX_USE_CLOCK_REALTIME 1" >>confdefs.h
21015
21016  fi
21017
21018  if test x"$ac_has_sched_yield" = x"yes"; then
21019
21020$as_echo "#define _GLIBCXX_USE_SCHED_YIELD 1" >>confdefs.h
21021
21022  fi
21023
21024  if test x"$ac_has_nanosleep" = x"yes"; then
21025
21026$as_echo "#define _GLIBCXX_USE_NANOSLEEP 1" >>confdefs.h
21027
21028  else
21029      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sleep" >&5
21030$as_echo_n "checking for sleep... " >&6; }
21031      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21032/* end confdefs.h.  */
21033#include <unistd.h>
21034int
21035main ()
21036{
21037sleep(1)
21038  ;
21039  return 0;
21040}
21041_ACEOF
21042if ac_fn_cxx_try_compile "$LINENO"; then :
21043  ac_has_sleep=yes
21044else
21045  ac_has_sleep=no
21046fi
21047rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21048      if test x"$ac_has_sleep" = x"yes"; then
21049
21050$as_echo "#define HAVE_SLEEP 1" >>confdefs.h
21051
21052      fi
21053      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_sleep" >&5
21054$as_echo "$ac_has_sleep" >&6; }
21055      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for usleep" >&5
21056$as_echo_n "checking for usleep... " >&6; }
21057      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21058/* end confdefs.h.  */
21059#include <unistd.h>
21060int
21061main ()
21062{
21063sleep(1);
21064                      usleep(100);
21065  ;
21066  return 0;
21067}
21068_ACEOF
21069if ac_fn_cxx_try_compile "$LINENO"; then :
21070  ac_has_usleep=yes
21071else
21072  ac_has_usleep=no
21073fi
21074rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21075      if test x"$ac_has_usleep" = x"yes"; then
21076
21077$as_echo "#define HAVE_USLEEP 1" >>confdefs.h
21078
21079      fi
21080      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_usleep" >&5
21081$as_echo "$ac_has_usleep" >&6; }
21082  fi
21083
21084  if test x"$ac_has_nanosleep$ac_has_sleep" = x"nono"; then
21085      ac_no_sleep=yes
21086      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Sleep" >&5
21087$as_echo_n "checking for Sleep... " >&6; }
21088      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21089/* end confdefs.h.  */
21090#include <windows.h>
21091int
21092main ()
21093{
21094Sleep(1)
21095  ;
21096  return 0;
21097}
21098_ACEOF
21099if ac_fn_cxx_try_compile "$LINENO"; then :
21100  ac_has_win32_sleep=yes
21101else
21102  ac_has_win32_sleep=no
21103fi
21104rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21105      if test x"$ac_has_win32_sleep" = x"yes"; then
21106
21107$as_echo "#define HAVE_WIN32_SLEEP 1" >>confdefs.h
21108
21109	ac_no_sleep=no
21110      fi
21111      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_win32_sleep" >&5
21112$as_echo "$ac_has_win32_sleep" >&6; }
21113  fi
21114
21115  if test x"$ac_no_sleep" = x"yes"; then
21116
21117$as_echo "#define _GLIBCXX_NO_SLEEP 1" >>confdefs.h
21118
21119  fi
21120
21121
21122
21123  CXXFLAGS="$ac_save_CXXFLAGS"
21124  LIBS="$ac_save_LIBS"
21125  ac_ext=c
21126ac_cpp='$CPP $CPPFLAGS'
21127ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21128ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21129ac_compiler_gnu=$ac_cv_c_compiler_gnu
21130
21131
21132
21133# Check for tmpnam which is obsolescent in POSIX.1-2008
21134
21135  ac_ext=cpp
21136ac_cpp='$CXXCPP $CPPFLAGS'
21137ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21138ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21139ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21140
21141  ac_save_CXXFLAGS="$CXXFLAGS"
21142  CXXFLAGS="$CXXFLAGS -fno-exceptions"
21143  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tmpnam" >&5
21144$as_echo_n "checking for tmpnam... " >&6; }
21145if ${glibcxx_cv_TMPNAM+:} false; then :
21146  $as_echo_n "(cached) " >&6
21147else
21148      if test x$gcc_no_link = xyes; then
21149  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21150/* end confdefs.h.  */
21151#include <stdio.h>
21152int
21153main ()
21154{
21155char *tmp = tmpnam(NULL);
21156  ;
21157  return 0;
21158}
21159_ACEOF
21160if ac_fn_cxx_try_compile "$LINENO"; then :
21161  glibcxx_cv_TMPNAM=yes
21162else
21163  glibcxx_cv_TMPNAM=no
21164fi
21165rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21166else
21167  if test x$gcc_no_link = xyes; then
21168  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21169fi
21170cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21171/* end confdefs.h.  */
21172#include <stdio.h>
21173int
21174main ()
21175{
21176char *tmp = tmpnam(NULL);
21177  ;
21178  return 0;
21179}
21180_ACEOF
21181if ac_fn_cxx_try_link "$LINENO"; then :
21182  glibcxx_cv_TMPNAM=yes
21183else
21184  glibcxx_cv_TMPNAM=no
21185fi
21186rm -f core conftest.err conftest.$ac_objext \
21187    conftest$ac_exeext conftest.$ac_ext
21188fi
21189
21190fi
21191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_TMPNAM" >&5
21192$as_echo "$glibcxx_cv_TMPNAM" >&6; }
21193  if test $glibcxx_cv_TMPNAM = yes; then
21194
21195$as_echo "#define _GLIBCXX_USE_TMPNAM 1" >>confdefs.h
21196
21197  fi
21198  CXXFLAGS="$ac_save_CXXFLAGS"
21199  ac_ext=c
21200ac_cpp='$CPP $CPPFLAGS'
21201ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21202ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21203ac_compiler_gnu=$ac_cv_c_compiler_gnu
21204
21205
21206
21207# For pthread_cond_clockwait
21208
21209
21210
21211  ac_ext=cpp
21212ac_cpp='$CXXCPP $CPPFLAGS'
21213ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21214ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21215ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21216
21217  ac_save_CXXFLAGS="$CXXFLAGS"
21218  CXXFLAGS="$CXXFLAGS -fno-exceptions"
21219  ac_save_LIBS="$LIBS"
21220  LIBS="$LIBS -lpthread"
21221
21222  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_clockwait" >&5
21223$as_echo_n "checking for pthread_cond_clockwait... " >&6; }
21224if ${glibcxx_cv_PTHREAD_COND_CLOCKWAIT+:} false; then :
21225  $as_echo_n "(cached) " >&6
21226else
21227
21228    if test x$gcc_no_link = xyes; then
21229  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21230/* end confdefs.h.  */
21231#include <pthread.h>
21232int
21233main ()
21234{
21235pthread_mutex_t mutex; pthread_cond_t cond; struct timespec ts; int n = pthread_cond_clockwait(&cond, &mutex, 0, &ts);
21236  ;
21237  return 0;
21238}
21239_ACEOF
21240if ac_fn_cxx_try_compile "$LINENO"; then :
21241  glibcxx_cv_PTHREAD_COND_CLOCKWAIT=yes
21242else
21243  glibcxx_cv_PTHREAD_COND_CLOCKWAIT=no
21244fi
21245rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21246else
21247  if test x$gcc_no_link = xyes; then
21248  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21249fi
21250cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21251/* end confdefs.h.  */
21252#include <pthread.h>
21253int
21254main ()
21255{
21256pthread_mutex_t mutex; pthread_cond_t cond; struct timespec ts; int n = pthread_cond_clockwait(&cond, &mutex, 0, &ts);
21257  ;
21258  return 0;
21259}
21260_ACEOF
21261if ac_fn_cxx_try_link "$LINENO"; then :
21262  glibcxx_cv_PTHREAD_COND_CLOCKWAIT=yes
21263else
21264  glibcxx_cv_PTHREAD_COND_CLOCKWAIT=no
21265fi
21266rm -f core conftest.err conftest.$ac_objext \
21267    conftest$ac_exeext conftest.$ac_ext
21268fi
21269
21270fi
21271{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_PTHREAD_COND_CLOCKWAIT" >&5
21272$as_echo "$glibcxx_cv_PTHREAD_COND_CLOCKWAIT" >&6; }
21273  if test $glibcxx_cv_PTHREAD_COND_CLOCKWAIT = yes; then
21274
21275$as_echo "#define _GLIBCXX_USE_PTHREAD_COND_CLOCKWAIT 1" >>confdefs.h
21276
21277  fi
21278
21279  CXXFLAGS="$ac_save_CXXFLAGS"
21280  LIBS="$ac_save_LIBS"
21281  ac_ext=c
21282ac_cpp='$CPP $CPPFLAGS'
21283ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21284ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21285ac_compiler_gnu=$ac_cv_c_compiler_gnu
21286
21287
21288
21289# For pthread_mutex_clocklock
21290
21291
21292
21293  ac_ext=cpp
21294ac_cpp='$CXXCPP $CPPFLAGS'
21295ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21296ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21297ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21298
21299  ac_save_CXXFLAGS="$CXXFLAGS"
21300  CXXFLAGS="$CXXFLAGS -fno-exceptions"
21301  ac_save_LIBS="$LIBS"
21302  LIBS="$LIBS -lpthread"
21303
21304  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_clocklock" >&5
21305$as_echo_n "checking for pthread_mutex_clocklock... " >&6; }
21306if ${glibcxx_cv_PTHREAD_MUTEX_CLOCKLOCK+:} false; then :
21307  $as_echo_n "(cached) " >&6
21308else
21309
21310    if test x$gcc_no_link = xyes; then
21311  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21312/* end confdefs.h.  */
21313#include <pthread.h>
21314int
21315main ()
21316{
21317pthread_mutex_t mutex; struct timespec ts; int n = pthread_mutex_clocklock(&mutex, CLOCK_REALTIME, &ts);
21318  ;
21319  return 0;
21320}
21321_ACEOF
21322if ac_fn_cxx_try_compile "$LINENO"; then :
21323  glibcxx_cv_PTHREAD_MUTEX_CLOCKLOCK=yes
21324else
21325  glibcxx_cv_PTHREAD_MUTEX_CLOCKLOCK=no
21326fi
21327rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21328else
21329  if test x$gcc_no_link = xyes; then
21330  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21331fi
21332cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21333/* end confdefs.h.  */
21334#include <pthread.h>
21335int
21336main ()
21337{
21338pthread_mutex_t mutex; struct timespec ts; int n = pthread_mutex_clocklock(&mutex, CLOCK_REALTIME, &ts);
21339  ;
21340  return 0;
21341}
21342_ACEOF
21343if ac_fn_cxx_try_link "$LINENO"; then :
21344  glibcxx_cv_PTHREAD_MUTEX_CLOCKLOCK=yes
21345else
21346  glibcxx_cv_PTHREAD_MUTEX_CLOCKLOCK=no
21347fi
21348rm -f core conftest.err conftest.$ac_objext \
21349    conftest$ac_exeext conftest.$ac_ext
21350fi
21351
21352fi
21353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_PTHREAD_MUTEX_CLOCKLOCK" >&5
21354$as_echo "$glibcxx_cv_PTHREAD_MUTEX_CLOCKLOCK" >&6; }
21355  if test $glibcxx_cv_PTHREAD_MUTEX_CLOCKLOCK = yes; then
21356
21357$as_echo "#define _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK 1" >>confdefs.h
21358
21359  fi
21360
21361  CXXFLAGS="$ac_save_CXXFLAGS"
21362  LIBS="$ac_save_LIBS"
21363  ac_ext=c
21364ac_cpp='$CPP $CPPFLAGS'
21365ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21366ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21367ac_compiler_gnu=$ac_cv_c_compiler_gnu
21368
21369
21370
21371# For pthread_rwlock_clockrdlock and pthread_rwlock_clockwrlock
21372
21373
21374
21375  ac_ext=cpp
21376ac_cpp='$CXXCPP $CPPFLAGS'
21377ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21378ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21379ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21380
21381  ac_save_CXXFLAGS="$CXXFLAGS"
21382  CXXFLAGS="$CXXFLAGS -fno-exceptions"
21383  ac_save_LIBS="$LIBS"
21384  LIBS="$LIBS -lpthread"
21385
21386  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_clockrdlock, pthread_wlock_clockwrlock" >&5
21387$as_echo_n "checking for pthread_rwlock_clockrdlock, pthread_wlock_clockwrlock... " >&6; }
21388if ${glibcxx_cv_PTHREAD_RWLOCK_CLOCKLOCK+:} false; then :
21389  $as_echo_n "(cached) " >&6
21390else
21391
21392    if test x$gcc_no_link = xyes; then
21393  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21394/* end confdefs.h.  */
21395#include <pthread.h>
21396int
21397main ()
21398{
21399pthread_rwlock_t rwl; struct timespec ts;
21400      int n = pthread_rwlock_clockrdlock(&rwl, CLOCK_REALTIME, &ts);
21401      int m = pthread_rwlock_clockwrlock(&rwl, CLOCK_REALTIME, &ts);
21402  ;
21403  return 0;
21404}
21405_ACEOF
21406if ac_fn_cxx_try_compile "$LINENO"; then :
21407  glibcxx_cv_PTHREAD_RWLOCK_CLOCKLOCK=yes
21408else
21409  glibcxx_cv_PTHREAD_RWLOCK_CLOCKLOCK=no
21410fi
21411rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21412else
21413  if test x$gcc_no_link = xyes; then
21414  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21415fi
21416cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21417/* end confdefs.h.  */
21418#include <pthread.h>
21419int
21420main ()
21421{
21422pthread_rwlock_t rwl; struct timespec ts;
21423      int n = pthread_rwlock_clockrdlock(&rwl, CLOCK_REALTIME, &ts);
21424      int m = pthread_rwlock_clockwrlock(&rwl, CLOCK_REALTIME, &ts);
21425  ;
21426  return 0;
21427}
21428_ACEOF
21429if ac_fn_cxx_try_link "$LINENO"; then :
21430  glibcxx_cv_PTHREAD_RWLOCK_CLOCKLOCK=yes
21431else
21432  glibcxx_cv_PTHREAD_RWLOCK_CLOCKLOCK=no
21433fi
21434rm -f core conftest.err conftest.$ac_objext \
21435    conftest$ac_exeext conftest.$ac_ext
21436fi
21437
21438fi
21439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_PTHREAD_RWLOCK_CLOCKLOCK" >&5
21440$as_echo "$glibcxx_cv_PTHREAD_RWLOCK_CLOCKLOCK" >&6; }
21441  if test $glibcxx_cv_PTHREAD_RWLOCK_CLOCKLOCK = yes; then
21442
21443$as_echo "#define _GLIBCXX_USE_PTHREAD_RWLOCK_CLOCKLOCK 1" >>confdefs.h
21444
21445  fi
21446
21447  CXXFLAGS="$ac_save_CXXFLAGS"
21448  LIBS="$ac_save_LIBS"
21449  ac_ext=c
21450ac_cpp='$CPP $CPPFLAGS'
21451ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21452ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21453ac_compiler_gnu=$ac_cv_c_compiler_gnu
21454
21455
21456
21457
21458  ac_fn_c_check_header_mongrel "$LINENO" "locale.h" "ac_cv_header_locale_h" "$ac_includes_default"
21459if test "x$ac_cv_header_locale_h" = xyes; then :
21460
21461    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
21462$as_echo_n "checking for LC_MESSAGES... " >&6; }
21463if ${ac_cv_val_LC_MESSAGES+:} false; then :
21464  $as_echo_n "(cached) " >&6
21465else
21466  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21467/* end confdefs.h.  */
21468#include <locale.h>
21469int
21470main ()
21471{
21472return LC_MESSAGES
21473  ;
21474  return 0;
21475}
21476_ACEOF
21477if ac_fn_c_try_compile "$LINENO"; then :
21478  ac_cv_val_LC_MESSAGES=yes
21479else
21480  ac_cv_val_LC_MESSAGES=no
21481fi
21482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21483fi
21484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_val_LC_MESSAGES" >&5
21485$as_echo "$ac_cv_val_LC_MESSAGES" >&6; }
21486    if test $ac_cv_val_LC_MESSAGES = yes; then
21487
21488$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
21489
21490    fi
21491
21492fi
21493
21494
21495
21496
21497# For hardware_concurrency
21498for ac_header in sys/sysinfo.h
21499do :
21500  ac_fn_c_check_header_mongrel "$LINENO" "sys/sysinfo.h" "ac_cv_header_sys_sysinfo_h" "$ac_includes_default"
21501if test "x$ac_cv_header_sys_sysinfo_h" = xyes; then :
21502  cat >>confdefs.h <<_ACEOF
21503#define HAVE_SYS_SYSINFO_H 1
21504_ACEOF
21505
21506fi
21507
21508done
21509
21510
21511
21512
21513  ac_ext=cpp
21514ac_cpp='$CXXCPP $CPPFLAGS'
21515ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21516ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21517ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21518
21519  ac_save_CXXFLAGS="$CXXFLAGS"
21520  CXXFLAGS="$CXXFLAGS -fno-exceptions"
21521
21522  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for get_nprocs" >&5
21523$as_echo_n "checking for get_nprocs... " >&6; }
21524if ${glibcxx_cv_GET_NPROCS+:} false; then :
21525  $as_echo_n "(cached) " >&6
21526else
21527
21528    if test x$gcc_no_link = xyes; then
21529  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21530/* end confdefs.h.  */
21531#include <sys/sysinfo.h>
21532int
21533main ()
21534{
21535int n = get_nprocs();
21536  ;
21537  return 0;
21538}
21539_ACEOF
21540if ac_fn_cxx_try_compile "$LINENO"; then :
21541  glibcxx_cv_GET_NPROCS=yes
21542else
21543  glibcxx_cv_GET_NPROCS=no
21544fi
21545rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21546else
21547  if test x$gcc_no_link = xyes; then
21548  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21549fi
21550cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21551/* end confdefs.h.  */
21552#include <sys/sysinfo.h>
21553int
21554main ()
21555{
21556int n = get_nprocs();
21557  ;
21558  return 0;
21559}
21560_ACEOF
21561if ac_fn_cxx_try_link "$LINENO"; then :
21562  glibcxx_cv_GET_NPROCS=yes
21563else
21564  glibcxx_cv_GET_NPROCS=no
21565fi
21566rm -f core conftest.err conftest.$ac_objext \
21567    conftest$ac_exeext conftest.$ac_ext
21568fi
21569
21570fi
21571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_GET_NPROCS" >&5
21572$as_echo "$glibcxx_cv_GET_NPROCS" >&6; }
21573  if test $glibcxx_cv_GET_NPROCS = yes; then
21574
21575$as_echo "#define _GLIBCXX_USE_GET_NPROCS 1" >>confdefs.h
21576
21577  fi
21578
21579  CXXFLAGS="$ac_save_CXXFLAGS"
21580  ac_ext=c
21581ac_cpp='$CPP $CPPFLAGS'
21582ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21583ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21584ac_compiler_gnu=$ac_cv_c_compiler_gnu
21585
21586
21587for ac_header in unistd.h
21588do :
21589  ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
21590if test "x$ac_cv_header_unistd_h" = xyes; then :
21591  cat >>confdefs.h <<_ACEOF
21592#define HAVE_UNISTD_H 1
21593_ACEOF
21594
21595fi
21596
21597done
21598
21599
21600
21601
21602  ac_ext=cpp
21603ac_cpp='$CXXCPP $CPPFLAGS'
21604ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21605ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21606ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21607
21608  ac_save_CXXFLAGS="$CXXFLAGS"
21609  CXXFLAGS="$CXXFLAGS -fno-exceptions"
21610
21611  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _SC_NPROCESSORS_ONLN" >&5
21612$as_echo_n "checking for _SC_NPROCESSORS_ONLN... " >&6; }
21613if ${glibcxx_cv_SC_NPROCESSORS_ONLN+:} false; then :
21614  $as_echo_n "(cached) " >&6
21615else
21616
21617    if test x$gcc_no_link = xyes; then
21618  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21619/* end confdefs.h.  */
21620#include <unistd.h>
21621int
21622main ()
21623{
21624int n = sysconf(_SC_NPROCESSORS_ONLN);
21625  ;
21626  return 0;
21627}
21628_ACEOF
21629if ac_fn_cxx_try_compile "$LINENO"; then :
21630  glibcxx_cv_SC_NPROCESSORS_ONLN=yes
21631else
21632  glibcxx_cv_SC_NPROCESSORS_ONLN=no
21633fi
21634rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21635else
21636  if test x$gcc_no_link = xyes; then
21637  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21638fi
21639cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21640/* end confdefs.h.  */
21641#include <unistd.h>
21642int
21643main ()
21644{
21645int n = sysconf(_SC_NPROCESSORS_ONLN);
21646  ;
21647  return 0;
21648}
21649_ACEOF
21650if ac_fn_cxx_try_link "$LINENO"; then :
21651  glibcxx_cv_SC_NPROCESSORS_ONLN=yes
21652else
21653  glibcxx_cv_SC_NPROCESSORS_ONLN=no
21654fi
21655rm -f core conftest.err conftest.$ac_objext \
21656    conftest$ac_exeext conftest.$ac_ext
21657fi
21658
21659fi
21660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_SC_NPROCESSORS_ONLN" >&5
21661$as_echo "$glibcxx_cv_SC_NPROCESSORS_ONLN" >&6; }
21662  if test $glibcxx_cv_SC_NPROCESSORS_ONLN = yes; then
21663
21664$as_echo "#define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1" >>confdefs.h
21665
21666  fi
21667
21668  CXXFLAGS="$ac_save_CXXFLAGS"
21669  ac_ext=c
21670ac_cpp='$CPP $CPPFLAGS'
21671ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21672ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21673ac_compiler_gnu=$ac_cv_c_compiler_gnu
21674
21675
21676
21677
21678
21679  ac_ext=cpp
21680ac_cpp='$CXXCPP $CPPFLAGS'
21681ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21682ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21683ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21684
21685  ac_save_CXXFLAGS="$CXXFLAGS"
21686  CXXFLAGS="$CXXFLAGS -fno-exceptions"
21687
21688  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _SC_NPROC_ONLN" >&5
21689$as_echo_n "checking for _SC_NPROC_ONLN... " >&6; }
21690if ${glibcxx_cv_SC_NPROC_ONLN+:} false; then :
21691  $as_echo_n "(cached) " >&6
21692else
21693
21694    if test x$gcc_no_link = xyes; then
21695  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21696/* end confdefs.h.  */
21697#include <unistd.h>
21698int
21699main ()
21700{
21701int n = sysconf(_SC_NPROC_ONLN);
21702  ;
21703  return 0;
21704}
21705_ACEOF
21706if ac_fn_cxx_try_compile "$LINENO"; then :
21707  glibcxx_cv_SC_NPROC_ONLN=yes
21708else
21709  glibcxx_cv_SC_NPROC_ONLN=no
21710fi
21711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21712else
21713  if test x$gcc_no_link = xyes; then
21714  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21715fi
21716cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21717/* end confdefs.h.  */
21718#include <unistd.h>
21719int
21720main ()
21721{
21722int n = sysconf(_SC_NPROC_ONLN);
21723  ;
21724  return 0;
21725}
21726_ACEOF
21727if ac_fn_cxx_try_link "$LINENO"; then :
21728  glibcxx_cv_SC_NPROC_ONLN=yes
21729else
21730  glibcxx_cv_SC_NPROC_ONLN=no
21731fi
21732rm -f core conftest.err conftest.$ac_objext \
21733    conftest$ac_exeext conftest.$ac_ext
21734fi
21735
21736fi
21737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_SC_NPROC_ONLN" >&5
21738$as_echo "$glibcxx_cv_SC_NPROC_ONLN" >&6; }
21739  if test $glibcxx_cv_SC_NPROC_ONLN = yes; then
21740
21741$as_echo "#define _GLIBCXX_USE_SC_NPROC_ONLN 1" >>confdefs.h
21742
21743  fi
21744
21745  CXXFLAGS="$ac_save_CXXFLAGS"
21746  ac_ext=c
21747ac_cpp='$CPP $CPPFLAGS'
21748ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21749ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21750ac_compiler_gnu=$ac_cv_c_compiler_gnu
21751
21752
21753
21754
21755
21756  ac_ext=cpp
21757ac_cpp='$CXXCPP $CPPFLAGS'
21758ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21759ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21760ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21761
21762  ac_save_CXXFLAGS="$CXXFLAGS"
21763  CXXFLAGS="$CXXFLAGS -fno-exceptions"
21764
21765  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthreads_num_processors_np" >&5
21766$as_echo_n "checking for pthreads_num_processors_np... " >&6; }
21767if ${glibcxx_cv_PTHREADS_NUM_PROCESSORS_NP+:} false; then :
21768  $as_echo_n "(cached) " >&6
21769else
21770
21771    if test x$gcc_no_link = xyes; then
21772  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21773/* end confdefs.h.  */
21774#include <pthread.h>
21775int
21776main ()
21777{
21778int n = pthread_num_processors_np();
21779  ;
21780  return 0;
21781}
21782_ACEOF
21783if ac_fn_cxx_try_compile "$LINENO"; then :
21784  glibcxx_cv_PTHREADS_NUM_PROCESSORS_NP=yes
21785else
21786  glibcxx_cv_PTHREADS_NUM_PROCESSORS_NP=no
21787fi
21788rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21789else
21790  if test x$gcc_no_link = xyes; then
21791  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21792fi
21793cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21794/* end confdefs.h.  */
21795#include <pthread.h>
21796int
21797main ()
21798{
21799int n = pthread_num_processors_np();
21800  ;
21801  return 0;
21802}
21803_ACEOF
21804if ac_fn_cxx_try_link "$LINENO"; then :
21805  glibcxx_cv_PTHREADS_NUM_PROCESSORS_NP=yes
21806else
21807  glibcxx_cv_PTHREADS_NUM_PROCESSORS_NP=no
21808fi
21809rm -f core conftest.err conftest.$ac_objext \
21810    conftest$ac_exeext conftest.$ac_ext
21811fi
21812
21813fi
21814{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_PTHREADS_NUM_PROCESSORS_NP" >&5
21815$as_echo "$glibcxx_cv_PTHREADS_NUM_PROCESSORS_NP" >&6; }
21816  if test $glibcxx_cv_PTHREADS_NUM_PROCESSORS_NP = yes; then
21817
21818$as_echo "#define _GLIBCXX_USE_PTHREADS_NUM_PROCESSORS_NP 1" >>confdefs.h
21819
21820  fi
21821
21822  CXXFLAGS="$ac_save_CXXFLAGS"
21823  ac_ext=c
21824ac_cpp='$CPP $CPPFLAGS'
21825ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21826ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21827ac_compiler_gnu=$ac_cv_c_compiler_gnu
21828
21829
21830
21831
21832
21833  ac_ext=cpp
21834ac_cpp='$CXXCPP $CPPFLAGS'
21835ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21836ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21837ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21838
21839  ac_save_CXXFLAGS="$CXXFLAGS"
21840  CXXFLAGS="$CXXFLAGS -fno-exceptions"
21841
21842  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hw.ncpu sysctl" >&5
21843$as_echo_n "checking for hw.ncpu sysctl... " >&6; }
21844if ${glibcxx_cv_SYSCTL_HW_NCPU+:} false; then :
21845  $as_echo_n "(cached) " >&6
21846else
21847
21848    if test x$gcc_no_link = xyes; then
21849  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21850/* end confdefs.h.  */
21851
21852       #include <stddef.h>
21853       #include <sys/sysctl.h>
21854
21855int
21856main ()
21857{
21858
21859       int count;
21860       size_t size = sizeof(count);
21861       int mib[] = { CTL_HW, HW_NCPU };
21862       sysctl(mib, 2, &count, &size, NULL, 0);
21863
21864  ;
21865  return 0;
21866}
21867_ACEOF
21868if ac_fn_cxx_try_compile "$LINENO"; then :
21869  glibcxx_cv_SYSCTL_HW_NCPU=yes
21870else
21871  glibcxx_cv_SYSCTL_HW_NCPU=no
21872fi
21873rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21874else
21875  if test x$gcc_no_link = xyes; then
21876  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21877fi
21878cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21879/* end confdefs.h.  */
21880
21881       #include <stddef.h>
21882       #include <sys/sysctl.h>
21883
21884int
21885main ()
21886{
21887
21888       int count;
21889       size_t size = sizeof(count);
21890       int mib[] = { CTL_HW, HW_NCPU };
21891       sysctl(mib, 2, &count, &size, NULL, 0);
21892
21893  ;
21894  return 0;
21895}
21896_ACEOF
21897if ac_fn_cxx_try_link "$LINENO"; then :
21898  glibcxx_cv_SYSCTL_HW_NCPU=yes
21899else
21900  glibcxx_cv_SYSCTL_HW_NCPU=no
21901fi
21902rm -f core conftest.err conftest.$ac_objext \
21903    conftest$ac_exeext conftest.$ac_ext
21904fi
21905
21906fi
21907{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_SYSCTL_HW_NCPU" >&5
21908$as_echo "$glibcxx_cv_SYSCTL_HW_NCPU" >&6; }
21909  if test $glibcxx_cv_SYSCTL_HW_NCPU = yes; then
21910
21911$as_echo "#define _GLIBCXX_USE_SYSCTL_HW_NCPU 1" >>confdefs.h
21912
21913  fi
21914
21915  CXXFLAGS="$ac_save_CXXFLAGS"
21916  ac_ext=c
21917ac_cpp='$CPP $CPPFLAGS'
21918ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21919ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21920ac_compiler_gnu=$ac_cv_c_compiler_gnu
21921
21922
21923
21924  # Note that this test has to be run with the C language.
21925  # Otherwise, sdt.h will try to include some headers from
21926  # libstdc++ itself.
21927
21928  ac_ext=c
21929ac_cpp='$CPP $CPPFLAGS'
21930ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21931ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21932ac_compiler_gnu=$ac_cv_c_compiler_gnu
21933
21934  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suitable sys/sdt.h" >&5
21935$as_echo_n "checking for suitable sys/sdt.h... " >&6; }
21936if ${glibcxx_cv_sys_sdt_h+:} false; then :
21937  $as_echo_n "(cached) " >&6
21938else
21939
21940    # Because we have to run the test in C, we use grep rather
21941    # than the compiler to check for the bug.  The bug is that
21942    # were strings without trailing whitespace, causing g++
21943    # to look for operator"".  The pattern searches for the fixed
21944    # output.
21945    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21946/* end confdefs.h.  */
21947
21948      #include <sys/sdt.h>
21949      int f() { STAP_PROBE(hi, bob); }
21950
21951_ACEOF
21952if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21953  $EGREP " \",\" " >/dev/null 2>&1; then :
21954  glibcxx_cv_sys_sdt_h=yes
21955else
21956  glibcxx_cv_sys_sdt_h=no
21957fi
21958rm -f conftest*
21959
21960
21961fi
21962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_sys_sdt_h" >&5
21963$as_echo "$glibcxx_cv_sys_sdt_h" >&6; }
21964  ac_ext=c
21965ac_cpp='$CPP $CPPFLAGS'
21966ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21967ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21968ac_compiler_gnu=$ac_cv_c_compiler_gnu
21969
21970  if test $glibcxx_cv_sys_sdt_h = yes; then
21971
21972$as_echo "#define HAVE_SYS_SDT_H 1" >>confdefs.h
21973
21974  fi
21975
21976
21977# Check for available headers.
21978for ac_header in endian.h execinfo.h float.h fp.h ieeefp.h inttypes.h \
21979locale.h machine/endian.h machine/param.h nan.h stdint.h stdlib.h string.h \
21980strings.h sys/ipc.h sys/isa_defs.h sys/machine.h sys/param.h \
21981sys/resource.h sys/sem.h sys/stat.h sys/time.h sys/types.h unistd.h \
21982wchar.h wctype.h linux/types.h
21983do :
21984  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21985ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
21986if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
21987  cat >>confdefs.h <<_ACEOF
21988#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21989_ACEOF
21990
21991fi
21992
21993done
21994
21995
21996for ac_header in linux/random.h
21997do :
21998  ac_fn_c_check_header_compile "$LINENO" "linux/random.h" "ac_cv_header_linux_random_h" "#ifdef HAVE_LINUX_TYPES_H
21999# include <linux/types.h>
22000#endif
22001
22002"
22003if test "x$ac_cv_header_linux_random_h" = xyes; then :
22004  cat >>confdefs.h <<_ACEOF
22005#define HAVE_LINUX_RANDOM_H 1
22006_ACEOF
22007
22008fi
22009
22010done
22011
22012
22013for ac_header in xlocale.h
22014do :
22015  ac_fn_c_check_header_mongrel "$LINENO" "xlocale.h" "ac_cv_header_xlocale_h" "$ac_includes_default"
22016if test "x$ac_cv_header_xlocale_h" = xyes; then :
22017  cat >>confdefs.h <<_ACEOF
22018#define HAVE_XLOCALE_H 1
22019_ACEOF
22020
22021fi
22022
22023done
22024
22025
22026# Only do link tests if native. Else, hardcode.
22027if $GLIBCXX_IS_NATIVE; then
22028
22029  # We can do more elaborate tests that assume a working linker.
22030  CANADIAN=no
22031
22032
22033
22034# Check whether --with-gnu-ld was given.
22035if test "${with_gnu_ld+set}" = set; then :
22036  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
22037else
22038  with_gnu_ld=no
22039fi
22040
22041ac_prog=ld
22042if test "$GCC" = yes; then
22043  # Check if gcc -print-prog-name=ld gives a path.
22044  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
22045$as_echo_n "checking for ld used by $CC... " >&6; }
22046  case $host in
22047  *-*-mingw*)
22048    # gcc leaves a trailing carriage return which upsets mingw
22049    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
22050  *)
22051    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
22052  esac
22053  case $ac_prog in
22054    # Accept absolute paths.
22055    [\\/]* | ?:[\\/]*)
22056      re_direlt='/[^/][^/]*/\.\./'
22057      # Canonicalize the pathname of ld
22058      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
22059      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
22060	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
22061      done
22062      test -z "$LD" && LD="$ac_prog"
22063      ;;
22064  "")
22065    # If it fails, then pretend we aren't using GCC.
22066    ac_prog=ld
22067    ;;
22068  *)
22069    # If it is relative, then search for the first ld in PATH.
22070    with_gnu_ld=unknown
22071    ;;
22072  esac
22073elif test "$with_gnu_ld" = yes; then
22074  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
22075$as_echo_n "checking for GNU ld... " >&6; }
22076else
22077  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
22078$as_echo_n "checking for non-GNU ld... " >&6; }
22079fi
22080if ${lt_cv_path_LD+:} false; then :
22081  $as_echo_n "(cached) " >&6
22082else
22083  if test -z "$LD"; then
22084  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
22085  for ac_dir in $PATH; do
22086    IFS="$lt_save_ifs"
22087    test -z "$ac_dir" && ac_dir=.
22088    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
22089      lt_cv_path_LD="$ac_dir/$ac_prog"
22090      # Check to see if the program is GNU ld.  I'd rather use --version,
22091      # but apparently some variants of GNU ld only accept -v.
22092      # Break only if it was the GNU/non-GNU ld that we prefer.
22093      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
22094      *GNU* | *'with BFD'*)
22095	test "$with_gnu_ld" != no && break
22096	;;
22097      *)
22098	test "$with_gnu_ld" != yes && break
22099	;;
22100      esac
22101    fi
22102  done
22103  IFS="$lt_save_ifs"
22104else
22105  lt_cv_path_LD="$LD" # Let the user override the test with a path.
22106fi
22107fi
22108
22109LD="$lt_cv_path_LD"
22110if test -n "$LD"; then
22111  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
22112$as_echo "$LD" >&6; }
22113else
22114  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22115$as_echo "no" >&6; }
22116fi
22117test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
22118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
22119$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
22120if ${lt_cv_prog_gnu_ld+:} false; then :
22121  $as_echo_n "(cached) " >&6
22122else
22123  # I'd rather use --version here, but apparently some GNU lds only accept -v.
22124case `$LD -v 2>&1 </dev/null` in
22125*GNU* | *'with BFD'*)
22126  lt_cv_prog_gnu_ld=yes
22127  ;;
22128*)
22129  lt_cv_prog_gnu_ld=no
22130  ;;
22131esac
22132fi
22133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
22134$as_echo "$lt_cv_prog_gnu_ld" >&6; }
22135with_gnu_ld=$lt_cv_prog_gnu_ld
22136
22137
22138
22139
22140
22141
22142
22143  # If we're not using GNU ld, then there's no point in even trying these
22144  # tests.  Check for that first.  We should have already tested for gld
22145  # by now (in libtool), but require it now just to be safe...
22146  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
22147  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
22148
22149
22150
22151  # The name set by libtool depends on the version of libtool.  Shame on us
22152  # for depending on an impl detail, but c'est la vie.  Older versions used
22153  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
22154  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
22155  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
22156  # set (hence we're using an older libtool), then set it.
22157  if test x${with_gnu_ld+set} != xset; then
22158    if test x${ac_cv_prog_gnu_ld+set} != xset; then
22159      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
22160      with_gnu_ld=no
22161    else
22162      with_gnu_ld=$ac_cv_prog_gnu_ld
22163    fi
22164  fi
22165
22166  # Start by getting the version number.  I think the libtool test already
22167  # does some of this, but throws away the result.
22168  glibcxx_ld_is_gold=no
22169  glibcxx_ld_is_mold=no
22170  if test x"$with_gnu_ld" = x"yes"; then
22171    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
22172$as_echo_n "checking for ld version... " >&6; }
22173
22174    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
22175      glibcxx_ld_is_gold=yes
22176    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
22177      glibcxx_ld_is_mold=yes
22178    fi
22179    ldver=`$LD --version 2>/dev/null |
22180	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
22181
22182    glibcxx_gnu_ld_version=`echo $ldver | \
22183	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
22184    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
22185$as_echo "$glibcxx_gnu_ld_version" >&6; }
22186  fi
22187
22188  # Set --gc-sections.
22189  glibcxx_have_gc_sections=no
22190  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
22191    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
22192      glibcxx_have_gc_sections=yes
22193    fi
22194  else
22195    glibcxx_gcsections_min_ld=21602
22196    if test x"$with_gnu_ld" = x"yes" &&
22197	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
22198      glibcxx_have_gc_sections=yes
22199    fi
22200  fi
22201  if test "$glibcxx_have_gc_sections" = "yes"; then
22202    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
22203    # NB: This flag only works reliably after 2.16.1. Configure tests
22204    # for this are difficult, so hard wire a value that should work.
22205
22206    ac_test_CFLAGS="${CFLAGS+set}"
22207    ac_save_CFLAGS="$CFLAGS"
22208    CFLAGS='-Wl,--gc-sections'
22209
22210    # Check for -Wl,--gc-sections
22211    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
22212$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
22213    if test x$gcc_no_link = xyes; then
22214  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22215fi
22216cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22217/* end confdefs.h.  */
22218 int one(void) { return 1; }
22219     int two(void) { return 2; }
22220
22221int
22222main ()
22223{
22224 two();
22225  ;
22226  return 0;
22227}
22228_ACEOF
22229if ac_fn_c_try_link "$LINENO"; then :
22230  ac_gcsections=yes
22231else
22232  ac_gcsections=no
22233fi
22234rm -f core conftest.err conftest.$ac_objext \
22235    conftest$ac_exeext conftest.$ac_ext
22236    if test "$ac_gcsections" = "yes"; then
22237      rm -f conftest.c
22238      touch conftest.c
22239      if $CC -c conftest.c; then
22240	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
22241	   grep "Warning: gc-sections option ignored" > /dev/null; then
22242	  ac_gcsections=no
22243	fi
22244      fi
22245      rm -f conftest.c conftest.o conftest
22246    fi
22247    if test "$ac_gcsections" = "yes"; then
22248      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
22249    fi
22250    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
22251$as_echo "$ac_gcsections" >&6; }
22252
22253    if test "$ac_test_CFLAGS" = set; then
22254      CFLAGS="$ac_save_CFLAGS"
22255    else
22256      # this is the suspicious part
22257      CFLAGS=''
22258    fi
22259  fi
22260
22261  # Set -z,relro.
22262  # Note this is only for shared objects.
22263  ac_ld_relro=no
22264  if test x"$with_gnu_ld" = x"yes"; then
22265    # cygwin and mingw uses PE, which has no ELF relro support,
22266    # multi target ld may confuse configure machinery
22267    case "$host" in
22268    *-*-cygwin*)
22269     ;;
22270    *-*-mingw*)
22271     ;;
22272    *)
22273      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
22274$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
22275      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
22276      if test -n "$cxx_z_relo"; then
22277        OPT_LDFLAGS="-Wl,-z,relro"
22278        ac_ld_relro=yes
22279      fi
22280      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
22281$as_echo "$ac_ld_relro" >&6; }
22282    esac
22283  fi
22284
22285  # Set linker optimization flags.
22286  if test x"$with_gnu_ld" = x"yes"; then
22287    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
22288  fi
22289
22290
22291
22292
22293
22294  ac_test_CXXFLAGS="${CXXFLAGS+set}"
22295  ac_save_CXXFLAGS="$CXXFLAGS"
22296  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
22297
22298    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
22299$as_echo_n "checking for sin in -lm... " >&6; }
22300if ${ac_cv_lib_m_sin+:} false; then :
22301  $as_echo_n "(cached) " >&6
22302else
22303  ac_check_lib_save_LIBS=$LIBS
22304LIBS="-lm  $LIBS"
22305if test x$gcc_no_link = xyes; then
22306  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22307fi
22308cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22309/* end confdefs.h.  */
22310
22311/* Override any GCC internal prototype to avoid an error.
22312   Use char because int might match the return type of a GCC
22313   builtin and then its argument prototype would still apply.  */
22314#ifdef __cplusplus
22315extern "C"
22316#endif
22317char sin ();
22318int
22319main ()
22320{
22321return sin ();
22322  ;
22323  return 0;
22324}
22325_ACEOF
22326if ac_fn_c_try_link "$LINENO"; then :
22327  ac_cv_lib_m_sin=yes
22328else
22329  ac_cv_lib_m_sin=no
22330fi
22331rm -f core conftest.err conftest.$ac_objext \
22332    conftest$ac_exeext conftest.$ac_ext
22333LIBS=$ac_check_lib_save_LIBS
22334fi
22335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
22336$as_echo "$ac_cv_lib_m_sin" >&6; }
22337if test "x$ac_cv_lib_m_sin" = xyes; then :
22338  libm="-lm"
22339fi
22340
22341  ac_save_LIBS="$LIBS"
22342  LIBS="$LIBS $libm"
22343
22344
22345
22346  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf declaration" >&5
22347$as_echo_n "checking for isinf declaration... " >&6; }
22348  if test x${glibcxx_cv_func_isinf_use+set} != xset; then
22349    if ${glibcxx_cv_func_isinf_use+:} false; then :
22350  $as_echo_n "(cached) " >&6
22351else
22352
22353
22354      ac_ext=cpp
22355ac_cpp='$CXXCPP $CPPFLAGS'
22356ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22357ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22358ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22359
22360      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22361/* end confdefs.h.  */
22362#include <math.h>
22363		      #ifdef HAVE_IEEEFP_H
22364		      #include <ieeefp.h>
22365		      #endif
22366
22367int
22368main ()
22369{
22370 isinf(0);
22371  ;
22372  return 0;
22373}
22374_ACEOF
22375if ac_fn_cxx_try_compile "$LINENO"; then :
22376  glibcxx_cv_func_isinf_use=yes
22377else
22378  glibcxx_cv_func_isinf_use=no
22379fi
22380rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22381      ac_ext=c
22382ac_cpp='$CPP $CPPFLAGS'
22383ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22384ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22385ac_compiler_gnu=$ac_cv_c_compiler_gnu
22386
22387
22388fi
22389
22390  fi
22391  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinf_use" >&5
22392$as_echo "$glibcxx_cv_func_isinf_use" >&6; }
22393
22394  if test x$glibcxx_cv_func_isinf_use = x"yes"; then
22395    for ac_func in isinf
22396do :
22397  ac_fn_c_check_func "$LINENO" "isinf" "ac_cv_func_isinf"
22398if test "x$ac_cv_func_isinf" = xyes; then :
22399  cat >>confdefs.h <<_ACEOF
22400#define HAVE_ISINF 1
22401_ACEOF
22402
22403fi
22404done
22405
22406  else
22407
22408  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5
22409$as_echo_n "checking for _isinf declaration... " >&6; }
22410  if test x${glibcxx_cv_func__isinf_use+set} != xset; then
22411    if ${glibcxx_cv_func__isinf_use+:} false; then :
22412  $as_echo_n "(cached) " >&6
22413else
22414
22415
22416      ac_ext=cpp
22417ac_cpp='$CXXCPP $CPPFLAGS'
22418ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22419ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22420ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22421
22422      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22423/* end confdefs.h.  */
22424#include <math.h>
22425		      #ifdef HAVE_IEEEFP_H
22426		      #include <ieeefp.h>
22427		      #endif
22428
22429int
22430main ()
22431{
22432 _isinf(0);
22433  ;
22434  return 0;
22435}
22436_ACEOF
22437if ac_fn_cxx_try_compile "$LINENO"; then :
22438  glibcxx_cv_func__isinf_use=yes
22439else
22440  glibcxx_cv_func__isinf_use=no
22441fi
22442rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22443      ac_ext=c
22444ac_cpp='$CPP $CPPFLAGS'
22445ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22446ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22447ac_compiler_gnu=$ac_cv_c_compiler_gnu
22448
22449
22450fi
22451
22452  fi
22453  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5
22454$as_echo "$glibcxx_cv_func__isinf_use" >&6; }
22455
22456    if test x$glibcxx_cv_func__isinf_use = x"yes"; then
22457      for ac_func in _isinf
22458do :
22459  ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf"
22460if test "x$ac_cv_func__isinf" = xyes; then :
22461  cat >>confdefs.h <<_ACEOF
22462#define HAVE__ISINF 1
22463_ACEOF
22464
22465fi
22466done
22467
22468    fi
22469  fi
22470
22471
22472
22473
22474
22475  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5
22476$as_echo_n "checking for isnan declaration... " >&6; }
22477  if test x${glibcxx_cv_func_isnan_use+set} != xset; then
22478    if ${glibcxx_cv_func_isnan_use+:} false; then :
22479  $as_echo_n "(cached) " >&6
22480else
22481
22482
22483      ac_ext=cpp
22484ac_cpp='$CXXCPP $CPPFLAGS'
22485ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22486ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22487ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22488
22489      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22490/* end confdefs.h.  */
22491#include <math.h>
22492		      #ifdef HAVE_IEEEFP_H
22493		      #include <ieeefp.h>
22494		      #endif
22495
22496int
22497main ()
22498{
22499 isnan(0);
22500  ;
22501  return 0;
22502}
22503_ACEOF
22504if ac_fn_cxx_try_compile "$LINENO"; then :
22505  glibcxx_cv_func_isnan_use=yes
22506else
22507  glibcxx_cv_func_isnan_use=no
22508fi
22509rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22510      ac_ext=c
22511ac_cpp='$CPP $CPPFLAGS'
22512ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22513ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22514ac_compiler_gnu=$ac_cv_c_compiler_gnu
22515
22516
22517fi
22518
22519  fi
22520  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnan_use" >&5
22521$as_echo "$glibcxx_cv_func_isnan_use" >&6; }
22522
22523  if test x$glibcxx_cv_func_isnan_use = x"yes"; then
22524    for ac_func in isnan
22525do :
22526  ac_fn_c_check_func "$LINENO" "isnan" "ac_cv_func_isnan"
22527if test "x$ac_cv_func_isnan" = xyes; then :
22528  cat >>confdefs.h <<_ACEOF
22529#define HAVE_ISNAN 1
22530_ACEOF
22531
22532fi
22533done
22534
22535  else
22536
22537  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5
22538$as_echo_n "checking for _isnan declaration... " >&6; }
22539  if test x${glibcxx_cv_func__isnan_use+set} != xset; then
22540    if ${glibcxx_cv_func__isnan_use+:} false; then :
22541  $as_echo_n "(cached) " >&6
22542else
22543
22544
22545      ac_ext=cpp
22546ac_cpp='$CXXCPP $CPPFLAGS'
22547ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22548ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22549ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22550
22551      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22552/* end confdefs.h.  */
22553#include <math.h>
22554		      #ifdef HAVE_IEEEFP_H
22555		      #include <ieeefp.h>
22556		      #endif
22557
22558int
22559main ()
22560{
22561 _isnan(0);
22562  ;
22563  return 0;
22564}
22565_ACEOF
22566if ac_fn_cxx_try_compile "$LINENO"; then :
22567  glibcxx_cv_func__isnan_use=yes
22568else
22569  glibcxx_cv_func__isnan_use=no
22570fi
22571rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22572      ac_ext=c
22573ac_cpp='$CPP $CPPFLAGS'
22574ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22575ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22576ac_compiler_gnu=$ac_cv_c_compiler_gnu
22577
22578
22579fi
22580
22581  fi
22582  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5
22583$as_echo "$glibcxx_cv_func__isnan_use" >&6; }
22584
22585    if test x$glibcxx_cv_func__isnan_use = x"yes"; then
22586      for ac_func in _isnan
22587do :
22588  ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan"
22589if test "x$ac_cv_func__isnan" = xyes; then :
22590  cat >>confdefs.h <<_ACEOF
22591#define HAVE__ISNAN 1
22592_ACEOF
22593
22594fi
22595done
22596
22597    fi
22598  fi
22599
22600
22601
22602
22603
22604  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5
22605$as_echo_n "checking for finite declaration... " >&6; }
22606  if test x${glibcxx_cv_func_finite_use+set} != xset; then
22607    if ${glibcxx_cv_func_finite_use+:} false; then :
22608  $as_echo_n "(cached) " >&6
22609else
22610
22611
22612      ac_ext=cpp
22613ac_cpp='$CXXCPP $CPPFLAGS'
22614ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22615ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22616ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22617
22618      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22619/* end confdefs.h.  */
22620#include <math.h>
22621		      #ifdef HAVE_IEEEFP_H
22622		      #include <ieeefp.h>
22623		      #endif
22624
22625int
22626main ()
22627{
22628 finite(0);
22629  ;
22630  return 0;
22631}
22632_ACEOF
22633if ac_fn_cxx_try_compile "$LINENO"; then :
22634  glibcxx_cv_func_finite_use=yes
22635else
22636  glibcxx_cv_func_finite_use=no
22637fi
22638rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22639      ac_ext=c
22640ac_cpp='$CPP $CPPFLAGS'
22641ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22642ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22643ac_compiler_gnu=$ac_cv_c_compiler_gnu
22644
22645
22646fi
22647
22648  fi
22649  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finite_use" >&5
22650$as_echo "$glibcxx_cv_func_finite_use" >&6; }
22651
22652  if test x$glibcxx_cv_func_finite_use = x"yes"; then
22653    for ac_func in finite
22654do :
22655  ac_fn_c_check_func "$LINENO" "finite" "ac_cv_func_finite"
22656if test "x$ac_cv_func_finite" = xyes; then :
22657  cat >>confdefs.h <<_ACEOF
22658#define HAVE_FINITE 1
22659_ACEOF
22660
22661fi
22662done
22663
22664  else
22665
22666  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5
22667$as_echo_n "checking for _finite declaration... " >&6; }
22668  if test x${glibcxx_cv_func__finite_use+set} != xset; then
22669    if ${glibcxx_cv_func__finite_use+:} false; then :
22670  $as_echo_n "(cached) " >&6
22671else
22672
22673
22674      ac_ext=cpp
22675ac_cpp='$CXXCPP $CPPFLAGS'
22676ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22677ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22678ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22679
22680      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22681/* end confdefs.h.  */
22682#include <math.h>
22683		      #ifdef HAVE_IEEEFP_H
22684		      #include <ieeefp.h>
22685		      #endif
22686
22687int
22688main ()
22689{
22690 _finite(0);
22691  ;
22692  return 0;
22693}
22694_ACEOF
22695if ac_fn_cxx_try_compile "$LINENO"; then :
22696  glibcxx_cv_func__finite_use=yes
22697else
22698  glibcxx_cv_func__finite_use=no
22699fi
22700rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22701      ac_ext=c
22702ac_cpp='$CPP $CPPFLAGS'
22703ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22704ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22705ac_compiler_gnu=$ac_cv_c_compiler_gnu
22706
22707
22708fi
22709
22710  fi
22711  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5
22712$as_echo "$glibcxx_cv_func__finite_use" >&6; }
22713
22714    if test x$glibcxx_cv_func__finite_use = x"yes"; then
22715      for ac_func in _finite
22716do :
22717  ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite"
22718if test "x$ac_cv_func__finite" = xyes; then :
22719  cat >>confdefs.h <<_ACEOF
22720#define HAVE__FINITE 1
22721_ACEOF
22722
22723fi
22724done
22725
22726    fi
22727  fi
22728
22729
22730
22731
22732
22733  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5
22734$as_echo_n "checking for sincos declaration... " >&6; }
22735  if test x${glibcxx_cv_func_sincos_use+set} != xset; then
22736    if ${glibcxx_cv_func_sincos_use+:} false; then :
22737  $as_echo_n "(cached) " >&6
22738else
22739
22740
22741      ac_ext=cpp
22742ac_cpp='$CXXCPP $CPPFLAGS'
22743ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22744ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22745ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22746
22747      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22748/* end confdefs.h.  */
22749#include <math.h>
22750int
22751main ()
22752{
22753 sincos(0, 0, 0);
22754  ;
22755  return 0;
22756}
22757_ACEOF
22758if ac_fn_cxx_try_compile "$LINENO"; then :
22759  glibcxx_cv_func_sincos_use=yes
22760else
22761  glibcxx_cv_func_sincos_use=no
22762fi
22763rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22764      ac_ext=c
22765ac_cpp='$CPP $CPPFLAGS'
22766ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22767ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22768ac_compiler_gnu=$ac_cv_c_compiler_gnu
22769
22770
22771fi
22772
22773  fi
22774  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincos_use" >&5
22775$as_echo "$glibcxx_cv_func_sincos_use" >&6; }
22776
22777  if test x$glibcxx_cv_func_sincos_use = x"yes"; then
22778    for ac_func in sincos
22779do :
22780  ac_fn_c_check_func "$LINENO" "sincos" "ac_cv_func_sincos"
22781if test "x$ac_cv_func_sincos" = xyes; then :
22782  cat >>confdefs.h <<_ACEOF
22783#define HAVE_SINCOS 1
22784_ACEOF
22785
22786fi
22787done
22788
22789  else
22790
22791  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5
22792$as_echo_n "checking for _sincos declaration... " >&6; }
22793  if test x${glibcxx_cv_func__sincos_use+set} != xset; then
22794    if ${glibcxx_cv_func__sincos_use+:} false; then :
22795  $as_echo_n "(cached) " >&6
22796else
22797
22798
22799      ac_ext=cpp
22800ac_cpp='$CXXCPP $CPPFLAGS'
22801ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22802ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22803ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22804
22805      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22806/* end confdefs.h.  */
22807#include <math.h>
22808int
22809main ()
22810{
22811 _sincos(0, 0, 0);
22812  ;
22813  return 0;
22814}
22815_ACEOF
22816if ac_fn_cxx_try_compile "$LINENO"; then :
22817  glibcxx_cv_func__sincos_use=yes
22818else
22819  glibcxx_cv_func__sincos_use=no
22820fi
22821rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22822      ac_ext=c
22823ac_cpp='$CPP $CPPFLAGS'
22824ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22825ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22826ac_compiler_gnu=$ac_cv_c_compiler_gnu
22827
22828
22829fi
22830
22831  fi
22832  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5
22833$as_echo "$glibcxx_cv_func__sincos_use" >&6; }
22834
22835    if test x$glibcxx_cv_func__sincos_use = x"yes"; then
22836      for ac_func in _sincos
22837do :
22838  ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos"
22839if test "x$ac_cv_func__sincos" = xyes; then :
22840  cat >>confdefs.h <<_ACEOF
22841#define HAVE__SINCOS 1
22842_ACEOF
22843
22844fi
22845done
22846
22847    fi
22848  fi
22849
22850
22851
22852
22853
22854  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5
22855$as_echo_n "checking for fpclass declaration... " >&6; }
22856  if test x${glibcxx_cv_func_fpclass_use+set} != xset; then
22857    if ${glibcxx_cv_func_fpclass_use+:} false; then :
22858  $as_echo_n "(cached) " >&6
22859else
22860
22861
22862      ac_ext=cpp
22863ac_cpp='$CXXCPP $CPPFLAGS'
22864ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22865ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22866ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22867
22868      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22869/* end confdefs.h.  */
22870#include <math.h>
22871		      #ifdef HAVE_IEEEFP_H
22872		      #include <ieeefp.h>
22873		      #endif
22874
22875int
22876main ()
22877{
22878 fpclass(0);
22879  ;
22880  return 0;
22881}
22882_ACEOF
22883if ac_fn_cxx_try_compile "$LINENO"; then :
22884  glibcxx_cv_func_fpclass_use=yes
22885else
22886  glibcxx_cv_func_fpclass_use=no
22887fi
22888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22889      ac_ext=c
22890ac_cpp='$CPP $CPPFLAGS'
22891ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22892ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22893ac_compiler_gnu=$ac_cv_c_compiler_gnu
22894
22895
22896fi
22897
22898  fi
22899  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fpclass_use" >&5
22900$as_echo "$glibcxx_cv_func_fpclass_use" >&6; }
22901
22902  if test x$glibcxx_cv_func_fpclass_use = x"yes"; then
22903    for ac_func in fpclass
22904do :
22905  ac_fn_c_check_func "$LINENO" "fpclass" "ac_cv_func_fpclass"
22906if test "x$ac_cv_func_fpclass" = xyes; then :
22907  cat >>confdefs.h <<_ACEOF
22908#define HAVE_FPCLASS 1
22909_ACEOF
22910
22911fi
22912done
22913
22914  else
22915
22916  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5
22917$as_echo_n "checking for _fpclass declaration... " >&6; }
22918  if test x${glibcxx_cv_func__fpclass_use+set} != xset; then
22919    if ${glibcxx_cv_func__fpclass_use+:} false; then :
22920  $as_echo_n "(cached) " >&6
22921else
22922
22923
22924      ac_ext=cpp
22925ac_cpp='$CXXCPP $CPPFLAGS'
22926ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22927ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22928ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22929
22930      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22931/* end confdefs.h.  */
22932#include <math.h>
22933		      #ifdef HAVE_IEEEFP_H
22934		      #include <ieeefp.h>
22935		      #endif
22936
22937int
22938main ()
22939{
22940 _fpclass(0);
22941  ;
22942  return 0;
22943}
22944_ACEOF
22945if ac_fn_cxx_try_compile "$LINENO"; then :
22946  glibcxx_cv_func__fpclass_use=yes
22947else
22948  glibcxx_cv_func__fpclass_use=no
22949fi
22950rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22951      ac_ext=c
22952ac_cpp='$CPP $CPPFLAGS'
22953ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22954ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22955ac_compiler_gnu=$ac_cv_c_compiler_gnu
22956
22957
22958fi
22959
22960  fi
22961  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5
22962$as_echo "$glibcxx_cv_func__fpclass_use" >&6; }
22963
22964    if test x$glibcxx_cv_func__fpclass_use = x"yes"; then
22965      for ac_func in _fpclass
22966do :
22967  ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass"
22968if test "x$ac_cv_func__fpclass" = xyes; then :
22969  cat >>confdefs.h <<_ACEOF
22970#define HAVE__FPCLASS 1
22971_ACEOF
22972
22973fi
22974done
22975
22976    fi
22977  fi
22978
22979
22980
22981
22982
22983  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5
22984$as_echo_n "checking for qfpclass declaration... " >&6; }
22985  if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then
22986    if ${glibcxx_cv_func_qfpclass_use+:} false; then :
22987  $as_echo_n "(cached) " >&6
22988else
22989
22990
22991      ac_ext=cpp
22992ac_cpp='$CXXCPP $CPPFLAGS'
22993ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22994ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22995ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
22996
22997      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22998/* end confdefs.h.  */
22999#include <math.h>
23000		      #ifdef HAVE_IEEEFP_H
23001		      #include <ieeefp.h>
23002		      #endif
23003
23004int
23005main ()
23006{
23007 qfpclass(0);
23008  ;
23009  return 0;
23010}
23011_ACEOF
23012if ac_fn_cxx_try_compile "$LINENO"; then :
23013  glibcxx_cv_func_qfpclass_use=yes
23014else
23015  glibcxx_cv_func_qfpclass_use=no
23016fi
23017rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23018      ac_ext=c
23019ac_cpp='$CPP $CPPFLAGS'
23020ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23021ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23022ac_compiler_gnu=$ac_cv_c_compiler_gnu
23023
23024
23025fi
23026
23027  fi
23028  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_qfpclass_use" >&5
23029$as_echo "$glibcxx_cv_func_qfpclass_use" >&6; }
23030
23031  if test x$glibcxx_cv_func_qfpclass_use = x"yes"; then
23032    for ac_func in qfpclass
23033do :
23034  ac_fn_c_check_func "$LINENO" "qfpclass" "ac_cv_func_qfpclass"
23035if test "x$ac_cv_func_qfpclass" = xyes; then :
23036  cat >>confdefs.h <<_ACEOF
23037#define HAVE_QFPCLASS 1
23038_ACEOF
23039
23040fi
23041done
23042
23043  else
23044
23045  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5
23046$as_echo_n "checking for _qfpclass declaration... " >&6; }
23047  if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then
23048    if ${glibcxx_cv_func__qfpclass_use+:} false; then :
23049  $as_echo_n "(cached) " >&6
23050else
23051
23052
23053      ac_ext=cpp
23054ac_cpp='$CXXCPP $CPPFLAGS'
23055ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23056ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23057ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23058
23059      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23060/* end confdefs.h.  */
23061#include <math.h>
23062		      #ifdef HAVE_IEEEFP_H
23063		      #include <ieeefp.h>
23064		      #endif
23065
23066int
23067main ()
23068{
23069 _qfpclass(0);
23070  ;
23071  return 0;
23072}
23073_ACEOF
23074if ac_fn_cxx_try_compile "$LINENO"; then :
23075  glibcxx_cv_func__qfpclass_use=yes
23076else
23077  glibcxx_cv_func__qfpclass_use=no
23078fi
23079rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23080      ac_ext=c
23081ac_cpp='$CPP $CPPFLAGS'
23082ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23083ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23084ac_compiler_gnu=$ac_cv_c_compiler_gnu
23085
23086
23087fi
23088
23089  fi
23090  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5
23091$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; }
23092
23093    if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then
23094      for ac_func in _qfpclass
23095do :
23096  ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass"
23097if test "x$ac_cv_func__qfpclass" = xyes; then :
23098  cat >>confdefs.h <<_ACEOF
23099#define HAVE__QFPCLASS 1
23100_ACEOF
23101
23102fi
23103done
23104
23105    fi
23106  fi
23107
23108
23109
23110
23111
23112  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5
23113$as_echo_n "checking for hypot declaration... " >&6; }
23114  if test x${glibcxx_cv_func_hypot_use+set} != xset; then
23115    if ${glibcxx_cv_func_hypot_use+:} false; then :
23116  $as_echo_n "(cached) " >&6
23117else
23118
23119
23120      ac_ext=cpp
23121ac_cpp='$CXXCPP $CPPFLAGS'
23122ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23123ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23124ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23125
23126      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23127/* end confdefs.h.  */
23128#include <math.h>
23129int
23130main ()
23131{
23132 hypot(0, 0);
23133  ;
23134  return 0;
23135}
23136_ACEOF
23137if ac_fn_cxx_try_compile "$LINENO"; then :
23138  glibcxx_cv_func_hypot_use=yes
23139else
23140  glibcxx_cv_func_hypot_use=no
23141fi
23142rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23143      ac_ext=c
23144ac_cpp='$CPP $CPPFLAGS'
23145ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23146ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23147ac_compiler_gnu=$ac_cv_c_compiler_gnu
23148
23149
23150fi
23151
23152  fi
23153  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypot_use" >&5
23154$as_echo "$glibcxx_cv_func_hypot_use" >&6; }
23155
23156  if test x$glibcxx_cv_func_hypot_use = x"yes"; then
23157    for ac_func in hypot
23158do :
23159  ac_fn_c_check_func "$LINENO" "hypot" "ac_cv_func_hypot"
23160if test "x$ac_cv_func_hypot" = xyes; then :
23161  cat >>confdefs.h <<_ACEOF
23162#define HAVE_HYPOT 1
23163_ACEOF
23164
23165fi
23166done
23167
23168  else
23169
23170  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5
23171$as_echo_n "checking for _hypot declaration... " >&6; }
23172  if test x${glibcxx_cv_func__hypot_use+set} != xset; then
23173    if ${glibcxx_cv_func__hypot_use+:} false; then :
23174  $as_echo_n "(cached) " >&6
23175else
23176
23177
23178      ac_ext=cpp
23179ac_cpp='$CXXCPP $CPPFLAGS'
23180ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23181ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23182ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23183
23184      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23185/* end confdefs.h.  */
23186#include <math.h>
23187int
23188main ()
23189{
23190 _hypot(0, 0);
23191  ;
23192  return 0;
23193}
23194_ACEOF
23195if ac_fn_cxx_try_compile "$LINENO"; then :
23196  glibcxx_cv_func__hypot_use=yes
23197else
23198  glibcxx_cv_func__hypot_use=no
23199fi
23200rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23201      ac_ext=c
23202ac_cpp='$CPP $CPPFLAGS'
23203ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23204ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23205ac_compiler_gnu=$ac_cv_c_compiler_gnu
23206
23207
23208fi
23209
23210  fi
23211  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5
23212$as_echo "$glibcxx_cv_func__hypot_use" >&6; }
23213
23214    if test x$glibcxx_cv_func__hypot_use = x"yes"; then
23215      for ac_func in _hypot
23216do :
23217  ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot"
23218if test "x$ac_cv_func__hypot" = xyes; then :
23219  cat >>confdefs.h <<_ACEOF
23220#define HAVE__HYPOT 1
23221_ACEOF
23222
23223fi
23224done
23225
23226    fi
23227  fi
23228
23229
23230
23231
23232
23233    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5
23234$as_echo_n "checking for float trig functions... " >&6; }
23235  if ${glibcxx_cv_func_float_trig_use+:} false; then :
23236  $as_echo_n "(cached) " >&6
23237else
23238
23239
23240    ac_ext=cpp
23241ac_cpp='$CXXCPP $CPPFLAGS'
23242ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23243ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23244ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23245
23246    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23247/* end confdefs.h.  */
23248#include <math.h>
23249int
23250main ()
23251{
23252acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
23253  ;
23254  return 0;
23255}
23256_ACEOF
23257if ac_fn_cxx_try_compile "$LINENO"; then :
23258  glibcxx_cv_func_float_trig_use=yes
23259else
23260  glibcxx_cv_func_float_trig_use=no
23261fi
23262rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23263    ac_ext=c
23264ac_cpp='$CPP $CPPFLAGS'
23265ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23266ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23267ac_compiler_gnu=$ac_cv_c_compiler_gnu
23268
23269fi
23270
23271  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_trig_use" >&5
23272$as_echo "$glibcxx_cv_func_float_trig_use" >&6; }
23273  if test x$glibcxx_cv_func_float_trig_use = x"yes"; then
23274    for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
23275do :
23276  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
23277ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
23278if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
23279  cat >>confdefs.h <<_ACEOF
23280#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
23281_ACEOF
23282
23283fi
23284done
23285
23286  else
23287    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5
23288$as_echo_n "checking for _float trig functions... " >&6; }
23289    if ${glibcxx_cv_func__float_trig_use+:} false; then :
23290  $as_echo_n "(cached) " >&6
23291else
23292
23293
23294      ac_ext=cpp
23295ac_cpp='$CXXCPP $CPPFLAGS'
23296ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23297ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23298ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23299
23300      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23301/* end confdefs.h.  */
23302#include <math.h>
23303int
23304main ()
23305{
23306_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0);
23307  ;
23308  return 0;
23309}
23310_ACEOF
23311if ac_fn_cxx_try_compile "$LINENO"; then :
23312  glibcxx_cv_func__float_trig_use=yes
23313else
23314  glibcxx_cv_func__float_trig_use=no
23315fi
23316rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23317      ac_ext=c
23318ac_cpp='$CPP $CPPFLAGS'
23319ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23320ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23321ac_compiler_gnu=$ac_cv_c_compiler_gnu
23322
23323fi
23324
23325    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5
23326$as_echo "$glibcxx_cv_func__float_trig_use" >&6; }
23327    if test x$glibcxx_cv_func__float_trig_use = x"yes"; then
23328      for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf
23329do :
23330  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
23331ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
23332if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
23333  cat >>confdefs.h <<_ACEOF
23334#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
23335_ACEOF
23336
23337fi
23338done
23339
23340    fi
23341  fi
23342
23343
23344
23345
23346
23347    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5
23348$as_echo_n "checking for float round functions... " >&6; }
23349  if ${glibcxx_cv_func_float_round_use+:} false; then :
23350  $as_echo_n "(cached) " >&6
23351else
23352
23353
23354    ac_ext=cpp
23355ac_cpp='$CXXCPP $CPPFLAGS'
23356ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23357ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23358ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23359
23360    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23361/* end confdefs.h.  */
23362#include <math.h>
23363int
23364main ()
23365{
23366ceilf (0); floorf (0);
23367  ;
23368  return 0;
23369}
23370_ACEOF
23371if ac_fn_cxx_try_compile "$LINENO"; then :
23372  glibcxx_cv_func_float_round_use=yes
23373else
23374  glibcxx_cv_func_float_round_use=no
23375fi
23376rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23377    ac_ext=c
23378ac_cpp='$CPP $CPPFLAGS'
23379ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23380ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23381ac_compiler_gnu=$ac_cv_c_compiler_gnu
23382
23383fi
23384
23385  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_round_use" >&5
23386$as_echo "$glibcxx_cv_func_float_round_use" >&6; }
23387  if test x$glibcxx_cv_func_float_round_use = x"yes"; then
23388    for ac_func in ceilf floorf
23389do :
23390  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
23391ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
23392if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
23393  cat >>confdefs.h <<_ACEOF
23394#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
23395_ACEOF
23396
23397fi
23398done
23399
23400  else
23401    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5
23402$as_echo_n "checking for _float round functions... " >&6; }
23403    if ${glibcxx_cv_func__float_round_use+:} false; then :
23404  $as_echo_n "(cached) " >&6
23405else
23406
23407
23408      ac_ext=cpp
23409ac_cpp='$CXXCPP $CPPFLAGS'
23410ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23411ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23412ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23413
23414      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23415/* end confdefs.h.  */
23416#include <math.h>
23417int
23418main ()
23419{
23420_ceilf (0); _floorf (0);
23421  ;
23422  return 0;
23423}
23424_ACEOF
23425if ac_fn_cxx_try_compile "$LINENO"; then :
23426  glibcxx_cv_func__float_round_use=yes
23427else
23428  glibcxx_cv_func__float_round_use=no
23429fi
23430rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23431      ac_ext=c
23432ac_cpp='$CPP $CPPFLAGS'
23433ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23434ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23435ac_compiler_gnu=$ac_cv_c_compiler_gnu
23436
23437fi
23438
23439    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5
23440$as_echo "$glibcxx_cv_func__float_round_use" >&6; }
23441    if test x$glibcxx_cv_func__float_round_use = x"yes"; then
23442      for ac_func in _ceilf _floorf
23443do :
23444  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
23445ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
23446if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
23447  cat >>confdefs.h <<_ACEOF
23448#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
23449_ACEOF
23450
23451fi
23452done
23453
23454    fi
23455  fi
23456
23457
23458
23459
23460
23461
23462  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5
23463$as_echo_n "checking for expf declaration... " >&6; }
23464  if test x${glibcxx_cv_func_expf_use+set} != xset; then
23465    if ${glibcxx_cv_func_expf_use+:} false; then :
23466  $as_echo_n "(cached) " >&6
23467else
23468
23469
23470      ac_ext=cpp
23471ac_cpp='$CXXCPP $CPPFLAGS'
23472ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23473ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23474ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23475
23476      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23477/* end confdefs.h.  */
23478#include <math.h>
23479		      #ifdef HAVE_IEEEFP_H
23480		      #include <ieeefp.h>
23481		      #endif
23482
23483int
23484main ()
23485{
23486 expf(0);
23487  ;
23488  return 0;
23489}
23490_ACEOF
23491if ac_fn_cxx_try_compile "$LINENO"; then :
23492  glibcxx_cv_func_expf_use=yes
23493else
23494  glibcxx_cv_func_expf_use=no
23495fi
23496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23497      ac_ext=c
23498ac_cpp='$CPP $CPPFLAGS'
23499ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23500ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23501ac_compiler_gnu=$ac_cv_c_compiler_gnu
23502
23503
23504fi
23505
23506  fi
23507  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expf_use" >&5
23508$as_echo "$glibcxx_cv_func_expf_use" >&6; }
23509
23510  if test x$glibcxx_cv_func_expf_use = x"yes"; then
23511    for ac_func in expf
23512do :
23513  ac_fn_c_check_func "$LINENO" "expf" "ac_cv_func_expf"
23514if test "x$ac_cv_func_expf" = xyes; then :
23515  cat >>confdefs.h <<_ACEOF
23516#define HAVE_EXPF 1
23517_ACEOF
23518
23519fi
23520done
23521
23522  else
23523
23524  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5
23525$as_echo_n "checking for _expf declaration... " >&6; }
23526  if test x${glibcxx_cv_func__expf_use+set} != xset; then
23527    if ${glibcxx_cv_func__expf_use+:} false; then :
23528  $as_echo_n "(cached) " >&6
23529else
23530
23531
23532      ac_ext=cpp
23533ac_cpp='$CXXCPP $CPPFLAGS'
23534ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23535ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23536ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23537
23538      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23539/* end confdefs.h.  */
23540#include <math.h>
23541		      #ifdef HAVE_IEEEFP_H
23542		      #include <ieeefp.h>
23543		      #endif
23544
23545int
23546main ()
23547{
23548 _expf(0);
23549  ;
23550  return 0;
23551}
23552_ACEOF
23553if ac_fn_cxx_try_compile "$LINENO"; then :
23554  glibcxx_cv_func__expf_use=yes
23555else
23556  glibcxx_cv_func__expf_use=no
23557fi
23558rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23559      ac_ext=c
23560ac_cpp='$CPP $CPPFLAGS'
23561ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23562ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23563ac_compiler_gnu=$ac_cv_c_compiler_gnu
23564
23565
23566fi
23567
23568  fi
23569  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5
23570$as_echo "$glibcxx_cv_func__expf_use" >&6; }
23571
23572    if test x$glibcxx_cv_func__expf_use = x"yes"; then
23573      for ac_func in _expf
23574do :
23575  ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf"
23576if test "x$ac_cv_func__expf" = xyes; then :
23577  cat >>confdefs.h <<_ACEOF
23578#define HAVE__EXPF 1
23579_ACEOF
23580
23581fi
23582done
23583
23584    fi
23585  fi
23586
23587
23588
23589
23590
23591  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5
23592$as_echo_n "checking for isnanf declaration... " >&6; }
23593  if test x${glibcxx_cv_func_isnanf_use+set} != xset; then
23594    if ${glibcxx_cv_func_isnanf_use+:} false; then :
23595  $as_echo_n "(cached) " >&6
23596else
23597
23598
23599      ac_ext=cpp
23600ac_cpp='$CXXCPP $CPPFLAGS'
23601ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23602ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23603ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23604
23605      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23606/* end confdefs.h.  */
23607#include <math.h>
23608		      #ifdef HAVE_IEEEFP_H
23609		      #include <ieeefp.h>
23610		      #endif
23611
23612int
23613main ()
23614{
23615 isnanf(0);
23616  ;
23617  return 0;
23618}
23619_ACEOF
23620if ac_fn_cxx_try_compile "$LINENO"; then :
23621  glibcxx_cv_func_isnanf_use=yes
23622else
23623  glibcxx_cv_func_isnanf_use=no
23624fi
23625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23626      ac_ext=c
23627ac_cpp='$CPP $CPPFLAGS'
23628ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23629ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23630ac_compiler_gnu=$ac_cv_c_compiler_gnu
23631
23632
23633fi
23634
23635  fi
23636  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanf_use" >&5
23637$as_echo "$glibcxx_cv_func_isnanf_use" >&6; }
23638
23639  if test x$glibcxx_cv_func_isnanf_use = x"yes"; then
23640    for ac_func in isnanf
23641do :
23642  ac_fn_c_check_func "$LINENO" "isnanf" "ac_cv_func_isnanf"
23643if test "x$ac_cv_func_isnanf" = xyes; then :
23644  cat >>confdefs.h <<_ACEOF
23645#define HAVE_ISNANF 1
23646_ACEOF
23647
23648fi
23649done
23650
23651  else
23652
23653  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5
23654$as_echo_n "checking for _isnanf declaration... " >&6; }
23655  if test x${glibcxx_cv_func__isnanf_use+set} != xset; then
23656    if ${glibcxx_cv_func__isnanf_use+:} false; then :
23657  $as_echo_n "(cached) " >&6
23658else
23659
23660
23661      ac_ext=cpp
23662ac_cpp='$CXXCPP $CPPFLAGS'
23663ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23664ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23665ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23666
23667      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23668/* end confdefs.h.  */
23669#include <math.h>
23670		      #ifdef HAVE_IEEEFP_H
23671		      #include <ieeefp.h>
23672		      #endif
23673
23674int
23675main ()
23676{
23677 _isnanf(0);
23678  ;
23679  return 0;
23680}
23681_ACEOF
23682if ac_fn_cxx_try_compile "$LINENO"; then :
23683  glibcxx_cv_func__isnanf_use=yes
23684else
23685  glibcxx_cv_func__isnanf_use=no
23686fi
23687rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23688      ac_ext=c
23689ac_cpp='$CPP $CPPFLAGS'
23690ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23691ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23692ac_compiler_gnu=$ac_cv_c_compiler_gnu
23693
23694
23695fi
23696
23697  fi
23698  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5
23699$as_echo "$glibcxx_cv_func__isnanf_use" >&6; }
23700
23701    if test x$glibcxx_cv_func__isnanf_use = x"yes"; then
23702      for ac_func in _isnanf
23703do :
23704  ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf"
23705if test "x$ac_cv_func__isnanf" = xyes; then :
23706  cat >>confdefs.h <<_ACEOF
23707#define HAVE__ISNANF 1
23708_ACEOF
23709
23710fi
23711done
23712
23713    fi
23714  fi
23715
23716
23717
23718
23719
23720  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5
23721$as_echo_n "checking for isinff declaration... " >&6; }
23722  if test x${glibcxx_cv_func_isinff_use+set} != xset; then
23723    if ${glibcxx_cv_func_isinff_use+:} false; then :
23724  $as_echo_n "(cached) " >&6
23725else
23726
23727
23728      ac_ext=cpp
23729ac_cpp='$CXXCPP $CPPFLAGS'
23730ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23731ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23732ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23733
23734      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23735/* end confdefs.h.  */
23736#include <math.h>
23737		      #ifdef HAVE_IEEEFP_H
23738		      #include <ieeefp.h>
23739		      #endif
23740
23741int
23742main ()
23743{
23744 isinff(0);
23745  ;
23746  return 0;
23747}
23748_ACEOF
23749if ac_fn_cxx_try_compile "$LINENO"; then :
23750  glibcxx_cv_func_isinff_use=yes
23751else
23752  glibcxx_cv_func_isinff_use=no
23753fi
23754rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23755      ac_ext=c
23756ac_cpp='$CPP $CPPFLAGS'
23757ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23758ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23759ac_compiler_gnu=$ac_cv_c_compiler_gnu
23760
23761
23762fi
23763
23764  fi
23765  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinff_use" >&5
23766$as_echo "$glibcxx_cv_func_isinff_use" >&6; }
23767
23768  if test x$glibcxx_cv_func_isinff_use = x"yes"; then
23769    for ac_func in isinff
23770do :
23771  ac_fn_c_check_func "$LINENO" "isinff" "ac_cv_func_isinff"
23772if test "x$ac_cv_func_isinff" = xyes; then :
23773  cat >>confdefs.h <<_ACEOF
23774#define HAVE_ISINFF 1
23775_ACEOF
23776
23777fi
23778done
23779
23780  else
23781
23782  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5
23783$as_echo_n "checking for _isinff declaration... " >&6; }
23784  if test x${glibcxx_cv_func__isinff_use+set} != xset; then
23785    if ${glibcxx_cv_func__isinff_use+:} false; then :
23786  $as_echo_n "(cached) " >&6
23787else
23788
23789
23790      ac_ext=cpp
23791ac_cpp='$CXXCPP $CPPFLAGS'
23792ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23793ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23794ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23795
23796      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23797/* end confdefs.h.  */
23798#include <math.h>
23799		      #ifdef HAVE_IEEEFP_H
23800		      #include <ieeefp.h>
23801		      #endif
23802
23803int
23804main ()
23805{
23806 _isinff(0);
23807  ;
23808  return 0;
23809}
23810_ACEOF
23811if ac_fn_cxx_try_compile "$LINENO"; then :
23812  glibcxx_cv_func__isinff_use=yes
23813else
23814  glibcxx_cv_func__isinff_use=no
23815fi
23816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23817      ac_ext=c
23818ac_cpp='$CPP $CPPFLAGS'
23819ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23820ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23821ac_compiler_gnu=$ac_cv_c_compiler_gnu
23822
23823
23824fi
23825
23826  fi
23827  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5
23828$as_echo "$glibcxx_cv_func__isinff_use" >&6; }
23829
23830    if test x$glibcxx_cv_func__isinff_use = x"yes"; then
23831      for ac_func in _isinff
23832do :
23833  ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff"
23834if test "x$ac_cv_func__isinff" = xyes; then :
23835  cat >>confdefs.h <<_ACEOF
23836#define HAVE__ISINFF 1
23837_ACEOF
23838
23839fi
23840done
23841
23842    fi
23843  fi
23844
23845
23846
23847
23848
23849  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5
23850$as_echo_n "checking for atan2f declaration... " >&6; }
23851  if test x${glibcxx_cv_func_atan2f_use+set} != xset; then
23852    if ${glibcxx_cv_func_atan2f_use+:} false; then :
23853  $as_echo_n "(cached) " >&6
23854else
23855
23856
23857      ac_ext=cpp
23858ac_cpp='$CXXCPP $CPPFLAGS'
23859ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23860ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23861ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23862
23863      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23864/* end confdefs.h.  */
23865#include <math.h>
23866int
23867main ()
23868{
23869 atan2f(0, 0);
23870  ;
23871  return 0;
23872}
23873_ACEOF
23874if ac_fn_cxx_try_compile "$LINENO"; then :
23875  glibcxx_cv_func_atan2f_use=yes
23876else
23877  glibcxx_cv_func_atan2f_use=no
23878fi
23879rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23880      ac_ext=c
23881ac_cpp='$CPP $CPPFLAGS'
23882ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23883ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23884ac_compiler_gnu=$ac_cv_c_compiler_gnu
23885
23886
23887fi
23888
23889  fi
23890  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2f_use" >&5
23891$as_echo "$glibcxx_cv_func_atan2f_use" >&6; }
23892
23893  if test x$glibcxx_cv_func_atan2f_use = x"yes"; then
23894    for ac_func in atan2f
23895do :
23896  ac_fn_c_check_func "$LINENO" "atan2f" "ac_cv_func_atan2f"
23897if test "x$ac_cv_func_atan2f" = xyes; then :
23898  cat >>confdefs.h <<_ACEOF
23899#define HAVE_ATAN2F 1
23900_ACEOF
23901
23902fi
23903done
23904
23905  else
23906
23907  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5
23908$as_echo_n "checking for _atan2f declaration... " >&6; }
23909  if test x${glibcxx_cv_func__atan2f_use+set} != xset; then
23910    if ${glibcxx_cv_func__atan2f_use+:} false; then :
23911  $as_echo_n "(cached) " >&6
23912else
23913
23914
23915      ac_ext=cpp
23916ac_cpp='$CXXCPP $CPPFLAGS'
23917ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23918ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23919ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23920
23921      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23922/* end confdefs.h.  */
23923#include <math.h>
23924int
23925main ()
23926{
23927 _atan2f(0, 0);
23928  ;
23929  return 0;
23930}
23931_ACEOF
23932if ac_fn_cxx_try_compile "$LINENO"; then :
23933  glibcxx_cv_func__atan2f_use=yes
23934else
23935  glibcxx_cv_func__atan2f_use=no
23936fi
23937rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23938      ac_ext=c
23939ac_cpp='$CPP $CPPFLAGS'
23940ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23941ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23942ac_compiler_gnu=$ac_cv_c_compiler_gnu
23943
23944
23945fi
23946
23947  fi
23948  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5
23949$as_echo "$glibcxx_cv_func__atan2f_use" >&6; }
23950
23951    if test x$glibcxx_cv_func__atan2f_use = x"yes"; then
23952      for ac_func in _atan2f
23953do :
23954  ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f"
23955if test "x$ac_cv_func__atan2f" = xyes; then :
23956  cat >>confdefs.h <<_ACEOF
23957#define HAVE__ATAN2F 1
23958_ACEOF
23959
23960fi
23961done
23962
23963    fi
23964  fi
23965
23966
23967
23968
23969
23970  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5
23971$as_echo_n "checking for fabsf declaration... " >&6; }
23972  if test x${glibcxx_cv_func_fabsf_use+set} != xset; then
23973    if ${glibcxx_cv_func_fabsf_use+:} false; then :
23974  $as_echo_n "(cached) " >&6
23975else
23976
23977
23978      ac_ext=cpp
23979ac_cpp='$CXXCPP $CPPFLAGS'
23980ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
23981ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
23982ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
23983
23984      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23985/* end confdefs.h.  */
23986#include <math.h>
23987		      #ifdef HAVE_IEEEFP_H
23988		      #include <ieeefp.h>
23989		      #endif
23990
23991int
23992main ()
23993{
23994 fabsf(0);
23995  ;
23996  return 0;
23997}
23998_ACEOF
23999if ac_fn_cxx_try_compile "$LINENO"; then :
24000  glibcxx_cv_func_fabsf_use=yes
24001else
24002  glibcxx_cv_func_fabsf_use=no
24003fi
24004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24005      ac_ext=c
24006ac_cpp='$CPP $CPPFLAGS'
24007ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24008ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24009ac_compiler_gnu=$ac_cv_c_compiler_gnu
24010
24011
24012fi
24013
24014  fi
24015  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsf_use" >&5
24016$as_echo "$glibcxx_cv_func_fabsf_use" >&6; }
24017
24018  if test x$glibcxx_cv_func_fabsf_use = x"yes"; then
24019    for ac_func in fabsf
24020do :
24021  ac_fn_c_check_func "$LINENO" "fabsf" "ac_cv_func_fabsf"
24022if test "x$ac_cv_func_fabsf" = xyes; then :
24023  cat >>confdefs.h <<_ACEOF
24024#define HAVE_FABSF 1
24025_ACEOF
24026
24027fi
24028done
24029
24030  else
24031
24032  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5
24033$as_echo_n "checking for _fabsf declaration... " >&6; }
24034  if test x${glibcxx_cv_func__fabsf_use+set} != xset; then
24035    if ${glibcxx_cv_func__fabsf_use+:} false; then :
24036  $as_echo_n "(cached) " >&6
24037else
24038
24039
24040      ac_ext=cpp
24041ac_cpp='$CXXCPP $CPPFLAGS'
24042ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24043ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24044ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24045
24046      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24047/* end confdefs.h.  */
24048#include <math.h>
24049		      #ifdef HAVE_IEEEFP_H
24050		      #include <ieeefp.h>
24051		      #endif
24052
24053int
24054main ()
24055{
24056 _fabsf(0);
24057  ;
24058  return 0;
24059}
24060_ACEOF
24061if ac_fn_cxx_try_compile "$LINENO"; then :
24062  glibcxx_cv_func__fabsf_use=yes
24063else
24064  glibcxx_cv_func__fabsf_use=no
24065fi
24066rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24067      ac_ext=c
24068ac_cpp='$CPP $CPPFLAGS'
24069ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24070ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24071ac_compiler_gnu=$ac_cv_c_compiler_gnu
24072
24073
24074fi
24075
24076  fi
24077  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5
24078$as_echo "$glibcxx_cv_func__fabsf_use" >&6; }
24079
24080    if test x$glibcxx_cv_func__fabsf_use = x"yes"; then
24081      for ac_func in _fabsf
24082do :
24083  ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf"
24084if test "x$ac_cv_func__fabsf" = xyes; then :
24085  cat >>confdefs.h <<_ACEOF
24086#define HAVE__FABSF 1
24087_ACEOF
24088
24089fi
24090done
24091
24092    fi
24093  fi
24094
24095
24096
24097
24098
24099  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5
24100$as_echo_n "checking for fmodf declaration... " >&6; }
24101  if test x${glibcxx_cv_func_fmodf_use+set} != xset; then
24102    if ${glibcxx_cv_func_fmodf_use+:} false; then :
24103  $as_echo_n "(cached) " >&6
24104else
24105
24106
24107      ac_ext=cpp
24108ac_cpp='$CXXCPP $CPPFLAGS'
24109ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24110ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24111ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24112
24113      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24114/* end confdefs.h.  */
24115#include <math.h>
24116int
24117main ()
24118{
24119 fmodf(0, 0);
24120  ;
24121  return 0;
24122}
24123_ACEOF
24124if ac_fn_cxx_try_compile "$LINENO"; then :
24125  glibcxx_cv_func_fmodf_use=yes
24126else
24127  glibcxx_cv_func_fmodf_use=no
24128fi
24129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24130      ac_ext=c
24131ac_cpp='$CPP $CPPFLAGS'
24132ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24133ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24134ac_compiler_gnu=$ac_cv_c_compiler_gnu
24135
24136
24137fi
24138
24139  fi
24140  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodf_use" >&5
24141$as_echo "$glibcxx_cv_func_fmodf_use" >&6; }
24142
24143  if test x$glibcxx_cv_func_fmodf_use = x"yes"; then
24144    for ac_func in fmodf
24145do :
24146  ac_fn_c_check_func "$LINENO" "fmodf" "ac_cv_func_fmodf"
24147if test "x$ac_cv_func_fmodf" = xyes; then :
24148  cat >>confdefs.h <<_ACEOF
24149#define HAVE_FMODF 1
24150_ACEOF
24151
24152fi
24153done
24154
24155  else
24156
24157  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5
24158$as_echo_n "checking for _fmodf declaration... " >&6; }
24159  if test x${glibcxx_cv_func__fmodf_use+set} != xset; then
24160    if ${glibcxx_cv_func__fmodf_use+:} false; then :
24161  $as_echo_n "(cached) " >&6
24162else
24163
24164
24165      ac_ext=cpp
24166ac_cpp='$CXXCPP $CPPFLAGS'
24167ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24168ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24169ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24170
24171      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24172/* end confdefs.h.  */
24173#include <math.h>
24174int
24175main ()
24176{
24177 _fmodf(0, 0);
24178  ;
24179  return 0;
24180}
24181_ACEOF
24182if ac_fn_cxx_try_compile "$LINENO"; then :
24183  glibcxx_cv_func__fmodf_use=yes
24184else
24185  glibcxx_cv_func__fmodf_use=no
24186fi
24187rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24188      ac_ext=c
24189ac_cpp='$CPP $CPPFLAGS'
24190ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24191ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24192ac_compiler_gnu=$ac_cv_c_compiler_gnu
24193
24194
24195fi
24196
24197  fi
24198  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5
24199$as_echo "$glibcxx_cv_func__fmodf_use" >&6; }
24200
24201    if test x$glibcxx_cv_func__fmodf_use = x"yes"; then
24202      for ac_func in _fmodf
24203do :
24204  ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf"
24205if test "x$ac_cv_func__fmodf" = xyes; then :
24206  cat >>confdefs.h <<_ACEOF
24207#define HAVE__FMODF 1
24208_ACEOF
24209
24210fi
24211done
24212
24213    fi
24214  fi
24215
24216
24217
24218
24219
24220  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5
24221$as_echo_n "checking for frexpf declaration... " >&6; }
24222  if test x${glibcxx_cv_func_frexpf_use+set} != xset; then
24223    if ${glibcxx_cv_func_frexpf_use+:} false; then :
24224  $as_echo_n "(cached) " >&6
24225else
24226
24227
24228      ac_ext=cpp
24229ac_cpp='$CXXCPP $CPPFLAGS'
24230ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24231ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24232ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24233
24234      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24235/* end confdefs.h.  */
24236#include <math.h>
24237int
24238main ()
24239{
24240 frexpf(0, 0);
24241  ;
24242  return 0;
24243}
24244_ACEOF
24245if ac_fn_cxx_try_compile "$LINENO"; then :
24246  glibcxx_cv_func_frexpf_use=yes
24247else
24248  glibcxx_cv_func_frexpf_use=no
24249fi
24250rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24251      ac_ext=c
24252ac_cpp='$CPP $CPPFLAGS'
24253ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24254ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24255ac_compiler_gnu=$ac_cv_c_compiler_gnu
24256
24257
24258fi
24259
24260  fi
24261  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpf_use" >&5
24262$as_echo "$glibcxx_cv_func_frexpf_use" >&6; }
24263
24264  if test x$glibcxx_cv_func_frexpf_use = x"yes"; then
24265    for ac_func in frexpf
24266do :
24267  ac_fn_c_check_func "$LINENO" "frexpf" "ac_cv_func_frexpf"
24268if test "x$ac_cv_func_frexpf" = xyes; then :
24269  cat >>confdefs.h <<_ACEOF
24270#define HAVE_FREXPF 1
24271_ACEOF
24272
24273fi
24274done
24275
24276  else
24277
24278  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5
24279$as_echo_n "checking for _frexpf declaration... " >&6; }
24280  if test x${glibcxx_cv_func__frexpf_use+set} != xset; then
24281    if ${glibcxx_cv_func__frexpf_use+:} false; then :
24282  $as_echo_n "(cached) " >&6
24283else
24284
24285
24286      ac_ext=cpp
24287ac_cpp='$CXXCPP $CPPFLAGS'
24288ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24289ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24290ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24291
24292      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24293/* end confdefs.h.  */
24294#include <math.h>
24295int
24296main ()
24297{
24298 _frexpf(0, 0);
24299  ;
24300  return 0;
24301}
24302_ACEOF
24303if ac_fn_cxx_try_compile "$LINENO"; then :
24304  glibcxx_cv_func__frexpf_use=yes
24305else
24306  glibcxx_cv_func__frexpf_use=no
24307fi
24308rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24309      ac_ext=c
24310ac_cpp='$CPP $CPPFLAGS'
24311ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24312ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24313ac_compiler_gnu=$ac_cv_c_compiler_gnu
24314
24315
24316fi
24317
24318  fi
24319  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5
24320$as_echo "$glibcxx_cv_func__frexpf_use" >&6; }
24321
24322    if test x$glibcxx_cv_func__frexpf_use = x"yes"; then
24323      for ac_func in _frexpf
24324do :
24325  ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf"
24326if test "x$ac_cv_func__frexpf" = xyes; then :
24327  cat >>confdefs.h <<_ACEOF
24328#define HAVE__FREXPF 1
24329_ACEOF
24330
24331fi
24332done
24333
24334    fi
24335  fi
24336
24337
24338
24339
24340
24341  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5
24342$as_echo_n "checking for hypotf declaration... " >&6; }
24343  if test x${glibcxx_cv_func_hypotf_use+set} != xset; then
24344    if ${glibcxx_cv_func_hypotf_use+:} false; then :
24345  $as_echo_n "(cached) " >&6
24346else
24347
24348
24349      ac_ext=cpp
24350ac_cpp='$CXXCPP $CPPFLAGS'
24351ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24352ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24353ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24354
24355      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24356/* end confdefs.h.  */
24357#include <math.h>
24358int
24359main ()
24360{
24361 hypotf(0, 0);
24362  ;
24363  return 0;
24364}
24365_ACEOF
24366if ac_fn_cxx_try_compile "$LINENO"; then :
24367  glibcxx_cv_func_hypotf_use=yes
24368else
24369  glibcxx_cv_func_hypotf_use=no
24370fi
24371rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24372      ac_ext=c
24373ac_cpp='$CPP $CPPFLAGS'
24374ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24375ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24376ac_compiler_gnu=$ac_cv_c_compiler_gnu
24377
24378
24379fi
24380
24381  fi
24382  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotf_use" >&5
24383$as_echo "$glibcxx_cv_func_hypotf_use" >&6; }
24384
24385  if test x$glibcxx_cv_func_hypotf_use = x"yes"; then
24386    for ac_func in hypotf
24387do :
24388  ac_fn_c_check_func "$LINENO" "hypotf" "ac_cv_func_hypotf"
24389if test "x$ac_cv_func_hypotf" = xyes; then :
24390  cat >>confdefs.h <<_ACEOF
24391#define HAVE_HYPOTF 1
24392_ACEOF
24393
24394fi
24395done
24396
24397  else
24398
24399  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5
24400$as_echo_n "checking for _hypotf declaration... " >&6; }
24401  if test x${glibcxx_cv_func__hypotf_use+set} != xset; then
24402    if ${glibcxx_cv_func__hypotf_use+:} false; then :
24403  $as_echo_n "(cached) " >&6
24404else
24405
24406
24407      ac_ext=cpp
24408ac_cpp='$CXXCPP $CPPFLAGS'
24409ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24410ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24411ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24412
24413      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24414/* end confdefs.h.  */
24415#include <math.h>
24416int
24417main ()
24418{
24419 _hypotf(0, 0);
24420  ;
24421  return 0;
24422}
24423_ACEOF
24424if ac_fn_cxx_try_compile "$LINENO"; then :
24425  glibcxx_cv_func__hypotf_use=yes
24426else
24427  glibcxx_cv_func__hypotf_use=no
24428fi
24429rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24430      ac_ext=c
24431ac_cpp='$CPP $CPPFLAGS'
24432ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24433ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24434ac_compiler_gnu=$ac_cv_c_compiler_gnu
24435
24436
24437fi
24438
24439  fi
24440  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5
24441$as_echo "$glibcxx_cv_func__hypotf_use" >&6; }
24442
24443    if test x$glibcxx_cv_func__hypotf_use = x"yes"; then
24444      for ac_func in _hypotf
24445do :
24446  ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf"
24447if test "x$ac_cv_func__hypotf" = xyes; then :
24448  cat >>confdefs.h <<_ACEOF
24449#define HAVE__HYPOTF 1
24450_ACEOF
24451
24452fi
24453done
24454
24455    fi
24456  fi
24457
24458
24459
24460
24461
24462  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5
24463$as_echo_n "checking for ldexpf declaration... " >&6; }
24464  if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then
24465    if ${glibcxx_cv_func_ldexpf_use+:} false; then :
24466  $as_echo_n "(cached) " >&6
24467else
24468
24469
24470      ac_ext=cpp
24471ac_cpp='$CXXCPP $CPPFLAGS'
24472ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24473ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24474ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24475
24476      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24477/* end confdefs.h.  */
24478#include <math.h>
24479int
24480main ()
24481{
24482 ldexpf(0, 0);
24483  ;
24484  return 0;
24485}
24486_ACEOF
24487if ac_fn_cxx_try_compile "$LINENO"; then :
24488  glibcxx_cv_func_ldexpf_use=yes
24489else
24490  glibcxx_cv_func_ldexpf_use=no
24491fi
24492rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24493      ac_ext=c
24494ac_cpp='$CPP $CPPFLAGS'
24495ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24496ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24497ac_compiler_gnu=$ac_cv_c_compiler_gnu
24498
24499
24500fi
24501
24502  fi
24503  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpf_use" >&5
24504$as_echo "$glibcxx_cv_func_ldexpf_use" >&6; }
24505
24506  if test x$glibcxx_cv_func_ldexpf_use = x"yes"; then
24507    for ac_func in ldexpf
24508do :
24509  ac_fn_c_check_func "$LINENO" "ldexpf" "ac_cv_func_ldexpf"
24510if test "x$ac_cv_func_ldexpf" = xyes; then :
24511  cat >>confdefs.h <<_ACEOF
24512#define HAVE_LDEXPF 1
24513_ACEOF
24514
24515fi
24516done
24517
24518  else
24519
24520  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5
24521$as_echo_n "checking for _ldexpf declaration... " >&6; }
24522  if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then
24523    if ${glibcxx_cv_func__ldexpf_use+:} false; then :
24524  $as_echo_n "(cached) " >&6
24525else
24526
24527
24528      ac_ext=cpp
24529ac_cpp='$CXXCPP $CPPFLAGS'
24530ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24531ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24532ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24533
24534      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24535/* end confdefs.h.  */
24536#include <math.h>
24537int
24538main ()
24539{
24540 _ldexpf(0, 0);
24541  ;
24542  return 0;
24543}
24544_ACEOF
24545if ac_fn_cxx_try_compile "$LINENO"; then :
24546  glibcxx_cv_func__ldexpf_use=yes
24547else
24548  glibcxx_cv_func__ldexpf_use=no
24549fi
24550rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24551      ac_ext=c
24552ac_cpp='$CPP $CPPFLAGS'
24553ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24554ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24555ac_compiler_gnu=$ac_cv_c_compiler_gnu
24556
24557
24558fi
24559
24560  fi
24561  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5
24562$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; }
24563
24564    if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then
24565      for ac_func in _ldexpf
24566do :
24567  ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf"
24568if test "x$ac_cv_func__ldexpf" = xyes; then :
24569  cat >>confdefs.h <<_ACEOF
24570#define HAVE__LDEXPF 1
24571_ACEOF
24572
24573fi
24574done
24575
24576    fi
24577  fi
24578
24579
24580
24581
24582
24583  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5
24584$as_echo_n "checking for logf declaration... " >&6; }
24585  if test x${glibcxx_cv_func_logf_use+set} != xset; then
24586    if ${glibcxx_cv_func_logf_use+:} false; then :
24587  $as_echo_n "(cached) " >&6
24588else
24589
24590
24591      ac_ext=cpp
24592ac_cpp='$CXXCPP $CPPFLAGS'
24593ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24594ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24595ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24596
24597      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24598/* end confdefs.h.  */
24599#include <math.h>
24600		      #ifdef HAVE_IEEEFP_H
24601		      #include <ieeefp.h>
24602		      #endif
24603
24604int
24605main ()
24606{
24607 logf(0);
24608  ;
24609  return 0;
24610}
24611_ACEOF
24612if ac_fn_cxx_try_compile "$LINENO"; then :
24613  glibcxx_cv_func_logf_use=yes
24614else
24615  glibcxx_cv_func_logf_use=no
24616fi
24617rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24618      ac_ext=c
24619ac_cpp='$CPP $CPPFLAGS'
24620ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24621ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24622ac_compiler_gnu=$ac_cv_c_compiler_gnu
24623
24624
24625fi
24626
24627  fi
24628  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logf_use" >&5
24629$as_echo "$glibcxx_cv_func_logf_use" >&6; }
24630
24631  if test x$glibcxx_cv_func_logf_use = x"yes"; then
24632    for ac_func in logf
24633do :
24634  ac_fn_c_check_func "$LINENO" "logf" "ac_cv_func_logf"
24635if test "x$ac_cv_func_logf" = xyes; then :
24636  cat >>confdefs.h <<_ACEOF
24637#define HAVE_LOGF 1
24638_ACEOF
24639
24640fi
24641done
24642
24643  else
24644
24645  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5
24646$as_echo_n "checking for _logf declaration... " >&6; }
24647  if test x${glibcxx_cv_func__logf_use+set} != xset; then
24648    if ${glibcxx_cv_func__logf_use+:} false; then :
24649  $as_echo_n "(cached) " >&6
24650else
24651
24652
24653      ac_ext=cpp
24654ac_cpp='$CXXCPP $CPPFLAGS'
24655ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24656ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24657ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24658
24659      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24660/* end confdefs.h.  */
24661#include <math.h>
24662		      #ifdef HAVE_IEEEFP_H
24663		      #include <ieeefp.h>
24664		      #endif
24665
24666int
24667main ()
24668{
24669 _logf(0);
24670  ;
24671  return 0;
24672}
24673_ACEOF
24674if ac_fn_cxx_try_compile "$LINENO"; then :
24675  glibcxx_cv_func__logf_use=yes
24676else
24677  glibcxx_cv_func__logf_use=no
24678fi
24679rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24680      ac_ext=c
24681ac_cpp='$CPP $CPPFLAGS'
24682ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24683ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24684ac_compiler_gnu=$ac_cv_c_compiler_gnu
24685
24686
24687fi
24688
24689  fi
24690  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5
24691$as_echo "$glibcxx_cv_func__logf_use" >&6; }
24692
24693    if test x$glibcxx_cv_func__logf_use = x"yes"; then
24694      for ac_func in _logf
24695do :
24696  ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf"
24697if test "x$ac_cv_func__logf" = xyes; then :
24698  cat >>confdefs.h <<_ACEOF
24699#define HAVE__LOGF 1
24700_ACEOF
24701
24702fi
24703done
24704
24705    fi
24706  fi
24707
24708
24709
24710
24711
24712  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5
24713$as_echo_n "checking for log10f declaration... " >&6; }
24714  if test x${glibcxx_cv_func_log10f_use+set} != xset; then
24715    if ${glibcxx_cv_func_log10f_use+:} false; then :
24716  $as_echo_n "(cached) " >&6
24717else
24718
24719
24720      ac_ext=cpp
24721ac_cpp='$CXXCPP $CPPFLAGS'
24722ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24723ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24724ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24725
24726      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24727/* end confdefs.h.  */
24728#include <math.h>
24729		      #ifdef HAVE_IEEEFP_H
24730		      #include <ieeefp.h>
24731		      #endif
24732
24733int
24734main ()
24735{
24736 log10f(0);
24737  ;
24738  return 0;
24739}
24740_ACEOF
24741if ac_fn_cxx_try_compile "$LINENO"; then :
24742  glibcxx_cv_func_log10f_use=yes
24743else
24744  glibcxx_cv_func_log10f_use=no
24745fi
24746rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24747      ac_ext=c
24748ac_cpp='$CPP $CPPFLAGS'
24749ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24750ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24751ac_compiler_gnu=$ac_cv_c_compiler_gnu
24752
24753
24754fi
24755
24756  fi
24757  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10f_use" >&5
24758$as_echo "$glibcxx_cv_func_log10f_use" >&6; }
24759
24760  if test x$glibcxx_cv_func_log10f_use = x"yes"; then
24761    for ac_func in log10f
24762do :
24763  ac_fn_c_check_func "$LINENO" "log10f" "ac_cv_func_log10f"
24764if test "x$ac_cv_func_log10f" = xyes; then :
24765  cat >>confdefs.h <<_ACEOF
24766#define HAVE_LOG10F 1
24767_ACEOF
24768
24769fi
24770done
24771
24772  else
24773
24774  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5
24775$as_echo_n "checking for _log10f declaration... " >&6; }
24776  if test x${glibcxx_cv_func__log10f_use+set} != xset; then
24777    if ${glibcxx_cv_func__log10f_use+:} false; then :
24778  $as_echo_n "(cached) " >&6
24779else
24780
24781
24782      ac_ext=cpp
24783ac_cpp='$CXXCPP $CPPFLAGS'
24784ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24785ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24786ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24787
24788      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24789/* end confdefs.h.  */
24790#include <math.h>
24791		      #ifdef HAVE_IEEEFP_H
24792		      #include <ieeefp.h>
24793		      #endif
24794
24795int
24796main ()
24797{
24798 _log10f(0);
24799  ;
24800  return 0;
24801}
24802_ACEOF
24803if ac_fn_cxx_try_compile "$LINENO"; then :
24804  glibcxx_cv_func__log10f_use=yes
24805else
24806  glibcxx_cv_func__log10f_use=no
24807fi
24808rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24809      ac_ext=c
24810ac_cpp='$CPP $CPPFLAGS'
24811ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24812ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24813ac_compiler_gnu=$ac_cv_c_compiler_gnu
24814
24815
24816fi
24817
24818  fi
24819  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5
24820$as_echo "$glibcxx_cv_func__log10f_use" >&6; }
24821
24822    if test x$glibcxx_cv_func__log10f_use = x"yes"; then
24823      for ac_func in _log10f
24824do :
24825  ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f"
24826if test "x$ac_cv_func__log10f" = xyes; then :
24827  cat >>confdefs.h <<_ACEOF
24828#define HAVE__LOG10F 1
24829_ACEOF
24830
24831fi
24832done
24833
24834    fi
24835  fi
24836
24837
24838
24839
24840
24841  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5
24842$as_echo_n "checking for modff declaration... " >&6; }
24843  if test x${glibcxx_cv_func_modff_use+set} != xset; then
24844    if ${glibcxx_cv_func_modff_use+:} false; then :
24845  $as_echo_n "(cached) " >&6
24846else
24847
24848
24849      ac_ext=cpp
24850ac_cpp='$CXXCPP $CPPFLAGS'
24851ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24852ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24853ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24854
24855      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24856/* end confdefs.h.  */
24857#include <math.h>
24858int
24859main ()
24860{
24861 modff(0, 0);
24862  ;
24863  return 0;
24864}
24865_ACEOF
24866if ac_fn_cxx_try_compile "$LINENO"; then :
24867  glibcxx_cv_func_modff_use=yes
24868else
24869  glibcxx_cv_func_modff_use=no
24870fi
24871rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24872      ac_ext=c
24873ac_cpp='$CPP $CPPFLAGS'
24874ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24875ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24876ac_compiler_gnu=$ac_cv_c_compiler_gnu
24877
24878
24879fi
24880
24881  fi
24882  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modff_use" >&5
24883$as_echo "$glibcxx_cv_func_modff_use" >&6; }
24884
24885  if test x$glibcxx_cv_func_modff_use = x"yes"; then
24886    for ac_func in modff
24887do :
24888  ac_fn_c_check_func "$LINENO" "modff" "ac_cv_func_modff"
24889if test "x$ac_cv_func_modff" = xyes; then :
24890  cat >>confdefs.h <<_ACEOF
24891#define HAVE_MODFF 1
24892_ACEOF
24893
24894fi
24895done
24896
24897  else
24898
24899  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5
24900$as_echo_n "checking for _modff declaration... " >&6; }
24901  if test x${glibcxx_cv_func__modff_use+set} != xset; then
24902    if ${glibcxx_cv_func__modff_use+:} false; then :
24903  $as_echo_n "(cached) " >&6
24904else
24905
24906
24907      ac_ext=cpp
24908ac_cpp='$CXXCPP $CPPFLAGS'
24909ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24910ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24911ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24912
24913      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24914/* end confdefs.h.  */
24915#include <math.h>
24916int
24917main ()
24918{
24919 _modff(0, 0);
24920  ;
24921  return 0;
24922}
24923_ACEOF
24924if ac_fn_cxx_try_compile "$LINENO"; then :
24925  glibcxx_cv_func__modff_use=yes
24926else
24927  glibcxx_cv_func__modff_use=no
24928fi
24929rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24930      ac_ext=c
24931ac_cpp='$CPP $CPPFLAGS'
24932ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24933ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24934ac_compiler_gnu=$ac_cv_c_compiler_gnu
24935
24936
24937fi
24938
24939  fi
24940  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5
24941$as_echo "$glibcxx_cv_func__modff_use" >&6; }
24942
24943    if test x$glibcxx_cv_func__modff_use = x"yes"; then
24944      for ac_func in _modff
24945do :
24946  ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff"
24947if test "x$ac_cv_func__modff" = xyes; then :
24948  cat >>confdefs.h <<_ACEOF
24949#define HAVE__MODFF 1
24950_ACEOF
24951
24952fi
24953done
24954
24955    fi
24956  fi
24957
24958
24959
24960
24961
24962  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5
24963$as_echo_n "checking for modf declaration... " >&6; }
24964  if test x${glibcxx_cv_func_modf_use+set} != xset; then
24965    if ${glibcxx_cv_func_modf_use+:} false; then :
24966  $as_echo_n "(cached) " >&6
24967else
24968
24969
24970      ac_ext=cpp
24971ac_cpp='$CXXCPP $CPPFLAGS'
24972ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24973ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24974ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24975
24976      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24977/* end confdefs.h.  */
24978#include <math.h>
24979int
24980main ()
24981{
24982 modf(0, 0);
24983  ;
24984  return 0;
24985}
24986_ACEOF
24987if ac_fn_cxx_try_compile "$LINENO"; then :
24988  glibcxx_cv_func_modf_use=yes
24989else
24990  glibcxx_cv_func_modf_use=no
24991fi
24992rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24993      ac_ext=c
24994ac_cpp='$CPP $CPPFLAGS'
24995ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24996ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24997ac_compiler_gnu=$ac_cv_c_compiler_gnu
24998
24999
25000fi
25001
25002  fi
25003  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modf_use" >&5
25004$as_echo "$glibcxx_cv_func_modf_use" >&6; }
25005
25006  if test x$glibcxx_cv_func_modf_use = x"yes"; then
25007    for ac_func in modf
25008do :
25009  ac_fn_c_check_func "$LINENO" "modf" "ac_cv_func_modf"
25010if test "x$ac_cv_func_modf" = xyes; then :
25011  cat >>confdefs.h <<_ACEOF
25012#define HAVE_MODF 1
25013_ACEOF
25014
25015fi
25016done
25017
25018  else
25019
25020  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5
25021$as_echo_n "checking for _modf declaration... " >&6; }
25022  if test x${glibcxx_cv_func__modf_use+set} != xset; then
25023    if ${glibcxx_cv_func__modf_use+:} false; then :
25024  $as_echo_n "(cached) " >&6
25025else
25026
25027
25028      ac_ext=cpp
25029ac_cpp='$CXXCPP $CPPFLAGS'
25030ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25031ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25032ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25033
25034      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25035/* end confdefs.h.  */
25036#include <math.h>
25037int
25038main ()
25039{
25040 _modf(0, 0);
25041  ;
25042  return 0;
25043}
25044_ACEOF
25045if ac_fn_cxx_try_compile "$LINENO"; then :
25046  glibcxx_cv_func__modf_use=yes
25047else
25048  glibcxx_cv_func__modf_use=no
25049fi
25050rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25051      ac_ext=c
25052ac_cpp='$CPP $CPPFLAGS'
25053ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25054ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25055ac_compiler_gnu=$ac_cv_c_compiler_gnu
25056
25057
25058fi
25059
25060  fi
25061  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5
25062$as_echo "$glibcxx_cv_func__modf_use" >&6; }
25063
25064    if test x$glibcxx_cv_func__modf_use = x"yes"; then
25065      for ac_func in _modf
25066do :
25067  ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf"
25068if test "x$ac_cv_func__modf" = xyes; then :
25069  cat >>confdefs.h <<_ACEOF
25070#define HAVE__MODF 1
25071_ACEOF
25072
25073fi
25074done
25075
25076    fi
25077  fi
25078
25079
25080
25081
25082
25083  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5
25084$as_echo_n "checking for powf declaration... " >&6; }
25085  if test x${glibcxx_cv_func_powf_use+set} != xset; then
25086    if ${glibcxx_cv_func_powf_use+:} false; then :
25087  $as_echo_n "(cached) " >&6
25088else
25089
25090
25091      ac_ext=cpp
25092ac_cpp='$CXXCPP $CPPFLAGS'
25093ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25094ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25095ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25096
25097      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25098/* end confdefs.h.  */
25099#include <math.h>
25100int
25101main ()
25102{
25103 powf(0, 0);
25104  ;
25105  return 0;
25106}
25107_ACEOF
25108if ac_fn_cxx_try_compile "$LINENO"; then :
25109  glibcxx_cv_func_powf_use=yes
25110else
25111  glibcxx_cv_func_powf_use=no
25112fi
25113rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25114      ac_ext=c
25115ac_cpp='$CPP $CPPFLAGS'
25116ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25117ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25118ac_compiler_gnu=$ac_cv_c_compiler_gnu
25119
25120
25121fi
25122
25123  fi
25124  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powf_use" >&5
25125$as_echo "$glibcxx_cv_func_powf_use" >&6; }
25126
25127  if test x$glibcxx_cv_func_powf_use = x"yes"; then
25128    for ac_func in powf
25129do :
25130  ac_fn_c_check_func "$LINENO" "powf" "ac_cv_func_powf"
25131if test "x$ac_cv_func_powf" = xyes; then :
25132  cat >>confdefs.h <<_ACEOF
25133#define HAVE_POWF 1
25134_ACEOF
25135
25136fi
25137done
25138
25139  else
25140
25141  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5
25142$as_echo_n "checking for _powf declaration... " >&6; }
25143  if test x${glibcxx_cv_func__powf_use+set} != xset; then
25144    if ${glibcxx_cv_func__powf_use+:} false; then :
25145  $as_echo_n "(cached) " >&6
25146else
25147
25148
25149      ac_ext=cpp
25150ac_cpp='$CXXCPP $CPPFLAGS'
25151ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25152ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25153ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25154
25155      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25156/* end confdefs.h.  */
25157#include <math.h>
25158int
25159main ()
25160{
25161 _powf(0, 0);
25162  ;
25163  return 0;
25164}
25165_ACEOF
25166if ac_fn_cxx_try_compile "$LINENO"; then :
25167  glibcxx_cv_func__powf_use=yes
25168else
25169  glibcxx_cv_func__powf_use=no
25170fi
25171rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25172      ac_ext=c
25173ac_cpp='$CPP $CPPFLAGS'
25174ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25175ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25176ac_compiler_gnu=$ac_cv_c_compiler_gnu
25177
25178
25179fi
25180
25181  fi
25182  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5
25183$as_echo "$glibcxx_cv_func__powf_use" >&6; }
25184
25185    if test x$glibcxx_cv_func__powf_use = x"yes"; then
25186      for ac_func in _powf
25187do :
25188  ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf"
25189if test "x$ac_cv_func__powf" = xyes; then :
25190  cat >>confdefs.h <<_ACEOF
25191#define HAVE__POWF 1
25192_ACEOF
25193
25194fi
25195done
25196
25197    fi
25198  fi
25199
25200
25201
25202
25203
25204  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5
25205$as_echo_n "checking for sqrtf declaration... " >&6; }
25206  if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then
25207    if ${glibcxx_cv_func_sqrtf_use+:} false; then :
25208  $as_echo_n "(cached) " >&6
25209else
25210
25211
25212      ac_ext=cpp
25213ac_cpp='$CXXCPP $CPPFLAGS'
25214ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25215ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25216ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25217
25218      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25219/* end confdefs.h.  */
25220#include <math.h>
25221		      #ifdef HAVE_IEEEFP_H
25222		      #include <ieeefp.h>
25223		      #endif
25224
25225int
25226main ()
25227{
25228 sqrtf(0);
25229  ;
25230  return 0;
25231}
25232_ACEOF
25233if ac_fn_cxx_try_compile "$LINENO"; then :
25234  glibcxx_cv_func_sqrtf_use=yes
25235else
25236  glibcxx_cv_func_sqrtf_use=no
25237fi
25238rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25239      ac_ext=c
25240ac_cpp='$CPP $CPPFLAGS'
25241ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25242ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25243ac_compiler_gnu=$ac_cv_c_compiler_gnu
25244
25245
25246fi
25247
25248  fi
25249  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtf_use" >&5
25250$as_echo "$glibcxx_cv_func_sqrtf_use" >&6; }
25251
25252  if test x$glibcxx_cv_func_sqrtf_use = x"yes"; then
25253    for ac_func in sqrtf
25254do :
25255  ac_fn_c_check_func "$LINENO" "sqrtf" "ac_cv_func_sqrtf"
25256if test "x$ac_cv_func_sqrtf" = xyes; then :
25257  cat >>confdefs.h <<_ACEOF
25258#define HAVE_SQRTF 1
25259_ACEOF
25260
25261fi
25262done
25263
25264  else
25265
25266  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5
25267$as_echo_n "checking for _sqrtf declaration... " >&6; }
25268  if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then
25269    if ${glibcxx_cv_func__sqrtf_use+:} false; then :
25270  $as_echo_n "(cached) " >&6
25271else
25272
25273
25274      ac_ext=cpp
25275ac_cpp='$CXXCPP $CPPFLAGS'
25276ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25277ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25278ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25279
25280      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25281/* end confdefs.h.  */
25282#include <math.h>
25283		      #ifdef HAVE_IEEEFP_H
25284		      #include <ieeefp.h>
25285		      #endif
25286
25287int
25288main ()
25289{
25290 _sqrtf(0);
25291  ;
25292  return 0;
25293}
25294_ACEOF
25295if ac_fn_cxx_try_compile "$LINENO"; then :
25296  glibcxx_cv_func__sqrtf_use=yes
25297else
25298  glibcxx_cv_func__sqrtf_use=no
25299fi
25300rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25301      ac_ext=c
25302ac_cpp='$CPP $CPPFLAGS'
25303ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25304ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25305ac_compiler_gnu=$ac_cv_c_compiler_gnu
25306
25307
25308fi
25309
25310  fi
25311  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5
25312$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; }
25313
25314    if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then
25315      for ac_func in _sqrtf
25316do :
25317  ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf"
25318if test "x$ac_cv_func__sqrtf" = xyes; then :
25319  cat >>confdefs.h <<_ACEOF
25320#define HAVE__SQRTF 1
25321_ACEOF
25322
25323fi
25324done
25325
25326    fi
25327  fi
25328
25329
25330
25331
25332
25333  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5
25334$as_echo_n "checking for sincosf declaration... " >&6; }
25335  if test x${glibcxx_cv_func_sincosf_use+set} != xset; then
25336    if ${glibcxx_cv_func_sincosf_use+:} false; then :
25337  $as_echo_n "(cached) " >&6
25338else
25339
25340
25341      ac_ext=cpp
25342ac_cpp='$CXXCPP $CPPFLAGS'
25343ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25344ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25345ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25346
25347      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25348/* end confdefs.h.  */
25349#include <math.h>
25350int
25351main ()
25352{
25353 sincosf(0, 0, 0);
25354  ;
25355  return 0;
25356}
25357_ACEOF
25358if ac_fn_cxx_try_compile "$LINENO"; then :
25359  glibcxx_cv_func_sincosf_use=yes
25360else
25361  glibcxx_cv_func_sincosf_use=no
25362fi
25363rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25364      ac_ext=c
25365ac_cpp='$CPP $CPPFLAGS'
25366ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25367ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25368ac_compiler_gnu=$ac_cv_c_compiler_gnu
25369
25370
25371fi
25372
25373  fi
25374  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosf_use" >&5
25375$as_echo "$glibcxx_cv_func_sincosf_use" >&6; }
25376
25377  if test x$glibcxx_cv_func_sincosf_use = x"yes"; then
25378    for ac_func in sincosf
25379do :
25380  ac_fn_c_check_func "$LINENO" "sincosf" "ac_cv_func_sincosf"
25381if test "x$ac_cv_func_sincosf" = xyes; then :
25382  cat >>confdefs.h <<_ACEOF
25383#define HAVE_SINCOSF 1
25384_ACEOF
25385
25386fi
25387done
25388
25389  else
25390
25391  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5
25392$as_echo_n "checking for _sincosf declaration... " >&6; }
25393  if test x${glibcxx_cv_func__sincosf_use+set} != xset; then
25394    if ${glibcxx_cv_func__sincosf_use+:} false; then :
25395  $as_echo_n "(cached) " >&6
25396else
25397
25398
25399      ac_ext=cpp
25400ac_cpp='$CXXCPP $CPPFLAGS'
25401ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25402ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25403ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25404
25405      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25406/* end confdefs.h.  */
25407#include <math.h>
25408int
25409main ()
25410{
25411 _sincosf(0, 0, 0);
25412  ;
25413  return 0;
25414}
25415_ACEOF
25416if ac_fn_cxx_try_compile "$LINENO"; then :
25417  glibcxx_cv_func__sincosf_use=yes
25418else
25419  glibcxx_cv_func__sincosf_use=no
25420fi
25421rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25422      ac_ext=c
25423ac_cpp='$CPP $CPPFLAGS'
25424ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25425ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25426ac_compiler_gnu=$ac_cv_c_compiler_gnu
25427
25428
25429fi
25430
25431  fi
25432  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5
25433$as_echo "$glibcxx_cv_func__sincosf_use" >&6; }
25434
25435    if test x$glibcxx_cv_func__sincosf_use = x"yes"; then
25436      for ac_func in _sincosf
25437do :
25438  ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf"
25439if test "x$ac_cv_func__sincosf" = xyes; then :
25440  cat >>confdefs.h <<_ACEOF
25441#define HAVE__SINCOSF 1
25442_ACEOF
25443
25444fi
25445done
25446
25447    fi
25448  fi
25449
25450
25451
25452
25453
25454  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5
25455$as_echo_n "checking for finitef declaration... " >&6; }
25456  if test x${glibcxx_cv_func_finitef_use+set} != xset; then
25457    if ${glibcxx_cv_func_finitef_use+:} false; then :
25458  $as_echo_n "(cached) " >&6
25459else
25460
25461
25462      ac_ext=cpp
25463ac_cpp='$CXXCPP $CPPFLAGS'
25464ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25465ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25466ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25467
25468      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25469/* end confdefs.h.  */
25470#include <math.h>
25471		      #ifdef HAVE_IEEEFP_H
25472		      #include <ieeefp.h>
25473		      #endif
25474
25475int
25476main ()
25477{
25478 finitef(0);
25479  ;
25480  return 0;
25481}
25482_ACEOF
25483if ac_fn_cxx_try_compile "$LINENO"; then :
25484  glibcxx_cv_func_finitef_use=yes
25485else
25486  glibcxx_cv_func_finitef_use=no
25487fi
25488rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25489      ac_ext=c
25490ac_cpp='$CPP $CPPFLAGS'
25491ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25492ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25493ac_compiler_gnu=$ac_cv_c_compiler_gnu
25494
25495
25496fi
25497
25498  fi
25499  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitef_use" >&5
25500$as_echo "$glibcxx_cv_func_finitef_use" >&6; }
25501
25502  if test x$glibcxx_cv_func_finitef_use = x"yes"; then
25503    for ac_func in finitef
25504do :
25505  ac_fn_c_check_func "$LINENO" "finitef" "ac_cv_func_finitef"
25506if test "x$ac_cv_func_finitef" = xyes; then :
25507  cat >>confdefs.h <<_ACEOF
25508#define HAVE_FINITEF 1
25509_ACEOF
25510
25511fi
25512done
25513
25514  else
25515
25516  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5
25517$as_echo_n "checking for _finitef declaration... " >&6; }
25518  if test x${glibcxx_cv_func__finitef_use+set} != xset; then
25519    if ${glibcxx_cv_func__finitef_use+:} false; then :
25520  $as_echo_n "(cached) " >&6
25521else
25522
25523
25524      ac_ext=cpp
25525ac_cpp='$CXXCPP $CPPFLAGS'
25526ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25527ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25528ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25529
25530      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25531/* end confdefs.h.  */
25532#include <math.h>
25533		      #ifdef HAVE_IEEEFP_H
25534		      #include <ieeefp.h>
25535		      #endif
25536
25537int
25538main ()
25539{
25540 _finitef(0);
25541  ;
25542  return 0;
25543}
25544_ACEOF
25545if ac_fn_cxx_try_compile "$LINENO"; then :
25546  glibcxx_cv_func__finitef_use=yes
25547else
25548  glibcxx_cv_func__finitef_use=no
25549fi
25550rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25551      ac_ext=c
25552ac_cpp='$CPP $CPPFLAGS'
25553ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25554ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25555ac_compiler_gnu=$ac_cv_c_compiler_gnu
25556
25557
25558fi
25559
25560  fi
25561  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5
25562$as_echo "$glibcxx_cv_func__finitef_use" >&6; }
25563
25564    if test x$glibcxx_cv_func__finitef_use = x"yes"; then
25565      for ac_func in _finitef
25566do :
25567  ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef"
25568if test "x$ac_cv_func__finitef" = xyes; then :
25569  cat >>confdefs.h <<_ACEOF
25570#define HAVE__FINITEF 1
25571_ACEOF
25572
25573fi
25574done
25575
25576    fi
25577  fi
25578
25579
25580
25581
25582
25583    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5
25584$as_echo_n "checking for long double trig functions... " >&6; }
25585  if ${glibcxx_cv_func_long_double_trig_use+:} false; then :
25586  $as_echo_n "(cached) " >&6
25587else
25588
25589
25590    ac_ext=cpp
25591ac_cpp='$CXXCPP $CPPFLAGS'
25592ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25593ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25594ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25595
25596    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25597/* end confdefs.h.  */
25598#include <math.h>
25599int
25600main ()
25601{
25602acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
25603  ;
25604  return 0;
25605}
25606_ACEOF
25607if ac_fn_cxx_try_compile "$LINENO"; then :
25608  glibcxx_cv_func_long_double_trig_use=yes
25609else
25610  glibcxx_cv_func_long_double_trig_use=no
25611fi
25612rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25613    ac_ext=c
25614ac_cpp='$CPP $CPPFLAGS'
25615ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25616ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25617ac_compiler_gnu=$ac_cv_c_compiler_gnu
25618
25619fi
25620
25621  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_trig_use" >&5
25622$as_echo "$glibcxx_cv_func_long_double_trig_use" >&6; }
25623  if test x$glibcxx_cv_func_long_double_trig_use = x"yes"; then
25624    for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
25625do :
25626  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
25627ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
25628if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
25629  cat >>confdefs.h <<_ACEOF
25630#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
25631_ACEOF
25632
25633fi
25634done
25635
25636  else
25637    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5
25638$as_echo_n "checking for _long double trig functions... " >&6; }
25639    if ${glibcxx_cv_func__long_double_trig_use+:} false; then :
25640  $as_echo_n "(cached) " >&6
25641else
25642
25643
25644      ac_ext=cpp
25645ac_cpp='$CXXCPP $CPPFLAGS'
25646ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25647ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25648ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25649
25650      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25651/* end confdefs.h.  */
25652#include <math.h>
25653int
25654main ()
25655{
25656_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0);
25657  ;
25658  return 0;
25659}
25660_ACEOF
25661if ac_fn_cxx_try_compile "$LINENO"; then :
25662  glibcxx_cv_func__long_double_trig_use=yes
25663else
25664  glibcxx_cv_func__long_double_trig_use=no
25665fi
25666rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25667      ac_ext=c
25668ac_cpp='$CPP $CPPFLAGS'
25669ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25670ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25671ac_compiler_gnu=$ac_cv_c_compiler_gnu
25672
25673fi
25674
25675    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5
25676$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; }
25677    if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then
25678      for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl
25679do :
25680  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
25681ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
25682if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
25683  cat >>confdefs.h <<_ACEOF
25684#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
25685_ACEOF
25686
25687fi
25688done
25689
25690    fi
25691  fi
25692
25693
25694
25695
25696
25697    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5
25698$as_echo_n "checking for long double round functions... " >&6; }
25699  if ${glibcxx_cv_func_long_double_round_use+:} false; then :
25700  $as_echo_n "(cached) " >&6
25701else
25702
25703
25704    ac_ext=cpp
25705ac_cpp='$CXXCPP $CPPFLAGS'
25706ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25707ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25708ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25709
25710    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25711/* end confdefs.h.  */
25712#include <math.h>
25713int
25714main ()
25715{
25716ceill (0); floorl (0);
25717  ;
25718  return 0;
25719}
25720_ACEOF
25721if ac_fn_cxx_try_compile "$LINENO"; then :
25722  glibcxx_cv_func_long_double_round_use=yes
25723else
25724  glibcxx_cv_func_long_double_round_use=no
25725fi
25726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25727    ac_ext=c
25728ac_cpp='$CPP $CPPFLAGS'
25729ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25730ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25731ac_compiler_gnu=$ac_cv_c_compiler_gnu
25732
25733fi
25734
25735  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_round_use" >&5
25736$as_echo "$glibcxx_cv_func_long_double_round_use" >&6; }
25737  if test x$glibcxx_cv_func_long_double_round_use = x"yes"; then
25738    for ac_func in ceill floorl
25739do :
25740  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
25741ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
25742if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
25743  cat >>confdefs.h <<_ACEOF
25744#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
25745_ACEOF
25746
25747fi
25748done
25749
25750  else
25751    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5
25752$as_echo_n "checking for _long double round functions... " >&6; }
25753    if ${glibcxx_cv_func__long_double_round_use+:} false; then :
25754  $as_echo_n "(cached) " >&6
25755else
25756
25757
25758      ac_ext=cpp
25759ac_cpp='$CXXCPP $CPPFLAGS'
25760ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25761ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25762ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25763
25764      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25765/* end confdefs.h.  */
25766#include <math.h>
25767int
25768main ()
25769{
25770_ceill (0); _floorl (0);
25771  ;
25772  return 0;
25773}
25774_ACEOF
25775if ac_fn_cxx_try_compile "$LINENO"; then :
25776  glibcxx_cv_func__long_double_round_use=yes
25777else
25778  glibcxx_cv_func__long_double_round_use=no
25779fi
25780rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25781      ac_ext=c
25782ac_cpp='$CPP $CPPFLAGS'
25783ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25784ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25785ac_compiler_gnu=$ac_cv_c_compiler_gnu
25786
25787fi
25788
25789    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5
25790$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; }
25791    if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then
25792      for ac_func in _ceill _floorl
25793do :
25794  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
25795ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
25796if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
25797  cat >>confdefs.h <<_ACEOF
25798#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
25799_ACEOF
25800
25801fi
25802done
25803
25804    fi
25805  fi
25806
25807
25808
25809
25810
25811
25812  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5
25813$as_echo_n "checking for isnanl declaration... " >&6; }
25814  if test x${glibcxx_cv_func_isnanl_use+set} != xset; then
25815    if ${glibcxx_cv_func_isnanl_use+:} false; then :
25816  $as_echo_n "(cached) " >&6
25817else
25818
25819
25820      ac_ext=cpp
25821ac_cpp='$CXXCPP $CPPFLAGS'
25822ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25823ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25824ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25825
25826      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25827/* end confdefs.h.  */
25828#include <math.h>
25829		      #ifdef HAVE_IEEEFP_H
25830		      #include <ieeefp.h>
25831		      #endif
25832
25833int
25834main ()
25835{
25836 isnanl(0);
25837  ;
25838  return 0;
25839}
25840_ACEOF
25841if ac_fn_cxx_try_compile "$LINENO"; then :
25842  glibcxx_cv_func_isnanl_use=yes
25843else
25844  glibcxx_cv_func_isnanl_use=no
25845fi
25846rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25847      ac_ext=c
25848ac_cpp='$CPP $CPPFLAGS'
25849ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25850ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25851ac_compiler_gnu=$ac_cv_c_compiler_gnu
25852
25853
25854fi
25855
25856  fi
25857  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanl_use" >&5
25858$as_echo "$glibcxx_cv_func_isnanl_use" >&6; }
25859
25860  if test x$glibcxx_cv_func_isnanl_use = x"yes"; then
25861    for ac_func in isnanl
25862do :
25863  ac_fn_c_check_func "$LINENO" "isnanl" "ac_cv_func_isnanl"
25864if test "x$ac_cv_func_isnanl" = xyes; then :
25865  cat >>confdefs.h <<_ACEOF
25866#define HAVE_ISNANL 1
25867_ACEOF
25868
25869fi
25870done
25871
25872  else
25873
25874  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5
25875$as_echo_n "checking for _isnanl declaration... " >&6; }
25876  if test x${glibcxx_cv_func__isnanl_use+set} != xset; then
25877    if ${glibcxx_cv_func__isnanl_use+:} false; then :
25878  $as_echo_n "(cached) " >&6
25879else
25880
25881
25882      ac_ext=cpp
25883ac_cpp='$CXXCPP $CPPFLAGS'
25884ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25885ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25886ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25887
25888      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25889/* end confdefs.h.  */
25890#include <math.h>
25891		      #ifdef HAVE_IEEEFP_H
25892		      #include <ieeefp.h>
25893		      #endif
25894
25895int
25896main ()
25897{
25898 _isnanl(0);
25899  ;
25900  return 0;
25901}
25902_ACEOF
25903if ac_fn_cxx_try_compile "$LINENO"; then :
25904  glibcxx_cv_func__isnanl_use=yes
25905else
25906  glibcxx_cv_func__isnanl_use=no
25907fi
25908rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25909      ac_ext=c
25910ac_cpp='$CPP $CPPFLAGS'
25911ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25912ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25913ac_compiler_gnu=$ac_cv_c_compiler_gnu
25914
25915
25916fi
25917
25918  fi
25919  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5
25920$as_echo "$glibcxx_cv_func__isnanl_use" >&6; }
25921
25922    if test x$glibcxx_cv_func__isnanl_use = x"yes"; then
25923      for ac_func in _isnanl
25924do :
25925  ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl"
25926if test "x$ac_cv_func__isnanl" = xyes; then :
25927  cat >>confdefs.h <<_ACEOF
25928#define HAVE__ISNANL 1
25929_ACEOF
25930
25931fi
25932done
25933
25934    fi
25935  fi
25936
25937
25938
25939
25940
25941  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5
25942$as_echo_n "checking for isinfl declaration... " >&6; }
25943  if test x${glibcxx_cv_func_isinfl_use+set} != xset; then
25944    if ${glibcxx_cv_func_isinfl_use+:} false; then :
25945  $as_echo_n "(cached) " >&6
25946else
25947
25948
25949      ac_ext=cpp
25950ac_cpp='$CXXCPP $CPPFLAGS'
25951ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25952ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25953ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25954
25955      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25956/* end confdefs.h.  */
25957#include <math.h>
25958		      #ifdef HAVE_IEEEFP_H
25959		      #include <ieeefp.h>
25960		      #endif
25961
25962int
25963main ()
25964{
25965 isinfl(0);
25966  ;
25967  return 0;
25968}
25969_ACEOF
25970if ac_fn_cxx_try_compile "$LINENO"; then :
25971  glibcxx_cv_func_isinfl_use=yes
25972else
25973  glibcxx_cv_func_isinfl_use=no
25974fi
25975rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25976      ac_ext=c
25977ac_cpp='$CPP $CPPFLAGS'
25978ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25979ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25980ac_compiler_gnu=$ac_cv_c_compiler_gnu
25981
25982
25983fi
25984
25985  fi
25986  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinfl_use" >&5
25987$as_echo "$glibcxx_cv_func_isinfl_use" >&6; }
25988
25989  if test x$glibcxx_cv_func_isinfl_use = x"yes"; then
25990    for ac_func in isinfl
25991do :
25992  ac_fn_c_check_func "$LINENO" "isinfl" "ac_cv_func_isinfl"
25993if test "x$ac_cv_func_isinfl" = xyes; then :
25994  cat >>confdefs.h <<_ACEOF
25995#define HAVE_ISINFL 1
25996_ACEOF
25997
25998fi
25999done
26000
26001  else
26002
26003  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5
26004$as_echo_n "checking for _isinfl declaration... " >&6; }
26005  if test x${glibcxx_cv_func__isinfl_use+set} != xset; then
26006    if ${glibcxx_cv_func__isinfl_use+:} false; then :
26007  $as_echo_n "(cached) " >&6
26008else
26009
26010
26011      ac_ext=cpp
26012ac_cpp='$CXXCPP $CPPFLAGS'
26013ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26014ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26015ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26016
26017      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26018/* end confdefs.h.  */
26019#include <math.h>
26020		      #ifdef HAVE_IEEEFP_H
26021		      #include <ieeefp.h>
26022		      #endif
26023
26024int
26025main ()
26026{
26027 _isinfl(0);
26028  ;
26029  return 0;
26030}
26031_ACEOF
26032if ac_fn_cxx_try_compile "$LINENO"; then :
26033  glibcxx_cv_func__isinfl_use=yes
26034else
26035  glibcxx_cv_func__isinfl_use=no
26036fi
26037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26038      ac_ext=c
26039ac_cpp='$CPP $CPPFLAGS'
26040ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26041ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26042ac_compiler_gnu=$ac_cv_c_compiler_gnu
26043
26044
26045fi
26046
26047  fi
26048  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5
26049$as_echo "$glibcxx_cv_func__isinfl_use" >&6; }
26050
26051    if test x$glibcxx_cv_func__isinfl_use = x"yes"; then
26052      for ac_func in _isinfl
26053do :
26054  ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl"
26055if test "x$ac_cv_func__isinfl" = xyes; then :
26056  cat >>confdefs.h <<_ACEOF
26057#define HAVE__ISINFL 1
26058_ACEOF
26059
26060fi
26061done
26062
26063    fi
26064  fi
26065
26066
26067
26068
26069
26070  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5
26071$as_echo_n "checking for atan2l declaration... " >&6; }
26072  if test x${glibcxx_cv_func_atan2l_use+set} != xset; then
26073    if ${glibcxx_cv_func_atan2l_use+:} false; then :
26074  $as_echo_n "(cached) " >&6
26075else
26076
26077
26078      ac_ext=cpp
26079ac_cpp='$CXXCPP $CPPFLAGS'
26080ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26081ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26082ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26083
26084      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26085/* end confdefs.h.  */
26086#include <math.h>
26087int
26088main ()
26089{
26090 atan2l(0, 0);
26091  ;
26092  return 0;
26093}
26094_ACEOF
26095if ac_fn_cxx_try_compile "$LINENO"; then :
26096  glibcxx_cv_func_atan2l_use=yes
26097else
26098  glibcxx_cv_func_atan2l_use=no
26099fi
26100rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26101      ac_ext=c
26102ac_cpp='$CPP $CPPFLAGS'
26103ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26104ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26105ac_compiler_gnu=$ac_cv_c_compiler_gnu
26106
26107
26108fi
26109
26110  fi
26111  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2l_use" >&5
26112$as_echo "$glibcxx_cv_func_atan2l_use" >&6; }
26113
26114  if test x$glibcxx_cv_func_atan2l_use = x"yes"; then
26115    for ac_func in atan2l
26116do :
26117  ac_fn_c_check_func "$LINENO" "atan2l" "ac_cv_func_atan2l"
26118if test "x$ac_cv_func_atan2l" = xyes; then :
26119  cat >>confdefs.h <<_ACEOF
26120#define HAVE_ATAN2L 1
26121_ACEOF
26122
26123fi
26124done
26125
26126  else
26127
26128  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5
26129$as_echo_n "checking for _atan2l declaration... " >&6; }
26130  if test x${glibcxx_cv_func__atan2l_use+set} != xset; then
26131    if ${glibcxx_cv_func__atan2l_use+:} false; then :
26132  $as_echo_n "(cached) " >&6
26133else
26134
26135
26136      ac_ext=cpp
26137ac_cpp='$CXXCPP $CPPFLAGS'
26138ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26139ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26140ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26141
26142      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26143/* end confdefs.h.  */
26144#include <math.h>
26145int
26146main ()
26147{
26148 _atan2l(0, 0);
26149  ;
26150  return 0;
26151}
26152_ACEOF
26153if ac_fn_cxx_try_compile "$LINENO"; then :
26154  glibcxx_cv_func__atan2l_use=yes
26155else
26156  glibcxx_cv_func__atan2l_use=no
26157fi
26158rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26159      ac_ext=c
26160ac_cpp='$CPP $CPPFLAGS'
26161ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26162ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26163ac_compiler_gnu=$ac_cv_c_compiler_gnu
26164
26165
26166fi
26167
26168  fi
26169  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5
26170$as_echo "$glibcxx_cv_func__atan2l_use" >&6; }
26171
26172    if test x$glibcxx_cv_func__atan2l_use = x"yes"; then
26173      for ac_func in _atan2l
26174do :
26175  ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l"
26176if test "x$ac_cv_func__atan2l" = xyes; then :
26177  cat >>confdefs.h <<_ACEOF
26178#define HAVE__ATAN2L 1
26179_ACEOF
26180
26181fi
26182done
26183
26184    fi
26185  fi
26186
26187
26188
26189
26190
26191  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5
26192$as_echo_n "checking for expl declaration... " >&6; }
26193  if test x${glibcxx_cv_func_expl_use+set} != xset; then
26194    if ${glibcxx_cv_func_expl_use+:} false; then :
26195  $as_echo_n "(cached) " >&6
26196else
26197
26198
26199      ac_ext=cpp
26200ac_cpp='$CXXCPP $CPPFLAGS'
26201ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26202ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26203ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26204
26205      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26206/* end confdefs.h.  */
26207#include <math.h>
26208		      #ifdef HAVE_IEEEFP_H
26209		      #include <ieeefp.h>
26210		      #endif
26211
26212int
26213main ()
26214{
26215 expl(0);
26216  ;
26217  return 0;
26218}
26219_ACEOF
26220if ac_fn_cxx_try_compile "$LINENO"; then :
26221  glibcxx_cv_func_expl_use=yes
26222else
26223  glibcxx_cv_func_expl_use=no
26224fi
26225rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26226      ac_ext=c
26227ac_cpp='$CPP $CPPFLAGS'
26228ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26229ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26230ac_compiler_gnu=$ac_cv_c_compiler_gnu
26231
26232
26233fi
26234
26235  fi
26236  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expl_use" >&5
26237$as_echo "$glibcxx_cv_func_expl_use" >&6; }
26238
26239  if test x$glibcxx_cv_func_expl_use = x"yes"; then
26240    for ac_func in expl
26241do :
26242  ac_fn_c_check_func "$LINENO" "expl" "ac_cv_func_expl"
26243if test "x$ac_cv_func_expl" = xyes; then :
26244  cat >>confdefs.h <<_ACEOF
26245#define HAVE_EXPL 1
26246_ACEOF
26247
26248fi
26249done
26250
26251  else
26252
26253  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5
26254$as_echo_n "checking for _expl declaration... " >&6; }
26255  if test x${glibcxx_cv_func__expl_use+set} != xset; then
26256    if ${glibcxx_cv_func__expl_use+:} false; then :
26257  $as_echo_n "(cached) " >&6
26258else
26259
26260
26261      ac_ext=cpp
26262ac_cpp='$CXXCPP $CPPFLAGS'
26263ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26264ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26265ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26266
26267      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26268/* end confdefs.h.  */
26269#include <math.h>
26270		      #ifdef HAVE_IEEEFP_H
26271		      #include <ieeefp.h>
26272		      #endif
26273
26274int
26275main ()
26276{
26277 _expl(0);
26278  ;
26279  return 0;
26280}
26281_ACEOF
26282if ac_fn_cxx_try_compile "$LINENO"; then :
26283  glibcxx_cv_func__expl_use=yes
26284else
26285  glibcxx_cv_func__expl_use=no
26286fi
26287rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26288      ac_ext=c
26289ac_cpp='$CPP $CPPFLAGS'
26290ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26291ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26292ac_compiler_gnu=$ac_cv_c_compiler_gnu
26293
26294
26295fi
26296
26297  fi
26298  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5
26299$as_echo "$glibcxx_cv_func__expl_use" >&6; }
26300
26301    if test x$glibcxx_cv_func__expl_use = x"yes"; then
26302      for ac_func in _expl
26303do :
26304  ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl"
26305if test "x$ac_cv_func__expl" = xyes; then :
26306  cat >>confdefs.h <<_ACEOF
26307#define HAVE__EXPL 1
26308_ACEOF
26309
26310fi
26311done
26312
26313    fi
26314  fi
26315
26316
26317
26318
26319
26320  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5
26321$as_echo_n "checking for fabsl declaration... " >&6; }
26322  if test x${glibcxx_cv_func_fabsl_use+set} != xset; then
26323    if ${glibcxx_cv_func_fabsl_use+:} false; then :
26324  $as_echo_n "(cached) " >&6
26325else
26326
26327
26328      ac_ext=cpp
26329ac_cpp='$CXXCPP $CPPFLAGS'
26330ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26331ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26332ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26333
26334      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26335/* end confdefs.h.  */
26336#include <math.h>
26337		      #ifdef HAVE_IEEEFP_H
26338		      #include <ieeefp.h>
26339		      #endif
26340
26341int
26342main ()
26343{
26344 fabsl(0);
26345  ;
26346  return 0;
26347}
26348_ACEOF
26349if ac_fn_cxx_try_compile "$LINENO"; then :
26350  glibcxx_cv_func_fabsl_use=yes
26351else
26352  glibcxx_cv_func_fabsl_use=no
26353fi
26354rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26355      ac_ext=c
26356ac_cpp='$CPP $CPPFLAGS'
26357ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26358ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26359ac_compiler_gnu=$ac_cv_c_compiler_gnu
26360
26361
26362fi
26363
26364  fi
26365  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsl_use" >&5
26366$as_echo "$glibcxx_cv_func_fabsl_use" >&6; }
26367
26368  if test x$glibcxx_cv_func_fabsl_use = x"yes"; then
26369    for ac_func in fabsl
26370do :
26371  ac_fn_c_check_func "$LINENO" "fabsl" "ac_cv_func_fabsl"
26372if test "x$ac_cv_func_fabsl" = xyes; then :
26373  cat >>confdefs.h <<_ACEOF
26374#define HAVE_FABSL 1
26375_ACEOF
26376
26377fi
26378done
26379
26380  else
26381
26382  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5
26383$as_echo_n "checking for _fabsl declaration... " >&6; }
26384  if test x${glibcxx_cv_func__fabsl_use+set} != xset; then
26385    if ${glibcxx_cv_func__fabsl_use+:} false; then :
26386  $as_echo_n "(cached) " >&6
26387else
26388
26389
26390      ac_ext=cpp
26391ac_cpp='$CXXCPP $CPPFLAGS'
26392ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26393ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26394ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26395
26396      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26397/* end confdefs.h.  */
26398#include <math.h>
26399		      #ifdef HAVE_IEEEFP_H
26400		      #include <ieeefp.h>
26401		      #endif
26402
26403int
26404main ()
26405{
26406 _fabsl(0);
26407  ;
26408  return 0;
26409}
26410_ACEOF
26411if ac_fn_cxx_try_compile "$LINENO"; then :
26412  glibcxx_cv_func__fabsl_use=yes
26413else
26414  glibcxx_cv_func__fabsl_use=no
26415fi
26416rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26417      ac_ext=c
26418ac_cpp='$CPP $CPPFLAGS'
26419ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26420ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26421ac_compiler_gnu=$ac_cv_c_compiler_gnu
26422
26423
26424fi
26425
26426  fi
26427  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5
26428$as_echo "$glibcxx_cv_func__fabsl_use" >&6; }
26429
26430    if test x$glibcxx_cv_func__fabsl_use = x"yes"; then
26431      for ac_func in _fabsl
26432do :
26433  ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl"
26434if test "x$ac_cv_func__fabsl" = xyes; then :
26435  cat >>confdefs.h <<_ACEOF
26436#define HAVE__FABSL 1
26437_ACEOF
26438
26439fi
26440done
26441
26442    fi
26443  fi
26444
26445
26446
26447
26448
26449  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5
26450$as_echo_n "checking for fmodl declaration... " >&6; }
26451  if test x${glibcxx_cv_func_fmodl_use+set} != xset; then
26452    if ${glibcxx_cv_func_fmodl_use+:} false; then :
26453  $as_echo_n "(cached) " >&6
26454else
26455
26456
26457      ac_ext=cpp
26458ac_cpp='$CXXCPP $CPPFLAGS'
26459ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26460ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26461ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26462
26463      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26464/* end confdefs.h.  */
26465#include <math.h>
26466int
26467main ()
26468{
26469 fmodl(0, 0);
26470  ;
26471  return 0;
26472}
26473_ACEOF
26474if ac_fn_cxx_try_compile "$LINENO"; then :
26475  glibcxx_cv_func_fmodl_use=yes
26476else
26477  glibcxx_cv_func_fmodl_use=no
26478fi
26479rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26480      ac_ext=c
26481ac_cpp='$CPP $CPPFLAGS'
26482ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26483ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26484ac_compiler_gnu=$ac_cv_c_compiler_gnu
26485
26486
26487fi
26488
26489  fi
26490  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodl_use" >&5
26491$as_echo "$glibcxx_cv_func_fmodl_use" >&6; }
26492
26493  if test x$glibcxx_cv_func_fmodl_use = x"yes"; then
26494    for ac_func in fmodl
26495do :
26496  ac_fn_c_check_func "$LINENO" "fmodl" "ac_cv_func_fmodl"
26497if test "x$ac_cv_func_fmodl" = xyes; then :
26498  cat >>confdefs.h <<_ACEOF
26499#define HAVE_FMODL 1
26500_ACEOF
26501
26502fi
26503done
26504
26505  else
26506
26507  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5
26508$as_echo_n "checking for _fmodl declaration... " >&6; }
26509  if test x${glibcxx_cv_func__fmodl_use+set} != xset; then
26510    if ${glibcxx_cv_func__fmodl_use+:} false; then :
26511  $as_echo_n "(cached) " >&6
26512else
26513
26514
26515      ac_ext=cpp
26516ac_cpp='$CXXCPP $CPPFLAGS'
26517ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26518ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26519ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26520
26521      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26522/* end confdefs.h.  */
26523#include <math.h>
26524int
26525main ()
26526{
26527 _fmodl(0, 0);
26528  ;
26529  return 0;
26530}
26531_ACEOF
26532if ac_fn_cxx_try_compile "$LINENO"; then :
26533  glibcxx_cv_func__fmodl_use=yes
26534else
26535  glibcxx_cv_func__fmodl_use=no
26536fi
26537rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26538      ac_ext=c
26539ac_cpp='$CPP $CPPFLAGS'
26540ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26541ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26542ac_compiler_gnu=$ac_cv_c_compiler_gnu
26543
26544
26545fi
26546
26547  fi
26548  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5
26549$as_echo "$glibcxx_cv_func__fmodl_use" >&6; }
26550
26551    if test x$glibcxx_cv_func__fmodl_use = x"yes"; then
26552      for ac_func in _fmodl
26553do :
26554  ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl"
26555if test "x$ac_cv_func__fmodl" = xyes; then :
26556  cat >>confdefs.h <<_ACEOF
26557#define HAVE__FMODL 1
26558_ACEOF
26559
26560fi
26561done
26562
26563    fi
26564  fi
26565
26566
26567
26568
26569
26570  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5
26571$as_echo_n "checking for frexpl declaration... " >&6; }
26572  if test x${glibcxx_cv_func_frexpl_use+set} != xset; then
26573    if ${glibcxx_cv_func_frexpl_use+:} false; then :
26574  $as_echo_n "(cached) " >&6
26575else
26576
26577
26578      ac_ext=cpp
26579ac_cpp='$CXXCPP $CPPFLAGS'
26580ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26581ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26582ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26583
26584      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26585/* end confdefs.h.  */
26586#include <math.h>
26587int
26588main ()
26589{
26590 frexpl(0, 0);
26591  ;
26592  return 0;
26593}
26594_ACEOF
26595if ac_fn_cxx_try_compile "$LINENO"; then :
26596  glibcxx_cv_func_frexpl_use=yes
26597else
26598  glibcxx_cv_func_frexpl_use=no
26599fi
26600rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26601      ac_ext=c
26602ac_cpp='$CPP $CPPFLAGS'
26603ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26604ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26605ac_compiler_gnu=$ac_cv_c_compiler_gnu
26606
26607
26608fi
26609
26610  fi
26611  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpl_use" >&5
26612$as_echo "$glibcxx_cv_func_frexpl_use" >&6; }
26613
26614  if test x$glibcxx_cv_func_frexpl_use = x"yes"; then
26615    for ac_func in frexpl
26616do :
26617  ac_fn_c_check_func "$LINENO" "frexpl" "ac_cv_func_frexpl"
26618if test "x$ac_cv_func_frexpl" = xyes; then :
26619  cat >>confdefs.h <<_ACEOF
26620#define HAVE_FREXPL 1
26621_ACEOF
26622
26623fi
26624done
26625
26626  else
26627
26628  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5
26629$as_echo_n "checking for _frexpl declaration... " >&6; }
26630  if test x${glibcxx_cv_func__frexpl_use+set} != xset; then
26631    if ${glibcxx_cv_func__frexpl_use+:} false; then :
26632  $as_echo_n "(cached) " >&6
26633else
26634
26635
26636      ac_ext=cpp
26637ac_cpp='$CXXCPP $CPPFLAGS'
26638ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26639ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26640ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26641
26642      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26643/* end confdefs.h.  */
26644#include <math.h>
26645int
26646main ()
26647{
26648 _frexpl(0, 0);
26649  ;
26650  return 0;
26651}
26652_ACEOF
26653if ac_fn_cxx_try_compile "$LINENO"; then :
26654  glibcxx_cv_func__frexpl_use=yes
26655else
26656  glibcxx_cv_func__frexpl_use=no
26657fi
26658rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26659      ac_ext=c
26660ac_cpp='$CPP $CPPFLAGS'
26661ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26662ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26663ac_compiler_gnu=$ac_cv_c_compiler_gnu
26664
26665
26666fi
26667
26668  fi
26669  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5
26670$as_echo "$glibcxx_cv_func__frexpl_use" >&6; }
26671
26672    if test x$glibcxx_cv_func__frexpl_use = x"yes"; then
26673      for ac_func in _frexpl
26674do :
26675  ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl"
26676if test "x$ac_cv_func__frexpl" = xyes; then :
26677  cat >>confdefs.h <<_ACEOF
26678#define HAVE__FREXPL 1
26679_ACEOF
26680
26681fi
26682done
26683
26684    fi
26685  fi
26686
26687
26688
26689
26690
26691  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5
26692$as_echo_n "checking for hypotl declaration... " >&6; }
26693  if test x${glibcxx_cv_func_hypotl_use+set} != xset; then
26694    if ${glibcxx_cv_func_hypotl_use+:} false; then :
26695  $as_echo_n "(cached) " >&6
26696else
26697
26698
26699      ac_ext=cpp
26700ac_cpp='$CXXCPP $CPPFLAGS'
26701ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26702ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26703ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26704
26705      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26706/* end confdefs.h.  */
26707#include <math.h>
26708int
26709main ()
26710{
26711 hypotl(0, 0);
26712  ;
26713  return 0;
26714}
26715_ACEOF
26716if ac_fn_cxx_try_compile "$LINENO"; then :
26717  glibcxx_cv_func_hypotl_use=yes
26718else
26719  glibcxx_cv_func_hypotl_use=no
26720fi
26721rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26722      ac_ext=c
26723ac_cpp='$CPP $CPPFLAGS'
26724ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26725ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26726ac_compiler_gnu=$ac_cv_c_compiler_gnu
26727
26728
26729fi
26730
26731  fi
26732  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotl_use" >&5
26733$as_echo "$glibcxx_cv_func_hypotl_use" >&6; }
26734
26735  if test x$glibcxx_cv_func_hypotl_use = x"yes"; then
26736    for ac_func in hypotl
26737do :
26738  ac_fn_c_check_func "$LINENO" "hypotl" "ac_cv_func_hypotl"
26739if test "x$ac_cv_func_hypotl" = xyes; then :
26740  cat >>confdefs.h <<_ACEOF
26741#define HAVE_HYPOTL 1
26742_ACEOF
26743
26744fi
26745done
26746
26747  else
26748
26749  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5
26750$as_echo_n "checking for _hypotl declaration... " >&6; }
26751  if test x${glibcxx_cv_func__hypotl_use+set} != xset; then
26752    if ${glibcxx_cv_func__hypotl_use+:} false; then :
26753  $as_echo_n "(cached) " >&6
26754else
26755
26756
26757      ac_ext=cpp
26758ac_cpp='$CXXCPP $CPPFLAGS'
26759ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26760ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26761ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26762
26763      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26764/* end confdefs.h.  */
26765#include <math.h>
26766int
26767main ()
26768{
26769 _hypotl(0, 0);
26770  ;
26771  return 0;
26772}
26773_ACEOF
26774if ac_fn_cxx_try_compile "$LINENO"; then :
26775  glibcxx_cv_func__hypotl_use=yes
26776else
26777  glibcxx_cv_func__hypotl_use=no
26778fi
26779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26780      ac_ext=c
26781ac_cpp='$CPP $CPPFLAGS'
26782ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26783ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26784ac_compiler_gnu=$ac_cv_c_compiler_gnu
26785
26786
26787fi
26788
26789  fi
26790  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5
26791$as_echo "$glibcxx_cv_func__hypotl_use" >&6; }
26792
26793    if test x$glibcxx_cv_func__hypotl_use = x"yes"; then
26794      for ac_func in _hypotl
26795do :
26796  ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl"
26797if test "x$ac_cv_func__hypotl" = xyes; then :
26798  cat >>confdefs.h <<_ACEOF
26799#define HAVE__HYPOTL 1
26800_ACEOF
26801
26802fi
26803done
26804
26805    fi
26806  fi
26807
26808
26809
26810
26811
26812  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5
26813$as_echo_n "checking for ldexpl declaration... " >&6; }
26814  if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then
26815    if ${glibcxx_cv_func_ldexpl_use+:} false; then :
26816  $as_echo_n "(cached) " >&6
26817else
26818
26819
26820      ac_ext=cpp
26821ac_cpp='$CXXCPP $CPPFLAGS'
26822ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26823ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26824ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26825
26826      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26827/* end confdefs.h.  */
26828#include <math.h>
26829int
26830main ()
26831{
26832 ldexpl(0, 0);
26833  ;
26834  return 0;
26835}
26836_ACEOF
26837if ac_fn_cxx_try_compile "$LINENO"; then :
26838  glibcxx_cv_func_ldexpl_use=yes
26839else
26840  glibcxx_cv_func_ldexpl_use=no
26841fi
26842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26843      ac_ext=c
26844ac_cpp='$CPP $CPPFLAGS'
26845ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26846ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26847ac_compiler_gnu=$ac_cv_c_compiler_gnu
26848
26849
26850fi
26851
26852  fi
26853  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpl_use" >&5
26854$as_echo "$glibcxx_cv_func_ldexpl_use" >&6; }
26855
26856  if test x$glibcxx_cv_func_ldexpl_use = x"yes"; then
26857    for ac_func in ldexpl
26858do :
26859  ac_fn_c_check_func "$LINENO" "ldexpl" "ac_cv_func_ldexpl"
26860if test "x$ac_cv_func_ldexpl" = xyes; then :
26861  cat >>confdefs.h <<_ACEOF
26862#define HAVE_LDEXPL 1
26863_ACEOF
26864
26865fi
26866done
26867
26868  else
26869
26870  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5
26871$as_echo_n "checking for _ldexpl declaration... " >&6; }
26872  if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then
26873    if ${glibcxx_cv_func__ldexpl_use+:} false; then :
26874  $as_echo_n "(cached) " >&6
26875else
26876
26877
26878      ac_ext=cpp
26879ac_cpp='$CXXCPP $CPPFLAGS'
26880ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26881ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26882ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26883
26884      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26885/* end confdefs.h.  */
26886#include <math.h>
26887int
26888main ()
26889{
26890 _ldexpl(0, 0);
26891  ;
26892  return 0;
26893}
26894_ACEOF
26895if ac_fn_cxx_try_compile "$LINENO"; then :
26896  glibcxx_cv_func__ldexpl_use=yes
26897else
26898  glibcxx_cv_func__ldexpl_use=no
26899fi
26900rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26901      ac_ext=c
26902ac_cpp='$CPP $CPPFLAGS'
26903ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26904ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26905ac_compiler_gnu=$ac_cv_c_compiler_gnu
26906
26907
26908fi
26909
26910  fi
26911  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5
26912$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; }
26913
26914    if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then
26915      for ac_func in _ldexpl
26916do :
26917  ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl"
26918if test "x$ac_cv_func__ldexpl" = xyes; then :
26919  cat >>confdefs.h <<_ACEOF
26920#define HAVE__LDEXPL 1
26921_ACEOF
26922
26923fi
26924done
26925
26926    fi
26927  fi
26928
26929
26930
26931
26932
26933  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5
26934$as_echo_n "checking for logl declaration... " >&6; }
26935  if test x${glibcxx_cv_func_logl_use+set} != xset; then
26936    if ${glibcxx_cv_func_logl_use+:} false; then :
26937  $as_echo_n "(cached) " >&6
26938else
26939
26940
26941      ac_ext=cpp
26942ac_cpp='$CXXCPP $CPPFLAGS'
26943ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26944ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26945ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26946
26947      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26948/* end confdefs.h.  */
26949#include <math.h>
26950		      #ifdef HAVE_IEEEFP_H
26951		      #include <ieeefp.h>
26952		      #endif
26953
26954int
26955main ()
26956{
26957 logl(0);
26958  ;
26959  return 0;
26960}
26961_ACEOF
26962if ac_fn_cxx_try_compile "$LINENO"; then :
26963  glibcxx_cv_func_logl_use=yes
26964else
26965  glibcxx_cv_func_logl_use=no
26966fi
26967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26968      ac_ext=c
26969ac_cpp='$CPP $CPPFLAGS'
26970ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26971ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26972ac_compiler_gnu=$ac_cv_c_compiler_gnu
26973
26974
26975fi
26976
26977  fi
26978  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logl_use" >&5
26979$as_echo "$glibcxx_cv_func_logl_use" >&6; }
26980
26981  if test x$glibcxx_cv_func_logl_use = x"yes"; then
26982    for ac_func in logl
26983do :
26984  ac_fn_c_check_func "$LINENO" "logl" "ac_cv_func_logl"
26985if test "x$ac_cv_func_logl" = xyes; then :
26986  cat >>confdefs.h <<_ACEOF
26987#define HAVE_LOGL 1
26988_ACEOF
26989
26990fi
26991done
26992
26993  else
26994
26995  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5
26996$as_echo_n "checking for _logl declaration... " >&6; }
26997  if test x${glibcxx_cv_func__logl_use+set} != xset; then
26998    if ${glibcxx_cv_func__logl_use+:} false; then :
26999  $as_echo_n "(cached) " >&6
27000else
27001
27002
27003      ac_ext=cpp
27004ac_cpp='$CXXCPP $CPPFLAGS'
27005ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27006ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27007ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27008
27009      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27010/* end confdefs.h.  */
27011#include <math.h>
27012		      #ifdef HAVE_IEEEFP_H
27013		      #include <ieeefp.h>
27014		      #endif
27015
27016int
27017main ()
27018{
27019 _logl(0);
27020  ;
27021  return 0;
27022}
27023_ACEOF
27024if ac_fn_cxx_try_compile "$LINENO"; then :
27025  glibcxx_cv_func__logl_use=yes
27026else
27027  glibcxx_cv_func__logl_use=no
27028fi
27029rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27030      ac_ext=c
27031ac_cpp='$CPP $CPPFLAGS'
27032ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27033ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27034ac_compiler_gnu=$ac_cv_c_compiler_gnu
27035
27036
27037fi
27038
27039  fi
27040  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5
27041$as_echo "$glibcxx_cv_func__logl_use" >&6; }
27042
27043    if test x$glibcxx_cv_func__logl_use = x"yes"; then
27044      for ac_func in _logl
27045do :
27046  ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl"
27047if test "x$ac_cv_func__logl" = xyes; then :
27048  cat >>confdefs.h <<_ACEOF
27049#define HAVE__LOGL 1
27050_ACEOF
27051
27052fi
27053done
27054
27055    fi
27056  fi
27057
27058
27059
27060
27061
27062  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5
27063$as_echo_n "checking for log10l declaration... " >&6; }
27064  if test x${glibcxx_cv_func_log10l_use+set} != xset; then
27065    if ${glibcxx_cv_func_log10l_use+:} false; then :
27066  $as_echo_n "(cached) " >&6
27067else
27068
27069
27070      ac_ext=cpp
27071ac_cpp='$CXXCPP $CPPFLAGS'
27072ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27073ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27074ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27075
27076      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27077/* end confdefs.h.  */
27078#include <math.h>
27079		      #ifdef HAVE_IEEEFP_H
27080		      #include <ieeefp.h>
27081		      #endif
27082
27083int
27084main ()
27085{
27086 log10l(0);
27087  ;
27088  return 0;
27089}
27090_ACEOF
27091if ac_fn_cxx_try_compile "$LINENO"; then :
27092  glibcxx_cv_func_log10l_use=yes
27093else
27094  glibcxx_cv_func_log10l_use=no
27095fi
27096rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27097      ac_ext=c
27098ac_cpp='$CPP $CPPFLAGS'
27099ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27100ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27101ac_compiler_gnu=$ac_cv_c_compiler_gnu
27102
27103
27104fi
27105
27106  fi
27107  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10l_use" >&5
27108$as_echo "$glibcxx_cv_func_log10l_use" >&6; }
27109
27110  if test x$glibcxx_cv_func_log10l_use = x"yes"; then
27111    for ac_func in log10l
27112do :
27113  ac_fn_c_check_func "$LINENO" "log10l" "ac_cv_func_log10l"
27114if test "x$ac_cv_func_log10l" = xyes; then :
27115  cat >>confdefs.h <<_ACEOF
27116#define HAVE_LOG10L 1
27117_ACEOF
27118
27119fi
27120done
27121
27122  else
27123
27124  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5
27125$as_echo_n "checking for _log10l declaration... " >&6; }
27126  if test x${glibcxx_cv_func__log10l_use+set} != xset; then
27127    if ${glibcxx_cv_func__log10l_use+:} false; then :
27128  $as_echo_n "(cached) " >&6
27129else
27130
27131
27132      ac_ext=cpp
27133ac_cpp='$CXXCPP $CPPFLAGS'
27134ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27135ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27136ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27137
27138      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27139/* end confdefs.h.  */
27140#include <math.h>
27141		      #ifdef HAVE_IEEEFP_H
27142		      #include <ieeefp.h>
27143		      #endif
27144
27145int
27146main ()
27147{
27148 _log10l(0);
27149  ;
27150  return 0;
27151}
27152_ACEOF
27153if ac_fn_cxx_try_compile "$LINENO"; then :
27154  glibcxx_cv_func__log10l_use=yes
27155else
27156  glibcxx_cv_func__log10l_use=no
27157fi
27158rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27159      ac_ext=c
27160ac_cpp='$CPP $CPPFLAGS'
27161ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27162ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27163ac_compiler_gnu=$ac_cv_c_compiler_gnu
27164
27165
27166fi
27167
27168  fi
27169  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5
27170$as_echo "$glibcxx_cv_func__log10l_use" >&6; }
27171
27172    if test x$glibcxx_cv_func__log10l_use = x"yes"; then
27173      for ac_func in _log10l
27174do :
27175  ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l"
27176if test "x$ac_cv_func__log10l" = xyes; then :
27177  cat >>confdefs.h <<_ACEOF
27178#define HAVE__LOG10L 1
27179_ACEOF
27180
27181fi
27182done
27183
27184    fi
27185  fi
27186
27187
27188
27189
27190
27191  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5
27192$as_echo_n "checking for modfl declaration... " >&6; }
27193  if test x${glibcxx_cv_func_modfl_use+set} != xset; then
27194    if ${glibcxx_cv_func_modfl_use+:} false; then :
27195  $as_echo_n "(cached) " >&6
27196else
27197
27198
27199      ac_ext=cpp
27200ac_cpp='$CXXCPP $CPPFLAGS'
27201ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27202ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27203ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27204
27205      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27206/* end confdefs.h.  */
27207#include <math.h>
27208int
27209main ()
27210{
27211 modfl(0, 0);
27212  ;
27213  return 0;
27214}
27215_ACEOF
27216if ac_fn_cxx_try_compile "$LINENO"; then :
27217  glibcxx_cv_func_modfl_use=yes
27218else
27219  glibcxx_cv_func_modfl_use=no
27220fi
27221rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27222      ac_ext=c
27223ac_cpp='$CPP $CPPFLAGS'
27224ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27225ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27226ac_compiler_gnu=$ac_cv_c_compiler_gnu
27227
27228
27229fi
27230
27231  fi
27232  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modfl_use" >&5
27233$as_echo "$glibcxx_cv_func_modfl_use" >&6; }
27234
27235  if test x$glibcxx_cv_func_modfl_use = x"yes"; then
27236    for ac_func in modfl
27237do :
27238  ac_fn_c_check_func "$LINENO" "modfl" "ac_cv_func_modfl"
27239if test "x$ac_cv_func_modfl" = xyes; then :
27240  cat >>confdefs.h <<_ACEOF
27241#define HAVE_MODFL 1
27242_ACEOF
27243
27244fi
27245done
27246
27247  else
27248
27249  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5
27250$as_echo_n "checking for _modfl declaration... " >&6; }
27251  if test x${glibcxx_cv_func__modfl_use+set} != xset; then
27252    if ${glibcxx_cv_func__modfl_use+:} false; then :
27253  $as_echo_n "(cached) " >&6
27254else
27255
27256
27257      ac_ext=cpp
27258ac_cpp='$CXXCPP $CPPFLAGS'
27259ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27260ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27261ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27262
27263      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27264/* end confdefs.h.  */
27265#include <math.h>
27266int
27267main ()
27268{
27269 _modfl(0, 0);
27270  ;
27271  return 0;
27272}
27273_ACEOF
27274if ac_fn_cxx_try_compile "$LINENO"; then :
27275  glibcxx_cv_func__modfl_use=yes
27276else
27277  glibcxx_cv_func__modfl_use=no
27278fi
27279rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27280      ac_ext=c
27281ac_cpp='$CPP $CPPFLAGS'
27282ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27283ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27284ac_compiler_gnu=$ac_cv_c_compiler_gnu
27285
27286
27287fi
27288
27289  fi
27290  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5
27291$as_echo "$glibcxx_cv_func__modfl_use" >&6; }
27292
27293    if test x$glibcxx_cv_func__modfl_use = x"yes"; then
27294      for ac_func in _modfl
27295do :
27296  ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl"
27297if test "x$ac_cv_func__modfl" = xyes; then :
27298  cat >>confdefs.h <<_ACEOF
27299#define HAVE__MODFL 1
27300_ACEOF
27301
27302fi
27303done
27304
27305    fi
27306  fi
27307
27308
27309
27310
27311
27312  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5
27313$as_echo_n "checking for powl declaration... " >&6; }
27314  if test x${glibcxx_cv_func_powl_use+set} != xset; then
27315    if ${glibcxx_cv_func_powl_use+:} false; then :
27316  $as_echo_n "(cached) " >&6
27317else
27318
27319
27320      ac_ext=cpp
27321ac_cpp='$CXXCPP $CPPFLAGS'
27322ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27323ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27324ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27325
27326      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27327/* end confdefs.h.  */
27328#include <math.h>
27329int
27330main ()
27331{
27332 powl(0, 0);
27333  ;
27334  return 0;
27335}
27336_ACEOF
27337if ac_fn_cxx_try_compile "$LINENO"; then :
27338  glibcxx_cv_func_powl_use=yes
27339else
27340  glibcxx_cv_func_powl_use=no
27341fi
27342rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27343      ac_ext=c
27344ac_cpp='$CPP $CPPFLAGS'
27345ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27346ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27347ac_compiler_gnu=$ac_cv_c_compiler_gnu
27348
27349
27350fi
27351
27352  fi
27353  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powl_use" >&5
27354$as_echo "$glibcxx_cv_func_powl_use" >&6; }
27355
27356  if test x$glibcxx_cv_func_powl_use = x"yes"; then
27357    for ac_func in powl
27358do :
27359  ac_fn_c_check_func "$LINENO" "powl" "ac_cv_func_powl"
27360if test "x$ac_cv_func_powl" = xyes; then :
27361  cat >>confdefs.h <<_ACEOF
27362#define HAVE_POWL 1
27363_ACEOF
27364
27365fi
27366done
27367
27368  else
27369
27370  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5
27371$as_echo_n "checking for _powl declaration... " >&6; }
27372  if test x${glibcxx_cv_func__powl_use+set} != xset; then
27373    if ${glibcxx_cv_func__powl_use+:} false; then :
27374  $as_echo_n "(cached) " >&6
27375else
27376
27377
27378      ac_ext=cpp
27379ac_cpp='$CXXCPP $CPPFLAGS'
27380ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27381ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27382ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27383
27384      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27385/* end confdefs.h.  */
27386#include <math.h>
27387int
27388main ()
27389{
27390 _powl(0, 0);
27391  ;
27392  return 0;
27393}
27394_ACEOF
27395if ac_fn_cxx_try_compile "$LINENO"; then :
27396  glibcxx_cv_func__powl_use=yes
27397else
27398  glibcxx_cv_func__powl_use=no
27399fi
27400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27401      ac_ext=c
27402ac_cpp='$CPP $CPPFLAGS'
27403ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27404ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27405ac_compiler_gnu=$ac_cv_c_compiler_gnu
27406
27407
27408fi
27409
27410  fi
27411  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5
27412$as_echo "$glibcxx_cv_func__powl_use" >&6; }
27413
27414    if test x$glibcxx_cv_func__powl_use = x"yes"; then
27415      for ac_func in _powl
27416do :
27417  ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl"
27418if test "x$ac_cv_func__powl" = xyes; then :
27419  cat >>confdefs.h <<_ACEOF
27420#define HAVE__POWL 1
27421_ACEOF
27422
27423fi
27424done
27425
27426    fi
27427  fi
27428
27429
27430
27431
27432
27433  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5
27434$as_echo_n "checking for sqrtl declaration... " >&6; }
27435  if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then
27436    if ${glibcxx_cv_func_sqrtl_use+:} false; then :
27437  $as_echo_n "(cached) " >&6
27438else
27439
27440
27441      ac_ext=cpp
27442ac_cpp='$CXXCPP $CPPFLAGS'
27443ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27444ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27445ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27446
27447      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27448/* end confdefs.h.  */
27449#include <math.h>
27450		      #ifdef HAVE_IEEEFP_H
27451		      #include <ieeefp.h>
27452		      #endif
27453
27454int
27455main ()
27456{
27457 sqrtl(0);
27458  ;
27459  return 0;
27460}
27461_ACEOF
27462if ac_fn_cxx_try_compile "$LINENO"; then :
27463  glibcxx_cv_func_sqrtl_use=yes
27464else
27465  glibcxx_cv_func_sqrtl_use=no
27466fi
27467rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27468      ac_ext=c
27469ac_cpp='$CPP $CPPFLAGS'
27470ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27471ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27472ac_compiler_gnu=$ac_cv_c_compiler_gnu
27473
27474
27475fi
27476
27477  fi
27478  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtl_use" >&5
27479$as_echo "$glibcxx_cv_func_sqrtl_use" >&6; }
27480
27481  if test x$glibcxx_cv_func_sqrtl_use = x"yes"; then
27482    for ac_func in sqrtl
27483do :
27484  ac_fn_c_check_func "$LINENO" "sqrtl" "ac_cv_func_sqrtl"
27485if test "x$ac_cv_func_sqrtl" = xyes; then :
27486  cat >>confdefs.h <<_ACEOF
27487#define HAVE_SQRTL 1
27488_ACEOF
27489
27490fi
27491done
27492
27493  else
27494
27495  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5
27496$as_echo_n "checking for _sqrtl declaration... " >&6; }
27497  if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then
27498    if ${glibcxx_cv_func__sqrtl_use+:} false; then :
27499  $as_echo_n "(cached) " >&6
27500else
27501
27502
27503      ac_ext=cpp
27504ac_cpp='$CXXCPP $CPPFLAGS'
27505ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27506ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27507ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27508
27509      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27510/* end confdefs.h.  */
27511#include <math.h>
27512		      #ifdef HAVE_IEEEFP_H
27513		      #include <ieeefp.h>
27514		      #endif
27515
27516int
27517main ()
27518{
27519 _sqrtl(0);
27520  ;
27521  return 0;
27522}
27523_ACEOF
27524if ac_fn_cxx_try_compile "$LINENO"; then :
27525  glibcxx_cv_func__sqrtl_use=yes
27526else
27527  glibcxx_cv_func__sqrtl_use=no
27528fi
27529rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27530      ac_ext=c
27531ac_cpp='$CPP $CPPFLAGS'
27532ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27533ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27534ac_compiler_gnu=$ac_cv_c_compiler_gnu
27535
27536
27537fi
27538
27539  fi
27540  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5
27541$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; }
27542
27543    if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then
27544      for ac_func in _sqrtl
27545do :
27546  ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl"
27547if test "x$ac_cv_func__sqrtl" = xyes; then :
27548  cat >>confdefs.h <<_ACEOF
27549#define HAVE__SQRTL 1
27550_ACEOF
27551
27552fi
27553done
27554
27555    fi
27556  fi
27557
27558
27559
27560
27561
27562  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5
27563$as_echo_n "checking for sincosl declaration... " >&6; }
27564  if test x${glibcxx_cv_func_sincosl_use+set} != xset; then
27565    if ${glibcxx_cv_func_sincosl_use+:} false; then :
27566  $as_echo_n "(cached) " >&6
27567else
27568
27569
27570      ac_ext=cpp
27571ac_cpp='$CXXCPP $CPPFLAGS'
27572ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27573ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27574ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27575
27576      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27577/* end confdefs.h.  */
27578#include <math.h>
27579int
27580main ()
27581{
27582 sincosl(0, 0, 0);
27583  ;
27584  return 0;
27585}
27586_ACEOF
27587if ac_fn_cxx_try_compile "$LINENO"; then :
27588  glibcxx_cv_func_sincosl_use=yes
27589else
27590  glibcxx_cv_func_sincosl_use=no
27591fi
27592rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27593      ac_ext=c
27594ac_cpp='$CPP $CPPFLAGS'
27595ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27596ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27597ac_compiler_gnu=$ac_cv_c_compiler_gnu
27598
27599
27600fi
27601
27602  fi
27603  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosl_use" >&5
27604$as_echo "$glibcxx_cv_func_sincosl_use" >&6; }
27605
27606  if test x$glibcxx_cv_func_sincosl_use = x"yes"; then
27607    for ac_func in sincosl
27608do :
27609  ac_fn_c_check_func "$LINENO" "sincosl" "ac_cv_func_sincosl"
27610if test "x$ac_cv_func_sincosl" = xyes; then :
27611  cat >>confdefs.h <<_ACEOF
27612#define HAVE_SINCOSL 1
27613_ACEOF
27614
27615fi
27616done
27617
27618  else
27619
27620  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5
27621$as_echo_n "checking for _sincosl declaration... " >&6; }
27622  if test x${glibcxx_cv_func__sincosl_use+set} != xset; then
27623    if ${glibcxx_cv_func__sincosl_use+:} false; then :
27624  $as_echo_n "(cached) " >&6
27625else
27626
27627
27628      ac_ext=cpp
27629ac_cpp='$CXXCPP $CPPFLAGS'
27630ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27631ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27632ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27633
27634      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27635/* end confdefs.h.  */
27636#include <math.h>
27637int
27638main ()
27639{
27640 _sincosl(0, 0, 0);
27641  ;
27642  return 0;
27643}
27644_ACEOF
27645if ac_fn_cxx_try_compile "$LINENO"; then :
27646  glibcxx_cv_func__sincosl_use=yes
27647else
27648  glibcxx_cv_func__sincosl_use=no
27649fi
27650rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27651      ac_ext=c
27652ac_cpp='$CPP $CPPFLAGS'
27653ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27654ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27655ac_compiler_gnu=$ac_cv_c_compiler_gnu
27656
27657
27658fi
27659
27660  fi
27661  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5
27662$as_echo "$glibcxx_cv_func__sincosl_use" >&6; }
27663
27664    if test x$glibcxx_cv_func__sincosl_use = x"yes"; then
27665      for ac_func in _sincosl
27666do :
27667  ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl"
27668if test "x$ac_cv_func__sincosl" = xyes; then :
27669  cat >>confdefs.h <<_ACEOF
27670#define HAVE__SINCOSL 1
27671_ACEOF
27672
27673fi
27674done
27675
27676    fi
27677  fi
27678
27679
27680
27681
27682
27683  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5
27684$as_echo_n "checking for finitel declaration... " >&6; }
27685  if test x${glibcxx_cv_func_finitel_use+set} != xset; then
27686    if ${glibcxx_cv_func_finitel_use+:} false; then :
27687  $as_echo_n "(cached) " >&6
27688else
27689
27690
27691      ac_ext=cpp
27692ac_cpp='$CXXCPP $CPPFLAGS'
27693ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27694ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27695ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27696
27697      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27698/* end confdefs.h.  */
27699#include <math.h>
27700		      #ifdef HAVE_IEEEFP_H
27701		      #include <ieeefp.h>
27702		      #endif
27703
27704int
27705main ()
27706{
27707 finitel(0);
27708  ;
27709  return 0;
27710}
27711_ACEOF
27712if ac_fn_cxx_try_compile "$LINENO"; then :
27713  glibcxx_cv_func_finitel_use=yes
27714else
27715  glibcxx_cv_func_finitel_use=no
27716fi
27717rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27718      ac_ext=c
27719ac_cpp='$CPP $CPPFLAGS'
27720ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27721ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27722ac_compiler_gnu=$ac_cv_c_compiler_gnu
27723
27724
27725fi
27726
27727  fi
27728  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitel_use" >&5
27729$as_echo "$glibcxx_cv_func_finitel_use" >&6; }
27730
27731  if test x$glibcxx_cv_func_finitel_use = x"yes"; then
27732    for ac_func in finitel
27733do :
27734  ac_fn_c_check_func "$LINENO" "finitel" "ac_cv_func_finitel"
27735if test "x$ac_cv_func_finitel" = xyes; then :
27736  cat >>confdefs.h <<_ACEOF
27737#define HAVE_FINITEL 1
27738_ACEOF
27739
27740fi
27741done
27742
27743  else
27744
27745  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5
27746$as_echo_n "checking for _finitel declaration... " >&6; }
27747  if test x${glibcxx_cv_func__finitel_use+set} != xset; then
27748    if ${glibcxx_cv_func__finitel_use+:} false; then :
27749  $as_echo_n "(cached) " >&6
27750else
27751
27752
27753      ac_ext=cpp
27754ac_cpp='$CXXCPP $CPPFLAGS'
27755ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27756ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27757ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27758
27759      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27760/* end confdefs.h.  */
27761#include <math.h>
27762		      #ifdef HAVE_IEEEFP_H
27763		      #include <ieeefp.h>
27764		      #endif
27765
27766int
27767main ()
27768{
27769 _finitel(0);
27770  ;
27771  return 0;
27772}
27773_ACEOF
27774if ac_fn_cxx_try_compile "$LINENO"; then :
27775  glibcxx_cv_func__finitel_use=yes
27776else
27777  glibcxx_cv_func__finitel_use=no
27778fi
27779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27780      ac_ext=c
27781ac_cpp='$CPP $CPPFLAGS'
27782ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27783ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27784ac_compiler_gnu=$ac_cv_c_compiler_gnu
27785
27786
27787fi
27788
27789  fi
27790  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5
27791$as_echo "$glibcxx_cv_func__finitel_use" >&6; }
27792
27793    if test x$glibcxx_cv_func__finitel_use = x"yes"; then
27794      for ac_func in _finitel
27795do :
27796  ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel"
27797if test "x$ac_cv_func__finitel" = xyes; then :
27798  cat >>confdefs.h <<_ACEOF
27799#define HAVE__FINITEL 1
27800_ACEOF
27801
27802fi
27803done
27804
27805    fi
27806  fi
27807
27808
27809
27810
27811  LIBS="$ac_save_LIBS"
27812  CXXFLAGS="$ac_save_CXXFLAGS"
27813
27814
27815  ac_test_CXXFLAGS="${CXXFLAGS+set}"
27816  ac_save_CXXFLAGS="$CXXFLAGS"
27817  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
27818
27819
27820  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for at_quick_exit declaration" >&5
27821$as_echo_n "checking for at_quick_exit declaration... " >&6; }
27822  if test x${glibcxx_cv_func_at_quick_exit_use+set} != xset; then
27823    if ${glibcxx_cv_func_at_quick_exit_use+:} false; then :
27824  $as_echo_n "(cached) " >&6
27825else
27826
27827
27828      ac_ext=cpp
27829ac_cpp='$CXXCPP $CPPFLAGS'
27830ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27831ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27832ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27833
27834      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27835/* end confdefs.h.  */
27836#include <stdlib.h>
27837int
27838main ()
27839{
27840 at_quick_exit(0);
27841  ;
27842  return 0;
27843}
27844_ACEOF
27845if ac_fn_cxx_try_compile "$LINENO"; then :
27846  glibcxx_cv_func_at_quick_exit_use=yes
27847else
27848  glibcxx_cv_func_at_quick_exit_use=no
27849fi
27850rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27851      ac_ext=c
27852ac_cpp='$CPP $CPPFLAGS'
27853ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27854ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27855ac_compiler_gnu=$ac_cv_c_compiler_gnu
27856
27857
27858fi
27859
27860  fi
27861  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_at_quick_exit_use" >&5
27862$as_echo "$glibcxx_cv_func_at_quick_exit_use" >&6; }
27863  if test x$glibcxx_cv_func_at_quick_exit_use = x"yes"; then
27864    for ac_func in at_quick_exit
27865do :
27866  ac_fn_c_check_func "$LINENO" "at_quick_exit" "ac_cv_func_at_quick_exit"
27867if test "x$ac_cv_func_at_quick_exit" = xyes; then :
27868  cat >>confdefs.h <<_ACEOF
27869#define HAVE_AT_QUICK_EXIT 1
27870_ACEOF
27871
27872fi
27873done
27874
27875  fi
27876
27877
27878  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for quick_exit declaration" >&5
27879$as_echo_n "checking for quick_exit declaration... " >&6; }
27880  if test x${glibcxx_cv_func_quick_exit_use+set} != xset; then
27881    if ${glibcxx_cv_func_quick_exit_use+:} false; then :
27882  $as_echo_n "(cached) " >&6
27883else
27884
27885
27886      ac_ext=cpp
27887ac_cpp='$CXXCPP $CPPFLAGS'
27888ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27889ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27890ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27891
27892      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27893/* end confdefs.h.  */
27894#include <stdlib.h>
27895int
27896main ()
27897{
27898 quick_exit(0);
27899  ;
27900  return 0;
27901}
27902_ACEOF
27903if ac_fn_cxx_try_compile "$LINENO"; then :
27904  glibcxx_cv_func_quick_exit_use=yes
27905else
27906  glibcxx_cv_func_quick_exit_use=no
27907fi
27908rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27909      ac_ext=c
27910ac_cpp='$CPP $CPPFLAGS'
27911ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27912ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27913ac_compiler_gnu=$ac_cv_c_compiler_gnu
27914
27915
27916fi
27917
27918  fi
27919  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_quick_exit_use" >&5
27920$as_echo "$glibcxx_cv_func_quick_exit_use" >&6; }
27921  if test x$glibcxx_cv_func_quick_exit_use = x"yes"; then
27922    for ac_func in quick_exit
27923do :
27924  ac_fn_c_check_func "$LINENO" "quick_exit" "ac_cv_func_quick_exit"
27925if test "x$ac_cv_func_quick_exit" = xyes; then :
27926  cat >>confdefs.h <<_ACEOF
27927#define HAVE_QUICK_EXIT 1
27928_ACEOF
27929
27930fi
27931done
27932
27933  fi
27934
27935
27936  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtold declaration" >&5
27937$as_echo_n "checking for strtold declaration... " >&6; }
27938  if test x${glibcxx_cv_func_strtold_use+set} != xset; then
27939    if ${glibcxx_cv_func_strtold_use+:} false; then :
27940  $as_echo_n "(cached) " >&6
27941else
27942
27943
27944      ac_ext=cpp
27945ac_cpp='$CXXCPP $CPPFLAGS'
27946ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27947ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27948ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27949
27950      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27951/* end confdefs.h.  */
27952#include <stdlib.h>
27953int
27954main ()
27955{
27956 strtold(0, 0);
27957  ;
27958  return 0;
27959}
27960_ACEOF
27961if ac_fn_cxx_try_compile "$LINENO"; then :
27962  glibcxx_cv_func_strtold_use=yes
27963else
27964  glibcxx_cv_func_strtold_use=no
27965fi
27966rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27967      ac_ext=c
27968ac_cpp='$CPP $CPPFLAGS'
27969ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27970ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27971ac_compiler_gnu=$ac_cv_c_compiler_gnu
27972
27973
27974fi
27975
27976  fi
27977  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtold_use" >&5
27978$as_echo "$glibcxx_cv_func_strtold_use" >&6; }
27979  if test x$glibcxx_cv_func_strtold_use = x"yes"; then
27980    for ac_func in strtold
27981do :
27982  ac_fn_c_check_func "$LINENO" "strtold" "ac_cv_func_strtold"
27983if test "x$ac_cv_func_strtold" = xyes; then :
27984  cat >>confdefs.h <<_ACEOF
27985#define HAVE_STRTOLD 1
27986_ACEOF
27987
27988fi
27989done
27990
27991  fi
27992
27993
27994
27995
27996  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5
27997$as_echo_n "checking for strtof declaration... " >&6; }
27998  if test x${glibcxx_cv_func_strtof_use+set} != xset; then
27999    if ${glibcxx_cv_func_strtof_use+:} false; then :
28000  $as_echo_n "(cached) " >&6
28001else
28002
28003
28004      ac_ext=cpp
28005ac_cpp='$CXXCPP $CPPFLAGS'
28006ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28007ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28008ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28009
28010      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28011/* end confdefs.h.  */
28012#include <stdlib.h>
28013int
28014main ()
28015{
28016 strtof(0, 0);
28017  ;
28018  return 0;
28019}
28020_ACEOF
28021if ac_fn_cxx_try_compile "$LINENO"; then :
28022  glibcxx_cv_func_strtof_use=yes
28023else
28024  glibcxx_cv_func_strtof_use=no
28025fi
28026rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28027      ac_ext=c
28028ac_cpp='$CPP $CPPFLAGS'
28029ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28030ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28031ac_compiler_gnu=$ac_cv_c_compiler_gnu
28032
28033
28034fi
28035
28036  fi
28037  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtof_use" >&5
28038$as_echo "$glibcxx_cv_func_strtof_use" >&6; }
28039  if test x$glibcxx_cv_func_strtof_use = x"yes"; then
28040    for ac_func in strtof
28041do :
28042  ac_fn_c_check_func "$LINENO" "strtof" "ac_cv_func_strtof"
28043if test "x$ac_cv_func_strtof" = xyes; then :
28044  cat >>confdefs.h <<_ACEOF
28045#define HAVE_STRTOF 1
28046_ACEOF
28047
28048fi
28049done
28050
28051  fi
28052
28053
28054
28055
28056  CXXFLAGS="$ac_save_CXXFLAGS"
28057
28058
28059  # For /dev/random and /dev/urandom for std::random_device.
28060
28061
28062  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"/dev/random\" and \"/dev/urandom\" for std::random_device" >&5
28063$as_echo_n "checking for \"/dev/random\" and \"/dev/urandom\" for std::random_device... " >&6; }
28064if ${glibcxx_cv_dev_random+:} false; then :
28065  $as_echo_n "(cached) " >&6
28066else
28067
28068    if test -r /dev/random && test -r /dev/urandom; then
28069  ## For MSys environment the test above is detected as false-positive
28070  ## on mingw-targets.  So disable it explicitly for them.
28071      case ${target_os} in
28072	*mingw*) glibcxx_cv_dev_random=no ;;
28073	*) glibcxx_cv_dev_random=yes ;;
28074      esac
28075    else
28076      glibcxx_cv_dev_random=no;
28077    fi
28078
28079fi
28080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_dev_random" >&5
28081$as_echo "$glibcxx_cv_dev_random" >&6; }
28082
28083  if test x"$glibcxx_cv_dev_random" = x"yes"; then
28084
28085$as_echo "#define _GLIBCXX_USE_DEV_RANDOM 1" >>confdefs.h
28086
28087
28088$as_echo "#define _GLIBCXX_USE_RANDOM_TR1 1" >>confdefs.h
28089
28090  fi
28091
28092
28093
28094  # For TLS support.
28095
28096
28097   # Check whether --enable-tls was given.
28098if test "${enable_tls+set}" = set; then :
28099  enableval=$enable_tls;
28100      case "$enableval" in
28101       yes|no) ;;
28102       *) as_fn_error $? "Argument to enable/disable tls must be yes or no" "$LINENO" 5 ;;
28103      esac
28104
28105else
28106  enable_tls=yes
28107fi
28108
28109
28110  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports thread-local storage" >&5
28111$as_echo_n "checking whether the target supports thread-local storage... " >&6; }
28112if ${gcc_cv_have_tls+:} false; then :
28113  $as_echo_n "(cached) " >&6
28114else
28115
28116    if test "$cross_compiling" = yes; then :
28117                if test x$gcc_no_link = xyes; then
28118  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
28119fi
28120cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28121/* end confdefs.h.  */
28122__thread int a; int b; int main() { return a = b; }
28123_ACEOF
28124if ac_fn_c_try_link "$LINENO"; then :
28125  chktls_save_LDFLAGS="$LDFLAGS"
28126	  	  	  case $host in
28127	    *-*-linux* | -*-uclinuxfdpic*)
28128	      LDFLAGS="-shared -Wl,--no-undefined $LDFLAGS"
28129	      ;;
28130	  esac
28131	  chktls_save_CFLAGS="$CFLAGS"
28132	  CFLAGS="-fPIC $CFLAGS"
28133	  	  if test x$gcc_no_link = xyes; then
28134  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
28135fi
28136cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28137/* end confdefs.h.  */
28138int f() { return 0; }
28139_ACEOF
28140if ac_fn_c_try_link "$LINENO"; then :
28141  if test x$gcc_no_link = xyes; then
28142  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
28143fi
28144cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28145/* end confdefs.h.  */
28146__thread int a; int b; int f() { return a = b; }
28147_ACEOF
28148if ac_fn_c_try_link "$LINENO"; then :
28149  gcc_cv_have_tls=yes
28150else
28151  gcc_cv_have_tls=no
28152fi
28153rm -f core conftest.err conftest.$ac_objext \
28154    conftest$ac_exeext conftest.$ac_ext
28155else
28156  gcc_cv_have_tls=yes
28157fi
28158rm -f core conftest.err conftest.$ac_objext \
28159    conftest$ac_exeext conftest.$ac_ext
28160	  CFLAGS="$chktls_save_CFLAGS"
28161	  LDFLAGS="$chktls_save_LDFLAGS"
28162else
28163  gcc_cv_have_tls=no
28164fi
28165rm -f core conftest.err conftest.$ac_objext \
28166    conftest$ac_exeext conftest.$ac_ext
28167
28168
28169else
28170  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28171/* end confdefs.h.  */
28172__thread int a; int b; int main() { return a = b; }
28173_ACEOF
28174if ac_fn_c_try_run "$LINENO"; then :
28175                      chktls_save_LDFLAGS="$LDFLAGS"
28176      LDFLAGS="-static $LDFLAGS"
28177      if test x$gcc_no_link = xyes; then
28178  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
28179fi
28180cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28181/* end confdefs.h.  */
28182int main() { return 0; }
28183_ACEOF
28184if ac_fn_c_try_link "$LINENO"; then :
28185  if test "$cross_compiling" = yes; then :
28186  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
28187$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
28188as_fn_error $? "cannot run test program while cross compiling
28189See \`config.log' for more details" "$LINENO" 5; }
28190else
28191  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28192/* end confdefs.h.  */
28193__thread int a; int b; int main() { return a = b; }
28194_ACEOF
28195if ac_fn_c_try_run "$LINENO"; then :
28196  gcc_cv_have_tls=yes
28197else
28198  gcc_cv_have_tls=no
28199fi
28200rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
28201  conftest.$ac_objext conftest.beam conftest.$ac_ext
28202fi
28203
28204else
28205  gcc_cv_have_tls=yes
28206fi
28207rm -f core conftest.err conftest.$ac_objext \
28208    conftest$ac_exeext conftest.$ac_ext
28209      LDFLAGS="$chktls_save_LDFLAGS"
28210      if test $gcc_cv_have_tls = yes; then
28211						chktls_save_CFLAGS="$CFLAGS"
28212	thread_CFLAGS=failed
28213	for flag in '' '-pthread' '-lpthread'; do
28214	  CFLAGS="$flag $chktls_save_CFLAGS"
28215	  if test x$gcc_no_link = xyes; then
28216  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
28217fi
28218cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28219/* end confdefs.h.  */
28220#include <pthread.h>
28221		void *g(void *d) { return NULL; }
28222int
28223main ()
28224{
28225pthread_t t; pthread_create(&t,NULL,g,NULL);
28226  ;
28227  return 0;
28228}
28229_ACEOF
28230if ac_fn_c_try_link "$LINENO"; then :
28231  thread_CFLAGS="$flag"
28232fi
28233rm -f core conftest.err conftest.$ac_objext \
28234    conftest$ac_exeext conftest.$ac_ext
28235	  if test "X$thread_CFLAGS" != Xfailed; then
28236	    break
28237	  fi
28238	done
28239	CFLAGS="$chktls_save_CFLAGS"
28240	if test "X$thread_CFLAGS" != Xfailed; then
28241	  CFLAGS="$thread_CFLAGS $chktls_save_CFLAGS"
28242 	  	  	  	  	  	  if test "$cross_compiling" = yes; then :
28243  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
28244$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
28245as_fn_error $? "cannot run test program while cross compiling
28246See \`config.log' for more details" "$LINENO" 5; }
28247else
28248  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28249/* end confdefs.h.  */
28250#include <pthread.h>
28251		__thread int a;
28252		static int *volatile a_in_other_thread;
28253		static void *
28254		thread_func (void *arg)
28255		{
28256		  a_in_other_thread = &a;
28257		  return (void *)0;
28258		}
28259int
28260main ()
28261{
28262pthread_t thread;
28263		void *thread_retval;
28264		int *volatile a_in_main_thread;
28265		a_in_main_thread = &a;
28266		if (pthread_create (&thread, (pthread_attr_t *)0,
28267				    thread_func, (void *)0))
28268		  return 0;
28269		if (pthread_join (thread, &thread_retval))
28270		  return 0;
28271		return (a_in_other_thread == a_in_main_thread);
28272  ;
28273  return 0;
28274}
28275_ACEOF
28276if ac_fn_c_try_run "$LINENO"; then :
28277  gcc_cv_have_tls=yes
28278else
28279  gcc_cv_have_tls=no
28280fi
28281rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
28282  conftest.$ac_objext conftest.beam conftest.$ac_ext
28283fi
28284
28285	  CFLAGS="$chktls_save_CFLAGS"
28286	fi
28287      fi
28288else
28289  gcc_cv_have_tls=no
28290fi
28291rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
28292  conftest.$ac_objext conftest.beam conftest.$ac_ext
28293fi
28294
28295fi
28296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_have_tls" >&5
28297$as_echo "$gcc_cv_have_tls" >&6; }
28298  if test "$enable_tls $gcc_cv_have_tls" = "yes yes"; then
28299
28300$as_echo "#define HAVE_TLS 1" >>confdefs.h
28301
28302  fi
28303
28304  for ac_func in __cxa_thread_atexit_impl __cxa_thread_atexit
28305do :
28306  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
28307ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
28308if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
28309  cat >>confdefs.h <<_ACEOF
28310#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
28311_ACEOF
28312
28313fi
28314done
28315
28316  for ac_func in aligned_alloc posix_memalign memalign _aligned_malloc
28317do :
28318  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
28319ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
28320if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
28321  cat >>confdefs.h <<_ACEOF
28322#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
28323_ACEOF
28324
28325fi
28326done
28327
28328  for ac_func in _wfopen
28329do :
28330  ac_fn_c_check_func "$LINENO" "_wfopen" "ac_cv_func__wfopen"
28331if test "x$ac_cv_func__wfopen" = xyes; then :
28332  cat >>confdefs.h <<_ACEOF
28333#define HAVE__WFOPEN 1
28334_ACEOF
28335
28336fi
28337done
28338
28339  for ac_func in secure_getenv
28340do :
28341  ac_fn_c_check_func "$LINENO" "secure_getenv" "ac_cv_func_secure_getenv"
28342if test "x$ac_cv_func_secure_getenv" = xyes; then :
28343  cat >>confdefs.h <<_ACEOF
28344#define HAVE_SECURE_GETENV 1
28345_ACEOF
28346
28347fi
28348done
28349
28350
28351  # C11 functions for C++17 library
28352  for ac_func in timespec_get
28353do :
28354  ac_fn_c_check_func "$LINENO" "timespec_get" "ac_cv_func_timespec_get"
28355if test "x$ac_cv_func_timespec_get" = xyes; then :
28356  cat >>confdefs.h <<_ACEOF
28357#define HAVE_TIMESPEC_GET 1
28358_ACEOF
28359
28360fi
28361done
28362
28363
28364  # For Networking TS.
28365  for ac_func in sockatmark
28366do :
28367  ac_fn_c_check_func "$LINENO" "sockatmark" "ac_cv_func_sockatmark"
28368if test "x$ac_cv_func_sockatmark" = xyes; then :
28369  cat >>confdefs.h <<_ACEOF
28370#define HAVE_SOCKATMARK 1
28371_ACEOF
28372
28373fi
28374done
28375
28376
28377  # Non-standard functions used by C++17 std::from_chars
28378  for ac_func in uselocale
28379do :
28380  ac_fn_c_check_func "$LINENO" "uselocale" "ac_cv_func_uselocale"
28381if test "x$ac_cv_func_uselocale" = xyes; then :
28382  cat >>confdefs.h <<_ACEOF
28383#define HAVE_USELOCALE 1
28384_ACEOF
28385
28386fi
28387done
28388
28389
28390  # For iconv support.
28391
28392      if test "X$prefix" = "XNONE"; then
28393    acl_final_prefix="$ac_default_prefix"
28394  else
28395    acl_final_prefix="$prefix"
28396  fi
28397  if test "X$exec_prefix" = "XNONE"; then
28398    acl_final_exec_prefix='${prefix}'
28399  else
28400    acl_final_exec_prefix="$exec_prefix"
28401  fi
28402  acl_save_prefix="$prefix"
28403  prefix="$acl_final_prefix"
28404  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
28405  prefix="$acl_save_prefix"
28406
28407
28408# Check whether --with-gnu-ld was given.
28409if test "${with_gnu_ld+set}" = set; then :
28410  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
28411else
28412  with_gnu_ld=no
28413fi
28414
28415# Prepare PATH_SEPARATOR.
28416# The user is always right.
28417if test "${PATH_SEPARATOR+set}" != set; then
28418  echo "#! /bin/sh" >conf$$.sh
28419  echo  "exit 0"   >>conf$$.sh
28420  chmod +x conf$$.sh
28421  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
28422    PATH_SEPARATOR=';'
28423  else
28424    PATH_SEPARATOR=:
28425  fi
28426  rm -f conf$$.sh
28427fi
28428ac_prog=ld
28429if test "$GCC" = yes; then
28430  # Check if gcc -print-prog-name=ld gives a path.
28431  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
28432$as_echo_n "checking for ld used by GCC... " >&6; }
28433  case $host in
28434  *-*-mingw*)
28435    # gcc leaves a trailing carriage return which upsets mingw
28436    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
28437  *)
28438    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
28439  esac
28440  case $ac_prog in
28441    # Accept absolute paths.
28442    [\\/]* | [A-Za-z]:[\\/]*)
28443      re_direlt='/[^/][^/]*/\.\./'
28444      # Canonicalize the path of ld
28445      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
28446      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
28447	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
28448      done
28449      test -z "$LD" && LD="$ac_prog"
28450      ;;
28451  "")
28452    # If it fails, then pretend we aren't using GCC.
28453    ac_prog=ld
28454    ;;
28455  *)
28456    # If it is relative, then search for the first ld in PATH.
28457    with_gnu_ld=unknown
28458    ;;
28459  esac
28460elif test "$with_gnu_ld" = yes; then
28461  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
28462$as_echo_n "checking for GNU ld... " >&6; }
28463else
28464  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
28465$as_echo_n "checking for non-GNU ld... " >&6; }
28466fi
28467if ${acl_cv_path_LD+:} false; then :
28468  $as_echo_n "(cached) " >&6
28469else
28470  if test -z "$LD"; then
28471  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
28472  for ac_dir in $PATH; do
28473    test -z "$ac_dir" && ac_dir=.
28474    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
28475      acl_cv_path_LD="$ac_dir/$ac_prog"
28476      # Check to see if the program is GNU ld.  I'd rather use --version,
28477      # but apparently some GNU ld's only accept -v.
28478      # Break only if it was the GNU/non-GNU ld that we prefer.
28479      if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
28480	test "$with_gnu_ld" != no && break
28481      else
28482	test "$with_gnu_ld" != yes && break
28483      fi
28484    fi
28485  done
28486  IFS="$ac_save_ifs"
28487else
28488  acl_cv_path_LD="$LD" # Let the user override the test with a path.
28489fi
28490fi
28491
28492LD="$acl_cv_path_LD"
28493if test -n "$LD"; then
28494  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
28495$as_echo "$LD" >&6; }
28496else
28497  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28498$as_echo "no" >&6; }
28499fi
28500test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
28501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
28502$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
28503if ${acl_cv_prog_gnu_ld+:} false; then :
28504  $as_echo_n "(cached) " >&6
28505else
28506  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
28507if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
28508  acl_cv_prog_gnu_ld=yes
28509else
28510  acl_cv_prog_gnu_ld=no
28511fi
28512fi
28513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
28514$as_echo "$acl_cv_prog_gnu_ld" >&6; }
28515with_gnu_ld=$acl_cv_prog_gnu_ld
28516
28517
28518
28519                                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
28520$as_echo_n "checking for shared library run path origin... " >&6; }
28521if ${acl_cv_rpath+:} false; then :
28522  $as_echo_n "(cached) " >&6
28523else
28524
28525    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
28526    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
28527    . ./conftest.sh
28528    rm -f ./conftest.sh
28529    acl_cv_rpath=done
28530
28531fi
28532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
28533$as_echo "$acl_cv_rpath" >&6; }
28534  wl="$acl_cv_wl"
28535  libext="$acl_cv_libext"
28536  shlibext="$acl_cv_shlibext"
28537  hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
28538  hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
28539  hardcode_direct="$acl_cv_hardcode_direct"
28540  hardcode_minus_L="$acl_cv_hardcode_minus_L"
28541    # Check whether --enable-rpath was given.
28542if test "${enable_rpath+set}" = set; then :
28543  enableval=$enable_rpath; :
28544else
28545  enable_rpath=yes
28546fi
28547
28548
28549
28550
28551
28552
28553
28554
28555    use_additional=yes
28556
28557  acl_save_prefix="$prefix"
28558  prefix="$acl_final_prefix"
28559  acl_save_exec_prefix="$exec_prefix"
28560  exec_prefix="$acl_final_exec_prefix"
28561
28562    eval additional_includedir=\"$includedir\"
28563    eval additional_libdir=\"$libdir\"
28564
28565  exec_prefix="$acl_save_exec_prefix"
28566  prefix="$acl_save_prefix"
28567
28568
28569# Check whether --with-libiconv-prefix was given.
28570if test "${with_libiconv_prefix+set}" = set; then :
28571  withval=$with_libiconv_prefix;
28572    if test "X$withval" = "Xno"; then
28573      use_additional=no
28574    else
28575      if test "X$withval" = "X"; then
28576
28577  acl_save_prefix="$prefix"
28578  prefix="$acl_final_prefix"
28579  acl_save_exec_prefix="$exec_prefix"
28580  exec_prefix="$acl_final_exec_prefix"
28581
28582          eval additional_includedir=\"$includedir\"
28583          eval additional_libdir=\"$libdir\"
28584
28585  exec_prefix="$acl_save_exec_prefix"
28586  prefix="$acl_save_prefix"
28587
28588      else
28589        additional_includedir="$withval/include"
28590        additional_libdir="$withval/lib"
28591      fi
28592    fi
28593
28594fi
28595
28596
28597# Check whether --with-libiconv-type was given.
28598if test "${with_libiconv_type+set}" = set; then :
28599  withval=$with_libiconv_type;  with_libiconv_type=$withval
28600else
28601   with_libiconv_type=auto
28602fi
28603
28604  lib_type=`eval echo \$with_libiconv_type`
28605
28606      LIBICONV=
28607  LTLIBICONV=
28608  INCICONV=
28609  rpathdirs=
28610  ltrpathdirs=
28611  names_already_handled=
28612  names_next_round='iconv '
28613  while test -n "$names_next_round"; do
28614    names_this_round="$names_next_round"
28615    names_next_round=
28616    for name in $names_this_round; do
28617      already_handled=
28618      for n in $names_already_handled; do
28619        if test "$n" = "$name"; then
28620          already_handled=yes
28621          break
28622        fi
28623      done
28624      if test -z "$already_handled"; then
28625        names_already_handled="$names_already_handled $name"
28626                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
28627        eval value=\"\$HAVE_LIB$uppername\"
28628        if test -n "$value"; then
28629          if test "$value" = yes; then
28630            eval value=\"\$LIB$uppername\"
28631            test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
28632            eval value=\"\$LTLIB$uppername\"
28633            test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
28634          else
28635                                    :
28636          fi
28637        else
28638                              found_dir=
28639          found_la=
28640          found_so=
28641          found_a=
28642          if test $use_additional = yes; then
28643            if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
28644              found_dir="$additional_libdir"
28645              found_so="$additional_libdir/lib$name.$shlibext"
28646              if test -f "$additional_libdir/lib$name.la"; then
28647                found_la="$additional_libdir/lib$name.la"
28648              fi
28649            elif test x$lib_type != xshared; then
28650              if test -f "$additional_libdir/lib$name.$libext"; then
28651                found_dir="$additional_libdir"
28652                found_a="$additional_libdir/lib$name.$libext"
28653                if test -f "$additional_libdir/lib$name.la"; then
28654                  found_la="$additional_libdir/lib$name.la"
28655                fi
28656              fi
28657            fi
28658          fi
28659          if test "X$found_dir" = "X"; then
28660            for x in $LDFLAGS $LTLIBICONV; do
28661
28662  acl_save_prefix="$prefix"
28663  prefix="$acl_final_prefix"
28664  acl_save_exec_prefix="$exec_prefix"
28665  exec_prefix="$acl_final_exec_prefix"
28666  eval x=\"$x\"
28667  exec_prefix="$acl_save_exec_prefix"
28668  prefix="$acl_save_prefix"
28669
28670              case "$x" in
28671                -L*)
28672                  dir=`echo "X$x" | sed -e 's/^X-L//'`
28673                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
28674                    found_dir="$dir"
28675                    found_so="$dir/lib$name.$shlibext"
28676                    if test -f "$dir/lib$name.la"; then
28677                      found_la="$dir/lib$name.la"
28678                    fi
28679                  elif test x$lib_type != xshared; then
28680                    if test -f "$dir/lib$name.$libext"; then
28681                      found_dir="$dir"
28682                      found_a="$dir/lib$name.$libext"
28683                      if test -f "$dir/lib$name.la"; then
28684                        found_la="$dir/lib$name.la"
28685                      fi
28686                    fi
28687                  fi
28688                  ;;
28689              esac
28690              if test "X$found_dir" != "X"; then
28691                break
28692              fi
28693            done
28694          fi
28695          if test "X$found_dir" != "X"; then
28696                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
28697            if test "X$found_so" != "X"; then
28698                                                        if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
28699                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
28700              else
28701                                                                                haveit=
28702                for x in $ltrpathdirs; do
28703                  if test "X$x" = "X$found_dir"; then
28704                    haveit=yes
28705                    break
28706                  fi
28707                done
28708                if test -z "$haveit"; then
28709                  ltrpathdirs="$ltrpathdirs $found_dir"
28710                fi
28711                                if test "$hardcode_direct" = yes; then
28712                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
28713                else
28714                  if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
28715                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
28716                                                            haveit=
28717                    for x in $rpathdirs; do
28718                      if test "X$x" = "X$found_dir"; then
28719                        haveit=yes
28720                        break
28721                      fi
28722                    done
28723                    if test -z "$haveit"; then
28724                      rpathdirs="$rpathdirs $found_dir"
28725                    fi
28726                  else
28727                                                                                haveit=
28728                    for x in $LDFLAGS $LIBICONV; do
28729
28730  acl_save_prefix="$prefix"
28731  prefix="$acl_final_prefix"
28732  acl_save_exec_prefix="$exec_prefix"
28733  exec_prefix="$acl_final_exec_prefix"
28734  eval x=\"$x\"
28735  exec_prefix="$acl_save_exec_prefix"
28736  prefix="$acl_save_prefix"
28737
28738                      if test "X$x" = "X-L$found_dir"; then
28739                        haveit=yes
28740                        break
28741                      fi
28742                    done
28743                    if test -z "$haveit"; then
28744                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
28745                    fi
28746                    if test "$hardcode_minus_L" != no; then
28747                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
28748                    else
28749                                                                                                                                                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
28750                    fi
28751                  fi
28752                fi
28753              fi
28754            else
28755              if test "X$found_a" != "X"; then
28756                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
28757              else
28758                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
28759              fi
28760            fi
28761                        additional_includedir=
28762            case "$found_dir" in
28763              */lib | */lib/)
28764                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
28765                additional_includedir="$basedir/include"
28766                ;;
28767            esac
28768            if test "X$additional_includedir" != "X"; then
28769                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
28770                haveit=
28771                if test "X$additional_includedir" = "X/usr/local/include"; then
28772                  if test -n "$GCC"; then
28773                    case $host_os in
28774                      linux*) haveit=yes;;
28775                    esac
28776                  fi
28777                fi
28778                if test -z "$haveit"; then
28779                  for x in $CPPFLAGS $INCICONV; do
28780
28781  acl_save_prefix="$prefix"
28782  prefix="$acl_final_prefix"
28783  acl_save_exec_prefix="$exec_prefix"
28784  exec_prefix="$acl_final_exec_prefix"
28785  eval x=\"$x\"
28786  exec_prefix="$acl_save_exec_prefix"
28787  prefix="$acl_save_prefix"
28788
28789                    if test "X$x" = "X-I$additional_includedir"; then
28790                      haveit=yes
28791                      break
28792                    fi
28793                  done
28794                  if test -z "$haveit"; then
28795                    if test -d "$additional_includedir"; then
28796                                            INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
28797                    fi
28798                  fi
28799                fi
28800              fi
28801            fi
28802                        if test -n "$found_la"; then
28803                                                        save_libdir="$libdir"
28804              case "$found_la" in
28805                */* | *\\*) . "$found_la" ;;
28806                *) . "./$found_la" ;;
28807              esac
28808              libdir="$save_libdir"
28809                            for dep in $dependency_libs; do
28810                case "$dep" in
28811                  -L*)
28812                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
28813                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
28814                      haveit=
28815                      if test "X$additional_libdir" = "X/usr/local/lib"; then
28816                        if test -n "$GCC"; then
28817                          case $host_os in
28818                            linux*) haveit=yes;;
28819                          esac
28820                        fi
28821                      fi
28822                      if test -z "$haveit"; then
28823                        haveit=
28824                        for x in $LDFLAGS $LIBICONV; do
28825
28826  acl_save_prefix="$prefix"
28827  prefix="$acl_final_prefix"
28828  acl_save_exec_prefix="$exec_prefix"
28829  exec_prefix="$acl_final_exec_prefix"
28830  eval x=\"$x\"
28831  exec_prefix="$acl_save_exec_prefix"
28832  prefix="$acl_save_prefix"
28833
28834                          if test "X$x" = "X-L$additional_libdir"; then
28835                            haveit=yes
28836                            break
28837                          fi
28838                        done
28839                        if test -z "$haveit"; then
28840                          if test -d "$additional_libdir"; then
28841                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
28842                          fi
28843                        fi
28844                        haveit=
28845                        for x in $LDFLAGS $LTLIBICONV; do
28846
28847  acl_save_prefix="$prefix"
28848  prefix="$acl_final_prefix"
28849  acl_save_exec_prefix="$exec_prefix"
28850  exec_prefix="$acl_final_exec_prefix"
28851  eval x=\"$x\"
28852  exec_prefix="$acl_save_exec_prefix"
28853  prefix="$acl_save_prefix"
28854
28855                          if test "X$x" = "X-L$additional_libdir"; then
28856                            haveit=yes
28857                            break
28858                          fi
28859                        done
28860                        if test -z "$haveit"; then
28861                          if test -d "$additional_libdir"; then
28862                                                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
28863                          fi
28864                        fi
28865                      fi
28866                    fi
28867                    ;;
28868                  -R*)
28869                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
28870                    if test "$enable_rpath" != no; then
28871                                                                  haveit=
28872                      for x in $rpathdirs; do
28873                        if test "X$x" = "X$dir"; then
28874                          haveit=yes
28875                          break
28876                        fi
28877                      done
28878                      if test -z "$haveit"; then
28879                        rpathdirs="$rpathdirs $dir"
28880                      fi
28881                                                                  haveit=
28882                      for x in $ltrpathdirs; do
28883                        if test "X$x" = "X$dir"; then
28884                          haveit=yes
28885                          break
28886                        fi
28887                      done
28888                      if test -z "$haveit"; then
28889                        ltrpathdirs="$ltrpathdirs $dir"
28890                      fi
28891                    fi
28892                    ;;
28893                  -l*)
28894                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
28895                    ;;
28896                  *.la)
28897                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
28898                    ;;
28899                  *)
28900                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
28901                    LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
28902                    ;;
28903                esac
28904              done
28905            fi
28906          else
28907                                                            if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
28908              LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
28909              LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
28910            else
28911              LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
28912              LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
28913            fi
28914          fi
28915        fi
28916      fi
28917    done
28918  done
28919  if test "X$rpathdirs" != "X"; then
28920    if test -n "$hardcode_libdir_separator"; then
28921                        alldirs=
28922      for found_dir in $rpathdirs; do
28923        alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
28924      done
28925            acl_save_libdir="$libdir"
28926      libdir="$alldirs"
28927      eval flag=\"$hardcode_libdir_flag_spec\"
28928      libdir="$acl_save_libdir"
28929      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
28930    else
28931            for found_dir in $rpathdirs; do
28932        acl_save_libdir="$libdir"
28933        libdir="$found_dir"
28934        eval flag=\"$hardcode_libdir_flag_spec\"
28935        libdir="$acl_save_libdir"
28936        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
28937      done
28938    fi
28939  fi
28940  if test "X$ltrpathdirs" != "X"; then
28941            for found_dir in $ltrpathdirs; do
28942      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
28943    done
28944  fi
28945
28946
28947
28948
28949
28950
28951
28952  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
28953$as_echo_n "checking for iconv... " >&6; }
28954if ${am_cv_func_iconv+:} false; then :
28955  $as_echo_n "(cached) " >&6
28956else
28957
28958    am_cv_func_iconv="no, consider installing GNU libiconv"
28959    am_cv_lib_iconv=no
28960                    am_save_CPPFLAGS="$CPPFLAGS"
28961    CPPFLAGS="$CPPFLAGS $INCICONV"
28962    if test x$gcc_no_link = xyes; then
28963  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
28964fi
28965cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28966/* end confdefs.h.  */
28967#include <stdlib.h>
28968#include <iconv.h>
28969int
28970main ()
28971{
28972iconv_t cd = iconv_open("","");
28973       iconv(cd,NULL,NULL,NULL,NULL);
28974       iconv_close(cd);
28975  ;
28976  return 0;
28977}
28978_ACEOF
28979if ac_fn_c_try_link "$LINENO"; then :
28980  am_cv_func_iconv=yes
28981fi
28982rm -f core conftest.err conftest.$ac_objext \
28983    conftest$ac_exeext conftest.$ac_ext
28984    CPPFLAGS="$am_save_CPPFLAGS"
28985
28986    if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
28987      for _libs in .libs _libs; do
28988        am_save_CPPFLAGS="$CPPFLAGS"
28989        am_save_LIBS="$LIBS"
28990        CPPFLAGS="$CPPFLAGS -I../libiconv/include"
28991        LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
28992        if test x$gcc_no_link = xyes; then
28993  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
28994fi
28995cat confdefs.h - <<_ACEOF >conftest.$ac_ext
28996/* end confdefs.h.  */
28997#include <stdlib.h>
28998#include <iconv.h>
28999int
29000main ()
29001{
29002iconv_t cd = iconv_open("","");
29003           iconv(cd,NULL,NULL,NULL,NULL);
29004           iconv_close(cd);
29005  ;
29006  return 0;
29007}
29008_ACEOF
29009if ac_fn_c_try_link "$LINENO"; then :
29010  INCICONV="-I../libiconv/include"
29011          LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
29012          LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
29013          am_cv_lib_iconv=yes
29014          am_cv_func_iconv=yes
29015fi
29016rm -f core conftest.err conftest.$ac_objext \
29017    conftest$ac_exeext conftest.$ac_ext
29018        CPPFLAGS="$am_save_CPPFLAGS"
29019        LIBS="$am_save_LIBS"
29020        if test "$am_cv_func_iconv" = "yes"; then
29021          break
29022        fi
29023      done
29024    fi
29025
29026    if test "$am_cv_func_iconv" != yes; then
29027      am_save_CPPFLAGS="$CPPFLAGS"
29028      am_save_LIBS="$LIBS"
29029      CPPFLAGS="$CPPFLAGS $INCICONV"
29030      LIBS="$LIBS $LIBICONV"
29031      if test x$gcc_no_link = xyes; then
29032  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
29033fi
29034cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29035/* end confdefs.h.  */
29036#include <stdlib.h>
29037#include <iconv.h>
29038int
29039main ()
29040{
29041iconv_t cd = iconv_open("","");
29042         iconv(cd,NULL,NULL,NULL,NULL);
29043         iconv_close(cd);
29044  ;
29045  return 0;
29046}
29047_ACEOF
29048if ac_fn_c_try_link "$LINENO"; then :
29049  am_cv_lib_iconv=yes
29050        am_cv_func_iconv=yes
29051fi
29052rm -f core conftest.err conftest.$ac_objext \
29053    conftest$ac_exeext conftest.$ac_ext
29054      CPPFLAGS="$am_save_CPPFLAGS"
29055      LIBS="$am_save_LIBS"
29056    fi
29057
29058fi
29059{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
29060$as_echo "$am_cv_func_iconv" >&6; }
29061  if test "$am_cv_func_iconv" = yes; then
29062
29063$as_echo "#define HAVE_ICONV 1" >>confdefs.h
29064
29065  fi
29066  if test "$am_cv_lib_iconv" = yes; then
29067
29068  for element in $INCICONV; do
29069    haveit=
29070    for x in $CPPFLAGS; do
29071
29072  acl_save_prefix="$prefix"
29073  prefix="$acl_final_prefix"
29074  acl_save_exec_prefix="$exec_prefix"
29075  exec_prefix="$acl_final_exec_prefix"
29076  eval x=\"$x\"
29077  exec_prefix="$acl_save_exec_prefix"
29078  prefix="$acl_save_prefix"
29079
29080      if test "X$x" = "X$element"; then
29081        haveit=yes
29082        break
29083      fi
29084    done
29085    if test -z "$haveit"; then
29086      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
29087    fi
29088  done
29089
29090    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
29091$as_echo_n "checking how to link with libiconv... " >&6; }
29092    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
29093$as_echo "$LIBICONV" >&6; }
29094  else
29095    LIBICONV=
29096    LTLIBICONV=
29097  fi
29098
29099
29100
29101  if test "$am_cv_func_iconv" = yes; then
29102    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
29103$as_echo_n "checking for iconv declaration... " >&6; }
29104    if ${am_cv_proto_iconv+:} false; then :
29105  $as_echo_n "(cached) " >&6
29106else
29107
29108      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29109/* end confdefs.h.  */
29110
29111#include <stdlib.h>
29112#include <iconv.h>
29113extern
29114#ifdef __cplusplus
29115"C"
29116#endif
29117#if defined(__STDC__) || defined(__cplusplus)
29118size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
29119#else
29120size_t iconv();
29121#endif
29122
29123int
29124main ()
29125{
29126
29127  ;
29128  return 0;
29129}
29130_ACEOF
29131if ac_fn_c_try_compile "$LINENO"; then :
29132  am_cv_proto_iconv_arg1=""
29133else
29134  am_cv_proto_iconv_arg1="const"
29135fi
29136rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29137      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
29138fi
29139
29140    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
29141    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
29142         }$am_cv_proto_iconv" >&5
29143$as_echo "${ac_t:-
29144         }$am_cv_proto_iconv" >&6; }
29145
29146cat >>confdefs.h <<_ACEOF
29147#define ICONV_CONST $am_cv_proto_iconv_arg1
29148_ACEOF
29149
29150  fi
29151
29152
29153else
29154
29155  # This lets us hard-code the functionality we know we'll have in the cross
29156  # target environment.  "Let" is a sugar-coated word placed on an especially
29157  # dull and tedious hack, actually.
29158  #
29159  # Here's why GLIBCXX_CHECK_MATH_SUPPORT, and other autoconf macros
29160  # that involve linking, can't be used:
29161  #    "cannot open sim-crt0.o"
29162  #    "cannot open crt0.o"
29163  # etc.  All this is because there currently exists no unified, consistent
29164  # way for top level CC information to be passed down to target directories:
29165  # newlib includes, newlib linking info, libgloss versus newlib crt0.o, etc.
29166  # When all of that is done, all of this hokey, excessive AC_DEFINE junk for
29167  # crosses can be removed.
29168
29169  # If Canadian cross, then don't pick up tools from the build directory.
29170  # Used only in GLIBCXX_EXPORT_INCLUDES.
29171  if test -n "$with_cross_host" &&
29172     test x"$build_alias" != x"$with_cross_host" &&
29173     test x"$build" != x"$target";
29174  then
29175    CANADIAN=yes
29176  else
29177    CANADIAN=no
29178  fi
29179
29180  # Construct crosses by hand, eliminating bits that need ld...
29181  # GLIBCXX_CHECK_MATH_SUPPORT
29182
29183  # First, test for "known" system libraries.  We may be using newlib even
29184  # on a hosted environment.
29185  if test "x${with_newlib}" = "xyes"; then
29186    os_include_dir="os/newlib"
29187    $as_echo "#define HAVE_HYPOT 1" >>confdefs.h
29188
29189
29190    # GLIBCXX_CHECK_STDLIB_SUPPORT
29191    $as_echo "#define HAVE_STRTOF 1" >>confdefs.h
29192
29193
29194    $as_echo "#define HAVE_ACOSF 1" >>confdefs.h
29195
29196    $as_echo "#define HAVE_ASINF 1" >>confdefs.h
29197
29198    $as_echo "#define HAVE_ATAN2F 1" >>confdefs.h
29199
29200    $as_echo "#define HAVE_ATANF 1" >>confdefs.h
29201
29202    $as_echo "#define HAVE_CEILF 1" >>confdefs.h
29203
29204    $as_echo "#define HAVE_COSF 1" >>confdefs.h
29205
29206    $as_echo "#define HAVE_COSHF 1" >>confdefs.h
29207
29208    $as_echo "#define HAVE_EXPF 1" >>confdefs.h
29209
29210    $as_echo "#define HAVE_FABSF 1" >>confdefs.h
29211
29212    $as_echo "#define HAVE_FLOORF 1" >>confdefs.h
29213
29214    $as_echo "#define HAVE_FMODF 1" >>confdefs.h
29215
29216    $as_echo "#define HAVE_FREXPF 1" >>confdefs.h
29217
29218    $as_echo "#define HAVE_LDEXPF 1" >>confdefs.h
29219
29220    $as_echo "#define HAVE_LOG10F 1" >>confdefs.h
29221
29222    $as_echo "#define HAVE_LOGF 1" >>confdefs.h
29223
29224    $as_echo "#define HAVE_MODFF 1" >>confdefs.h
29225
29226    $as_echo "#define HAVE_POWF 1" >>confdefs.h
29227
29228    $as_echo "#define HAVE_SINF 1" >>confdefs.h
29229
29230    $as_echo "#define HAVE_SINHF 1" >>confdefs.h
29231
29232    $as_echo "#define HAVE_SQRTF 1" >>confdefs.h
29233
29234    $as_echo "#define HAVE_TANF 1" >>confdefs.h
29235
29236    $as_echo "#define HAVE_TANHF 1" >>confdefs.h
29237
29238
29239    $as_echo "#define HAVE_ICONV 1" >>confdefs.h
29240
29241    $as_echo "#define HAVE_MEMALIGN 1" >>confdefs.h
29242
29243  elif test "x$with_headers" != "xno"; then
29244
29245# Base decisions on target environment.
29246case "${host}" in
29247  arm*-*-symbianelf*)
29248    # This is a freestanding configuration; there is nothing to do here.
29249    ;;
29250
29251  avr*-*-*)
29252    $as_echo "#define HAVE_ACOSF 1" >>confdefs.h
29253
29254    $as_echo "#define HAVE_ASINF 1" >>confdefs.h
29255
29256    $as_echo "#define HAVE_ATAN2F 1" >>confdefs.h
29257
29258    $as_echo "#define HAVE_ATANF 1" >>confdefs.h
29259
29260    $as_echo "#define HAVE_CEILF 1" >>confdefs.h
29261
29262    $as_echo "#define HAVE_COSF 1" >>confdefs.h
29263
29264    $as_echo "#define HAVE_COSHF 1" >>confdefs.h
29265
29266    $as_echo "#define HAVE_EXPF 1" >>confdefs.h
29267
29268    $as_echo "#define HAVE_FABSF 1" >>confdefs.h
29269
29270    $as_echo "#define HAVE_FLOORF 1" >>confdefs.h
29271
29272    $as_echo "#define HAVE_FMODF 1" >>confdefs.h
29273
29274    $as_echo "#define HAVE_FREXPF 1" >>confdefs.h
29275
29276    $as_echo "#define HAVE_SQRTF 1" >>confdefs.h
29277
29278    $as_echo "#define HAVE_HYPOTF 1" >>confdefs.h
29279
29280    $as_echo "#define HAVE_LDEXPF 1" >>confdefs.h
29281
29282    $as_echo "#define HAVE_LOG10F 1" >>confdefs.h
29283
29284    $as_echo "#define HAVE_LOGF 1" >>confdefs.h
29285
29286    $as_echo "#define HAVE_MODFF 1" >>confdefs.h
29287
29288    $as_echo "#define HAVE_POWF 1" >>confdefs.h
29289
29290    $as_echo "#define HAVE_SINF 1" >>confdefs.h
29291
29292    $as_echo "#define HAVE_SINHF 1" >>confdefs.h
29293
29294    $as_echo "#define HAVE_TANF 1" >>confdefs.h
29295
29296    $as_echo "#define HAVE_TANHF 1" >>confdefs.h
29297
29298    ;;
29299
29300  mips*-sde-elf*)
29301    # These definitions are for the SDE C library rather than newlib.
29302    SECTION_FLAGS='-ffunction-sections -fdata-sections'
29303
29304
29305  # All these tests are for C++; save the language and the compiler flags.
29306  # The CXXFLAGS thing is suspicious, but based on similar bits previously
29307  # found in GLIBCXX_CONFIGURE.
29308
29309  ac_ext=cpp
29310ac_cpp='$CXXCPP $CPPFLAGS'
29311ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29312ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29313ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29314
29315  ac_test_CXXFLAGS="${CXXFLAGS+set}"
29316  ac_save_CXXFLAGS="$CXXFLAGS"
29317
29318  # Check for -ffunction-sections -fdata-sections
29319  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for g++ that supports -ffunction-sections -fdata-sections" >&5
29320$as_echo_n "checking for g++ that supports -ffunction-sections -fdata-sections... " >&6; }
29321  CXXFLAGS='-g -Werror -ffunction-sections -fdata-sections'
29322  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29323/* end confdefs.h.  */
29324int foo; void bar() { };
29325int
29326main ()
29327{
29328
29329  ;
29330  return 0;
29331}
29332_ACEOF
29333if ac_fn_cxx_try_compile "$LINENO"; then :
29334  ac_fdsections=yes
29335else
29336  ac_fdsections=no
29337fi
29338rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29339  if test "$ac_test_CXXFLAGS" = set; then
29340    CXXFLAGS="$ac_save_CXXFLAGS"
29341  else
29342    # this is the suspicious part
29343    CXXFLAGS=''
29344  fi
29345  if test x"$ac_fdsections" = x"yes"; then
29346    SECTION_FLAGS='-ffunction-sections -fdata-sections'
29347  fi
29348  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_fdsections" >&5
29349$as_echo "$ac_fdsections" >&6; }
29350
29351  ac_ext=c
29352ac_cpp='$CPP $CPPFLAGS'
29353ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29354ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29355ac_compiler_gnu=$ac_cv_c_compiler_gnu
29356
29357
29358
29359
29360  # If we're not using GNU ld, then there's no point in even trying these
29361  # tests.  Check for that first.  We should have already tested for gld
29362  # by now (in libtool), but require it now just to be safe...
29363  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
29364  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
29365
29366
29367
29368  # The name set by libtool depends on the version of libtool.  Shame on us
29369  # for depending on an impl detail, but c'est la vie.  Older versions used
29370  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
29371  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
29372  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
29373  # set (hence we're using an older libtool), then set it.
29374  if test x${with_gnu_ld+set} != xset; then
29375    if test x${ac_cv_prog_gnu_ld+set} != xset; then
29376      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
29377      with_gnu_ld=no
29378    else
29379      with_gnu_ld=$ac_cv_prog_gnu_ld
29380    fi
29381  fi
29382
29383  # Start by getting the version number.  I think the libtool test already
29384  # does some of this, but throws away the result.
29385  glibcxx_ld_is_gold=no
29386  glibcxx_ld_is_mold=no
29387  if test x"$with_gnu_ld" = x"yes"; then
29388    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
29389$as_echo_n "checking for ld version... " >&6; }
29390
29391    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
29392      glibcxx_ld_is_gold=yes
29393    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
29394      glibcxx_ld_is_mold=yes
29395    fi
29396    ldver=`$LD --version 2>/dev/null |
29397	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
29398
29399    glibcxx_gnu_ld_version=`echo $ldver | \
29400	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
29401    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
29402$as_echo "$glibcxx_gnu_ld_version" >&6; }
29403  fi
29404
29405  # Set --gc-sections.
29406  glibcxx_have_gc_sections=no
29407  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
29408    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
29409      glibcxx_have_gc_sections=yes
29410    fi
29411  else
29412    glibcxx_gcsections_min_ld=21602
29413    if test x"$with_gnu_ld" = x"yes" &&
29414	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
29415      glibcxx_have_gc_sections=yes
29416    fi
29417  fi
29418  if test "$glibcxx_have_gc_sections" = "yes"; then
29419    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
29420    # NB: This flag only works reliably after 2.16.1. Configure tests
29421    # for this are difficult, so hard wire a value that should work.
29422
29423    ac_test_CFLAGS="${CFLAGS+set}"
29424    ac_save_CFLAGS="$CFLAGS"
29425    CFLAGS='-Wl,--gc-sections'
29426
29427    # Check for -Wl,--gc-sections
29428    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
29429$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
29430    if test x$gcc_no_link = xyes; then
29431  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
29432fi
29433cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29434/* end confdefs.h.  */
29435 int one(void) { return 1; }
29436     int two(void) { return 2; }
29437
29438int
29439main ()
29440{
29441 two();
29442  ;
29443  return 0;
29444}
29445_ACEOF
29446if ac_fn_c_try_link "$LINENO"; then :
29447  ac_gcsections=yes
29448else
29449  ac_gcsections=no
29450fi
29451rm -f core conftest.err conftest.$ac_objext \
29452    conftest$ac_exeext conftest.$ac_ext
29453    if test "$ac_gcsections" = "yes"; then
29454      rm -f conftest.c
29455      touch conftest.c
29456      if $CC -c conftest.c; then
29457	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
29458	   grep "Warning: gc-sections option ignored" > /dev/null; then
29459	  ac_gcsections=no
29460	fi
29461      fi
29462      rm -f conftest.c conftest.o conftest
29463    fi
29464    if test "$ac_gcsections" = "yes"; then
29465      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
29466    fi
29467    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
29468$as_echo "$ac_gcsections" >&6; }
29469
29470    if test "$ac_test_CFLAGS" = set; then
29471      CFLAGS="$ac_save_CFLAGS"
29472    else
29473      # this is the suspicious part
29474      CFLAGS=''
29475    fi
29476  fi
29477
29478  # Set -z,relro.
29479  # Note this is only for shared objects.
29480  ac_ld_relro=no
29481  if test x"$with_gnu_ld" = x"yes"; then
29482    # cygwin and mingw uses PE, which has no ELF relro support,
29483    # multi target ld may confuse configure machinery
29484    case "$host" in
29485    *-*-cygwin*)
29486     ;;
29487    *-*-mingw*)
29488     ;;
29489    *)
29490      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
29491$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
29492      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
29493      if test -n "$cxx_z_relo"; then
29494        OPT_LDFLAGS="-Wl,-z,relro"
29495        ac_ld_relro=yes
29496      fi
29497      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
29498$as_echo "$ac_ld_relro" >&6; }
29499    esac
29500  fi
29501
29502  # Set linker optimization flags.
29503  if test x"$with_gnu_ld" = x"yes"; then
29504    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
29505  fi
29506
29507
29508
29509
29510
29511  ac_test_CXXFLAGS="${CXXFLAGS+set}"
29512  ac_save_CXXFLAGS="$CXXFLAGS"
29513  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
29514
29515    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
29516$as_echo_n "checking for sin in -lm... " >&6; }
29517if ${ac_cv_lib_m_sin+:} false; then :
29518  $as_echo_n "(cached) " >&6
29519else
29520  ac_check_lib_save_LIBS=$LIBS
29521LIBS="-lm  $LIBS"
29522if test x$gcc_no_link = xyes; then
29523  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
29524fi
29525cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29526/* end confdefs.h.  */
29527
29528/* Override any GCC internal prototype to avoid an error.
29529   Use char because int might match the return type of a GCC
29530   builtin and then its argument prototype would still apply.  */
29531#ifdef __cplusplus
29532extern "C"
29533#endif
29534char sin ();
29535int
29536main ()
29537{
29538return sin ();
29539  ;
29540  return 0;
29541}
29542_ACEOF
29543if ac_fn_c_try_link "$LINENO"; then :
29544  ac_cv_lib_m_sin=yes
29545else
29546  ac_cv_lib_m_sin=no
29547fi
29548rm -f core conftest.err conftest.$ac_objext \
29549    conftest$ac_exeext conftest.$ac_ext
29550LIBS=$ac_check_lib_save_LIBS
29551fi
29552{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
29553$as_echo "$ac_cv_lib_m_sin" >&6; }
29554if test "x$ac_cv_lib_m_sin" = xyes; then :
29555  libm="-lm"
29556fi
29557
29558  ac_save_LIBS="$LIBS"
29559  LIBS="$LIBS $libm"
29560
29561
29562
29563  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf declaration" >&5
29564$as_echo_n "checking for isinf declaration... " >&6; }
29565  if test x${glibcxx_cv_func_isinf_use+set} != xset; then
29566    if ${glibcxx_cv_func_isinf_use+:} false; then :
29567  $as_echo_n "(cached) " >&6
29568else
29569
29570
29571      ac_ext=cpp
29572ac_cpp='$CXXCPP $CPPFLAGS'
29573ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29574ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29575ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29576
29577      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29578/* end confdefs.h.  */
29579#include <math.h>
29580		      #ifdef HAVE_IEEEFP_H
29581		      #include <ieeefp.h>
29582		      #endif
29583
29584int
29585main ()
29586{
29587 isinf(0);
29588  ;
29589  return 0;
29590}
29591_ACEOF
29592if ac_fn_cxx_try_compile "$LINENO"; then :
29593  glibcxx_cv_func_isinf_use=yes
29594else
29595  glibcxx_cv_func_isinf_use=no
29596fi
29597rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29598      ac_ext=c
29599ac_cpp='$CPP $CPPFLAGS'
29600ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29601ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29602ac_compiler_gnu=$ac_cv_c_compiler_gnu
29603
29604
29605fi
29606
29607  fi
29608  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinf_use" >&5
29609$as_echo "$glibcxx_cv_func_isinf_use" >&6; }
29610
29611  if test x$glibcxx_cv_func_isinf_use = x"yes"; then
29612    for ac_func in isinf
29613do :
29614  ac_fn_c_check_func "$LINENO" "isinf" "ac_cv_func_isinf"
29615if test "x$ac_cv_func_isinf" = xyes; then :
29616  cat >>confdefs.h <<_ACEOF
29617#define HAVE_ISINF 1
29618_ACEOF
29619
29620fi
29621done
29622
29623  else
29624
29625  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5
29626$as_echo_n "checking for _isinf declaration... " >&6; }
29627  if test x${glibcxx_cv_func__isinf_use+set} != xset; then
29628    if ${glibcxx_cv_func__isinf_use+:} false; then :
29629  $as_echo_n "(cached) " >&6
29630else
29631
29632
29633      ac_ext=cpp
29634ac_cpp='$CXXCPP $CPPFLAGS'
29635ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29636ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29637ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29638
29639      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29640/* end confdefs.h.  */
29641#include <math.h>
29642		      #ifdef HAVE_IEEEFP_H
29643		      #include <ieeefp.h>
29644		      #endif
29645
29646int
29647main ()
29648{
29649 _isinf(0);
29650  ;
29651  return 0;
29652}
29653_ACEOF
29654if ac_fn_cxx_try_compile "$LINENO"; then :
29655  glibcxx_cv_func__isinf_use=yes
29656else
29657  glibcxx_cv_func__isinf_use=no
29658fi
29659rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29660      ac_ext=c
29661ac_cpp='$CPP $CPPFLAGS'
29662ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29663ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29664ac_compiler_gnu=$ac_cv_c_compiler_gnu
29665
29666
29667fi
29668
29669  fi
29670  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5
29671$as_echo "$glibcxx_cv_func__isinf_use" >&6; }
29672
29673    if test x$glibcxx_cv_func__isinf_use = x"yes"; then
29674      for ac_func in _isinf
29675do :
29676  ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf"
29677if test "x$ac_cv_func__isinf" = xyes; then :
29678  cat >>confdefs.h <<_ACEOF
29679#define HAVE__ISINF 1
29680_ACEOF
29681
29682fi
29683done
29684
29685    fi
29686  fi
29687
29688
29689
29690
29691
29692  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5
29693$as_echo_n "checking for isnan declaration... " >&6; }
29694  if test x${glibcxx_cv_func_isnan_use+set} != xset; then
29695    if ${glibcxx_cv_func_isnan_use+:} false; then :
29696  $as_echo_n "(cached) " >&6
29697else
29698
29699
29700      ac_ext=cpp
29701ac_cpp='$CXXCPP $CPPFLAGS'
29702ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29703ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29704ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29705
29706      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29707/* end confdefs.h.  */
29708#include <math.h>
29709		      #ifdef HAVE_IEEEFP_H
29710		      #include <ieeefp.h>
29711		      #endif
29712
29713int
29714main ()
29715{
29716 isnan(0);
29717  ;
29718  return 0;
29719}
29720_ACEOF
29721if ac_fn_cxx_try_compile "$LINENO"; then :
29722  glibcxx_cv_func_isnan_use=yes
29723else
29724  glibcxx_cv_func_isnan_use=no
29725fi
29726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29727      ac_ext=c
29728ac_cpp='$CPP $CPPFLAGS'
29729ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29730ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29731ac_compiler_gnu=$ac_cv_c_compiler_gnu
29732
29733
29734fi
29735
29736  fi
29737  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnan_use" >&5
29738$as_echo "$glibcxx_cv_func_isnan_use" >&6; }
29739
29740  if test x$glibcxx_cv_func_isnan_use = x"yes"; then
29741    for ac_func in isnan
29742do :
29743  ac_fn_c_check_func "$LINENO" "isnan" "ac_cv_func_isnan"
29744if test "x$ac_cv_func_isnan" = xyes; then :
29745  cat >>confdefs.h <<_ACEOF
29746#define HAVE_ISNAN 1
29747_ACEOF
29748
29749fi
29750done
29751
29752  else
29753
29754  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5
29755$as_echo_n "checking for _isnan declaration... " >&6; }
29756  if test x${glibcxx_cv_func__isnan_use+set} != xset; then
29757    if ${glibcxx_cv_func__isnan_use+:} false; then :
29758  $as_echo_n "(cached) " >&6
29759else
29760
29761
29762      ac_ext=cpp
29763ac_cpp='$CXXCPP $CPPFLAGS'
29764ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29765ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29766ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29767
29768      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29769/* end confdefs.h.  */
29770#include <math.h>
29771		      #ifdef HAVE_IEEEFP_H
29772		      #include <ieeefp.h>
29773		      #endif
29774
29775int
29776main ()
29777{
29778 _isnan(0);
29779  ;
29780  return 0;
29781}
29782_ACEOF
29783if ac_fn_cxx_try_compile "$LINENO"; then :
29784  glibcxx_cv_func__isnan_use=yes
29785else
29786  glibcxx_cv_func__isnan_use=no
29787fi
29788rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29789      ac_ext=c
29790ac_cpp='$CPP $CPPFLAGS'
29791ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29792ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29793ac_compiler_gnu=$ac_cv_c_compiler_gnu
29794
29795
29796fi
29797
29798  fi
29799  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5
29800$as_echo "$glibcxx_cv_func__isnan_use" >&6; }
29801
29802    if test x$glibcxx_cv_func__isnan_use = x"yes"; then
29803      for ac_func in _isnan
29804do :
29805  ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan"
29806if test "x$ac_cv_func__isnan" = xyes; then :
29807  cat >>confdefs.h <<_ACEOF
29808#define HAVE__ISNAN 1
29809_ACEOF
29810
29811fi
29812done
29813
29814    fi
29815  fi
29816
29817
29818
29819
29820
29821  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5
29822$as_echo_n "checking for finite declaration... " >&6; }
29823  if test x${glibcxx_cv_func_finite_use+set} != xset; then
29824    if ${glibcxx_cv_func_finite_use+:} false; then :
29825  $as_echo_n "(cached) " >&6
29826else
29827
29828
29829      ac_ext=cpp
29830ac_cpp='$CXXCPP $CPPFLAGS'
29831ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29832ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29833ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29834
29835      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29836/* end confdefs.h.  */
29837#include <math.h>
29838		      #ifdef HAVE_IEEEFP_H
29839		      #include <ieeefp.h>
29840		      #endif
29841
29842int
29843main ()
29844{
29845 finite(0);
29846  ;
29847  return 0;
29848}
29849_ACEOF
29850if ac_fn_cxx_try_compile "$LINENO"; then :
29851  glibcxx_cv_func_finite_use=yes
29852else
29853  glibcxx_cv_func_finite_use=no
29854fi
29855rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29856      ac_ext=c
29857ac_cpp='$CPP $CPPFLAGS'
29858ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29859ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29860ac_compiler_gnu=$ac_cv_c_compiler_gnu
29861
29862
29863fi
29864
29865  fi
29866  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finite_use" >&5
29867$as_echo "$glibcxx_cv_func_finite_use" >&6; }
29868
29869  if test x$glibcxx_cv_func_finite_use = x"yes"; then
29870    for ac_func in finite
29871do :
29872  ac_fn_c_check_func "$LINENO" "finite" "ac_cv_func_finite"
29873if test "x$ac_cv_func_finite" = xyes; then :
29874  cat >>confdefs.h <<_ACEOF
29875#define HAVE_FINITE 1
29876_ACEOF
29877
29878fi
29879done
29880
29881  else
29882
29883  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5
29884$as_echo_n "checking for _finite declaration... " >&6; }
29885  if test x${glibcxx_cv_func__finite_use+set} != xset; then
29886    if ${glibcxx_cv_func__finite_use+:} false; then :
29887  $as_echo_n "(cached) " >&6
29888else
29889
29890
29891      ac_ext=cpp
29892ac_cpp='$CXXCPP $CPPFLAGS'
29893ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29894ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29895ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29896
29897      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29898/* end confdefs.h.  */
29899#include <math.h>
29900		      #ifdef HAVE_IEEEFP_H
29901		      #include <ieeefp.h>
29902		      #endif
29903
29904int
29905main ()
29906{
29907 _finite(0);
29908  ;
29909  return 0;
29910}
29911_ACEOF
29912if ac_fn_cxx_try_compile "$LINENO"; then :
29913  glibcxx_cv_func__finite_use=yes
29914else
29915  glibcxx_cv_func__finite_use=no
29916fi
29917rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29918      ac_ext=c
29919ac_cpp='$CPP $CPPFLAGS'
29920ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29921ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29922ac_compiler_gnu=$ac_cv_c_compiler_gnu
29923
29924
29925fi
29926
29927  fi
29928  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5
29929$as_echo "$glibcxx_cv_func__finite_use" >&6; }
29930
29931    if test x$glibcxx_cv_func__finite_use = x"yes"; then
29932      for ac_func in _finite
29933do :
29934  ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite"
29935if test "x$ac_cv_func__finite" = xyes; then :
29936  cat >>confdefs.h <<_ACEOF
29937#define HAVE__FINITE 1
29938_ACEOF
29939
29940fi
29941done
29942
29943    fi
29944  fi
29945
29946
29947
29948
29949
29950  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5
29951$as_echo_n "checking for sincos declaration... " >&6; }
29952  if test x${glibcxx_cv_func_sincos_use+set} != xset; then
29953    if ${glibcxx_cv_func_sincos_use+:} false; then :
29954  $as_echo_n "(cached) " >&6
29955else
29956
29957
29958      ac_ext=cpp
29959ac_cpp='$CXXCPP $CPPFLAGS'
29960ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29961ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29962ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29963
29964      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
29965/* end confdefs.h.  */
29966#include <math.h>
29967int
29968main ()
29969{
29970 sincos(0, 0, 0);
29971  ;
29972  return 0;
29973}
29974_ACEOF
29975if ac_fn_cxx_try_compile "$LINENO"; then :
29976  glibcxx_cv_func_sincos_use=yes
29977else
29978  glibcxx_cv_func_sincos_use=no
29979fi
29980rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29981      ac_ext=c
29982ac_cpp='$CPP $CPPFLAGS'
29983ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29984ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29985ac_compiler_gnu=$ac_cv_c_compiler_gnu
29986
29987
29988fi
29989
29990  fi
29991  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincos_use" >&5
29992$as_echo "$glibcxx_cv_func_sincos_use" >&6; }
29993
29994  if test x$glibcxx_cv_func_sincos_use = x"yes"; then
29995    for ac_func in sincos
29996do :
29997  ac_fn_c_check_func "$LINENO" "sincos" "ac_cv_func_sincos"
29998if test "x$ac_cv_func_sincos" = xyes; then :
29999  cat >>confdefs.h <<_ACEOF
30000#define HAVE_SINCOS 1
30001_ACEOF
30002
30003fi
30004done
30005
30006  else
30007
30008  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5
30009$as_echo_n "checking for _sincos declaration... " >&6; }
30010  if test x${glibcxx_cv_func__sincos_use+set} != xset; then
30011    if ${glibcxx_cv_func__sincos_use+:} false; then :
30012  $as_echo_n "(cached) " >&6
30013else
30014
30015
30016      ac_ext=cpp
30017ac_cpp='$CXXCPP $CPPFLAGS'
30018ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30019ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30020ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30021
30022      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30023/* end confdefs.h.  */
30024#include <math.h>
30025int
30026main ()
30027{
30028 _sincos(0, 0, 0);
30029  ;
30030  return 0;
30031}
30032_ACEOF
30033if ac_fn_cxx_try_compile "$LINENO"; then :
30034  glibcxx_cv_func__sincos_use=yes
30035else
30036  glibcxx_cv_func__sincos_use=no
30037fi
30038rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30039      ac_ext=c
30040ac_cpp='$CPP $CPPFLAGS'
30041ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30042ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30043ac_compiler_gnu=$ac_cv_c_compiler_gnu
30044
30045
30046fi
30047
30048  fi
30049  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5
30050$as_echo "$glibcxx_cv_func__sincos_use" >&6; }
30051
30052    if test x$glibcxx_cv_func__sincos_use = x"yes"; then
30053      for ac_func in _sincos
30054do :
30055  ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos"
30056if test "x$ac_cv_func__sincos" = xyes; then :
30057  cat >>confdefs.h <<_ACEOF
30058#define HAVE__SINCOS 1
30059_ACEOF
30060
30061fi
30062done
30063
30064    fi
30065  fi
30066
30067
30068
30069
30070
30071  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5
30072$as_echo_n "checking for fpclass declaration... " >&6; }
30073  if test x${glibcxx_cv_func_fpclass_use+set} != xset; then
30074    if ${glibcxx_cv_func_fpclass_use+:} false; then :
30075  $as_echo_n "(cached) " >&6
30076else
30077
30078
30079      ac_ext=cpp
30080ac_cpp='$CXXCPP $CPPFLAGS'
30081ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30082ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30083ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30084
30085      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30086/* end confdefs.h.  */
30087#include <math.h>
30088		      #ifdef HAVE_IEEEFP_H
30089		      #include <ieeefp.h>
30090		      #endif
30091
30092int
30093main ()
30094{
30095 fpclass(0);
30096  ;
30097  return 0;
30098}
30099_ACEOF
30100if ac_fn_cxx_try_compile "$LINENO"; then :
30101  glibcxx_cv_func_fpclass_use=yes
30102else
30103  glibcxx_cv_func_fpclass_use=no
30104fi
30105rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30106      ac_ext=c
30107ac_cpp='$CPP $CPPFLAGS'
30108ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30109ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30110ac_compiler_gnu=$ac_cv_c_compiler_gnu
30111
30112
30113fi
30114
30115  fi
30116  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fpclass_use" >&5
30117$as_echo "$glibcxx_cv_func_fpclass_use" >&6; }
30118
30119  if test x$glibcxx_cv_func_fpclass_use = x"yes"; then
30120    for ac_func in fpclass
30121do :
30122  ac_fn_c_check_func "$LINENO" "fpclass" "ac_cv_func_fpclass"
30123if test "x$ac_cv_func_fpclass" = xyes; then :
30124  cat >>confdefs.h <<_ACEOF
30125#define HAVE_FPCLASS 1
30126_ACEOF
30127
30128fi
30129done
30130
30131  else
30132
30133  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5
30134$as_echo_n "checking for _fpclass declaration... " >&6; }
30135  if test x${glibcxx_cv_func__fpclass_use+set} != xset; then
30136    if ${glibcxx_cv_func__fpclass_use+:} false; then :
30137  $as_echo_n "(cached) " >&6
30138else
30139
30140
30141      ac_ext=cpp
30142ac_cpp='$CXXCPP $CPPFLAGS'
30143ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30144ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30145ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30146
30147      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30148/* end confdefs.h.  */
30149#include <math.h>
30150		      #ifdef HAVE_IEEEFP_H
30151		      #include <ieeefp.h>
30152		      #endif
30153
30154int
30155main ()
30156{
30157 _fpclass(0);
30158  ;
30159  return 0;
30160}
30161_ACEOF
30162if ac_fn_cxx_try_compile "$LINENO"; then :
30163  glibcxx_cv_func__fpclass_use=yes
30164else
30165  glibcxx_cv_func__fpclass_use=no
30166fi
30167rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30168      ac_ext=c
30169ac_cpp='$CPP $CPPFLAGS'
30170ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30171ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30172ac_compiler_gnu=$ac_cv_c_compiler_gnu
30173
30174
30175fi
30176
30177  fi
30178  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5
30179$as_echo "$glibcxx_cv_func__fpclass_use" >&6; }
30180
30181    if test x$glibcxx_cv_func__fpclass_use = x"yes"; then
30182      for ac_func in _fpclass
30183do :
30184  ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass"
30185if test "x$ac_cv_func__fpclass" = xyes; then :
30186  cat >>confdefs.h <<_ACEOF
30187#define HAVE__FPCLASS 1
30188_ACEOF
30189
30190fi
30191done
30192
30193    fi
30194  fi
30195
30196
30197
30198
30199
30200  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5
30201$as_echo_n "checking for qfpclass declaration... " >&6; }
30202  if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then
30203    if ${glibcxx_cv_func_qfpclass_use+:} false; then :
30204  $as_echo_n "(cached) " >&6
30205else
30206
30207
30208      ac_ext=cpp
30209ac_cpp='$CXXCPP $CPPFLAGS'
30210ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30211ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30212ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30213
30214      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30215/* end confdefs.h.  */
30216#include <math.h>
30217		      #ifdef HAVE_IEEEFP_H
30218		      #include <ieeefp.h>
30219		      #endif
30220
30221int
30222main ()
30223{
30224 qfpclass(0);
30225  ;
30226  return 0;
30227}
30228_ACEOF
30229if ac_fn_cxx_try_compile "$LINENO"; then :
30230  glibcxx_cv_func_qfpclass_use=yes
30231else
30232  glibcxx_cv_func_qfpclass_use=no
30233fi
30234rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30235      ac_ext=c
30236ac_cpp='$CPP $CPPFLAGS'
30237ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30238ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30239ac_compiler_gnu=$ac_cv_c_compiler_gnu
30240
30241
30242fi
30243
30244  fi
30245  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_qfpclass_use" >&5
30246$as_echo "$glibcxx_cv_func_qfpclass_use" >&6; }
30247
30248  if test x$glibcxx_cv_func_qfpclass_use = x"yes"; then
30249    for ac_func in qfpclass
30250do :
30251  ac_fn_c_check_func "$LINENO" "qfpclass" "ac_cv_func_qfpclass"
30252if test "x$ac_cv_func_qfpclass" = xyes; then :
30253  cat >>confdefs.h <<_ACEOF
30254#define HAVE_QFPCLASS 1
30255_ACEOF
30256
30257fi
30258done
30259
30260  else
30261
30262  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5
30263$as_echo_n "checking for _qfpclass declaration... " >&6; }
30264  if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then
30265    if ${glibcxx_cv_func__qfpclass_use+:} false; then :
30266  $as_echo_n "(cached) " >&6
30267else
30268
30269
30270      ac_ext=cpp
30271ac_cpp='$CXXCPP $CPPFLAGS'
30272ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30273ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30274ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30275
30276      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30277/* end confdefs.h.  */
30278#include <math.h>
30279		      #ifdef HAVE_IEEEFP_H
30280		      #include <ieeefp.h>
30281		      #endif
30282
30283int
30284main ()
30285{
30286 _qfpclass(0);
30287  ;
30288  return 0;
30289}
30290_ACEOF
30291if ac_fn_cxx_try_compile "$LINENO"; then :
30292  glibcxx_cv_func__qfpclass_use=yes
30293else
30294  glibcxx_cv_func__qfpclass_use=no
30295fi
30296rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30297      ac_ext=c
30298ac_cpp='$CPP $CPPFLAGS'
30299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30301ac_compiler_gnu=$ac_cv_c_compiler_gnu
30302
30303
30304fi
30305
30306  fi
30307  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5
30308$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; }
30309
30310    if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then
30311      for ac_func in _qfpclass
30312do :
30313  ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass"
30314if test "x$ac_cv_func__qfpclass" = xyes; then :
30315  cat >>confdefs.h <<_ACEOF
30316#define HAVE__QFPCLASS 1
30317_ACEOF
30318
30319fi
30320done
30321
30322    fi
30323  fi
30324
30325
30326
30327
30328
30329  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5
30330$as_echo_n "checking for hypot declaration... " >&6; }
30331  if test x${glibcxx_cv_func_hypot_use+set} != xset; then
30332    if ${glibcxx_cv_func_hypot_use+:} false; then :
30333  $as_echo_n "(cached) " >&6
30334else
30335
30336
30337      ac_ext=cpp
30338ac_cpp='$CXXCPP $CPPFLAGS'
30339ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30340ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30341ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30342
30343      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30344/* end confdefs.h.  */
30345#include <math.h>
30346int
30347main ()
30348{
30349 hypot(0, 0);
30350  ;
30351  return 0;
30352}
30353_ACEOF
30354if ac_fn_cxx_try_compile "$LINENO"; then :
30355  glibcxx_cv_func_hypot_use=yes
30356else
30357  glibcxx_cv_func_hypot_use=no
30358fi
30359rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30360      ac_ext=c
30361ac_cpp='$CPP $CPPFLAGS'
30362ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30363ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30364ac_compiler_gnu=$ac_cv_c_compiler_gnu
30365
30366
30367fi
30368
30369  fi
30370  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypot_use" >&5
30371$as_echo "$glibcxx_cv_func_hypot_use" >&6; }
30372
30373  if test x$glibcxx_cv_func_hypot_use = x"yes"; then
30374    for ac_func in hypot
30375do :
30376  ac_fn_c_check_func "$LINENO" "hypot" "ac_cv_func_hypot"
30377if test "x$ac_cv_func_hypot" = xyes; then :
30378  cat >>confdefs.h <<_ACEOF
30379#define HAVE_HYPOT 1
30380_ACEOF
30381
30382fi
30383done
30384
30385  else
30386
30387  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5
30388$as_echo_n "checking for _hypot declaration... " >&6; }
30389  if test x${glibcxx_cv_func__hypot_use+set} != xset; then
30390    if ${glibcxx_cv_func__hypot_use+:} false; then :
30391  $as_echo_n "(cached) " >&6
30392else
30393
30394
30395      ac_ext=cpp
30396ac_cpp='$CXXCPP $CPPFLAGS'
30397ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30398ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30399ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30400
30401      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30402/* end confdefs.h.  */
30403#include <math.h>
30404int
30405main ()
30406{
30407 _hypot(0, 0);
30408  ;
30409  return 0;
30410}
30411_ACEOF
30412if ac_fn_cxx_try_compile "$LINENO"; then :
30413  glibcxx_cv_func__hypot_use=yes
30414else
30415  glibcxx_cv_func__hypot_use=no
30416fi
30417rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30418      ac_ext=c
30419ac_cpp='$CPP $CPPFLAGS'
30420ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30421ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30422ac_compiler_gnu=$ac_cv_c_compiler_gnu
30423
30424
30425fi
30426
30427  fi
30428  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5
30429$as_echo "$glibcxx_cv_func__hypot_use" >&6; }
30430
30431    if test x$glibcxx_cv_func__hypot_use = x"yes"; then
30432      for ac_func in _hypot
30433do :
30434  ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot"
30435if test "x$ac_cv_func__hypot" = xyes; then :
30436  cat >>confdefs.h <<_ACEOF
30437#define HAVE__HYPOT 1
30438_ACEOF
30439
30440fi
30441done
30442
30443    fi
30444  fi
30445
30446
30447
30448
30449
30450    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5
30451$as_echo_n "checking for float trig functions... " >&6; }
30452  if ${glibcxx_cv_func_float_trig_use+:} false; then :
30453  $as_echo_n "(cached) " >&6
30454else
30455
30456
30457    ac_ext=cpp
30458ac_cpp='$CXXCPP $CPPFLAGS'
30459ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30460ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30461ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30462
30463    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30464/* end confdefs.h.  */
30465#include <math.h>
30466int
30467main ()
30468{
30469acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
30470  ;
30471  return 0;
30472}
30473_ACEOF
30474if ac_fn_cxx_try_compile "$LINENO"; then :
30475  glibcxx_cv_func_float_trig_use=yes
30476else
30477  glibcxx_cv_func_float_trig_use=no
30478fi
30479rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30480    ac_ext=c
30481ac_cpp='$CPP $CPPFLAGS'
30482ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30483ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30484ac_compiler_gnu=$ac_cv_c_compiler_gnu
30485
30486fi
30487
30488  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_trig_use" >&5
30489$as_echo "$glibcxx_cv_func_float_trig_use" >&6; }
30490  if test x$glibcxx_cv_func_float_trig_use = x"yes"; then
30491    for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
30492do :
30493  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30494ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30495if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30496  cat >>confdefs.h <<_ACEOF
30497#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30498_ACEOF
30499
30500fi
30501done
30502
30503  else
30504    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5
30505$as_echo_n "checking for _float trig functions... " >&6; }
30506    if ${glibcxx_cv_func__float_trig_use+:} false; then :
30507  $as_echo_n "(cached) " >&6
30508else
30509
30510
30511      ac_ext=cpp
30512ac_cpp='$CXXCPP $CPPFLAGS'
30513ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30514ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30515ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30516
30517      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30518/* end confdefs.h.  */
30519#include <math.h>
30520int
30521main ()
30522{
30523_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0);
30524  ;
30525  return 0;
30526}
30527_ACEOF
30528if ac_fn_cxx_try_compile "$LINENO"; then :
30529  glibcxx_cv_func__float_trig_use=yes
30530else
30531  glibcxx_cv_func__float_trig_use=no
30532fi
30533rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30534      ac_ext=c
30535ac_cpp='$CPP $CPPFLAGS'
30536ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30537ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30538ac_compiler_gnu=$ac_cv_c_compiler_gnu
30539
30540fi
30541
30542    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5
30543$as_echo "$glibcxx_cv_func__float_trig_use" >&6; }
30544    if test x$glibcxx_cv_func__float_trig_use = x"yes"; then
30545      for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf
30546do :
30547  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30548ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30549if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30550  cat >>confdefs.h <<_ACEOF
30551#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30552_ACEOF
30553
30554fi
30555done
30556
30557    fi
30558  fi
30559
30560
30561
30562
30563
30564    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5
30565$as_echo_n "checking for float round functions... " >&6; }
30566  if ${glibcxx_cv_func_float_round_use+:} false; then :
30567  $as_echo_n "(cached) " >&6
30568else
30569
30570
30571    ac_ext=cpp
30572ac_cpp='$CXXCPP $CPPFLAGS'
30573ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30574ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30575ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30576
30577    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30578/* end confdefs.h.  */
30579#include <math.h>
30580int
30581main ()
30582{
30583ceilf (0); floorf (0);
30584  ;
30585  return 0;
30586}
30587_ACEOF
30588if ac_fn_cxx_try_compile "$LINENO"; then :
30589  glibcxx_cv_func_float_round_use=yes
30590else
30591  glibcxx_cv_func_float_round_use=no
30592fi
30593rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30594    ac_ext=c
30595ac_cpp='$CPP $CPPFLAGS'
30596ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30597ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30598ac_compiler_gnu=$ac_cv_c_compiler_gnu
30599
30600fi
30601
30602  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_round_use" >&5
30603$as_echo "$glibcxx_cv_func_float_round_use" >&6; }
30604  if test x$glibcxx_cv_func_float_round_use = x"yes"; then
30605    for ac_func in ceilf floorf
30606do :
30607  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30608ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30609if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30610  cat >>confdefs.h <<_ACEOF
30611#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30612_ACEOF
30613
30614fi
30615done
30616
30617  else
30618    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5
30619$as_echo_n "checking for _float round functions... " >&6; }
30620    if ${glibcxx_cv_func__float_round_use+:} false; then :
30621  $as_echo_n "(cached) " >&6
30622else
30623
30624
30625      ac_ext=cpp
30626ac_cpp='$CXXCPP $CPPFLAGS'
30627ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30628ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30629ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30630
30631      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30632/* end confdefs.h.  */
30633#include <math.h>
30634int
30635main ()
30636{
30637_ceilf (0); _floorf (0);
30638  ;
30639  return 0;
30640}
30641_ACEOF
30642if ac_fn_cxx_try_compile "$LINENO"; then :
30643  glibcxx_cv_func__float_round_use=yes
30644else
30645  glibcxx_cv_func__float_round_use=no
30646fi
30647rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30648      ac_ext=c
30649ac_cpp='$CPP $CPPFLAGS'
30650ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30651ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30652ac_compiler_gnu=$ac_cv_c_compiler_gnu
30653
30654fi
30655
30656    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5
30657$as_echo "$glibcxx_cv_func__float_round_use" >&6; }
30658    if test x$glibcxx_cv_func__float_round_use = x"yes"; then
30659      for ac_func in _ceilf _floorf
30660do :
30661  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
30662ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
30663if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
30664  cat >>confdefs.h <<_ACEOF
30665#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
30666_ACEOF
30667
30668fi
30669done
30670
30671    fi
30672  fi
30673
30674
30675
30676
30677
30678
30679  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5
30680$as_echo_n "checking for expf declaration... " >&6; }
30681  if test x${glibcxx_cv_func_expf_use+set} != xset; then
30682    if ${glibcxx_cv_func_expf_use+:} false; then :
30683  $as_echo_n "(cached) " >&6
30684else
30685
30686
30687      ac_ext=cpp
30688ac_cpp='$CXXCPP $CPPFLAGS'
30689ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30690ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30691ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30692
30693      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30694/* end confdefs.h.  */
30695#include <math.h>
30696		      #ifdef HAVE_IEEEFP_H
30697		      #include <ieeefp.h>
30698		      #endif
30699
30700int
30701main ()
30702{
30703 expf(0);
30704  ;
30705  return 0;
30706}
30707_ACEOF
30708if ac_fn_cxx_try_compile "$LINENO"; then :
30709  glibcxx_cv_func_expf_use=yes
30710else
30711  glibcxx_cv_func_expf_use=no
30712fi
30713rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30714      ac_ext=c
30715ac_cpp='$CPP $CPPFLAGS'
30716ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30717ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30718ac_compiler_gnu=$ac_cv_c_compiler_gnu
30719
30720
30721fi
30722
30723  fi
30724  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expf_use" >&5
30725$as_echo "$glibcxx_cv_func_expf_use" >&6; }
30726
30727  if test x$glibcxx_cv_func_expf_use = x"yes"; then
30728    for ac_func in expf
30729do :
30730  ac_fn_c_check_func "$LINENO" "expf" "ac_cv_func_expf"
30731if test "x$ac_cv_func_expf" = xyes; then :
30732  cat >>confdefs.h <<_ACEOF
30733#define HAVE_EXPF 1
30734_ACEOF
30735
30736fi
30737done
30738
30739  else
30740
30741  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5
30742$as_echo_n "checking for _expf declaration... " >&6; }
30743  if test x${glibcxx_cv_func__expf_use+set} != xset; then
30744    if ${glibcxx_cv_func__expf_use+:} false; then :
30745  $as_echo_n "(cached) " >&6
30746else
30747
30748
30749      ac_ext=cpp
30750ac_cpp='$CXXCPP $CPPFLAGS'
30751ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30752ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30753ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30754
30755      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30756/* end confdefs.h.  */
30757#include <math.h>
30758		      #ifdef HAVE_IEEEFP_H
30759		      #include <ieeefp.h>
30760		      #endif
30761
30762int
30763main ()
30764{
30765 _expf(0);
30766  ;
30767  return 0;
30768}
30769_ACEOF
30770if ac_fn_cxx_try_compile "$LINENO"; then :
30771  glibcxx_cv_func__expf_use=yes
30772else
30773  glibcxx_cv_func__expf_use=no
30774fi
30775rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30776      ac_ext=c
30777ac_cpp='$CPP $CPPFLAGS'
30778ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30779ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30780ac_compiler_gnu=$ac_cv_c_compiler_gnu
30781
30782
30783fi
30784
30785  fi
30786  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5
30787$as_echo "$glibcxx_cv_func__expf_use" >&6; }
30788
30789    if test x$glibcxx_cv_func__expf_use = x"yes"; then
30790      for ac_func in _expf
30791do :
30792  ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf"
30793if test "x$ac_cv_func__expf" = xyes; then :
30794  cat >>confdefs.h <<_ACEOF
30795#define HAVE__EXPF 1
30796_ACEOF
30797
30798fi
30799done
30800
30801    fi
30802  fi
30803
30804
30805
30806
30807
30808  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5
30809$as_echo_n "checking for isnanf declaration... " >&6; }
30810  if test x${glibcxx_cv_func_isnanf_use+set} != xset; then
30811    if ${glibcxx_cv_func_isnanf_use+:} false; then :
30812  $as_echo_n "(cached) " >&6
30813else
30814
30815
30816      ac_ext=cpp
30817ac_cpp='$CXXCPP $CPPFLAGS'
30818ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30819ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30820ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30821
30822      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30823/* end confdefs.h.  */
30824#include <math.h>
30825		      #ifdef HAVE_IEEEFP_H
30826		      #include <ieeefp.h>
30827		      #endif
30828
30829int
30830main ()
30831{
30832 isnanf(0);
30833  ;
30834  return 0;
30835}
30836_ACEOF
30837if ac_fn_cxx_try_compile "$LINENO"; then :
30838  glibcxx_cv_func_isnanf_use=yes
30839else
30840  glibcxx_cv_func_isnanf_use=no
30841fi
30842rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30843      ac_ext=c
30844ac_cpp='$CPP $CPPFLAGS'
30845ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30846ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30847ac_compiler_gnu=$ac_cv_c_compiler_gnu
30848
30849
30850fi
30851
30852  fi
30853  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanf_use" >&5
30854$as_echo "$glibcxx_cv_func_isnanf_use" >&6; }
30855
30856  if test x$glibcxx_cv_func_isnanf_use = x"yes"; then
30857    for ac_func in isnanf
30858do :
30859  ac_fn_c_check_func "$LINENO" "isnanf" "ac_cv_func_isnanf"
30860if test "x$ac_cv_func_isnanf" = xyes; then :
30861  cat >>confdefs.h <<_ACEOF
30862#define HAVE_ISNANF 1
30863_ACEOF
30864
30865fi
30866done
30867
30868  else
30869
30870  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5
30871$as_echo_n "checking for _isnanf declaration... " >&6; }
30872  if test x${glibcxx_cv_func__isnanf_use+set} != xset; then
30873    if ${glibcxx_cv_func__isnanf_use+:} false; then :
30874  $as_echo_n "(cached) " >&6
30875else
30876
30877
30878      ac_ext=cpp
30879ac_cpp='$CXXCPP $CPPFLAGS'
30880ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30881ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30882ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30883
30884      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30885/* end confdefs.h.  */
30886#include <math.h>
30887		      #ifdef HAVE_IEEEFP_H
30888		      #include <ieeefp.h>
30889		      #endif
30890
30891int
30892main ()
30893{
30894 _isnanf(0);
30895  ;
30896  return 0;
30897}
30898_ACEOF
30899if ac_fn_cxx_try_compile "$LINENO"; then :
30900  glibcxx_cv_func__isnanf_use=yes
30901else
30902  glibcxx_cv_func__isnanf_use=no
30903fi
30904rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30905      ac_ext=c
30906ac_cpp='$CPP $CPPFLAGS'
30907ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30908ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30909ac_compiler_gnu=$ac_cv_c_compiler_gnu
30910
30911
30912fi
30913
30914  fi
30915  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5
30916$as_echo "$glibcxx_cv_func__isnanf_use" >&6; }
30917
30918    if test x$glibcxx_cv_func__isnanf_use = x"yes"; then
30919      for ac_func in _isnanf
30920do :
30921  ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf"
30922if test "x$ac_cv_func__isnanf" = xyes; then :
30923  cat >>confdefs.h <<_ACEOF
30924#define HAVE__ISNANF 1
30925_ACEOF
30926
30927fi
30928done
30929
30930    fi
30931  fi
30932
30933
30934
30935
30936
30937  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5
30938$as_echo_n "checking for isinff declaration... " >&6; }
30939  if test x${glibcxx_cv_func_isinff_use+set} != xset; then
30940    if ${glibcxx_cv_func_isinff_use+:} false; then :
30941  $as_echo_n "(cached) " >&6
30942else
30943
30944
30945      ac_ext=cpp
30946ac_cpp='$CXXCPP $CPPFLAGS'
30947ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30948ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30949ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
30950
30951      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
30952/* end confdefs.h.  */
30953#include <math.h>
30954		      #ifdef HAVE_IEEEFP_H
30955		      #include <ieeefp.h>
30956		      #endif
30957
30958int
30959main ()
30960{
30961 isinff(0);
30962  ;
30963  return 0;
30964}
30965_ACEOF
30966if ac_fn_cxx_try_compile "$LINENO"; then :
30967  glibcxx_cv_func_isinff_use=yes
30968else
30969  glibcxx_cv_func_isinff_use=no
30970fi
30971rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30972      ac_ext=c
30973ac_cpp='$CPP $CPPFLAGS'
30974ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
30975ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
30976ac_compiler_gnu=$ac_cv_c_compiler_gnu
30977
30978
30979fi
30980
30981  fi
30982  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinff_use" >&5
30983$as_echo "$glibcxx_cv_func_isinff_use" >&6; }
30984
30985  if test x$glibcxx_cv_func_isinff_use = x"yes"; then
30986    for ac_func in isinff
30987do :
30988  ac_fn_c_check_func "$LINENO" "isinff" "ac_cv_func_isinff"
30989if test "x$ac_cv_func_isinff" = xyes; then :
30990  cat >>confdefs.h <<_ACEOF
30991#define HAVE_ISINFF 1
30992_ACEOF
30993
30994fi
30995done
30996
30997  else
30998
30999  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5
31000$as_echo_n "checking for _isinff declaration... " >&6; }
31001  if test x${glibcxx_cv_func__isinff_use+set} != xset; then
31002    if ${glibcxx_cv_func__isinff_use+:} false; then :
31003  $as_echo_n "(cached) " >&6
31004else
31005
31006
31007      ac_ext=cpp
31008ac_cpp='$CXXCPP $CPPFLAGS'
31009ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31010ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31011ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31012
31013      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31014/* end confdefs.h.  */
31015#include <math.h>
31016		      #ifdef HAVE_IEEEFP_H
31017		      #include <ieeefp.h>
31018		      #endif
31019
31020int
31021main ()
31022{
31023 _isinff(0);
31024  ;
31025  return 0;
31026}
31027_ACEOF
31028if ac_fn_cxx_try_compile "$LINENO"; then :
31029  glibcxx_cv_func__isinff_use=yes
31030else
31031  glibcxx_cv_func__isinff_use=no
31032fi
31033rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31034      ac_ext=c
31035ac_cpp='$CPP $CPPFLAGS'
31036ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31037ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31038ac_compiler_gnu=$ac_cv_c_compiler_gnu
31039
31040
31041fi
31042
31043  fi
31044  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5
31045$as_echo "$glibcxx_cv_func__isinff_use" >&6; }
31046
31047    if test x$glibcxx_cv_func__isinff_use = x"yes"; then
31048      for ac_func in _isinff
31049do :
31050  ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff"
31051if test "x$ac_cv_func__isinff" = xyes; then :
31052  cat >>confdefs.h <<_ACEOF
31053#define HAVE__ISINFF 1
31054_ACEOF
31055
31056fi
31057done
31058
31059    fi
31060  fi
31061
31062
31063
31064
31065
31066  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5
31067$as_echo_n "checking for atan2f declaration... " >&6; }
31068  if test x${glibcxx_cv_func_atan2f_use+set} != xset; then
31069    if ${glibcxx_cv_func_atan2f_use+:} false; then :
31070  $as_echo_n "(cached) " >&6
31071else
31072
31073
31074      ac_ext=cpp
31075ac_cpp='$CXXCPP $CPPFLAGS'
31076ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31077ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31078ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31079
31080      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31081/* end confdefs.h.  */
31082#include <math.h>
31083int
31084main ()
31085{
31086 atan2f(0, 0);
31087  ;
31088  return 0;
31089}
31090_ACEOF
31091if ac_fn_cxx_try_compile "$LINENO"; then :
31092  glibcxx_cv_func_atan2f_use=yes
31093else
31094  glibcxx_cv_func_atan2f_use=no
31095fi
31096rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31097      ac_ext=c
31098ac_cpp='$CPP $CPPFLAGS'
31099ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31100ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31101ac_compiler_gnu=$ac_cv_c_compiler_gnu
31102
31103
31104fi
31105
31106  fi
31107  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2f_use" >&5
31108$as_echo "$glibcxx_cv_func_atan2f_use" >&6; }
31109
31110  if test x$glibcxx_cv_func_atan2f_use = x"yes"; then
31111    for ac_func in atan2f
31112do :
31113  ac_fn_c_check_func "$LINENO" "atan2f" "ac_cv_func_atan2f"
31114if test "x$ac_cv_func_atan2f" = xyes; then :
31115  cat >>confdefs.h <<_ACEOF
31116#define HAVE_ATAN2F 1
31117_ACEOF
31118
31119fi
31120done
31121
31122  else
31123
31124  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5
31125$as_echo_n "checking for _atan2f declaration... " >&6; }
31126  if test x${glibcxx_cv_func__atan2f_use+set} != xset; then
31127    if ${glibcxx_cv_func__atan2f_use+:} false; then :
31128  $as_echo_n "(cached) " >&6
31129else
31130
31131
31132      ac_ext=cpp
31133ac_cpp='$CXXCPP $CPPFLAGS'
31134ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31135ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31136ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31137
31138      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31139/* end confdefs.h.  */
31140#include <math.h>
31141int
31142main ()
31143{
31144 _atan2f(0, 0);
31145  ;
31146  return 0;
31147}
31148_ACEOF
31149if ac_fn_cxx_try_compile "$LINENO"; then :
31150  glibcxx_cv_func__atan2f_use=yes
31151else
31152  glibcxx_cv_func__atan2f_use=no
31153fi
31154rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31155      ac_ext=c
31156ac_cpp='$CPP $CPPFLAGS'
31157ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31158ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31159ac_compiler_gnu=$ac_cv_c_compiler_gnu
31160
31161
31162fi
31163
31164  fi
31165  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5
31166$as_echo "$glibcxx_cv_func__atan2f_use" >&6; }
31167
31168    if test x$glibcxx_cv_func__atan2f_use = x"yes"; then
31169      for ac_func in _atan2f
31170do :
31171  ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f"
31172if test "x$ac_cv_func__atan2f" = xyes; then :
31173  cat >>confdefs.h <<_ACEOF
31174#define HAVE__ATAN2F 1
31175_ACEOF
31176
31177fi
31178done
31179
31180    fi
31181  fi
31182
31183
31184
31185
31186
31187  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5
31188$as_echo_n "checking for fabsf declaration... " >&6; }
31189  if test x${glibcxx_cv_func_fabsf_use+set} != xset; then
31190    if ${glibcxx_cv_func_fabsf_use+:} false; then :
31191  $as_echo_n "(cached) " >&6
31192else
31193
31194
31195      ac_ext=cpp
31196ac_cpp='$CXXCPP $CPPFLAGS'
31197ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31198ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31199ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31200
31201      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31202/* end confdefs.h.  */
31203#include <math.h>
31204		      #ifdef HAVE_IEEEFP_H
31205		      #include <ieeefp.h>
31206		      #endif
31207
31208int
31209main ()
31210{
31211 fabsf(0);
31212  ;
31213  return 0;
31214}
31215_ACEOF
31216if ac_fn_cxx_try_compile "$LINENO"; then :
31217  glibcxx_cv_func_fabsf_use=yes
31218else
31219  glibcxx_cv_func_fabsf_use=no
31220fi
31221rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31222      ac_ext=c
31223ac_cpp='$CPP $CPPFLAGS'
31224ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31225ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31226ac_compiler_gnu=$ac_cv_c_compiler_gnu
31227
31228
31229fi
31230
31231  fi
31232  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsf_use" >&5
31233$as_echo "$glibcxx_cv_func_fabsf_use" >&6; }
31234
31235  if test x$glibcxx_cv_func_fabsf_use = x"yes"; then
31236    for ac_func in fabsf
31237do :
31238  ac_fn_c_check_func "$LINENO" "fabsf" "ac_cv_func_fabsf"
31239if test "x$ac_cv_func_fabsf" = xyes; then :
31240  cat >>confdefs.h <<_ACEOF
31241#define HAVE_FABSF 1
31242_ACEOF
31243
31244fi
31245done
31246
31247  else
31248
31249  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5
31250$as_echo_n "checking for _fabsf declaration... " >&6; }
31251  if test x${glibcxx_cv_func__fabsf_use+set} != xset; then
31252    if ${glibcxx_cv_func__fabsf_use+:} false; then :
31253  $as_echo_n "(cached) " >&6
31254else
31255
31256
31257      ac_ext=cpp
31258ac_cpp='$CXXCPP $CPPFLAGS'
31259ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31260ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31261ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31262
31263      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31264/* end confdefs.h.  */
31265#include <math.h>
31266		      #ifdef HAVE_IEEEFP_H
31267		      #include <ieeefp.h>
31268		      #endif
31269
31270int
31271main ()
31272{
31273 _fabsf(0);
31274  ;
31275  return 0;
31276}
31277_ACEOF
31278if ac_fn_cxx_try_compile "$LINENO"; then :
31279  glibcxx_cv_func__fabsf_use=yes
31280else
31281  glibcxx_cv_func__fabsf_use=no
31282fi
31283rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31284      ac_ext=c
31285ac_cpp='$CPP $CPPFLAGS'
31286ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31287ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31288ac_compiler_gnu=$ac_cv_c_compiler_gnu
31289
31290
31291fi
31292
31293  fi
31294  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5
31295$as_echo "$glibcxx_cv_func__fabsf_use" >&6; }
31296
31297    if test x$glibcxx_cv_func__fabsf_use = x"yes"; then
31298      for ac_func in _fabsf
31299do :
31300  ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf"
31301if test "x$ac_cv_func__fabsf" = xyes; then :
31302  cat >>confdefs.h <<_ACEOF
31303#define HAVE__FABSF 1
31304_ACEOF
31305
31306fi
31307done
31308
31309    fi
31310  fi
31311
31312
31313
31314
31315
31316  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5
31317$as_echo_n "checking for fmodf declaration... " >&6; }
31318  if test x${glibcxx_cv_func_fmodf_use+set} != xset; then
31319    if ${glibcxx_cv_func_fmodf_use+:} false; then :
31320  $as_echo_n "(cached) " >&6
31321else
31322
31323
31324      ac_ext=cpp
31325ac_cpp='$CXXCPP $CPPFLAGS'
31326ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31327ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31328ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31329
31330      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31331/* end confdefs.h.  */
31332#include <math.h>
31333int
31334main ()
31335{
31336 fmodf(0, 0);
31337  ;
31338  return 0;
31339}
31340_ACEOF
31341if ac_fn_cxx_try_compile "$LINENO"; then :
31342  glibcxx_cv_func_fmodf_use=yes
31343else
31344  glibcxx_cv_func_fmodf_use=no
31345fi
31346rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31347      ac_ext=c
31348ac_cpp='$CPP $CPPFLAGS'
31349ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31350ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31351ac_compiler_gnu=$ac_cv_c_compiler_gnu
31352
31353
31354fi
31355
31356  fi
31357  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodf_use" >&5
31358$as_echo "$glibcxx_cv_func_fmodf_use" >&6; }
31359
31360  if test x$glibcxx_cv_func_fmodf_use = x"yes"; then
31361    for ac_func in fmodf
31362do :
31363  ac_fn_c_check_func "$LINENO" "fmodf" "ac_cv_func_fmodf"
31364if test "x$ac_cv_func_fmodf" = xyes; then :
31365  cat >>confdefs.h <<_ACEOF
31366#define HAVE_FMODF 1
31367_ACEOF
31368
31369fi
31370done
31371
31372  else
31373
31374  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5
31375$as_echo_n "checking for _fmodf declaration... " >&6; }
31376  if test x${glibcxx_cv_func__fmodf_use+set} != xset; then
31377    if ${glibcxx_cv_func__fmodf_use+:} false; then :
31378  $as_echo_n "(cached) " >&6
31379else
31380
31381
31382      ac_ext=cpp
31383ac_cpp='$CXXCPP $CPPFLAGS'
31384ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31385ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31386ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31387
31388      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31389/* end confdefs.h.  */
31390#include <math.h>
31391int
31392main ()
31393{
31394 _fmodf(0, 0);
31395  ;
31396  return 0;
31397}
31398_ACEOF
31399if ac_fn_cxx_try_compile "$LINENO"; then :
31400  glibcxx_cv_func__fmodf_use=yes
31401else
31402  glibcxx_cv_func__fmodf_use=no
31403fi
31404rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31405      ac_ext=c
31406ac_cpp='$CPP $CPPFLAGS'
31407ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31408ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31409ac_compiler_gnu=$ac_cv_c_compiler_gnu
31410
31411
31412fi
31413
31414  fi
31415  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5
31416$as_echo "$glibcxx_cv_func__fmodf_use" >&6; }
31417
31418    if test x$glibcxx_cv_func__fmodf_use = x"yes"; then
31419      for ac_func in _fmodf
31420do :
31421  ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf"
31422if test "x$ac_cv_func__fmodf" = xyes; then :
31423  cat >>confdefs.h <<_ACEOF
31424#define HAVE__FMODF 1
31425_ACEOF
31426
31427fi
31428done
31429
31430    fi
31431  fi
31432
31433
31434
31435
31436
31437  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5
31438$as_echo_n "checking for frexpf declaration... " >&6; }
31439  if test x${glibcxx_cv_func_frexpf_use+set} != xset; then
31440    if ${glibcxx_cv_func_frexpf_use+:} false; then :
31441  $as_echo_n "(cached) " >&6
31442else
31443
31444
31445      ac_ext=cpp
31446ac_cpp='$CXXCPP $CPPFLAGS'
31447ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31448ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31449ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31450
31451      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31452/* end confdefs.h.  */
31453#include <math.h>
31454int
31455main ()
31456{
31457 frexpf(0, 0);
31458  ;
31459  return 0;
31460}
31461_ACEOF
31462if ac_fn_cxx_try_compile "$LINENO"; then :
31463  glibcxx_cv_func_frexpf_use=yes
31464else
31465  glibcxx_cv_func_frexpf_use=no
31466fi
31467rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31468      ac_ext=c
31469ac_cpp='$CPP $CPPFLAGS'
31470ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31471ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31472ac_compiler_gnu=$ac_cv_c_compiler_gnu
31473
31474
31475fi
31476
31477  fi
31478  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpf_use" >&5
31479$as_echo "$glibcxx_cv_func_frexpf_use" >&6; }
31480
31481  if test x$glibcxx_cv_func_frexpf_use = x"yes"; then
31482    for ac_func in frexpf
31483do :
31484  ac_fn_c_check_func "$LINENO" "frexpf" "ac_cv_func_frexpf"
31485if test "x$ac_cv_func_frexpf" = xyes; then :
31486  cat >>confdefs.h <<_ACEOF
31487#define HAVE_FREXPF 1
31488_ACEOF
31489
31490fi
31491done
31492
31493  else
31494
31495  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5
31496$as_echo_n "checking for _frexpf declaration... " >&6; }
31497  if test x${glibcxx_cv_func__frexpf_use+set} != xset; then
31498    if ${glibcxx_cv_func__frexpf_use+:} false; then :
31499  $as_echo_n "(cached) " >&6
31500else
31501
31502
31503      ac_ext=cpp
31504ac_cpp='$CXXCPP $CPPFLAGS'
31505ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31506ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31507ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31508
31509      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31510/* end confdefs.h.  */
31511#include <math.h>
31512int
31513main ()
31514{
31515 _frexpf(0, 0);
31516  ;
31517  return 0;
31518}
31519_ACEOF
31520if ac_fn_cxx_try_compile "$LINENO"; then :
31521  glibcxx_cv_func__frexpf_use=yes
31522else
31523  glibcxx_cv_func__frexpf_use=no
31524fi
31525rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31526      ac_ext=c
31527ac_cpp='$CPP $CPPFLAGS'
31528ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31529ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31530ac_compiler_gnu=$ac_cv_c_compiler_gnu
31531
31532
31533fi
31534
31535  fi
31536  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5
31537$as_echo "$glibcxx_cv_func__frexpf_use" >&6; }
31538
31539    if test x$glibcxx_cv_func__frexpf_use = x"yes"; then
31540      for ac_func in _frexpf
31541do :
31542  ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf"
31543if test "x$ac_cv_func__frexpf" = xyes; then :
31544  cat >>confdefs.h <<_ACEOF
31545#define HAVE__FREXPF 1
31546_ACEOF
31547
31548fi
31549done
31550
31551    fi
31552  fi
31553
31554
31555
31556
31557
31558  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5
31559$as_echo_n "checking for hypotf declaration... " >&6; }
31560  if test x${glibcxx_cv_func_hypotf_use+set} != xset; then
31561    if ${glibcxx_cv_func_hypotf_use+:} false; then :
31562  $as_echo_n "(cached) " >&6
31563else
31564
31565
31566      ac_ext=cpp
31567ac_cpp='$CXXCPP $CPPFLAGS'
31568ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31569ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31570ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31571
31572      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31573/* end confdefs.h.  */
31574#include <math.h>
31575int
31576main ()
31577{
31578 hypotf(0, 0);
31579  ;
31580  return 0;
31581}
31582_ACEOF
31583if ac_fn_cxx_try_compile "$LINENO"; then :
31584  glibcxx_cv_func_hypotf_use=yes
31585else
31586  glibcxx_cv_func_hypotf_use=no
31587fi
31588rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31589      ac_ext=c
31590ac_cpp='$CPP $CPPFLAGS'
31591ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31592ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31593ac_compiler_gnu=$ac_cv_c_compiler_gnu
31594
31595
31596fi
31597
31598  fi
31599  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotf_use" >&5
31600$as_echo "$glibcxx_cv_func_hypotf_use" >&6; }
31601
31602  if test x$glibcxx_cv_func_hypotf_use = x"yes"; then
31603    for ac_func in hypotf
31604do :
31605  ac_fn_c_check_func "$LINENO" "hypotf" "ac_cv_func_hypotf"
31606if test "x$ac_cv_func_hypotf" = xyes; then :
31607  cat >>confdefs.h <<_ACEOF
31608#define HAVE_HYPOTF 1
31609_ACEOF
31610
31611fi
31612done
31613
31614  else
31615
31616  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5
31617$as_echo_n "checking for _hypotf declaration... " >&6; }
31618  if test x${glibcxx_cv_func__hypotf_use+set} != xset; then
31619    if ${glibcxx_cv_func__hypotf_use+:} false; then :
31620  $as_echo_n "(cached) " >&6
31621else
31622
31623
31624      ac_ext=cpp
31625ac_cpp='$CXXCPP $CPPFLAGS'
31626ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31627ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31628ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31629
31630      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31631/* end confdefs.h.  */
31632#include <math.h>
31633int
31634main ()
31635{
31636 _hypotf(0, 0);
31637  ;
31638  return 0;
31639}
31640_ACEOF
31641if ac_fn_cxx_try_compile "$LINENO"; then :
31642  glibcxx_cv_func__hypotf_use=yes
31643else
31644  glibcxx_cv_func__hypotf_use=no
31645fi
31646rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31647      ac_ext=c
31648ac_cpp='$CPP $CPPFLAGS'
31649ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31650ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31651ac_compiler_gnu=$ac_cv_c_compiler_gnu
31652
31653
31654fi
31655
31656  fi
31657  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5
31658$as_echo "$glibcxx_cv_func__hypotf_use" >&6; }
31659
31660    if test x$glibcxx_cv_func__hypotf_use = x"yes"; then
31661      for ac_func in _hypotf
31662do :
31663  ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf"
31664if test "x$ac_cv_func__hypotf" = xyes; then :
31665  cat >>confdefs.h <<_ACEOF
31666#define HAVE__HYPOTF 1
31667_ACEOF
31668
31669fi
31670done
31671
31672    fi
31673  fi
31674
31675
31676
31677
31678
31679  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5
31680$as_echo_n "checking for ldexpf declaration... " >&6; }
31681  if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then
31682    if ${glibcxx_cv_func_ldexpf_use+:} false; then :
31683  $as_echo_n "(cached) " >&6
31684else
31685
31686
31687      ac_ext=cpp
31688ac_cpp='$CXXCPP $CPPFLAGS'
31689ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31690ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31691ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31692
31693      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31694/* end confdefs.h.  */
31695#include <math.h>
31696int
31697main ()
31698{
31699 ldexpf(0, 0);
31700  ;
31701  return 0;
31702}
31703_ACEOF
31704if ac_fn_cxx_try_compile "$LINENO"; then :
31705  glibcxx_cv_func_ldexpf_use=yes
31706else
31707  glibcxx_cv_func_ldexpf_use=no
31708fi
31709rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31710      ac_ext=c
31711ac_cpp='$CPP $CPPFLAGS'
31712ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31713ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31714ac_compiler_gnu=$ac_cv_c_compiler_gnu
31715
31716
31717fi
31718
31719  fi
31720  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpf_use" >&5
31721$as_echo "$glibcxx_cv_func_ldexpf_use" >&6; }
31722
31723  if test x$glibcxx_cv_func_ldexpf_use = x"yes"; then
31724    for ac_func in ldexpf
31725do :
31726  ac_fn_c_check_func "$LINENO" "ldexpf" "ac_cv_func_ldexpf"
31727if test "x$ac_cv_func_ldexpf" = xyes; then :
31728  cat >>confdefs.h <<_ACEOF
31729#define HAVE_LDEXPF 1
31730_ACEOF
31731
31732fi
31733done
31734
31735  else
31736
31737  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5
31738$as_echo_n "checking for _ldexpf declaration... " >&6; }
31739  if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then
31740    if ${glibcxx_cv_func__ldexpf_use+:} false; then :
31741  $as_echo_n "(cached) " >&6
31742else
31743
31744
31745      ac_ext=cpp
31746ac_cpp='$CXXCPP $CPPFLAGS'
31747ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31748ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31749ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31750
31751      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31752/* end confdefs.h.  */
31753#include <math.h>
31754int
31755main ()
31756{
31757 _ldexpf(0, 0);
31758  ;
31759  return 0;
31760}
31761_ACEOF
31762if ac_fn_cxx_try_compile "$LINENO"; then :
31763  glibcxx_cv_func__ldexpf_use=yes
31764else
31765  glibcxx_cv_func__ldexpf_use=no
31766fi
31767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31768      ac_ext=c
31769ac_cpp='$CPP $CPPFLAGS'
31770ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31771ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31772ac_compiler_gnu=$ac_cv_c_compiler_gnu
31773
31774
31775fi
31776
31777  fi
31778  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5
31779$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; }
31780
31781    if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then
31782      for ac_func in _ldexpf
31783do :
31784  ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf"
31785if test "x$ac_cv_func__ldexpf" = xyes; then :
31786  cat >>confdefs.h <<_ACEOF
31787#define HAVE__LDEXPF 1
31788_ACEOF
31789
31790fi
31791done
31792
31793    fi
31794  fi
31795
31796
31797
31798
31799
31800  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5
31801$as_echo_n "checking for logf declaration... " >&6; }
31802  if test x${glibcxx_cv_func_logf_use+set} != xset; then
31803    if ${glibcxx_cv_func_logf_use+:} false; then :
31804  $as_echo_n "(cached) " >&6
31805else
31806
31807
31808      ac_ext=cpp
31809ac_cpp='$CXXCPP $CPPFLAGS'
31810ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31811ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31812ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31813
31814      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31815/* end confdefs.h.  */
31816#include <math.h>
31817		      #ifdef HAVE_IEEEFP_H
31818		      #include <ieeefp.h>
31819		      #endif
31820
31821int
31822main ()
31823{
31824 logf(0);
31825  ;
31826  return 0;
31827}
31828_ACEOF
31829if ac_fn_cxx_try_compile "$LINENO"; then :
31830  glibcxx_cv_func_logf_use=yes
31831else
31832  glibcxx_cv_func_logf_use=no
31833fi
31834rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31835      ac_ext=c
31836ac_cpp='$CPP $CPPFLAGS'
31837ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31838ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31839ac_compiler_gnu=$ac_cv_c_compiler_gnu
31840
31841
31842fi
31843
31844  fi
31845  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logf_use" >&5
31846$as_echo "$glibcxx_cv_func_logf_use" >&6; }
31847
31848  if test x$glibcxx_cv_func_logf_use = x"yes"; then
31849    for ac_func in logf
31850do :
31851  ac_fn_c_check_func "$LINENO" "logf" "ac_cv_func_logf"
31852if test "x$ac_cv_func_logf" = xyes; then :
31853  cat >>confdefs.h <<_ACEOF
31854#define HAVE_LOGF 1
31855_ACEOF
31856
31857fi
31858done
31859
31860  else
31861
31862  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5
31863$as_echo_n "checking for _logf declaration... " >&6; }
31864  if test x${glibcxx_cv_func__logf_use+set} != xset; then
31865    if ${glibcxx_cv_func__logf_use+:} false; then :
31866  $as_echo_n "(cached) " >&6
31867else
31868
31869
31870      ac_ext=cpp
31871ac_cpp='$CXXCPP $CPPFLAGS'
31872ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31873ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31874ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31875
31876      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31877/* end confdefs.h.  */
31878#include <math.h>
31879		      #ifdef HAVE_IEEEFP_H
31880		      #include <ieeefp.h>
31881		      #endif
31882
31883int
31884main ()
31885{
31886 _logf(0);
31887  ;
31888  return 0;
31889}
31890_ACEOF
31891if ac_fn_cxx_try_compile "$LINENO"; then :
31892  glibcxx_cv_func__logf_use=yes
31893else
31894  glibcxx_cv_func__logf_use=no
31895fi
31896rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31897      ac_ext=c
31898ac_cpp='$CPP $CPPFLAGS'
31899ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31900ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31901ac_compiler_gnu=$ac_cv_c_compiler_gnu
31902
31903
31904fi
31905
31906  fi
31907  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5
31908$as_echo "$glibcxx_cv_func__logf_use" >&6; }
31909
31910    if test x$glibcxx_cv_func__logf_use = x"yes"; then
31911      for ac_func in _logf
31912do :
31913  ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf"
31914if test "x$ac_cv_func__logf" = xyes; then :
31915  cat >>confdefs.h <<_ACEOF
31916#define HAVE__LOGF 1
31917_ACEOF
31918
31919fi
31920done
31921
31922    fi
31923  fi
31924
31925
31926
31927
31928
31929  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5
31930$as_echo_n "checking for log10f declaration... " >&6; }
31931  if test x${glibcxx_cv_func_log10f_use+set} != xset; then
31932    if ${glibcxx_cv_func_log10f_use+:} false; then :
31933  $as_echo_n "(cached) " >&6
31934else
31935
31936
31937      ac_ext=cpp
31938ac_cpp='$CXXCPP $CPPFLAGS'
31939ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31940ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31941ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
31942
31943      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31944/* end confdefs.h.  */
31945#include <math.h>
31946		      #ifdef HAVE_IEEEFP_H
31947		      #include <ieeefp.h>
31948		      #endif
31949
31950int
31951main ()
31952{
31953 log10f(0);
31954  ;
31955  return 0;
31956}
31957_ACEOF
31958if ac_fn_cxx_try_compile "$LINENO"; then :
31959  glibcxx_cv_func_log10f_use=yes
31960else
31961  glibcxx_cv_func_log10f_use=no
31962fi
31963rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31964      ac_ext=c
31965ac_cpp='$CPP $CPPFLAGS'
31966ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31967ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31968ac_compiler_gnu=$ac_cv_c_compiler_gnu
31969
31970
31971fi
31972
31973  fi
31974  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10f_use" >&5
31975$as_echo "$glibcxx_cv_func_log10f_use" >&6; }
31976
31977  if test x$glibcxx_cv_func_log10f_use = x"yes"; then
31978    for ac_func in log10f
31979do :
31980  ac_fn_c_check_func "$LINENO" "log10f" "ac_cv_func_log10f"
31981if test "x$ac_cv_func_log10f" = xyes; then :
31982  cat >>confdefs.h <<_ACEOF
31983#define HAVE_LOG10F 1
31984_ACEOF
31985
31986fi
31987done
31988
31989  else
31990
31991  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5
31992$as_echo_n "checking for _log10f declaration... " >&6; }
31993  if test x${glibcxx_cv_func__log10f_use+set} != xset; then
31994    if ${glibcxx_cv_func__log10f_use+:} false; then :
31995  $as_echo_n "(cached) " >&6
31996else
31997
31998
31999      ac_ext=cpp
32000ac_cpp='$CXXCPP $CPPFLAGS'
32001ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32002ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32003ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32004
32005      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32006/* end confdefs.h.  */
32007#include <math.h>
32008		      #ifdef HAVE_IEEEFP_H
32009		      #include <ieeefp.h>
32010		      #endif
32011
32012int
32013main ()
32014{
32015 _log10f(0);
32016  ;
32017  return 0;
32018}
32019_ACEOF
32020if ac_fn_cxx_try_compile "$LINENO"; then :
32021  glibcxx_cv_func__log10f_use=yes
32022else
32023  glibcxx_cv_func__log10f_use=no
32024fi
32025rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32026      ac_ext=c
32027ac_cpp='$CPP $CPPFLAGS'
32028ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32029ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32030ac_compiler_gnu=$ac_cv_c_compiler_gnu
32031
32032
32033fi
32034
32035  fi
32036  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5
32037$as_echo "$glibcxx_cv_func__log10f_use" >&6; }
32038
32039    if test x$glibcxx_cv_func__log10f_use = x"yes"; then
32040      for ac_func in _log10f
32041do :
32042  ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f"
32043if test "x$ac_cv_func__log10f" = xyes; then :
32044  cat >>confdefs.h <<_ACEOF
32045#define HAVE__LOG10F 1
32046_ACEOF
32047
32048fi
32049done
32050
32051    fi
32052  fi
32053
32054
32055
32056
32057
32058  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5
32059$as_echo_n "checking for modff declaration... " >&6; }
32060  if test x${glibcxx_cv_func_modff_use+set} != xset; then
32061    if ${glibcxx_cv_func_modff_use+:} false; then :
32062  $as_echo_n "(cached) " >&6
32063else
32064
32065
32066      ac_ext=cpp
32067ac_cpp='$CXXCPP $CPPFLAGS'
32068ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32069ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32070ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32071
32072      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32073/* end confdefs.h.  */
32074#include <math.h>
32075int
32076main ()
32077{
32078 modff(0, 0);
32079  ;
32080  return 0;
32081}
32082_ACEOF
32083if ac_fn_cxx_try_compile "$LINENO"; then :
32084  glibcxx_cv_func_modff_use=yes
32085else
32086  glibcxx_cv_func_modff_use=no
32087fi
32088rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32089      ac_ext=c
32090ac_cpp='$CPP $CPPFLAGS'
32091ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32092ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32093ac_compiler_gnu=$ac_cv_c_compiler_gnu
32094
32095
32096fi
32097
32098  fi
32099  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modff_use" >&5
32100$as_echo "$glibcxx_cv_func_modff_use" >&6; }
32101
32102  if test x$glibcxx_cv_func_modff_use = x"yes"; then
32103    for ac_func in modff
32104do :
32105  ac_fn_c_check_func "$LINENO" "modff" "ac_cv_func_modff"
32106if test "x$ac_cv_func_modff" = xyes; then :
32107  cat >>confdefs.h <<_ACEOF
32108#define HAVE_MODFF 1
32109_ACEOF
32110
32111fi
32112done
32113
32114  else
32115
32116  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5
32117$as_echo_n "checking for _modff declaration... " >&6; }
32118  if test x${glibcxx_cv_func__modff_use+set} != xset; then
32119    if ${glibcxx_cv_func__modff_use+:} false; then :
32120  $as_echo_n "(cached) " >&6
32121else
32122
32123
32124      ac_ext=cpp
32125ac_cpp='$CXXCPP $CPPFLAGS'
32126ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32127ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32128ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32129
32130      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32131/* end confdefs.h.  */
32132#include <math.h>
32133int
32134main ()
32135{
32136 _modff(0, 0);
32137  ;
32138  return 0;
32139}
32140_ACEOF
32141if ac_fn_cxx_try_compile "$LINENO"; then :
32142  glibcxx_cv_func__modff_use=yes
32143else
32144  glibcxx_cv_func__modff_use=no
32145fi
32146rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32147      ac_ext=c
32148ac_cpp='$CPP $CPPFLAGS'
32149ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32150ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32151ac_compiler_gnu=$ac_cv_c_compiler_gnu
32152
32153
32154fi
32155
32156  fi
32157  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5
32158$as_echo "$glibcxx_cv_func__modff_use" >&6; }
32159
32160    if test x$glibcxx_cv_func__modff_use = x"yes"; then
32161      for ac_func in _modff
32162do :
32163  ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff"
32164if test "x$ac_cv_func__modff" = xyes; then :
32165  cat >>confdefs.h <<_ACEOF
32166#define HAVE__MODFF 1
32167_ACEOF
32168
32169fi
32170done
32171
32172    fi
32173  fi
32174
32175
32176
32177
32178
32179  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5
32180$as_echo_n "checking for modf declaration... " >&6; }
32181  if test x${glibcxx_cv_func_modf_use+set} != xset; then
32182    if ${glibcxx_cv_func_modf_use+:} false; then :
32183  $as_echo_n "(cached) " >&6
32184else
32185
32186
32187      ac_ext=cpp
32188ac_cpp='$CXXCPP $CPPFLAGS'
32189ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32190ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32191ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32192
32193      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32194/* end confdefs.h.  */
32195#include <math.h>
32196int
32197main ()
32198{
32199 modf(0, 0);
32200  ;
32201  return 0;
32202}
32203_ACEOF
32204if ac_fn_cxx_try_compile "$LINENO"; then :
32205  glibcxx_cv_func_modf_use=yes
32206else
32207  glibcxx_cv_func_modf_use=no
32208fi
32209rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32210      ac_ext=c
32211ac_cpp='$CPP $CPPFLAGS'
32212ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32213ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32214ac_compiler_gnu=$ac_cv_c_compiler_gnu
32215
32216
32217fi
32218
32219  fi
32220  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modf_use" >&5
32221$as_echo "$glibcxx_cv_func_modf_use" >&6; }
32222
32223  if test x$glibcxx_cv_func_modf_use = x"yes"; then
32224    for ac_func in modf
32225do :
32226  ac_fn_c_check_func "$LINENO" "modf" "ac_cv_func_modf"
32227if test "x$ac_cv_func_modf" = xyes; then :
32228  cat >>confdefs.h <<_ACEOF
32229#define HAVE_MODF 1
32230_ACEOF
32231
32232fi
32233done
32234
32235  else
32236
32237  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5
32238$as_echo_n "checking for _modf declaration... " >&6; }
32239  if test x${glibcxx_cv_func__modf_use+set} != xset; then
32240    if ${glibcxx_cv_func__modf_use+:} false; then :
32241  $as_echo_n "(cached) " >&6
32242else
32243
32244
32245      ac_ext=cpp
32246ac_cpp='$CXXCPP $CPPFLAGS'
32247ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32248ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32249ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32250
32251      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32252/* end confdefs.h.  */
32253#include <math.h>
32254int
32255main ()
32256{
32257 _modf(0, 0);
32258  ;
32259  return 0;
32260}
32261_ACEOF
32262if ac_fn_cxx_try_compile "$LINENO"; then :
32263  glibcxx_cv_func__modf_use=yes
32264else
32265  glibcxx_cv_func__modf_use=no
32266fi
32267rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32268      ac_ext=c
32269ac_cpp='$CPP $CPPFLAGS'
32270ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32271ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32272ac_compiler_gnu=$ac_cv_c_compiler_gnu
32273
32274
32275fi
32276
32277  fi
32278  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5
32279$as_echo "$glibcxx_cv_func__modf_use" >&6; }
32280
32281    if test x$glibcxx_cv_func__modf_use = x"yes"; then
32282      for ac_func in _modf
32283do :
32284  ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf"
32285if test "x$ac_cv_func__modf" = xyes; then :
32286  cat >>confdefs.h <<_ACEOF
32287#define HAVE__MODF 1
32288_ACEOF
32289
32290fi
32291done
32292
32293    fi
32294  fi
32295
32296
32297
32298
32299
32300  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5
32301$as_echo_n "checking for powf declaration... " >&6; }
32302  if test x${glibcxx_cv_func_powf_use+set} != xset; then
32303    if ${glibcxx_cv_func_powf_use+:} false; then :
32304  $as_echo_n "(cached) " >&6
32305else
32306
32307
32308      ac_ext=cpp
32309ac_cpp='$CXXCPP $CPPFLAGS'
32310ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32311ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32312ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32313
32314      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32315/* end confdefs.h.  */
32316#include <math.h>
32317int
32318main ()
32319{
32320 powf(0, 0);
32321  ;
32322  return 0;
32323}
32324_ACEOF
32325if ac_fn_cxx_try_compile "$LINENO"; then :
32326  glibcxx_cv_func_powf_use=yes
32327else
32328  glibcxx_cv_func_powf_use=no
32329fi
32330rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32331      ac_ext=c
32332ac_cpp='$CPP $CPPFLAGS'
32333ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32334ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32335ac_compiler_gnu=$ac_cv_c_compiler_gnu
32336
32337
32338fi
32339
32340  fi
32341  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powf_use" >&5
32342$as_echo "$glibcxx_cv_func_powf_use" >&6; }
32343
32344  if test x$glibcxx_cv_func_powf_use = x"yes"; then
32345    for ac_func in powf
32346do :
32347  ac_fn_c_check_func "$LINENO" "powf" "ac_cv_func_powf"
32348if test "x$ac_cv_func_powf" = xyes; then :
32349  cat >>confdefs.h <<_ACEOF
32350#define HAVE_POWF 1
32351_ACEOF
32352
32353fi
32354done
32355
32356  else
32357
32358  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5
32359$as_echo_n "checking for _powf declaration... " >&6; }
32360  if test x${glibcxx_cv_func__powf_use+set} != xset; then
32361    if ${glibcxx_cv_func__powf_use+:} false; then :
32362  $as_echo_n "(cached) " >&6
32363else
32364
32365
32366      ac_ext=cpp
32367ac_cpp='$CXXCPP $CPPFLAGS'
32368ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32369ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32370ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32371
32372      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32373/* end confdefs.h.  */
32374#include <math.h>
32375int
32376main ()
32377{
32378 _powf(0, 0);
32379  ;
32380  return 0;
32381}
32382_ACEOF
32383if ac_fn_cxx_try_compile "$LINENO"; then :
32384  glibcxx_cv_func__powf_use=yes
32385else
32386  glibcxx_cv_func__powf_use=no
32387fi
32388rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32389      ac_ext=c
32390ac_cpp='$CPP $CPPFLAGS'
32391ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32392ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32393ac_compiler_gnu=$ac_cv_c_compiler_gnu
32394
32395
32396fi
32397
32398  fi
32399  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5
32400$as_echo "$glibcxx_cv_func__powf_use" >&6; }
32401
32402    if test x$glibcxx_cv_func__powf_use = x"yes"; then
32403      for ac_func in _powf
32404do :
32405  ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf"
32406if test "x$ac_cv_func__powf" = xyes; then :
32407  cat >>confdefs.h <<_ACEOF
32408#define HAVE__POWF 1
32409_ACEOF
32410
32411fi
32412done
32413
32414    fi
32415  fi
32416
32417
32418
32419
32420
32421  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5
32422$as_echo_n "checking for sqrtf declaration... " >&6; }
32423  if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then
32424    if ${glibcxx_cv_func_sqrtf_use+:} false; then :
32425  $as_echo_n "(cached) " >&6
32426else
32427
32428
32429      ac_ext=cpp
32430ac_cpp='$CXXCPP $CPPFLAGS'
32431ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32432ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32433ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32434
32435      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32436/* end confdefs.h.  */
32437#include <math.h>
32438		      #ifdef HAVE_IEEEFP_H
32439		      #include <ieeefp.h>
32440		      #endif
32441
32442int
32443main ()
32444{
32445 sqrtf(0);
32446  ;
32447  return 0;
32448}
32449_ACEOF
32450if ac_fn_cxx_try_compile "$LINENO"; then :
32451  glibcxx_cv_func_sqrtf_use=yes
32452else
32453  glibcxx_cv_func_sqrtf_use=no
32454fi
32455rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32456      ac_ext=c
32457ac_cpp='$CPP $CPPFLAGS'
32458ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32459ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32460ac_compiler_gnu=$ac_cv_c_compiler_gnu
32461
32462
32463fi
32464
32465  fi
32466  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtf_use" >&5
32467$as_echo "$glibcxx_cv_func_sqrtf_use" >&6; }
32468
32469  if test x$glibcxx_cv_func_sqrtf_use = x"yes"; then
32470    for ac_func in sqrtf
32471do :
32472  ac_fn_c_check_func "$LINENO" "sqrtf" "ac_cv_func_sqrtf"
32473if test "x$ac_cv_func_sqrtf" = xyes; then :
32474  cat >>confdefs.h <<_ACEOF
32475#define HAVE_SQRTF 1
32476_ACEOF
32477
32478fi
32479done
32480
32481  else
32482
32483  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5
32484$as_echo_n "checking for _sqrtf declaration... " >&6; }
32485  if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then
32486    if ${glibcxx_cv_func__sqrtf_use+:} false; then :
32487  $as_echo_n "(cached) " >&6
32488else
32489
32490
32491      ac_ext=cpp
32492ac_cpp='$CXXCPP $CPPFLAGS'
32493ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32494ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32495ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32496
32497      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32498/* end confdefs.h.  */
32499#include <math.h>
32500		      #ifdef HAVE_IEEEFP_H
32501		      #include <ieeefp.h>
32502		      #endif
32503
32504int
32505main ()
32506{
32507 _sqrtf(0);
32508  ;
32509  return 0;
32510}
32511_ACEOF
32512if ac_fn_cxx_try_compile "$LINENO"; then :
32513  glibcxx_cv_func__sqrtf_use=yes
32514else
32515  glibcxx_cv_func__sqrtf_use=no
32516fi
32517rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32518      ac_ext=c
32519ac_cpp='$CPP $CPPFLAGS'
32520ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32521ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32522ac_compiler_gnu=$ac_cv_c_compiler_gnu
32523
32524
32525fi
32526
32527  fi
32528  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5
32529$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; }
32530
32531    if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then
32532      for ac_func in _sqrtf
32533do :
32534  ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf"
32535if test "x$ac_cv_func__sqrtf" = xyes; then :
32536  cat >>confdefs.h <<_ACEOF
32537#define HAVE__SQRTF 1
32538_ACEOF
32539
32540fi
32541done
32542
32543    fi
32544  fi
32545
32546
32547
32548
32549
32550  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5
32551$as_echo_n "checking for sincosf declaration... " >&6; }
32552  if test x${glibcxx_cv_func_sincosf_use+set} != xset; then
32553    if ${glibcxx_cv_func_sincosf_use+:} false; then :
32554  $as_echo_n "(cached) " >&6
32555else
32556
32557
32558      ac_ext=cpp
32559ac_cpp='$CXXCPP $CPPFLAGS'
32560ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32561ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32562ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32563
32564      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32565/* end confdefs.h.  */
32566#include <math.h>
32567int
32568main ()
32569{
32570 sincosf(0, 0, 0);
32571  ;
32572  return 0;
32573}
32574_ACEOF
32575if ac_fn_cxx_try_compile "$LINENO"; then :
32576  glibcxx_cv_func_sincosf_use=yes
32577else
32578  glibcxx_cv_func_sincosf_use=no
32579fi
32580rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32581      ac_ext=c
32582ac_cpp='$CPP $CPPFLAGS'
32583ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32584ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32585ac_compiler_gnu=$ac_cv_c_compiler_gnu
32586
32587
32588fi
32589
32590  fi
32591  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosf_use" >&5
32592$as_echo "$glibcxx_cv_func_sincosf_use" >&6; }
32593
32594  if test x$glibcxx_cv_func_sincosf_use = x"yes"; then
32595    for ac_func in sincosf
32596do :
32597  ac_fn_c_check_func "$LINENO" "sincosf" "ac_cv_func_sincosf"
32598if test "x$ac_cv_func_sincosf" = xyes; then :
32599  cat >>confdefs.h <<_ACEOF
32600#define HAVE_SINCOSF 1
32601_ACEOF
32602
32603fi
32604done
32605
32606  else
32607
32608  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5
32609$as_echo_n "checking for _sincosf declaration... " >&6; }
32610  if test x${glibcxx_cv_func__sincosf_use+set} != xset; then
32611    if ${glibcxx_cv_func__sincosf_use+:} false; then :
32612  $as_echo_n "(cached) " >&6
32613else
32614
32615
32616      ac_ext=cpp
32617ac_cpp='$CXXCPP $CPPFLAGS'
32618ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32619ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32620ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32621
32622      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32623/* end confdefs.h.  */
32624#include <math.h>
32625int
32626main ()
32627{
32628 _sincosf(0, 0, 0);
32629  ;
32630  return 0;
32631}
32632_ACEOF
32633if ac_fn_cxx_try_compile "$LINENO"; then :
32634  glibcxx_cv_func__sincosf_use=yes
32635else
32636  glibcxx_cv_func__sincosf_use=no
32637fi
32638rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32639      ac_ext=c
32640ac_cpp='$CPP $CPPFLAGS'
32641ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32642ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32643ac_compiler_gnu=$ac_cv_c_compiler_gnu
32644
32645
32646fi
32647
32648  fi
32649  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5
32650$as_echo "$glibcxx_cv_func__sincosf_use" >&6; }
32651
32652    if test x$glibcxx_cv_func__sincosf_use = x"yes"; then
32653      for ac_func in _sincosf
32654do :
32655  ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf"
32656if test "x$ac_cv_func__sincosf" = xyes; then :
32657  cat >>confdefs.h <<_ACEOF
32658#define HAVE__SINCOSF 1
32659_ACEOF
32660
32661fi
32662done
32663
32664    fi
32665  fi
32666
32667
32668
32669
32670
32671  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5
32672$as_echo_n "checking for finitef declaration... " >&6; }
32673  if test x${glibcxx_cv_func_finitef_use+set} != xset; then
32674    if ${glibcxx_cv_func_finitef_use+:} false; then :
32675  $as_echo_n "(cached) " >&6
32676else
32677
32678
32679      ac_ext=cpp
32680ac_cpp='$CXXCPP $CPPFLAGS'
32681ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32682ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32683ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32684
32685      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32686/* end confdefs.h.  */
32687#include <math.h>
32688		      #ifdef HAVE_IEEEFP_H
32689		      #include <ieeefp.h>
32690		      #endif
32691
32692int
32693main ()
32694{
32695 finitef(0);
32696  ;
32697  return 0;
32698}
32699_ACEOF
32700if ac_fn_cxx_try_compile "$LINENO"; then :
32701  glibcxx_cv_func_finitef_use=yes
32702else
32703  glibcxx_cv_func_finitef_use=no
32704fi
32705rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32706      ac_ext=c
32707ac_cpp='$CPP $CPPFLAGS'
32708ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32709ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32710ac_compiler_gnu=$ac_cv_c_compiler_gnu
32711
32712
32713fi
32714
32715  fi
32716  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitef_use" >&5
32717$as_echo "$glibcxx_cv_func_finitef_use" >&6; }
32718
32719  if test x$glibcxx_cv_func_finitef_use = x"yes"; then
32720    for ac_func in finitef
32721do :
32722  ac_fn_c_check_func "$LINENO" "finitef" "ac_cv_func_finitef"
32723if test "x$ac_cv_func_finitef" = xyes; then :
32724  cat >>confdefs.h <<_ACEOF
32725#define HAVE_FINITEF 1
32726_ACEOF
32727
32728fi
32729done
32730
32731  else
32732
32733  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5
32734$as_echo_n "checking for _finitef declaration... " >&6; }
32735  if test x${glibcxx_cv_func__finitef_use+set} != xset; then
32736    if ${glibcxx_cv_func__finitef_use+:} false; then :
32737  $as_echo_n "(cached) " >&6
32738else
32739
32740
32741      ac_ext=cpp
32742ac_cpp='$CXXCPP $CPPFLAGS'
32743ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32744ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32745ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32746
32747      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32748/* end confdefs.h.  */
32749#include <math.h>
32750		      #ifdef HAVE_IEEEFP_H
32751		      #include <ieeefp.h>
32752		      #endif
32753
32754int
32755main ()
32756{
32757 _finitef(0);
32758  ;
32759  return 0;
32760}
32761_ACEOF
32762if ac_fn_cxx_try_compile "$LINENO"; then :
32763  glibcxx_cv_func__finitef_use=yes
32764else
32765  glibcxx_cv_func__finitef_use=no
32766fi
32767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32768      ac_ext=c
32769ac_cpp='$CPP $CPPFLAGS'
32770ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32771ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32772ac_compiler_gnu=$ac_cv_c_compiler_gnu
32773
32774
32775fi
32776
32777  fi
32778  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5
32779$as_echo "$glibcxx_cv_func__finitef_use" >&6; }
32780
32781    if test x$glibcxx_cv_func__finitef_use = x"yes"; then
32782      for ac_func in _finitef
32783do :
32784  ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef"
32785if test "x$ac_cv_func__finitef" = xyes; then :
32786  cat >>confdefs.h <<_ACEOF
32787#define HAVE__FINITEF 1
32788_ACEOF
32789
32790fi
32791done
32792
32793    fi
32794  fi
32795
32796
32797
32798
32799
32800    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5
32801$as_echo_n "checking for long double trig functions... " >&6; }
32802  if ${glibcxx_cv_func_long_double_trig_use+:} false; then :
32803  $as_echo_n "(cached) " >&6
32804else
32805
32806
32807    ac_ext=cpp
32808ac_cpp='$CXXCPP $CPPFLAGS'
32809ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32810ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32811ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32812
32813    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32814/* end confdefs.h.  */
32815#include <math.h>
32816int
32817main ()
32818{
32819acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
32820  ;
32821  return 0;
32822}
32823_ACEOF
32824if ac_fn_cxx_try_compile "$LINENO"; then :
32825  glibcxx_cv_func_long_double_trig_use=yes
32826else
32827  glibcxx_cv_func_long_double_trig_use=no
32828fi
32829rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32830    ac_ext=c
32831ac_cpp='$CPP $CPPFLAGS'
32832ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32833ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32834ac_compiler_gnu=$ac_cv_c_compiler_gnu
32835
32836fi
32837
32838  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_trig_use" >&5
32839$as_echo "$glibcxx_cv_func_long_double_trig_use" >&6; }
32840  if test x$glibcxx_cv_func_long_double_trig_use = x"yes"; then
32841    for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
32842do :
32843  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
32844ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
32845if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
32846  cat >>confdefs.h <<_ACEOF
32847#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
32848_ACEOF
32849
32850fi
32851done
32852
32853  else
32854    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5
32855$as_echo_n "checking for _long double trig functions... " >&6; }
32856    if ${glibcxx_cv_func__long_double_trig_use+:} false; then :
32857  $as_echo_n "(cached) " >&6
32858else
32859
32860
32861      ac_ext=cpp
32862ac_cpp='$CXXCPP $CPPFLAGS'
32863ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32864ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32865ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32866
32867      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32868/* end confdefs.h.  */
32869#include <math.h>
32870int
32871main ()
32872{
32873_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0);
32874  ;
32875  return 0;
32876}
32877_ACEOF
32878if ac_fn_cxx_try_compile "$LINENO"; then :
32879  glibcxx_cv_func__long_double_trig_use=yes
32880else
32881  glibcxx_cv_func__long_double_trig_use=no
32882fi
32883rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32884      ac_ext=c
32885ac_cpp='$CPP $CPPFLAGS'
32886ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32887ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32888ac_compiler_gnu=$ac_cv_c_compiler_gnu
32889
32890fi
32891
32892    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5
32893$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; }
32894    if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then
32895      for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl
32896do :
32897  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
32898ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
32899if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
32900  cat >>confdefs.h <<_ACEOF
32901#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
32902_ACEOF
32903
32904fi
32905done
32906
32907    fi
32908  fi
32909
32910
32911
32912
32913
32914    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5
32915$as_echo_n "checking for long double round functions... " >&6; }
32916  if ${glibcxx_cv_func_long_double_round_use+:} false; then :
32917  $as_echo_n "(cached) " >&6
32918else
32919
32920
32921    ac_ext=cpp
32922ac_cpp='$CXXCPP $CPPFLAGS'
32923ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32924ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32925ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32926
32927    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32928/* end confdefs.h.  */
32929#include <math.h>
32930int
32931main ()
32932{
32933ceill (0); floorl (0);
32934  ;
32935  return 0;
32936}
32937_ACEOF
32938if ac_fn_cxx_try_compile "$LINENO"; then :
32939  glibcxx_cv_func_long_double_round_use=yes
32940else
32941  glibcxx_cv_func_long_double_round_use=no
32942fi
32943rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32944    ac_ext=c
32945ac_cpp='$CPP $CPPFLAGS'
32946ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32947ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32948ac_compiler_gnu=$ac_cv_c_compiler_gnu
32949
32950fi
32951
32952  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_round_use" >&5
32953$as_echo "$glibcxx_cv_func_long_double_round_use" >&6; }
32954  if test x$glibcxx_cv_func_long_double_round_use = x"yes"; then
32955    for ac_func in ceill floorl
32956do :
32957  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
32958ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
32959if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
32960  cat >>confdefs.h <<_ACEOF
32961#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
32962_ACEOF
32963
32964fi
32965done
32966
32967  else
32968    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5
32969$as_echo_n "checking for _long double round functions... " >&6; }
32970    if ${glibcxx_cv_func__long_double_round_use+:} false; then :
32971  $as_echo_n "(cached) " >&6
32972else
32973
32974
32975      ac_ext=cpp
32976ac_cpp='$CXXCPP $CPPFLAGS'
32977ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32978ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32979ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32980
32981      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32982/* end confdefs.h.  */
32983#include <math.h>
32984int
32985main ()
32986{
32987_ceill (0); _floorl (0);
32988  ;
32989  return 0;
32990}
32991_ACEOF
32992if ac_fn_cxx_try_compile "$LINENO"; then :
32993  glibcxx_cv_func__long_double_round_use=yes
32994else
32995  glibcxx_cv_func__long_double_round_use=no
32996fi
32997rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32998      ac_ext=c
32999ac_cpp='$CPP $CPPFLAGS'
33000ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33001ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33002ac_compiler_gnu=$ac_cv_c_compiler_gnu
33003
33004fi
33005
33006    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5
33007$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; }
33008    if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then
33009      for ac_func in _ceill _floorl
33010do :
33011  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
33012ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
33013if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
33014  cat >>confdefs.h <<_ACEOF
33015#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
33016_ACEOF
33017
33018fi
33019done
33020
33021    fi
33022  fi
33023
33024
33025
33026
33027
33028
33029  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5
33030$as_echo_n "checking for isnanl declaration... " >&6; }
33031  if test x${glibcxx_cv_func_isnanl_use+set} != xset; then
33032    if ${glibcxx_cv_func_isnanl_use+:} false; then :
33033  $as_echo_n "(cached) " >&6
33034else
33035
33036
33037      ac_ext=cpp
33038ac_cpp='$CXXCPP $CPPFLAGS'
33039ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33040ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33041ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33042
33043      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33044/* end confdefs.h.  */
33045#include <math.h>
33046		      #ifdef HAVE_IEEEFP_H
33047		      #include <ieeefp.h>
33048		      #endif
33049
33050int
33051main ()
33052{
33053 isnanl(0);
33054  ;
33055  return 0;
33056}
33057_ACEOF
33058if ac_fn_cxx_try_compile "$LINENO"; then :
33059  glibcxx_cv_func_isnanl_use=yes
33060else
33061  glibcxx_cv_func_isnanl_use=no
33062fi
33063rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33064      ac_ext=c
33065ac_cpp='$CPP $CPPFLAGS'
33066ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33067ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33068ac_compiler_gnu=$ac_cv_c_compiler_gnu
33069
33070
33071fi
33072
33073  fi
33074  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanl_use" >&5
33075$as_echo "$glibcxx_cv_func_isnanl_use" >&6; }
33076
33077  if test x$glibcxx_cv_func_isnanl_use = x"yes"; then
33078    for ac_func in isnanl
33079do :
33080  ac_fn_c_check_func "$LINENO" "isnanl" "ac_cv_func_isnanl"
33081if test "x$ac_cv_func_isnanl" = xyes; then :
33082  cat >>confdefs.h <<_ACEOF
33083#define HAVE_ISNANL 1
33084_ACEOF
33085
33086fi
33087done
33088
33089  else
33090
33091  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5
33092$as_echo_n "checking for _isnanl declaration... " >&6; }
33093  if test x${glibcxx_cv_func__isnanl_use+set} != xset; then
33094    if ${glibcxx_cv_func__isnanl_use+:} false; then :
33095  $as_echo_n "(cached) " >&6
33096else
33097
33098
33099      ac_ext=cpp
33100ac_cpp='$CXXCPP $CPPFLAGS'
33101ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33102ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33103ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33104
33105      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33106/* end confdefs.h.  */
33107#include <math.h>
33108		      #ifdef HAVE_IEEEFP_H
33109		      #include <ieeefp.h>
33110		      #endif
33111
33112int
33113main ()
33114{
33115 _isnanl(0);
33116  ;
33117  return 0;
33118}
33119_ACEOF
33120if ac_fn_cxx_try_compile "$LINENO"; then :
33121  glibcxx_cv_func__isnanl_use=yes
33122else
33123  glibcxx_cv_func__isnanl_use=no
33124fi
33125rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33126      ac_ext=c
33127ac_cpp='$CPP $CPPFLAGS'
33128ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33129ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33130ac_compiler_gnu=$ac_cv_c_compiler_gnu
33131
33132
33133fi
33134
33135  fi
33136  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5
33137$as_echo "$glibcxx_cv_func__isnanl_use" >&6; }
33138
33139    if test x$glibcxx_cv_func__isnanl_use = x"yes"; then
33140      for ac_func in _isnanl
33141do :
33142  ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl"
33143if test "x$ac_cv_func__isnanl" = xyes; then :
33144  cat >>confdefs.h <<_ACEOF
33145#define HAVE__ISNANL 1
33146_ACEOF
33147
33148fi
33149done
33150
33151    fi
33152  fi
33153
33154
33155
33156
33157
33158  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5
33159$as_echo_n "checking for isinfl declaration... " >&6; }
33160  if test x${glibcxx_cv_func_isinfl_use+set} != xset; then
33161    if ${glibcxx_cv_func_isinfl_use+:} false; then :
33162  $as_echo_n "(cached) " >&6
33163else
33164
33165
33166      ac_ext=cpp
33167ac_cpp='$CXXCPP $CPPFLAGS'
33168ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33169ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33170ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33171
33172      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33173/* end confdefs.h.  */
33174#include <math.h>
33175		      #ifdef HAVE_IEEEFP_H
33176		      #include <ieeefp.h>
33177		      #endif
33178
33179int
33180main ()
33181{
33182 isinfl(0);
33183  ;
33184  return 0;
33185}
33186_ACEOF
33187if ac_fn_cxx_try_compile "$LINENO"; then :
33188  glibcxx_cv_func_isinfl_use=yes
33189else
33190  glibcxx_cv_func_isinfl_use=no
33191fi
33192rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33193      ac_ext=c
33194ac_cpp='$CPP $CPPFLAGS'
33195ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33196ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33197ac_compiler_gnu=$ac_cv_c_compiler_gnu
33198
33199
33200fi
33201
33202  fi
33203  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinfl_use" >&5
33204$as_echo "$glibcxx_cv_func_isinfl_use" >&6; }
33205
33206  if test x$glibcxx_cv_func_isinfl_use = x"yes"; then
33207    for ac_func in isinfl
33208do :
33209  ac_fn_c_check_func "$LINENO" "isinfl" "ac_cv_func_isinfl"
33210if test "x$ac_cv_func_isinfl" = xyes; then :
33211  cat >>confdefs.h <<_ACEOF
33212#define HAVE_ISINFL 1
33213_ACEOF
33214
33215fi
33216done
33217
33218  else
33219
33220  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5
33221$as_echo_n "checking for _isinfl declaration... " >&6; }
33222  if test x${glibcxx_cv_func__isinfl_use+set} != xset; then
33223    if ${glibcxx_cv_func__isinfl_use+:} false; then :
33224  $as_echo_n "(cached) " >&6
33225else
33226
33227
33228      ac_ext=cpp
33229ac_cpp='$CXXCPP $CPPFLAGS'
33230ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33231ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33232ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33233
33234      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33235/* end confdefs.h.  */
33236#include <math.h>
33237		      #ifdef HAVE_IEEEFP_H
33238		      #include <ieeefp.h>
33239		      #endif
33240
33241int
33242main ()
33243{
33244 _isinfl(0);
33245  ;
33246  return 0;
33247}
33248_ACEOF
33249if ac_fn_cxx_try_compile "$LINENO"; then :
33250  glibcxx_cv_func__isinfl_use=yes
33251else
33252  glibcxx_cv_func__isinfl_use=no
33253fi
33254rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33255      ac_ext=c
33256ac_cpp='$CPP $CPPFLAGS'
33257ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33258ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33259ac_compiler_gnu=$ac_cv_c_compiler_gnu
33260
33261
33262fi
33263
33264  fi
33265  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5
33266$as_echo "$glibcxx_cv_func__isinfl_use" >&6; }
33267
33268    if test x$glibcxx_cv_func__isinfl_use = x"yes"; then
33269      for ac_func in _isinfl
33270do :
33271  ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl"
33272if test "x$ac_cv_func__isinfl" = xyes; then :
33273  cat >>confdefs.h <<_ACEOF
33274#define HAVE__ISINFL 1
33275_ACEOF
33276
33277fi
33278done
33279
33280    fi
33281  fi
33282
33283
33284
33285
33286
33287  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5
33288$as_echo_n "checking for atan2l declaration... " >&6; }
33289  if test x${glibcxx_cv_func_atan2l_use+set} != xset; then
33290    if ${glibcxx_cv_func_atan2l_use+:} false; then :
33291  $as_echo_n "(cached) " >&6
33292else
33293
33294
33295      ac_ext=cpp
33296ac_cpp='$CXXCPP $CPPFLAGS'
33297ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33298ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33299ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33300
33301      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33302/* end confdefs.h.  */
33303#include <math.h>
33304int
33305main ()
33306{
33307 atan2l(0, 0);
33308  ;
33309  return 0;
33310}
33311_ACEOF
33312if ac_fn_cxx_try_compile "$LINENO"; then :
33313  glibcxx_cv_func_atan2l_use=yes
33314else
33315  glibcxx_cv_func_atan2l_use=no
33316fi
33317rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33318      ac_ext=c
33319ac_cpp='$CPP $CPPFLAGS'
33320ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33321ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33322ac_compiler_gnu=$ac_cv_c_compiler_gnu
33323
33324
33325fi
33326
33327  fi
33328  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2l_use" >&5
33329$as_echo "$glibcxx_cv_func_atan2l_use" >&6; }
33330
33331  if test x$glibcxx_cv_func_atan2l_use = x"yes"; then
33332    for ac_func in atan2l
33333do :
33334  ac_fn_c_check_func "$LINENO" "atan2l" "ac_cv_func_atan2l"
33335if test "x$ac_cv_func_atan2l" = xyes; then :
33336  cat >>confdefs.h <<_ACEOF
33337#define HAVE_ATAN2L 1
33338_ACEOF
33339
33340fi
33341done
33342
33343  else
33344
33345  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5
33346$as_echo_n "checking for _atan2l declaration... " >&6; }
33347  if test x${glibcxx_cv_func__atan2l_use+set} != xset; then
33348    if ${glibcxx_cv_func__atan2l_use+:} false; then :
33349  $as_echo_n "(cached) " >&6
33350else
33351
33352
33353      ac_ext=cpp
33354ac_cpp='$CXXCPP $CPPFLAGS'
33355ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33356ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33357ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33358
33359      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33360/* end confdefs.h.  */
33361#include <math.h>
33362int
33363main ()
33364{
33365 _atan2l(0, 0);
33366  ;
33367  return 0;
33368}
33369_ACEOF
33370if ac_fn_cxx_try_compile "$LINENO"; then :
33371  glibcxx_cv_func__atan2l_use=yes
33372else
33373  glibcxx_cv_func__atan2l_use=no
33374fi
33375rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33376      ac_ext=c
33377ac_cpp='$CPP $CPPFLAGS'
33378ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33379ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33380ac_compiler_gnu=$ac_cv_c_compiler_gnu
33381
33382
33383fi
33384
33385  fi
33386  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5
33387$as_echo "$glibcxx_cv_func__atan2l_use" >&6; }
33388
33389    if test x$glibcxx_cv_func__atan2l_use = x"yes"; then
33390      for ac_func in _atan2l
33391do :
33392  ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l"
33393if test "x$ac_cv_func__atan2l" = xyes; then :
33394  cat >>confdefs.h <<_ACEOF
33395#define HAVE__ATAN2L 1
33396_ACEOF
33397
33398fi
33399done
33400
33401    fi
33402  fi
33403
33404
33405
33406
33407
33408  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5
33409$as_echo_n "checking for expl declaration... " >&6; }
33410  if test x${glibcxx_cv_func_expl_use+set} != xset; then
33411    if ${glibcxx_cv_func_expl_use+:} false; then :
33412  $as_echo_n "(cached) " >&6
33413else
33414
33415
33416      ac_ext=cpp
33417ac_cpp='$CXXCPP $CPPFLAGS'
33418ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33419ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33420ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33421
33422      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33423/* end confdefs.h.  */
33424#include <math.h>
33425		      #ifdef HAVE_IEEEFP_H
33426		      #include <ieeefp.h>
33427		      #endif
33428
33429int
33430main ()
33431{
33432 expl(0);
33433  ;
33434  return 0;
33435}
33436_ACEOF
33437if ac_fn_cxx_try_compile "$LINENO"; then :
33438  glibcxx_cv_func_expl_use=yes
33439else
33440  glibcxx_cv_func_expl_use=no
33441fi
33442rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33443      ac_ext=c
33444ac_cpp='$CPP $CPPFLAGS'
33445ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33446ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33447ac_compiler_gnu=$ac_cv_c_compiler_gnu
33448
33449
33450fi
33451
33452  fi
33453  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expl_use" >&5
33454$as_echo "$glibcxx_cv_func_expl_use" >&6; }
33455
33456  if test x$glibcxx_cv_func_expl_use = x"yes"; then
33457    for ac_func in expl
33458do :
33459  ac_fn_c_check_func "$LINENO" "expl" "ac_cv_func_expl"
33460if test "x$ac_cv_func_expl" = xyes; then :
33461  cat >>confdefs.h <<_ACEOF
33462#define HAVE_EXPL 1
33463_ACEOF
33464
33465fi
33466done
33467
33468  else
33469
33470  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5
33471$as_echo_n "checking for _expl declaration... " >&6; }
33472  if test x${glibcxx_cv_func__expl_use+set} != xset; then
33473    if ${glibcxx_cv_func__expl_use+:} false; then :
33474  $as_echo_n "(cached) " >&6
33475else
33476
33477
33478      ac_ext=cpp
33479ac_cpp='$CXXCPP $CPPFLAGS'
33480ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33481ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33482ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33483
33484      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33485/* end confdefs.h.  */
33486#include <math.h>
33487		      #ifdef HAVE_IEEEFP_H
33488		      #include <ieeefp.h>
33489		      #endif
33490
33491int
33492main ()
33493{
33494 _expl(0);
33495  ;
33496  return 0;
33497}
33498_ACEOF
33499if ac_fn_cxx_try_compile "$LINENO"; then :
33500  glibcxx_cv_func__expl_use=yes
33501else
33502  glibcxx_cv_func__expl_use=no
33503fi
33504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33505      ac_ext=c
33506ac_cpp='$CPP $CPPFLAGS'
33507ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33508ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33509ac_compiler_gnu=$ac_cv_c_compiler_gnu
33510
33511
33512fi
33513
33514  fi
33515  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5
33516$as_echo "$glibcxx_cv_func__expl_use" >&6; }
33517
33518    if test x$glibcxx_cv_func__expl_use = x"yes"; then
33519      for ac_func in _expl
33520do :
33521  ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl"
33522if test "x$ac_cv_func__expl" = xyes; then :
33523  cat >>confdefs.h <<_ACEOF
33524#define HAVE__EXPL 1
33525_ACEOF
33526
33527fi
33528done
33529
33530    fi
33531  fi
33532
33533
33534
33535
33536
33537  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5
33538$as_echo_n "checking for fabsl declaration... " >&6; }
33539  if test x${glibcxx_cv_func_fabsl_use+set} != xset; then
33540    if ${glibcxx_cv_func_fabsl_use+:} false; then :
33541  $as_echo_n "(cached) " >&6
33542else
33543
33544
33545      ac_ext=cpp
33546ac_cpp='$CXXCPP $CPPFLAGS'
33547ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33548ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33549ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33550
33551      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33552/* end confdefs.h.  */
33553#include <math.h>
33554		      #ifdef HAVE_IEEEFP_H
33555		      #include <ieeefp.h>
33556		      #endif
33557
33558int
33559main ()
33560{
33561 fabsl(0);
33562  ;
33563  return 0;
33564}
33565_ACEOF
33566if ac_fn_cxx_try_compile "$LINENO"; then :
33567  glibcxx_cv_func_fabsl_use=yes
33568else
33569  glibcxx_cv_func_fabsl_use=no
33570fi
33571rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33572      ac_ext=c
33573ac_cpp='$CPP $CPPFLAGS'
33574ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33575ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33576ac_compiler_gnu=$ac_cv_c_compiler_gnu
33577
33578
33579fi
33580
33581  fi
33582  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsl_use" >&5
33583$as_echo "$glibcxx_cv_func_fabsl_use" >&6; }
33584
33585  if test x$glibcxx_cv_func_fabsl_use = x"yes"; then
33586    for ac_func in fabsl
33587do :
33588  ac_fn_c_check_func "$LINENO" "fabsl" "ac_cv_func_fabsl"
33589if test "x$ac_cv_func_fabsl" = xyes; then :
33590  cat >>confdefs.h <<_ACEOF
33591#define HAVE_FABSL 1
33592_ACEOF
33593
33594fi
33595done
33596
33597  else
33598
33599  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5
33600$as_echo_n "checking for _fabsl declaration... " >&6; }
33601  if test x${glibcxx_cv_func__fabsl_use+set} != xset; then
33602    if ${glibcxx_cv_func__fabsl_use+:} false; then :
33603  $as_echo_n "(cached) " >&6
33604else
33605
33606
33607      ac_ext=cpp
33608ac_cpp='$CXXCPP $CPPFLAGS'
33609ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33610ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33611ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33612
33613      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33614/* end confdefs.h.  */
33615#include <math.h>
33616		      #ifdef HAVE_IEEEFP_H
33617		      #include <ieeefp.h>
33618		      #endif
33619
33620int
33621main ()
33622{
33623 _fabsl(0);
33624  ;
33625  return 0;
33626}
33627_ACEOF
33628if ac_fn_cxx_try_compile "$LINENO"; then :
33629  glibcxx_cv_func__fabsl_use=yes
33630else
33631  glibcxx_cv_func__fabsl_use=no
33632fi
33633rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33634      ac_ext=c
33635ac_cpp='$CPP $CPPFLAGS'
33636ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33637ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33638ac_compiler_gnu=$ac_cv_c_compiler_gnu
33639
33640
33641fi
33642
33643  fi
33644  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5
33645$as_echo "$glibcxx_cv_func__fabsl_use" >&6; }
33646
33647    if test x$glibcxx_cv_func__fabsl_use = x"yes"; then
33648      for ac_func in _fabsl
33649do :
33650  ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl"
33651if test "x$ac_cv_func__fabsl" = xyes; then :
33652  cat >>confdefs.h <<_ACEOF
33653#define HAVE__FABSL 1
33654_ACEOF
33655
33656fi
33657done
33658
33659    fi
33660  fi
33661
33662
33663
33664
33665
33666  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5
33667$as_echo_n "checking for fmodl declaration... " >&6; }
33668  if test x${glibcxx_cv_func_fmodl_use+set} != xset; then
33669    if ${glibcxx_cv_func_fmodl_use+:} false; then :
33670  $as_echo_n "(cached) " >&6
33671else
33672
33673
33674      ac_ext=cpp
33675ac_cpp='$CXXCPP $CPPFLAGS'
33676ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33677ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33678ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33679
33680      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33681/* end confdefs.h.  */
33682#include <math.h>
33683int
33684main ()
33685{
33686 fmodl(0, 0);
33687  ;
33688  return 0;
33689}
33690_ACEOF
33691if ac_fn_cxx_try_compile "$LINENO"; then :
33692  glibcxx_cv_func_fmodl_use=yes
33693else
33694  glibcxx_cv_func_fmodl_use=no
33695fi
33696rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33697      ac_ext=c
33698ac_cpp='$CPP $CPPFLAGS'
33699ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33700ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33701ac_compiler_gnu=$ac_cv_c_compiler_gnu
33702
33703
33704fi
33705
33706  fi
33707  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodl_use" >&5
33708$as_echo "$glibcxx_cv_func_fmodl_use" >&6; }
33709
33710  if test x$glibcxx_cv_func_fmodl_use = x"yes"; then
33711    for ac_func in fmodl
33712do :
33713  ac_fn_c_check_func "$LINENO" "fmodl" "ac_cv_func_fmodl"
33714if test "x$ac_cv_func_fmodl" = xyes; then :
33715  cat >>confdefs.h <<_ACEOF
33716#define HAVE_FMODL 1
33717_ACEOF
33718
33719fi
33720done
33721
33722  else
33723
33724  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5
33725$as_echo_n "checking for _fmodl declaration... " >&6; }
33726  if test x${glibcxx_cv_func__fmodl_use+set} != xset; then
33727    if ${glibcxx_cv_func__fmodl_use+:} false; then :
33728  $as_echo_n "(cached) " >&6
33729else
33730
33731
33732      ac_ext=cpp
33733ac_cpp='$CXXCPP $CPPFLAGS'
33734ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33735ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33736ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33737
33738      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33739/* end confdefs.h.  */
33740#include <math.h>
33741int
33742main ()
33743{
33744 _fmodl(0, 0);
33745  ;
33746  return 0;
33747}
33748_ACEOF
33749if ac_fn_cxx_try_compile "$LINENO"; then :
33750  glibcxx_cv_func__fmodl_use=yes
33751else
33752  glibcxx_cv_func__fmodl_use=no
33753fi
33754rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33755      ac_ext=c
33756ac_cpp='$CPP $CPPFLAGS'
33757ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33758ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33759ac_compiler_gnu=$ac_cv_c_compiler_gnu
33760
33761
33762fi
33763
33764  fi
33765  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5
33766$as_echo "$glibcxx_cv_func__fmodl_use" >&6; }
33767
33768    if test x$glibcxx_cv_func__fmodl_use = x"yes"; then
33769      for ac_func in _fmodl
33770do :
33771  ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl"
33772if test "x$ac_cv_func__fmodl" = xyes; then :
33773  cat >>confdefs.h <<_ACEOF
33774#define HAVE__FMODL 1
33775_ACEOF
33776
33777fi
33778done
33779
33780    fi
33781  fi
33782
33783
33784
33785
33786
33787  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5
33788$as_echo_n "checking for frexpl declaration... " >&6; }
33789  if test x${glibcxx_cv_func_frexpl_use+set} != xset; then
33790    if ${glibcxx_cv_func_frexpl_use+:} false; then :
33791  $as_echo_n "(cached) " >&6
33792else
33793
33794
33795      ac_ext=cpp
33796ac_cpp='$CXXCPP $CPPFLAGS'
33797ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33798ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33799ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33800
33801      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33802/* end confdefs.h.  */
33803#include <math.h>
33804int
33805main ()
33806{
33807 frexpl(0, 0);
33808  ;
33809  return 0;
33810}
33811_ACEOF
33812if ac_fn_cxx_try_compile "$LINENO"; then :
33813  glibcxx_cv_func_frexpl_use=yes
33814else
33815  glibcxx_cv_func_frexpl_use=no
33816fi
33817rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33818      ac_ext=c
33819ac_cpp='$CPP $CPPFLAGS'
33820ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33821ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33822ac_compiler_gnu=$ac_cv_c_compiler_gnu
33823
33824
33825fi
33826
33827  fi
33828  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpl_use" >&5
33829$as_echo "$glibcxx_cv_func_frexpl_use" >&6; }
33830
33831  if test x$glibcxx_cv_func_frexpl_use = x"yes"; then
33832    for ac_func in frexpl
33833do :
33834  ac_fn_c_check_func "$LINENO" "frexpl" "ac_cv_func_frexpl"
33835if test "x$ac_cv_func_frexpl" = xyes; then :
33836  cat >>confdefs.h <<_ACEOF
33837#define HAVE_FREXPL 1
33838_ACEOF
33839
33840fi
33841done
33842
33843  else
33844
33845  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5
33846$as_echo_n "checking for _frexpl declaration... " >&6; }
33847  if test x${glibcxx_cv_func__frexpl_use+set} != xset; then
33848    if ${glibcxx_cv_func__frexpl_use+:} false; then :
33849  $as_echo_n "(cached) " >&6
33850else
33851
33852
33853      ac_ext=cpp
33854ac_cpp='$CXXCPP $CPPFLAGS'
33855ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33856ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33857ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33858
33859      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33860/* end confdefs.h.  */
33861#include <math.h>
33862int
33863main ()
33864{
33865 _frexpl(0, 0);
33866  ;
33867  return 0;
33868}
33869_ACEOF
33870if ac_fn_cxx_try_compile "$LINENO"; then :
33871  glibcxx_cv_func__frexpl_use=yes
33872else
33873  glibcxx_cv_func__frexpl_use=no
33874fi
33875rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33876      ac_ext=c
33877ac_cpp='$CPP $CPPFLAGS'
33878ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33879ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33880ac_compiler_gnu=$ac_cv_c_compiler_gnu
33881
33882
33883fi
33884
33885  fi
33886  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5
33887$as_echo "$glibcxx_cv_func__frexpl_use" >&6; }
33888
33889    if test x$glibcxx_cv_func__frexpl_use = x"yes"; then
33890      for ac_func in _frexpl
33891do :
33892  ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl"
33893if test "x$ac_cv_func__frexpl" = xyes; then :
33894  cat >>confdefs.h <<_ACEOF
33895#define HAVE__FREXPL 1
33896_ACEOF
33897
33898fi
33899done
33900
33901    fi
33902  fi
33903
33904
33905
33906
33907
33908  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5
33909$as_echo_n "checking for hypotl declaration... " >&6; }
33910  if test x${glibcxx_cv_func_hypotl_use+set} != xset; then
33911    if ${glibcxx_cv_func_hypotl_use+:} false; then :
33912  $as_echo_n "(cached) " >&6
33913else
33914
33915
33916      ac_ext=cpp
33917ac_cpp='$CXXCPP $CPPFLAGS'
33918ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33919ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33920ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33921
33922      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33923/* end confdefs.h.  */
33924#include <math.h>
33925int
33926main ()
33927{
33928 hypotl(0, 0);
33929  ;
33930  return 0;
33931}
33932_ACEOF
33933if ac_fn_cxx_try_compile "$LINENO"; then :
33934  glibcxx_cv_func_hypotl_use=yes
33935else
33936  glibcxx_cv_func_hypotl_use=no
33937fi
33938rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33939      ac_ext=c
33940ac_cpp='$CPP $CPPFLAGS'
33941ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33942ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33943ac_compiler_gnu=$ac_cv_c_compiler_gnu
33944
33945
33946fi
33947
33948  fi
33949  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotl_use" >&5
33950$as_echo "$glibcxx_cv_func_hypotl_use" >&6; }
33951
33952  if test x$glibcxx_cv_func_hypotl_use = x"yes"; then
33953    for ac_func in hypotl
33954do :
33955  ac_fn_c_check_func "$LINENO" "hypotl" "ac_cv_func_hypotl"
33956if test "x$ac_cv_func_hypotl" = xyes; then :
33957  cat >>confdefs.h <<_ACEOF
33958#define HAVE_HYPOTL 1
33959_ACEOF
33960
33961fi
33962done
33963
33964  else
33965
33966  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5
33967$as_echo_n "checking for _hypotl declaration... " >&6; }
33968  if test x${glibcxx_cv_func__hypotl_use+set} != xset; then
33969    if ${glibcxx_cv_func__hypotl_use+:} false; then :
33970  $as_echo_n "(cached) " >&6
33971else
33972
33973
33974      ac_ext=cpp
33975ac_cpp='$CXXCPP $CPPFLAGS'
33976ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33977ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
33978ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
33979
33980      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33981/* end confdefs.h.  */
33982#include <math.h>
33983int
33984main ()
33985{
33986 _hypotl(0, 0);
33987  ;
33988  return 0;
33989}
33990_ACEOF
33991if ac_fn_cxx_try_compile "$LINENO"; then :
33992  glibcxx_cv_func__hypotl_use=yes
33993else
33994  glibcxx_cv_func__hypotl_use=no
33995fi
33996rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33997      ac_ext=c
33998ac_cpp='$CPP $CPPFLAGS'
33999ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34000ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34001ac_compiler_gnu=$ac_cv_c_compiler_gnu
34002
34003
34004fi
34005
34006  fi
34007  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5
34008$as_echo "$glibcxx_cv_func__hypotl_use" >&6; }
34009
34010    if test x$glibcxx_cv_func__hypotl_use = x"yes"; then
34011      for ac_func in _hypotl
34012do :
34013  ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl"
34014if test "x$ac_cv_func__hypotl" = xyes; then :
34015  cat >>confdefs.h <<_ACEOF
34016#define HAVE__HYPOTL 1
34017_ACEOF
34018
34019fi
34020done
34021
34022    fi
34023  fi
34024
34025
34026
34027
34028
34029  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5
34030$as_echo_n "checking for ldexpl declaration... " >&6; }
34031  if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then
34032    if ${glibcxx_cv_func_ldexpl_use+:} false; then :
34033  $as_echo_n "(cached) " >&6
34034else
34035
34036
34037      ac_ext=cpp
34038ac_cpp='$CXXCPP $CPPFLAGS'
34039ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34040ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34041ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34042
34043      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34044/* end confdefs.h.  */
34045#include <math.h>
34046int
34047main ()
34048{
34049 ldexpl(0, 0);
34050  ;
34051  return 0;
34052}
34053_ACEOF
34054if ac_fn_cxx_try_compile "$LINENO"; then :
34055  glibcxx_cv_func_ldexpl_use=yes
34056else
34057  glibcxx_cv_func_ldexpl_use=no
34058fi
34059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34060      ac_ext=c
34061ac_cpp='$CPP $CPPFLAGS'
34062ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34063ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34064ac_compiler_gnu=$ac_cv_c_compiler_gnu
34065
34066
34067fi
34068
34069  fi
34070  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpl_use" >&5
34071$as_echo "$glibcxx_cv_func_ldexpl_use" >&6; }
34072
34073  if test x$glibcxx_cv_func_ldexpl_use = x"yes"; then
34074    for ac_func in ldexpl
34075do :
34076  ac_fn_c_check_func "$LINENO" "ldexpl" "ac_cv_func_ldexpl"
34077if test "x$ac_cv_func_ldexpl" = xyes; then :
34078  cat >>confdefs.h <<_ACEOF
34079#define HAVE_LDEXPL 1
34080_ACEOF
34081
34082fi
34083done
34084
34085  else
34086
34087  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5
34088$as_echo_n "checking for _ldexpl declaration... " >&6; }
34089  if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then
34090    if ${glibcxx_cv_func__ldexpl_use+:} false; then :
34091  $as_echo_n "(cached) " >&6
34092else
34093
34094
34095      ac_ext=cpp
34096ac_cpp='$CXXCPP $CPPFLAGS'
34097ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34098ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34099ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34100
34101      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34102/* end confdefs.h.  */
34103#include <math.h>
34104int
34105main ()
34106{
34107 _ldexpl(0, 0);
34108  ;
34109  return 0;
34110}
34111_ACEOF
34112if ac_fn_cxx_try_compile "$LINENO"; then :
34113  glibcxx_cv_func__ldexpl_use=yes
34114else
34115  glibcxx_cv_func__ldexpl_use=no
34116fi
34117rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34118      ac_ext=c
34119ac_cpp='$CPP $CPPFLAGS'
34120ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34121ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34122ac_compiler_gnu=$ac_cv_c_compiler_gnu
34123
34124
34125fi
34126
34127  fi
34128  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5
34129$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; }
34130
34131    if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then
34132      for ac_func in _ldexpl
34133do :
34134  ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl"
34135if test "x$ac_cv_func__ldexpl" = xyes; then :
34136  cat >>confdefs.h <<_ACEOF
34137#define HAVE__LDEXPL 1
34138_ACEOF
34139
34140fi
34141done
34142
34143    fi
34144  fi
34145
34146
34147
34148
34149
34150  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5
34151$as_echo_n "checking for logl declaration... " >&6; }
34152  if test x${glibcxx_cv_func_logl_use+set} != xset; then
34153    if ${glibcxx_cv_func_logl_use+:} false; then :
34154  $as_echo_n "(cached) " >&6
34155else
34156
34157
34158      ac_ext=cpp
34159ac_cpp='$CXXCPP $CPPFLAGS'
34160ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34161ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34162ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34163
34164      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34165/* end confdefs.h.  */
34166#include <math.h>
34167		      #ifdef HAVE_IEEEFP_H
34168		      #include <ieeefp.h>
34169		      #endif
34170
34171int
34172main ()
34173{
34174 logl(0);
34175  ;
34176  return 0;
34177}
34178_ACEOF
34179if ac_fn_cxx_try_compile "$LINENO"; then :
34180  glibcxx_cv_func_logl_use=yes
34181else
34182  glibcxx_cv_func_logl_use=no
34183fi
34184rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34185      ac_ext=c
34186ac_cpp='$CPP $CPPFLAGS'
34187ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34188ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34189ac_compiler_gnu=$ac_cv_c_compiler_gnu
34190
34191
34192fi
34193
34194  fi
34195  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logl_use" >&5
34196$as_echo "$glibcxx_cv_func_logl_use" >&6; }
34197
34198  if test x$glibcxx_cv_func_logl_use = x"yes"; then
34199    for ac_func in logl
34200do :
34201  ac_fn_c_check_func "$LINENO" "logl" "ac_cv_func_logl"
34202if test "x$ac_cv_func_logl" = xyes; then :
34203  cat >>confdefs.h <<_ACEOF
34204#define HAVE_LOGL 1
34205_ACEOF
34206
34207fi
34208done
34209
34210  else
34211
34212  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5
34213$as_echo_n "checking for _logl declaration... " >&6; }
34214  if test x${glibcxx_cv_func__logl_use+set} != xset; then
34215    if ${glibcxx_cv_func__logl_use+:} false; then :
34216  $as_echo_n "(cached) " >&6
34217else
34218
34219
34220      ac_ext=cpp
34221ac_cpp='$CXXCPP $CPPFLAGS'
34222ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34223ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34224ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34225
34226      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34227/* end confdefs.h.  */
34228#include <math.h>
34229		      #ifdef HAVE_IEEEFP_H
34230		      #include <ieeefp.h>
34231		      #endif
34232
34233int
34234main ()
34235{
34236 _logl(0);
34237  ;
34238  return 0;
34239}
34240_ACEOF
34241if ac_fn_cxx_try_compile "$LINENO"; then :
34242  glibcxx_cv_func__logl_use=yes
34243else
34244  glibcxx_cv_func__logl_use=no
34245fi
34246rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34247      ac_ext=c
34248ac_cpp='$CPP $CPPFLAGS'
34249ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34250ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34251ac_compiler_gnu=$ac_cv_c_compiler_gnu
34252
34253
34254fi
34255
34256  fi
34257  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5
34258$as_echo "$glibcxx_cv_func__logl_use" >&6; }
34259
34260    if test x$glibcxx_cv_func__logl_use = x"yes"; then
34261      for ac_func in _logl
34262do :
34263  ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl"
34264if test "x$ac_cv_func__logl" = xyes; then :
34265  cat >>confdefs.h <<_ACEOF
34266#define HAVE__LOGL 1
34267_ACEOF
34268
34269fi
34270done
34271
34272    fi
34273  fi
34274
34275
34276
34277
34278
34279  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5
34280$as_echo_n "checking for log10l declaration... " >&6; }
34281  if test x${glibcxx_cv_func_log10l_use+set} != xset; then
34282    if ${glibcxx_cv_func_log10l_use+:} false; then :
34283  $as_echo_n "(cached) " >&6
34284else
34285
34286
34287      ac_ext=cpp
34288ac_cpp='$CXXCPP $CPPFLAGS'
34289ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34290ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34291ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34292
34293      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34294/* end confdefs.h.  */
34295#include <math.h>
34296		      #ifdef HAVE_IEEEFP_H
34297		      #include <ieeefp.h>
34298		      #endif
34299
34300int
34301main ()
34302{
34303 log10l(0);
34304  ;
34305  return 0;
34306}
34307_ACEOF
34308if ac_fn_cxx_try_compile "$LINENO"; then :
34309  glibcxx_cv_func_log10l_use=yes
34310else
34311  glibcxx_cv_func_log10l_use=no
34312fi
34313rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34314      ac_ext=c
34315ac_cpp='$CPP $CPPFLAGS'
34316ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34317ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34318ac_compiler_gnu=$ac_cv_c_compiler_gnu
34319
34320
34321fi
34322
34323  fi
34324  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10l_use" >&5
34325$as_echo "$glibcxx_cv_func_log10l_use" >&6; }
34326
34327  if test x$glibcxx_cv_func_log10l_use = x"yes"; then
34328    for ac_func in log10l
34329do :
34330  ac_fn_c_check_func "$LINENO" "log10l" "ac_cv_func_log10l"
34331if test "x$ac_cv_func_log10l" = xyes; then :
34332  cat >>confdefs.h <<_ACEOF
34333#define HAVE_LOG10L 1
34334_ACEOF
34335
34336fi
34337done
34338
34339  else
34340
34341  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5
34342$as_echo_n "checking for _log10l declaration... " >&6; }
34343  if test x${glibcxx_cv_func__log10l_use+set} != xset; then
34344    if ${glibcxx_cv_func__log10l_use+:} false; then :
34345  $as_echo_n "(cached) " >&6
34346else
34347
34348
34349      ac_ext=cpp
34350ac_cpp='$CXXCPP $CPPFLAGS'
34351ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34352ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34353ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34354
34355      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34356/* end confdefs.h.  */
34357#include <math.h>
34358		      #ifdef HAVE_IEEEFP_H
34359		      #include <ieeefp.h>
34360		      #endif
34361
34362int
34363main ()
34364{
34365 _log10l(0);
34366  ;
34367  return 0;
34368}
34369_ACEOF
34370if ac_fn_cxx_try_compile "$LINENO"; then :
34371  glibcxx_cv_func__log10l_use=yes
34372else
34373  glibcxx_cv_func__log10l_use=no
34374fi
34375rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34376      ac_ext=c
34377ac_cpp='$CPP $CPPFLAGS'
34378ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34379ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34380ac_compiler_gnu=$ac_cv_c_compiler_gnu
34381
34382
34383fi
34384
34385  fi
34386  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5
34387$as_echo "$glibcxx_cv_func__log10l_use" >&6; }
34388
34389    if test x$glibcxx_cv_func__log10l_use = x"yes"; then
34390      for ac_func in _log10l
34391do :
34392  ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l"
34393if test "x$ac_cv_func__log10l" = xyes; then :
34394  cat >>confdefs.h <<_ACEOF
34395#define HAVE__LOG10L 1
34396_ACEOF
34397
34398fi
34399done
34400
34401    fi
34402  fi
34403
34404
34405
34406
34407
34408  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5
34409$as_echo_n "checking for modfl declaration... " >&6; }
34410  if test x${glibcxx_cv_func_modfl_use+set} != xset; then
34411    if ${glibcxx_cv_func_modfl_use+:} false; then :
34412  $as_echo_n "(cached) " >&6
34413else
34414
34415
34416      ac_ext=cpp
34417ac_cpp='$CXXCPP $CPPFLAGS'
34418ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34419ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34420ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34421
34422      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34423/* end confdefs.h.  */
34424#include <math.h>
34425int
34426main ()
34427{
34428 modfl(0, 0);
34429  ;
34430  return 0;
34431}
34432_ACEOF
34433if ac_fn_cxx_try_compile "$LINENO"; then :
34434  glibcxx_cv_func_modfl_use=yes
34435else
34436  glibcxx_cv_func_modfl_use=no
34437fi
34438rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34439      ac_ext=c
34440ac_cpp='$CPP $CPPFLAGS'
34441ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34442ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34443ac_compiler_gnu=$ac_cv_c_compiler_gnu
34444
34445
34446fi
34447
34448  fi
34449  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modfl_use" >&5
34450$as_echo "$glibcxx_cv_func_modfl_use" >&6; }
34451
34452  if test x$glibcxx_cv_func_modfl_use = x"yes"; then
34453    for ac_func in modfl
34454do :
34455  ac_fn_c_check_func "$LINENO" "modfl" "ac_cv_func_modfl"
34456if test "x$ac_cv_func_modfl" = xyes; then :
34457  cat >>confdefs.h <<_ACEOF
34458#define HAVE_MODFL 1
34459_ACEOF
34460
34461fi
34462done
34463
34464  else
34465
34466  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5
34467$as_echo_n "checking for _modfl declaration... " >&6; }
34468  if test x${glibcxx_cv_func__modfl_use+set} != xset; then
34469    if ${glibcxx_cv_func__modfl_use+:} false; then :
34470  $as_echo_n "(cached) " >&6
34471else
34472
34473
34474      ac_ext=cpp
34475ac_cpp='$CXXCPP $CPPFLAGS'
34476ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34477ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34478ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34479
34480      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34481/* end confdefs.h.  */
34482#include <math.h>
34483int
34484main ()
34485{
34486 _modfl(0, 0);
34487  ;
34488  return 0;
34489}
34490_ACEOF
34491if ac_fn_cxx_try_compile "$LINENO"; then :
34492  glibcxx_cv_func__modfl_use=yes
34493else
34494  glibcxx_cv_func__modfl_use=no
34495fi
34496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34497      ac_ext=c
34498ac_cpp='$CPP $CPPFLAGS'
34499ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34500ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34501ac_compiler_gnu=$ac_cv_c_compiler_gnu
34502
34503
34504fi
34505
34506  fi
34507  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5
34508$as_echo "$glibcxx_cv_func__modfl_use" >&6; }
34509
34510    if test x$glibcxx_cv_func__modfl_use = x"yes"; then
34511      for ac_func in _modfl
34512do :
34513  ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl"
34514if test "x$ac_cv_func__modfl" = xyes; then :
34515  cat >>confdefs.h <<_ACEOF
34516#define HAVE__MODFL 1
34517_ACEOF
34518
34519fi
34520done
34521
34522    fi
34523  fi
34524
34525
34526
34527
34528
34529  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5
34530$as_echo_n "checking for powl declaration... " >&6; }
34531  if test x${glibcxx_cv_func_powl_use+set} != xset; then
34532    if ${glibcxx_cv_func_powl_use+:} false; then :
34533  $as_echo_n "(cached) " >&6
34534else
34535
34536
34537      ac_ext=cpp
34538ac_cpp='$CXXCPP $CPPFLAGS'
34539ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34540ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34541ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34542
34543      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34544/* end confdefs.h.  */
34545#include <math.h>
34546int
34547main ()
34548{
34549 powl(0, 0);
34550  ;
34551  return 0;
34552}
34553_ACEOF
34554if ac_fn_cxx_try_compile "$LINENO"; then :
34555  glibcxx_cv_func_powl_use=yes
34556else
34557  glibcxx_cv_func_powl_use=no
34558fi
34559rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34560      ac_ext=c
34561ac_cpp='$CPP $CPPFLAGS'
34562ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34563ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34564ac_compiler_gnu=$ac_cv_c_compiler_gnu
34565
34566
34567fi
34568
34569  fi
34570  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powl_use" >&5
34571$as_echo "$glibcxx_cv_func_powl_use" >&6; }
34572
34573  if test x$glibcxx_cv_func_powl_use = x"yes"; then
34574    for ac_func in powl
34575do :
34576  ac_fn_c_check_func "$LINENO" "powl" "ac_cv_func_powl"
34577if test "x$ac_cv_func_powl" = xyes; then :
34578  cat >>confdefs.h <<_ACEOF
34579#define HAVE_POWL 1
34580_ACEOF
34581
34582fi
34583done
34584
34585  else
34586
34587  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5
34588$as_echo_n "checking for _powl declaration... " >&6; }
34589  if test x${glibcxx_cv_func__powl_use+set} != xset; then
34590    if ${glibcxx_cv_func__powl_use+:} false; then :
34591  $as_echo_n "(cached) " >&6
34592else
34593
34594
34595      ac_ext=cpp
34596ac_cpp='$CXXCPP $CPPFLAGS'
34597ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34598ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34599ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34600
34601      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34602/* end confdefs.h.  */
34603#include <math.h>
34604int
34605main ()
34606{
34607 _powl(0, 0);
34608  ;
34609  return 0;
34610}
34611_ACEOF
34612if ac_fn_cxx_try_compile "$LINENO"; then :
34613  glibcxx_cv_func__powl_use=yes
34614else
34615  glibcxx_cv_func__powl_use=no
34616fi
34617rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34618      ac_ext=c
34619ac_cpp='$CPP $CPPFLAGS'
34620ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34621ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34622ac_compiler_gnu=$ac_cv_c_compiler_gnu
34623
34624
34625fi
34626
34627  fi
34628  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5
34629$as_echo "$glibcxx_cv_func__powl_use" >&6; }
34630
34631    if test x$glibcxx_cv_func__powl_use = x"yes"; then
34632      for ac_func in _powl
34633do :
34634  ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl"
34635if test "x$ac_cv_func__powl" = xyes; then :
34636  cat >>confdefs.h <<_ACEOF
34637#define HAVE__POWL 1
34638_ACEOF
34639
34640fi
34641done
34642
34643    fi
34644  fi
34645
34646
34647
34648
34649
34650  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5
34651$as_echo_n "checking for sqrtl declaration... " >&6; }
34652  if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then
34653    if ${glibcxx_cv_func_sqrtl_use+:} false; then :
34654  $as_echo_n "(cached) " >&6
34655else
34656
34657
34658      ac_ext=cpp
34659ac_cpp='$CXXCPP $CPPFLAGS'
34660ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34661ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34662ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34663
34664      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34665/* end confdefs.h.  */
34666#include <math.h>
34667		      #ifdef HAVE_IEEEFP_H
34668		      #include <ieeefp.h>
34669		      #endif
34670
34671int
34672main ()
34673{
34674 sqrtl(0);
34675  ;
34676  return 0;
34677}
34678_ACEOF
34679if ac_fn_cxx_try_compile "$LINENO"; then :
34680  glibcxx_cv_func_sqrtl_use=yes
34681else
34682  glibcxx_cv_func_sqrtl_use=no
34683fi
34684rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34685      ac_ext=c
34686ac_cpp='$CPP $CPPFLAGS'
34687ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34688ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34689ac_compiler_gnu=$ac_cv_c_compiler_gnu
34690
34691
34692fi
34693
34694  fi
34695  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtl_use" >&5
34696$as_echo "$glibcxx_cv_func_sqrtl_use" >&6; }
34697
34698  if test x$glibcxx_cv_func_sqrtl_use = x"yes"; then
34699    for ac_func in sqrtl
34700do :
34701  ac_fn_c_check_func "$LINENO" "sqrtl" "ac_cv_func_sqrtl"
34702if test "x$ac_cv_func_sqrtl" = xyes; then :
34703  cat >>confdefs.h <<_ACEOF
34704#define HAVE_SQRTL 1
34705_ACEOF
34706
34707fi
34708done
34709
34710  else
34711
34712  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5
34713$as_echo_n "checking for _sqrtl declaration... " >&6; }
34714  if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then
34715    if ${glibcxx_cv_func__sqrtl_use+:} false; then :
34716  $as_echo_n "(cached) " >&6
34717else
34718
34719
34720      ac_ext=cpp
34721ac_cpp='$CXXCPP $CPPFLAGS'
34722ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34723ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34724ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34725
34726      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34727/* end confdefs.h.  */
34728#include <math.h>
34729		      #ifdef HAVE_IEEEFP_H
34730		      #include <ieeefp.h>
34731		      #endif
34732
34733int
34734main ()
34735{
34736 _sqrtl(0);
34737  ;
34738  return 0;
34739}
34740_ACEOF
34741if ac_fn_cxx_try_compile "$LINENO"; then :
34742  glibcxx_cv_func__sqrtl_use=yes
34743else
34744  glibcxx_cv_func__sqrtl_use=no
34745fi
34746rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34747      ac_ext=c
34748ac_cpp='$CPP $CPPFLAGS'
34749ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34750ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34751ac_compiler_gnu=$ac_cv_c_compiler_gnu
34752
34753
34754fi
34755
34756  fi
34757  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5
34758$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; }
34759
34760    if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then
34761      for ac_func in _sqrtl
34762do :
34763  ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl"
34764if test "x$ac_cv_func__sqrtl" = xyes; then :
34765  cat >>confdefs.h <<_ACEOF
34766#define HAVE__SQRTL 1
34767_ACEOF
34768
34769fi
34770done
34771
34772    fi
34773  fi
34774
34775
34776
34777
34778
34779  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5
34780$as_echo_n "checking for sincosl declaration... " >&6; }
34781  if test x${glibcxx_cv_func_sincosl_use+set} != xset; then
34782    if ${glibcxx_cv_func_sincosl_use+:} false; then :
34783  $as_echo_n "(cached) " >&6
34784else
34785
34786
34787      ac_ext=cpp
34788ac_cpp='$CXXCPP $CPPFLAGS'
34789ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34790ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34791ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34792
34793      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34794/* end confdefs.h.  */
34795#include <math.h>
34796int
34797main ()
34798{
34799 sincosl(0, 0, 0);
34800  ;
34801  return 0;
34802}
34803_ACEOF
34804if ac_fn_cxx_try_compile "$LINENO"; then :
34805  glibcxx_cv_func_sincosl_use=yes
34806else
34807  glibcxx_cv_func_sincosl_use=no
34808fi
34809rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34810      ac_ext=c
34811ac_cpp='$CPP $CPPFLAGS'
34812ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34813ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34814ac_compiler_gnu=$ac_cv_c_compiler_gnu
34815
34816
34817fi
34818
34819  fi
34820  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosl_use" >&5
34821$as_echo "$glibcxx_cv_func_sincosl_use" >&6; }
34822
34823  if test x$glibcxx_cv_func_sincosl_use = x"yes"; then
34824    for ac_func in sincosl
34825do :
34826  ac_fn_c_check_func "$LINENO" "sincosl" "ac_cv_func_sincosl"
34827if test "x$ac_cv_func_sincosl" = xyes; then :
34828  cat >>confdefs.h <<_ACEOF
34829#define HAVE_SINCOSL 1
34830_ACEOF
34831
34832fi
34833done
34834
34835  else
34836
34837  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5
34838$as_echo_n "checking for _sincosl declaration... " >&6; }
34839  if test x${glibcxx_cv_func__sincosl_use+set} != xset; then
34840    if ${glibcxx_cv_func__sincosl_use+:} false; then :
34841  $as_echo_n "(cached) " >&6
34842else
34843
34844
34845      ac_ext=cpp
34846ac_cpp='$CXXCPP $CPPFLAGS'
34847ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34848ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34849ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34850
34851      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34852/* end confdefs.h.  */
34853#include <math.h>
34854int
34855main ()
34856{
34857 _sincosl(0, 0, 0);
34858  ;
34859  return 0;
34860}
34861_ACEOF
34862if ac_fn_cxx_try_compile "$LINENO"; then :
34863  glibcxx_cv_func__sincosl_use=yes
34864else
34865  glibcxx_cv_func__sincosl_use=no
34866fi
34867rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34868      ac_ext=c
34869ac_cpp='$CPP $CPPFLAGS'
34870ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34871ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34872ac_compiler_gnu=$ac_cv_c_compiler_gnu
34873
34874
34875fi
34876
34877  fi
34878  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5
34879$as_echo "$glibcxx_cv_func__sincosl_use" >&6; }
34880
34881    if test x$glibcxx_cv_func__sincosl_use = x"yes"; then
34882      for ac_func in _sincosl
34883do :
34884  ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl"
34885if test "x$ac_cv_func__sincosl" = xyes; then :
34886  cat >>confdefs.h <<_ACEOF
34887#define HAVE__SINCOSL 1
34888_ACEOF
34889
34890fi
34891done
34892
34893    fi
34894  fi
34895
34896
34897
34898
34899
34900  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5
34901$as_echo_n "checking for finitel declaration... " >&6; }
34902  if test x${glibcxx_cv_func_finitel_use+set} != xset; then
34903    if ${glibcxx_cv_func_finitel_use+:} false; then :
34904  $as_echo_n "(cached) " >&6
34905else
34906
34907
34908      ac_ext=cpp
34909ac_cpp='$CXXCPP $CPPFLAGS'
34910ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34911ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34912ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34913
34914      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34915/* end confdefs.h.  */
34916#include <math.h>
34917		      #ifdef HAVE_IEEEFP_H
34918		      #include <ieeefp.h>
34919		      #endif
34920
34921int
34922main ()
34923{
34924 finitel(0);
34925  ;
34926  return 0;
34927}
34928_ACEOF
34929if ac_fn_cxx_try_compile "$LINENO"; then :
34930  glibcxx_cv_func_finitel_use=yes
34931else
34932  glibcxx_cv_func_finitel_use=no
34933fi
34934rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34935      ac_ext=c
34936ac_cpp='$CPP $CPPFLAGS'
34937ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34938ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34939ac_compiler_gnu=$ac_cv_c_compiler_gnu
34940
34941
34942fi
34943
34944  fi
34945  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitel_use" >&5
34946$as_echo "$glibcxx_cv_func_finitel_use" >&6; }
34947
34948  if test x$glibcxx_cv_func_finitel_use = x"yes"; then
34949    for ac_func in finitel
34950do :
34951  ac_fn_c_check_func "$LINENO" "finitel" "ac_cv_func_finitel"
34952if test "x$ac_cv_func_finitel" = xyes; then :
34953  cat >>confdefs.h <<_ACEOF
34954#define HAVE_FINITEL 1
34955_ACEOF
34956
34957fi
34958done
34959
34960  else
34961
34962  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5
34963$as_echo_n "checking for _finitel declaration... " >&6; }
34964  if test x${glibcxx_cv_func__finitel_use+set} != xset; then
34965    if ${glibcxx_cv_func__finitel_use+:} false; then :
34966  $as_echo_n "(cached) " >&6
34967else
34968
34969
34970      ac_ext=cpp
34971ac_cpp='$CXXCPP $CPPFLAGS'
34972ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
34973ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
34974ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
34975
34976      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34977/* end confdefs.h.  */
34978#include <math.h>
34979		      #ifdef HAVE_IEEEFP_H
34980		      #include <ieeefp.h>
34981		      #endif
34982
34983int
34984main ()
34985{
34986 _finitel(0);
34987  ;
34988  return 0;
34989}
34990_ACEOF
34991if ac_fn_cxx_try_compile "$LINENO"; then :
34992  glibcxx_cv_func__finitel_use=yes
34993else
34994  glibcxx_cv_func__finitel_use=no
34995fi
34996rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34997      ac_ext=c
34998ac_cpp='$CPP $CPPFLAGS'
34999ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35000ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35001ac_compiler_gnu=$ac_cv_c_compiler_gnu
35002
35003
35004fi
35005
35006  fi
35007  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5
35008$as_echo "$glibcxx_cv_func__finitel_use" >&6; }
35009
35010    if test x$glibcxx_cv_func__finitel_use = x"yes"; then
35011      for ac_func in _finitel
35012do :
35013  ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel"
35014if test "x$ac_cv_func__finitel" = xyes; then :
35015  cat >>confdefs.h <<_ACEOF
35016#define HAVE__FINITEL 1
35017_ACEOF
35018
35019fi
35020done
35021
35022    fi
35023  fi
35024
35025
35026
35027
35028  LIBS="$ac_save_LIBS"
35029  CXXFLAGS="$ac_save_CXXFLAGS"
35030
35031
35032  ac_test_CXXFLAGS="${CXXFLAGS+set}"
35033  ac_save_CXXFLAGS="$CXXFLAGS"
35034  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
35035
35036
35037  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for at_quick_exit declaration" >&5
35038$as_echo_n "checking for at_quick_exit declaration... " >&6; }
35039  if test x${glibcxx_cv_func_at_quick_exit_use+set} != xset; then
35040    if ${glibcxx_cv_func_at_quick_exit_use+:} false; then :
35041  $as_echo_n "(cached) " >&6
35042else
35043
35044
35045      ac_ext=cpp
35046ac_cpp='$CXXCPP $CPPFLAGS'
35047ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35048ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35049ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35050
35051      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35052/* end confdefs.h.  */
35053#include <stdlib.h>
35054int
35055main ()
35056{
35057 at_quick_exit(0);
35058  ;
35059  return 0;
35060}
35061_ACEOF
35062if ac_fn_cxx_try_compile "$LINENO"; then :
35063  glibcxx_cv_func_at_quick_exit_use=yes
35064else
35065  glibcxx_cv_func_at_quick_exit_use=no
35066fi
35067rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35068      ac_ext=c
35069ac_cpp='$CPP $CPPFLAGS'
35070ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35071ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35072ac_compiler_gnu=$ac_cv_c_compiler_gnu
35073
35074
35075fi
35076
35077  fi
35078  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_at_quick_exit_use" >&5
35079$as_echo "$glibcxx_cv_func_at_quick_exit_use" >&6; }
35080  if test x$glibcxx_cv_func_at_quick_exit_use = x"yes"; then
35081    for ac_func in at_quick_exit
35082do :
35083  ac_fn_c_check_func "$LINENO" "at_quick_exit" "ac_cv_func_at_quick_exit"
35084if test "x$ac_cv_func_at_quick_exit" = xyes; then :
35085  cat >>confdefs.h <<_ACEOF
35086#define HAVE_AT_QUICK_EXIT 1
35087_ACEOF
35088
35089fi
35090done
35091
35092  fi
35093
35094
35095  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for quick_exit declaration" >&5
35096$as_echo_n "checking for quick_exit declaration... " >&6; }
35097  if test x${glibcxx_cv_func_quick_exit_use+set} != xset; then
35098    if ${glibcxx_cv_func_quick_exit_use+:} false; then :
35099  $as_echo_n "(cached) " >&6
35100else
35101
35102
35103      ac_ext=cpp
35104ac_cpp='$CXXCPP $CPPFLAGS'
35105ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35106ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35107ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35108
35109      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35110/* end confdefs.h.  */
35111#include <stdlib.h>
35112int
35113main ()
35114{
35115 quick_exit(0);
35116  ;
35117  return 0;
35118}
35119_ACEOF
35120if ac_fn_cxx_try_compile "$LINENO"; then :
35121  glibcxx_cv_func_quick_exit_use=yes
35122else
35123  glibcxx_cv_func_quick_exit_use=no
35124fi
35125rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35126      ac_ext=c
35127ac_cpp='$CPP $CPPFLAGS'
35128ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35129ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35130ac_compiler_gnu=$ac_cv_c_compiler_gnu
35131
35132
35133fi
35134
35135  fi
35136  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_quick_exit_use" >&5
35137$as_echo "$glibcxx_cv_func_quick_exit_use" >&6; }
35138  if test x$glibcxx_cv_func_quick_exit_use = x"yes"; then
35139    for ac_func in quick_exit
35140do :
35141  ac_fn_c_check_func "$LINENO" "quick_exit" "ac_cv_func_quick_exit"
35142if test "x$ac_cv_func_quick_exit" = xyes; then :
35143  cat >>confdefs.h <<_ACEOF
35144#define HAVE_QUICK_EXIT 1
35145_ACEOF
35146
35147fi
35148done
35149
35150  fi
35151
35152
35153  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtold declaration" >&5
35154$as_echo_n "checking for strtold declaration... " >&6; }
35155  if test x${glibcxx_cv_func_strtold_use+set} != xset; then
35156    if ${glibcxx_cv_func_strtold_use+:} false; then :
35157  $as_echo_n "(cached) " >&6
35158else
35159
35160
35161      ac_ext=cpp
35162ac_cpp='$CXXCPP $CPPFLAGS'
35163ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35164ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35165ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35166
35167      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35168/* end confdefs.h.  */
35169#include <stdlib.h>
35170int
35171main ()
35172{
35173 strtold(0, 0);
35174  ;
35175  return 0;
35176}
35177_ACEOF
35178if ac_fn_cxx_try_compile "$LINENO"; then :
35179  glibcxx_cv_func_strtold_use=yes
35180else
35181  glibcxx_cv_func_strtold_use=no
35182fi
35183rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35184      ac_ext=c
35185ac_cpp='$CPP $CPPFLAGS'
35186ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35187ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35188ac_compiler_gnu=$ac_cv_c_compiler_gnu
35189
35190
35191fi
35192
35193  fi
35194  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtold_use" >&5
35195$as_echo "$glibcxx_cv_func_strtold_use" >&6; }
35196  if test x$glibcxx_cv_func_strtold_use = x"yes"; then
35197    for ac_func in strtold
35198do :
35199  ac_fn_c_check_func "$LINENO" "strtold" "ac_cv_func_strtold"
35200if test "x$ac_cv_func_strtold" = xyes; then :
35201  cat >>confdefs.h <<_ACEOF
35202#define HAVE_STRTOLD 1
35203_ACEOF
35204
35205fi
35206done
35207
35208  fi
35209
35210
35211
35212
35213  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5
35214$as_echo_n "checking for strtof declaration... " >&6; }
35215  if test x${glibcxx_cv_func_strtof_use+set} != xset; then
35216    if ${glibcxx_cv_func_strtof_use+:} false; then :
35217  $as_echo_n "(cached) " >&6
35218else
35219
35220
35221      ac_ext=cpp
35222ac_cpp='$CXXCPP $CPPFLAGS'
35223ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35224ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35225ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35226
35227      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35228/* end confdefs.h.  */
35229#include <stdlib.h>
35230int
35231main ()
35232{
35233 strtof(0, 0);
35234  ;
35235  return 0;
35236}
35237_ACEOF
35238if ac_fn_cxx_try_compile "$LINENO"; then :
35239  glibcxx_cv_func_strtof_use=yes
35240else
35241  glibcxx_cv_func_strtof_use=no
35242fi
35243rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35244      ac_ext=c
35245ac_cpp='$CPP $CPPFLAGS'
35246ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35247ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35248ac_compiler_gnu=$ac_cv_c_compiler_gnu
35249
35250
35251fi
35252
35253  fi
35254  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtof_use" >&5
35255$as_echo "$glibcxx_cv_func_strtof_use" >&6; }
35256  if test x$glibcxx_cv_func_strtof_use = x"yes"; then
35257    for ac_func in strtof
35258do :
35259  ac_fn_c_check_func "$LINENO" "strtof" "ac_cv_func_strtof"
35260if test "x$ac_cv_func_strtof" = xyes; then :
35261  cat >>confdefs.h <<_ACEOF
35262#define HAVE_STRTOF 1
35263_ACEOF
35264
35265fi
35266done
35267
35268  fi
35269
35270
35271
35272
35273  CXXFLAGS="$ac_save_CXXFLAGS"
35274
35275
35276    $as_echo "#define HAVE_FINITE 1" >>confdefs.h
35277
35278    $as_echo "#define HAVE_HYPOT 1" >>confdefs.h
35279
35280    $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
35281
35282    $as_echo "#define HAVE_ISINF 1" >>confdefs.h
35283
35284
35285    $as_echo "#define HAVE_LDEXPF 1" >>confdefs.h
35286
35287    $as_echo "#define HAVE_MODF 1" >>confdefs.h
35288
35289    $as_echo "#define HAVE_SQRTF 1" >>confdefs.h
35290
35291    ;;
35292
35293  *-aix*)
35294
35295  # If we're not using GNU ld, then there's no point in even trying these
35296  # tests.  Check for that first.  We should have already tested for gld
35297  # by now (in libtool), but require it now just to be safe...
35298  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
35299  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
35300
35301
35302
35303  # The name set by libtool depends on the version of libtool.  Shame on us
35304  # for depending on an impl detail, but c'est la vie.  Older versions used
35305  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
35306  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
35307  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
35308  # set (hence we're using an older libtool), then set it.
35309  if test x${with_gnu_ld+set} != xset; then
35310    if test x${ac_cv_prog_gnu_ld+set} != xset; then
35311      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
35312      with_gnu_ld=no
35313    else
35314      with_gnu_ld=$ac_cv_prog_gnu_ld
35315    fi
35316  fi
35317
35318  # Start by getting the version number.  I think the libtool test already
35319  # does some of this, but throws away the result.
35320  glibcxx_ld_is_gold=no
35321  glibcxx_ld_is_mold=no
35322  if test x"$with_gnu_ld" = x"yes"; then
35323    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
35324$as_echo_n "checking for ld version... " >&6; }
35325
35326    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
35327      glibcxx_ld_is_gold=yes
35328    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
35329      glibcxx_ld_is_mold=yes
35330    fi
35331    ldver=`$LD --version 2>/dev/null |
35332	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
35333
35334    glibcxx_gnu_ld_version=`echo $ldver | \
35335	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
35336    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
35337$as_echo "$glibcxx_gnu_ld_version" >&6; }
35338  fi
35339
35340  # Set --gc-sections.
35341  glibcxx_have_gc_sections=no
35342  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
35343    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
35344      glibcxx_have_gc_sections=yes
35345    fi
35346  else
35347    glibcxx_gcsections_min_ld=21602
35348    if test x"$with_gnu_ld" = x"yes" &&
35349	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
35350      glibcxx_have_gc_sections=yes
35351    fi
35352  fi
35353  if test "$glibcxx_have_gc_sections" = "yes"; then
35354    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
35355    # NB: This flag only works reliably after 2.16.1. Configure tests
35356    # for this are difficult, so hard wire a value that should work.
35357
35358    ac_test_CFLAGS="${CFLAGS+set}"
35359    ac_save_CFLAGS="$CFLAGS"
35360    CFLAGS='-Wl,--gc-sections'
35361
35362    # Check for -Wl,--gc-sections
35363    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
35364$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
35365    if test x$gcc_no_link = xyes; then
35366  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
35367fi
35368cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35369/* end confdefs.h.  */
35370 int one(void) { return 1; }
35371     int two(void) { return 2; }
35372
35373int
35374main ()
35375{
35376 two();
35377  ;
35378  return 0;
35379}
35380_ACEOF
35381if ac_fn_c_try_link "$LINENO"; then :
35382  ac_gcsections=yes
35383else
35384  ac_gcsections=no
35385fi
35386rm -f core conftest.err conftest.$ac_objext \
35387    conftest$ac_exeext conftest.$ac_ext
35388    if test "$ac_gcsections" = "yes"; then
35389      rm -f conftest.c
35390      touch conftest.c
35391      if $CC -c conftest.c; then
35392	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
35393	   grep "Warning: gc-sections option ignored" > /dev/null; then
35394	  ac_gcsections=no
35395	fi
35396      fi
35397      rm -f conftest.c conftest.o conftest
35398    fi
35399    if test "$ac_gcsections" = "yes"; then
35400      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
35401    fi
35402    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
35403$as_echo "$ac_gcsections" >&6; }
35404
35405    if test "$ac_test_CFLAGS" = set; then
35406      CFLAGS="$ac_save_CFLAGS"
35407    else
35408      # this is the suspicious part
35409      CFLAGS=''
35410    fi
35411  fi
35412
35413  # Set -z,relro.
35414  # Note this is only for shared objects.
35415  ac_ld_relro=no
35416  if test x"$with_gnu_ld" = x"yes"; then
35417    # cygwin and mingw uses PE, which has no ELF relro support,
35418    # multi target ld may confuse configure machinery
35419    case "$host" in
35420    *-*-cygwin*)
35421     ;;
35422    *-*-mingw*)
35423     ;;
35424    *)
35425      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
35426$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
35427      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
35428      if test -n "$cxx_z_relo"; then
35429        OPT_LDFLAGS="-Wl,-z,relro"
35430        ac_ld_relro=yes
35431      fi
35432      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
35433$as_echo "$ac_ld_relro" >&6; }
35434    esac
35435  fi
35436
35437  # Set linker optimization flags.
35438  if test x"$with_gnu_ld" = x"yes"; then
35439    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
35440  fi
35441
35442
35443
35444
35445
35446  ac_test_CXXFLAGS="${CXXFLAGS+set}"
35447  ac_save_CXXFLAGS="$CXXFLAGS"
35448  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
35449
35450    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
35451$as_echo_n "checking for sin in -lm... " >&6; }
35452if ${ac_cv_lib_m_sin+:} false; then :
35453  $as_echo_n "(cached) " >&6
35454else
35455  ac_check_lib_save_LIBS=$LIBS
35456LIBS="-lm  $LIBS"
35457if test x$gcc_no_link = xyes; then
35458  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
35459fi
35460cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35461/* end confdefs.h.  */
35462
35463/* Override any GCC internal prototype to avoid an error.
35464   Use char because int might match the return type of a GCC
35465   builtin and then its argument prototype would still apply.  */
35466#ifdef __cplusplus
35467extern "C"
35468#endif
35469char sin ();
35470int
35471main ()
35472{
35473return sin ();
35474  ;
35475  return 0;
35476}
35477_ACEOF
35478if ac_fn_c_try_link "$LINENO"; then :
35479  ac_cv_lib_m_sin=yes
35480else
35481  ac_cv_lib_m_sin=no
35482fi
35483rm -f core conftest.err conftest.$ac_objext \
35484    conftest$ac_exeext conftest.$ac_ext
35485LIBS=$ac_check_lib_save_LIBS
35486fi
35487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
35488$as_echo "$ac_cv_lib_m_sin" >&6; }
35489if test "x$ac_cv_lib_m_sin" = xyes; then :
35490  libm="-lm"
35491fi
35492
35493  ac_save_LIBS="$LIBS"
35494  LIBS="$LIBS $libm"
35495
35496
35497
35498  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf declaration" >&5
35499$as_echo_n "checking for isinf declaration... " >&6; }
35500  if test x${glibcxx_cv_func_isinf_use+set} != xset; then
35501    if ${glibcxx_cv_func_isinf_use+:} false; then :
35502  $as_echo_n "(cached) " >&6
35503else
35504
35505
35506      ac_ext=cpp
35507ac_cpp='$CXXCPP $CPPFLAGS'
35508ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35509ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35510ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35511
35512      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35513/* end confdefs.h.  */
35514#include <math.h>
35515		      #ifdef HAVE_IEEEFP_H
35516		      #include <ieeefp.h>
35517		      #endif
35518
35519int
35520main ()
35521{
35522 isinf(0);
35523  ;
35524  return 0;
35525}
35526_ACEOF
35527if ac_fn_cxx_try_compile "$LINENO"; then :
35528  glibcxx_cv_func_isinf_use=yes
35529else
35530  glibcxx_cv_func_isinf_use=no
35531fi
35532rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35533      ac_ext=c
35534ac_cpp='$CPP $CPPFLAGS'
35535ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35537ac_compiler_gnu=$ac_cv_c_compiler_gnu
35538
35539
35540fi
35541
35542  fi
35543  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinf_use" >&5
35544$as_echo "$glibcxx_cv_func_isinf_use" >&6; }
35545
35546  if test x$glibcxx_cv_func_isinf_use = x"yes"; then
35547    for ac_func in isinf
35548do :
35549  ac_fn_c_check_func "$LINENO" "isinf" "ac_cv_func_isinf"
35550if test "x$ac_cv_func_isinf" = xyes; then :
35551  cat >>confdefs.h <<_ACEOF
35552#define HAVE_ISINF 1
35553_ACEOF
35554
35555fi
35556done
35557
35558  else
35559
35560  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5
35561$as_echo_n "checking for _isinf declaration... " >&6; }
35562  if test x${glibcxx_cv_func__isinf_use+set} != xset; then
35563    if ${glibcxx_cv_func__isinf_use+:} false; then :
35564  $as_echo_n "(cached) " >&6
35565else
35566
35567
35568      ac_ext=cpp
35569ac_cpp='$CXXCPP $CPPFLAGS'
35570ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35571ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35572ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35573
35574      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35575/* end confdefs.h.  */
35576#include <math.h>
35577		      #ifdef HAVE_IEEEFP_H
35578		      #include <ieeefp.h>
35579		      #endif
35580
35581int
35582main ()
35583{
35584 _isinf(0);
35585  ;
35586  return 0;
35587}
35588_ACEOF
35589if ac_fn_cxx_try_compile "$LINENO"; then :
35590  glibcxx_cv_func__isinf_use=yes
35591else
35592  glibcxx_cv_func__isinf_use=no
35593fi
35594rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35595      ac_ext=c
35596ac_cpp='$CPP $CPPFLAGS'
35597ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35598ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35599ac_compiler_gnu=$ac_cv_c_compiler_gnu
35600
35601
35602fi
35603
35604  fi
35605  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5
35606$as_echo "$glibcxx_cv_func__isinf_use" >&6; }
35607
35608    if test x$glibcxx_cv_func__isinf_use = x"yes"; then
35609      for ac_func in _isinf
35610do :
35611  ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf"
35612if test "x$ac_cv_func__isinf" = xyes; then :
35613  cat >>confdefs.h <<_ACEOF
35614#define HAVE__ISINF 1
35615_ACEOF
35616
35617fi
35618done
35619
35620    fi
35621  fi
35622
35623
35624
35625
35626
35627  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5
35628$as_echo_n "checking for isnan declaration... " >&6; }
35629  if test x${glibcxx_cv_func_isnan_use+set} != xset; then
35630    if ${glibcxx_cv_func_isnan_use+:} false; then :
35631  $as_echo_n "(cached) " >&6
35632else
35633
35634
35635      ac_ext=cpp
35636ac_cpp='$CXXCPP $CPPFLAGS'
35637ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35638ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35639ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35640
35641      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35642/* end confdefs.h.  */
35643#include <math.h>
35644		      #ifdef HAVE_IEEEFP_H
35645		      #include <ieeefp.h>
35646		      #endif
35647
35648int
35649main ()
35650{
35651 isnan(0);
35652  ;
35653  return 0;
35654}
35655_ACEOF
35656if ac_fn_cxx_try_compile "$LINENO"; then :
35657  glibcxx_cv_func_isnan_use=yes
35658else
35659  glibcxx_cv_func_isnan_use=no
35660fi
35661rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35662      ac_ext=c
35663ac_cpp='$CPP $CPPFLAGS'
35664ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35665ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35666ac_compiler_gnu=$ac_cv_c_compiler_gnu
35667
35668
35669fi
35670
35671  fi
35672  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnan_use" >&5
35673$as_echo "$glibcxx_cv_func_isnan_use" >&6; }
35674
35675  if test x$glibcxx_cv_func_isnan_use = x"yes"; then
35676    for ac_func in isnan
35677do :
35678  ac_fn_c_check_func "$LINENO" "isnan" "ac_cv_func_isnan"
35679if test "x$ac_cv_func_isnan" = xyes; then :
35680  cat >>confdefs.h <<_ACEOF
35681#define HAVE_ISNAN 1
35682_ACEOF
35683
35684fi
35685done
35686
35687  else
35688
35689  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5
35690$as_echo_n "checking for _isnan declaration... " >&6; }
35691  if test x${glibcxx_cv_func__isnan_use+set} != xset; then
35692    if ${glibcxx_cv_func__isnan_use+:} false; then :
35693  $as_echo_n "(cached) " >&6
35694else
35695
35696
35697      ac_ext=cpp
35698ac_cpp='$CXXCPP $CPPFLAGS'
35699ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35700ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35701ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35702
35703      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35704/* end confdefs.h.  */
35705#include <math.h>
35706		      #ifdef HAVE_IEEEFP_H
35707		      #include <ieeefp.h>
35708		      #endif
35709
35710int
35711main ()
35712{
35713 _isnan(0);
35714  ;
35715  return 0;
35716}
35717_ACEOF
35718if ac_fn_cxx_try_compile "$LINENO"; then :
35719  glibcxx_cv_func__isnan_use=yes
35720else
35721  glibcxx_cv_func__isnan_use=no
35722fi
35723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35724      ac_ext=c
35725ac_cpp='$CPP $CPPFLAGS'
35726ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35727ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35728ac_compiler_gnu=$ac_cv_c_compiler_gnu
35729
35730
35731fi
35732
35733  fi
35734  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5
35735$as_echo "$glibcxx_cv_func__isnan_use" >&6; }
35736
35737    if test x$glibcxx_cv_func__isnan_use = x"yes"; then
35738      for ac_func in _isnan
35739do :
35740  ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan"
35741if test "x$ac_cv_func__isnan" = xyes; then :
35742  cat >>confdefs.h <<_ACEOF
35743#define HAVE__ISNAN 1
35744_ACEOF
35745
35746fi
35747done
35748
35749    fi
35750  fi
35751
35752
35753
35754
35755
35756  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5
35757$as_echo_n "checking for finite declaration... " >&6; }
35758  if test x${glibcxx_cv_func_finite_use+set} != xset; then
35759    if ${glibcxx_cv_func_finite_use+:} false; then :
35760  $as_echo_n "(cached) " >&6
35761else
35762
35763
35764      ac_ext=cpp
35765ac_cpp='$CXXCPP $CPPFLAGS'
35766ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35767ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35768ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35769
35770      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35771/* end confdefs.h.  */
35772#include <math.h>
35773		      #ifdef HAVE_IEEEFP_H
35774		      #include <ieeefp.h>
35775		      #endif
35776
35777int
35778main ()
35779{
35780 finite(0);
35781  ;
35782  return 0;
35783}
35784_ACEOF
35785if ac_fn_cxx_try_compile "$LINENO"; then :
35786  glibcxx_cv_func_finite_use=yes
35787else
35788  glibcxx_cv_func_finite_use=no
35789fi
35790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35791      ac_ext=c
35792ac_cpp='$CPP $CPPFLAGS'
35793ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35794ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35795ac_compiler_gnu=$ac_cv_c_compiler_gnu
35796
35797
35798fi
35799
35800  fi
35801  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finite_use" >&5
35802$as_echo "$glibcxx_cv_func_finite_use" >&6; }
35803
35804  if test x$glibcxx_cv_func_finite_use = x"yes"; then
35805    for ac_func in finite
35806do :
35807  ac_fn_c_check_func "$LINENO" "finite" "ac_cv_func_finite"
35808if test "x$ac_cv_func_finite" = xyes; then :
35809  cat >>confdefs.h <<_ACEOF
35810#define HAVE_FINITE 1
35811_ACEOF
35812
35813fi
35814done
35815
35816  else
35817
35818  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5
35819$as_echo_n "checking for _finite declaration... " >&6; }
35820  if test x${glibcxx_cv_func__finite_use+set} != xset; then
35821    if ${glibcxx_cv_func__finite_use+:} false; then :
35822  $as_echo_n "(cached) " >&6
35823else
35824
35825
35826      ac_ext=cpp
35827ac_cpp='$CXXCPP $CPPFLAGS'
35828ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35829ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35830ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35831
35832      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35833/* end confdefs.h.  */
35834#include <math.h>
35835		      #ifdef HAVE_IEEEFP_H
35836		      #include <ieeefp.h>
35837		      #endif
35838
35839int
35840main ()
35841{
35842 _finite(0);
35843  ;
35844  return 0;
35845}
35846_ACEOF
35847if ac_fn_cxx_try_compile "$LINENO"; then :
35848  glibcxx_cv_func__finite_use=yes
35849else
35850  glibcxx_cv_func__finite_use=no
35851fi
35852rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35853      ac_ext=c
35854ac_cpp='$CPP $CPPFLAGS'
35855ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35856ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35857ac_compiler_gnu=$ac_cv_c_compiler_gnu
35858
35859
35860fi
35861
35862  fi
35863  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5
35864$as_echo "$glibcxx_cv_func__finite_use" >&6; }
35865
35866    if test x$glibcxx_cv_func__finite_use = x"yes"; then
35867      for ac_func in _finite
35868do :
35869  ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite"
35870if test "x$ac_cv_func__finite" = xyes; then :
35871  cat >>confdefs.h <<_ACEOF
35872#define HAVE__FINITE 1
35873_ACEOF
35874
35875fi
35876done
35877
35878    fi
35879  fi
35880
35881
35882
35883
35884
35885  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5
35886$as_echo_n "checking for sincos declaration... " >&6; }
35887  if test x${glibcxx_cv_func_sincos_use+set} != xset; then
35888    if ${glibcxx_cv_func_sincos_use+:} false; then :
35889  $as_echo_n "(cached) " >&6
35890else
35891
35892
35893      ac_ext=cpp
35894ac_cpp='$CXXCPP $CPPFLAGS'
35895ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35896ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35897ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35898
35899      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35900/* end confdefs.h.  */
35901#include <math.h>
35902int
35903main ()
35904{
35905 sincos(0, 0, 0);
35906  ;
35907  return 0;
35908}
35909_ACEOF
35910if ac_fn_cxx_try_compile "$LINENO"; then :
35911  glibcxx_cv_func_sincos_use=yes
35912else
35913  glibcxx_cv_func_sincos_use=no
35914fi
35915rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35916      ac_ext=c
35917ac_cpp='$CPP $CPPFLAGS'
35918ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35919ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35920ac_compiler_gnu=$ac_cv_c_compiler_gnu
35921
35922
35923fi
35924
35925  fi
35926  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincos_use" >&5
35927$as_echo "$glibcxx_cv_func_sincos_use" >&6; }
35928
35929  if test x$glibcxx_cv_func_sincos_use = x"yes"; then
35930    for ac_func in sincos
35931do :
35932  ac_fn_c_check_func "$LINENO" "sincos" "ac_cv_func_sincos"
35933if test "x$ac_cv_func_sincos" = xyes; then :
35934  cat >>confdefs.h <<_ACEOF
35935#define HAVE_SINCOS 1
35936_ACEOF
35937
35938fi
35939done
35940
35941  else
35942
35943  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5
35944$as_echo_n "checking for _sincos declaration... " >&6; }
35945  if test x${glibcxx_cv_func__sincos_use+set} != xset; then
35946    if ${glibcxx_cv_func__sincos_use+:} false; then :
35947  $as_echo_n "(cached) " >&6
35948else
35949
35950
35951      ac_ext=cpp
35952ac_cpp='$CXXCPP $CPPFLAGS'
35953ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35954ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35955ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35956
35957      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35958/* end confdefs.h.  */
35959#include <math.h>
35960int
35961main ()
35962{
35963 _sincos(0, 0, 0);
35964  ;
35965  return 0;
35966}
35967_ACEOF
35968if ac_fn_cxx_try_compile "$LINENO"; then :
35969  glibcxx_cv_func__sincos_use=yes
35970else
35971  glibcxx_cv_func__sincos_use=no
35972fi
35973rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35974      ac_ext=c
35975ac_cpp='$CPP $CPPFLAGS'
35976ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35977ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35978ac_compiler_gnu=$ac_cv_c_compiler_gnu
35979
35980
35981fi
35982
35983  fi
35984  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5
35985$as_echo "$glibcxx_cv_func__sincos_use" >&6; }
35986
35987    if test x$glibcxx_cv_func__sincos_use = x"yes"; then
35988      for ac_func in _sincos
35989do :
35990  ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos"
35991if test "x$ac_cv_func__sincos" = xyes; then :
35992  cat >>confdefs.h <<_ACEOF
35993#define HAVE__SINCOS 1
35994_ACEOF
35995
35996fi
35997done
35998
35999    fi
36000  fi
36001
36002
36003
36004
36005
36006  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5
36007$as_echo_n "checking for fpclass declaration... " >&6; }
36008  if test x${glibcxx_cv_func_fpclass_use+set} != xset; then
36009    if ${glibcxx_cv_func_fpclass_use+:} false; then :
36010  $as_echo_n "(cached) " >&6
36011else
36012
36013
36014      ac_ext=cpp
36015ac_cpp='$CXXCPP $CPPFLAGS'
36016ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36017ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36018ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36019
36020      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36021/* end confdefs.h.  */
36022#include <math.h>
36023		      #ifdef HAVE_IEEEFP_H
36024		      #include <ieeefp.h>
36025		      #endif
36026
36027int
36028main ()
36029{
36030 fpclass(0);
36031  ;
36032  return 0;
36033}
36034_ACEOF
36035if ac_fn_cxx_try_compile "$LINENO"; then :
36036  glibcxx_cv_func_fpclass_use=yes
36037else
36038  glibcxx_cv_func_fpclass_use=no
36039fi
36040rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36041      ac_ext=c
36042ac_cpp='$CPP $CPPFLAGS'
36043ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36044ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36045ac_compiler_gnu=$ac_cv_c_compiler_gnu
36046
36047
36048fi
36049
36050  fi
36051  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fpclass_use" >&5
36052$as_echo "$glibcxx_cv_func_fpclass_use" >&6; }
36053
36054  if test x$glibcxx_cv_func_fpclass_use = x"yes"; then
36055    for ac_func in fpclass
36056do :
36057  ac_fn_c_check_func "$LINENO" "fpclass" "ac_cv_func_fpclass"
36058if test "x$ac_cv_func_fpclass" = xyes; then :
36059  cat >>confdefs.h <<_ACEOF
36060#define HAVE_FPCLASS 1
36061_ACEOF
36062
36063fi
36064done
36065
36066  else
36067
36068  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5
36069$as_echo_n "checking for _fpclass declaration... " >&6; }
36070  if test x${glibcxx_cv_func__fpclass_use+set} != xset; then
36071    if ${glibcxx_cv_func__fpclass_use+:} false; then :
36072  $as_echo_n "(cached) " >&6
36073else
36074
36075
36076      ac_ext=cpp
36077ac_cpp='$CXXCPP $CPPFLAGS'
36078ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36079ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36080ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36081
36082      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36083/* end confdefs.h.  */
36084#include <math.h>
36085		      #ifdef HAVE_IEEEFP_H
36086		      #include <ieeefp.h>
36087		      #endif
36088
36089int
36090main ()
36091{
36092 _fpclass(0);
36093  ;
36094  return 0;
36095}
36096_ACEOF
36097if ac_fn_cxx_try_compile "$LINENO"; then :
36098  glibcxx_cv_func__fpclass_use=yes
36099else
36100  glibcxx_cv_func__fpclass_use=no
36101fi
36102rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36103      ac_ext=c
36104ac_cpp='$CPP $CPPFLAGS'
36105ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36106ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36107ac_compiler_gnu=$ac_cv_c_compiler_gnu
36108
36109
36110fi
36111
36112  fi
36113  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5
36114$as_echo "$glibcxx_cv_func__fpclass_use" >&6; }
36115
36116    if test x$glibcxx_cv_func__fpclass_use = x"yes"; then
36117      for ac_func in _fpclass
36118do :
36119  ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass"
36120if test "x$ac_cv_func__fpclass" = xyes; then :
36121  cat >>confdefs.h <<_ACEOF
36122#define HAVE__FPCLASS 1
36123_ACEOF
36124
36125fi
36126done
36127
36128    fi
36129  fi
36130
36131
36132
36133
36134
36135  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5
36136$as_echo_n "checking for qfpclass declaration... " >&6; }
36137  if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then
36138    if ${glibcxx_cv_func_qfpclass_use+:} false; then :
36139  $as_echo_n "(cached) " >&6
36140else
36141
36142
36143      ac_ext=cpp
36144ac_cpp='$CXXCPP $CPPFLAGS'
36145ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36146ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36147ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36148
36149      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36150/* end confdefs.h.  */
36151#include <math.h>
36152		      #ifdef HAVE_IEEEFP_H
36153		      #include <ieeefp.h>
36154		      #endif
36155
36156int
36157main ()
36158{
36159 qfpclass(0);
36160  ;
36161  return 0;
36162}
36163_ACEOF
36164if ac_fn_cxx_try_compile "$LINENO"; then :
36165  glibcxx_cv_func_qfpclass_use=yes
36166else
36167  glibcxx_cv_func_qfpclass_use=no
36168fi
36169rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36170      ac_ext=c
36171ac_cpp='$CPP $CPPFLAGS'
36172ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36173ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36174ac_compiler_gnu=$ac_cv_c_compiler_gnu
36175
36176
36177fi
36178
36179  fi
36180  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_qfpclass_use" >&5
36181$as_echo "$glibcxx_cv_func_qfpclass_use" >&6; }
36182
36183  if test x$glibcxx_cv_func_qfpclass_use = x"yes"; then
36184    for ac_func in qfpclass
36185do :
36186  ac_fn_c_check_func "$LINENO" "qfpclass" "ac_cv_func_qfpclass"
36187if test "x$ac_cv_func_qfpclass" = xyes; then :
36188  cat >>confdefs.h <<_ACEOF
36189#define HAVE_QFPCLASS 1
36190_ACEOF
36191
36192fi
36193done
36194
36195  else
36196
36197  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5
36198$as_echo_n "checking for _qfpclass declaration... " >&6; }
36199  if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then
36200    if ${glibcxx_cv_func__qfpclass_use+:} false; then :
36201  $as_echo_n "(cached) " >&6
36202else
36203
36204
36205      ac_ext=cpp
36206ac_cpp='$CXXCPP $CPPFLAGS'
36207ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36208ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36209ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36210
36211      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36212/* end confdefs.h.  */
36213#include <math.h>
36214		      #ifdef HAVE_IEEEFP_H
36215		      #include <ieeefp.h>
36216		      #endif
36217
36218int
36219main ()
36220{
36221 _qfpclass(0);
36222  ;
36223  return 0;
36224}
36225_ACEOF
36226if ac_fn_cxx_try_compile "$LINENO"; then :
36227  glibcxx_cv_func__qfpclass_use=yes
36228else
36229  glibcxx_cv_func__qfpclass_use=no
36230fi
36231rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36232      ac_ext=c
36233ac_cpp='$CPP $CPPFLAGS'
36234ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36235ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36236ac_compiler_gnu=$ac_cv_c_compiler_gnu
36237
36238
36239fi
36240
36241  fi
36242  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5
36243$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; }
36244
36245    if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then
36246      for ac_func in _qfpclass
36247do :
36248  ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass"
36249if test "x$ac_cv_func__qfpclass" = xyes; then :
36250  cat >>confdefs.h <<_ACEOF
36251#define HAVE__QFPCLASS 1
36252_ACEOF
36253
36254fi
36255done
36256
36257    fi
36258  fi
36259
36260
36261
36262
36263
36264  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5
36265$as_echo_n "checking for hypot declaration... " >&6; }
36266  if test x${glibcxx_cv_func_hypot_use+set} != xset; then
36267    if ${glibcxx_cv_func_hypot_use+:} false; then :
36268  $as_echo_n "(cached) " >&6
36269else
36270
36271
36272      ac_ext=cpp
36273ac_cpp='$CXXCPP $CPPFLAGS'
36274ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36275ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36276ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36277
36278      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36279/* end confdefs.h.  */
36280#include <math.h>
36281int
36282main ()
36283{
36284 hypot(0, 0);
36285  ;
36286  return 0;
36287}
36288_ACEOF
36289if ac_fn_cxx_try_compile "$LINENO"; then :
36290  glibcxx_cv_func_hypot_use=yes
36291else
36292  glibcxx_cv_func_hypot_use=no
36293fi
36294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36295      ac_ext=c
36296ac_cpp='$CPP $CPPFLAGS'
36297ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36298ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36299ac_compiler_gnu=$ac_cv_c_compiler_gnu
36300
36301
36302fi
36303
36304  fi
36305  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypot_use" >&5
36306$as_echo "$glibcxx_cv_func_hypot_use" >&6; }
36307
36308  if test x$glibcxx_cv_func_hypot_use = x"yes"; then
36309    for ac_func in hypot
36310do :
36311  ac_fn_c_check_func "$LINENO" "hypot" "ac_cv_func_hypot"
36312if test "x$ac_cv_func_hypot" = xyes; then :
36313  cat >>confdefs.h <<_ACEOF
36314#define HAVE_HYPOT 1
36315_ACEOF
36316
36317fi
36318done
36319
36320  else
36321
36322  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5
36323$as_echo_n "checking for _hypot declaration... " >&6; }
36324  if test x${glibcxx_cv_func__hypot_use+set} != xset; then
36325    if ${glibcxx_cv_func__hypot_use+:} false; then :
36326  $as_echo_n "(cached) " >&6
36327else
36328
36329
36330      ac_ext=cpp
36331ac_cpp='$CXXCPP $CPPFLAGS'
36332ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36333ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36334ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36335
36336      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36337/* end confdefs.h.  */
36338#include <math.h>
36339int
36340main ()
36341{
36342 _hypot(0, 0);
36343  ;
36344  return 0;
36345}
36346_ACEOF
36347if ac_fn_cxx_try_compile "$LINENO"; then :
36348  glibcxx_cv_func__hypot_use=yes
36349else
36350  glibcxx_cv_func__hypot_use=no
36351fi
36352rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36353      ac_ext=c
36354ac_cpp='$CPP $CPPFLAGS'
36355ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36356ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36357ac_compiler_gnu=$ac_cv_c_compiler_gnu
36358
36359
36360fi
36361
36362  fi
36363  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5
36364$as_echo "$glibcxx_cv_func__hypot_use" >&6; }
36365
36366    if test x$glibcxx_cv_func__hypot_use = x"yes"; then
36367      for ac_func in _hypot
36368do :
36369  ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot"
36370if test "x$ac_cv_func__hypot" = xyes; then :
36371  cat >>confdefs.h <<_ACEOF
36372#define HAVE__HYPOT 1
36373_ACEOF
36374
36375fi
36376done
36377
36378    fi
36379  fi
36380
36381
36382
36383
36384
36385    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5
36386$as_echo_n "checking for float trig functions... " >&6; }
36387  if ${glibcxx_cv_func_float_trig_use+:} false; then :
36388  $as_echo_n "(cached) " >&6
36389else
36390
36391
36392    ac_ext=cpp
36393ac_cpp='$CXXCPP $CPPFLAGS'
36394ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36395ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36396ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36397
36398    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36399/* end confdefs.h.  */
36400#include <math.h>
36401int
36402main ()
36403{
36404acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
36405  ;
36406  return 0;
36407}
36408_ACEOF
36409if ac_fn_cxx_try_compile "$LINENO"; then :
36410  glibcxx_cv_func_float_trig_use=yes
36411else
36412  glibcxx_cv_func_float_trig_use=no
36413fi
36414rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36415    ac_ext=c
36416ac_cpp='$CPP $CPPFLAGS'
36417ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36418ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36419ac_compiler_gnu=$ac_cv_c_compiler_gnu
36420
36421fi
36422
36423  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_trig_use" >&5
36424$as_echo "$glibcxx_cv_func_float_trig_use" >&6; }
36425  if test x$glibcxx_cv_func_float_trig_use = x"yes"; then
36426    for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
36427do :
36428  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
36429ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
36430if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
36431  cat >>confdefs.h <<_ACEOF
36432#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
36433_ACEOF
36434
36435fi
36436done
36437
36438  else
36439    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5
36440$as_echo_n "checking for _float trig functions... " >&6; }
36441    if ${glibcxx_cv_func__float_trig_use+:} false; then :
36442  $as_echo_n "(cached) " >&6
36443else
36444
36445
36446      ac_ext=cpp
36447ac_cpp='$CXXCPP $CPPFLAGS'
36448ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36449ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36450ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36451
36452      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36453/* end confdefs.h.  */
36454#include <math.h>
36455int
36456main ()
36457{
36458_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0);
36459  ;
36460  return 0;
36461}
36462_ACEOF
36463if ac_fn_cxx_try_compile "$LINENO"; then :
36464  glibcxx_cv_func__float_trig_use=yes
36465else
36466  glibcxx_cv_func__float_trig_use=no
36467fi
36468rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36469      ac_ext=c
36470ac_cpp='$CPP $CPPFLAGS'
36471ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36472ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36473ac_compiler_gnu=$ac_cv_c_compiler_gnu
36474
36475fi
36476
36477    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5
36478$as_echo "$glibcxx_cv_func__float_trig_use" >&6; }
36479    if test x$glibcxx_cv_func__float_trig_use = x"yes"; then
36480      for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf
36481do :
36482  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
36483ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
36484if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
36485  cat >>confdefs.h <<_ACEOF
36486#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
36487_ACEOF
36488
36489fi
36490done
36491
36492    fi
36493  fi
36494
36495
36496
36497
36498
36499    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5
36500$as_echo_n "checking for float round functions... " >&6; }
36501  if ${glibcxx_cv_func_float_round_use+:} false; then :
36502  $as_echo_n "(cached) " >&6
36503else
36504
36505
36506    ac_ext=cpp
36507ac_cpp='$CXXCPP $CPPFLAGS'
36508ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36509ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36510ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36511
36512    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36513/* end confdefs.h.  */
36514#include <math.h>
36515int
36516main ()
36517{
36518ceilf (0); floorf (0);
36519  ;
36520  return 0;
36521}
36522_ACEOF
36523if ac_fn_cxx_try_compile "$LINENO"; then :
36524  glibcxx_cv_func_float_round_use=yes
36525else
36526  glibcxx_cv_func_float_round_use=no
36527fi
36528rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36529    ac_ext=c
36530ac_cpp='$CPP $CPPFLAGS'
36531ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36532ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36533ac_compiler_gnu=$ac_cv_c_compiler_gnu
36534
36535fi
36536
36537  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_round_use" >&5
36538$as_echo "$glibcxx_cv_func_float_round_use" >&6; }
36539  if test x$glibcxx_cv_func_float_round_use = x"yes"; then
36540    for ac_func in ceilf floorf
36541do :
36542  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
36543ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
36544if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
36545  cat >>confdefs.h <<_ACEOF
36546#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
36547_ACEOF
36548
36549fi
36550done
36551
36552  else
36553    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5
36554$as_echo_n "checking for _float round functions... " >&6; }
36555    if ${glibcxx_cv_func__float_round_use+:} false; then :
36556  $as_echo_n "(cached) " >&6
36557else
36558
36559
36560      ac_ext=cpp
36561ac_cpp='$CXXCPP $CPPFLAGS'
36562ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36563ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36564ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36565
36566      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36567/* end confdefs.h.  */
36568#include <math.h>
36569int
36570main ()
36571{
36572_ceilf (0); _floorf (0);
36573  ;
36574  return 0;
36575}
36576_ACEOF
36577if ac_fn_cxx_try_compile "$LINENO"; then :
36578  glibcxx_cv_func__float_round_use=yes
36579else
36580  glibcxx_cv_func__float_round_use=no
36581fi
36582rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36583      ac_ext=c
36584ac_cpp='$CPP $CPPFLAGS'
36585ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36586ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36587ac_compiler_gnu=$ac_cv_c_compiler_gnu
36588
36589fi
36590
36591    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5
36592$as_echo "$glibcxx_cv_func__float_round_use" >&6; }
36593    if test x$glibcxx_cv_func__float_round_use = x"yes"; then
36594      for ac_func in _ceilf _floorf
36595do :
36596  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
36597ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
36598if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
36599  cat >>confdefs.h <<_ACEOF
36600#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
36601_ACEOF
36602
36603fi
36604done
36605
36606    fi
36607  fi
36608
36609
36610
36611
36612
36613
36614  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5
36615$as_echo_n "checking for expf declaration... " >&6; }
36616  if test x${glibcxx_cv_func_expf_use+set} != xset; then
36617    if ${glibcxx_cv_func_expf_use+:} false; then :
36618  $as_echo_n "(cached) " >&6
36619else
36620
36621
36622      ac_ext=cpp
36623ac_cpp='$CXXCPP $CPPFLAGS'
36624ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36625ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36626ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36627
36628      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36629/* end confdefs.h.  */
36630#include <math.h>
36631		      #ifdef HAVE_IEEEFP_H
36632		      #include <ieeefp.h>
36633		      #endif
36634
36635int
36636main ()
36637{
36638 expf(0);
36639  ;
36640  return 0;
36641}
36642_ACEOF
36643if ac_fn_cxx_try_compile "$LINENO"; then :
36644  glibcxx_cv_func_expf_use=yes
36645else
36646  glibcxx_cv_func_expf_use=no
36647fi
36648rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36649      ac_ext=c
36650ac_cpp='$CPP $CPPFLAGS'
36651ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36652ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36653ac_compiler_gnu=$ac_cv_c_compiler_gnu
36654
36655
36656fi
36657
36658  fi
36659  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expf_use" >&5
36660$as_echo "$glibcxx_cv_func_expf_use" >&6; }
36661
36662  if test x$glibcxx_cv_func_expf_use = x"yes"; then
36663    for ac_func in expf
36664do :
36665  ac_fn_c_check_func "$LINENO" "expf" "ac_cv_func_expf"
36666if test "x$ac_cv_func_expf" = xyes; then :
36667  cat >>confdefs.h <<_ACEOF
36668#define HAVE_EXPF 1
36669_ACEOF
36670
36671fi
36672done
36673
36674  else
36675
36676  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5
36677$as_echo_n "checking for _expf declaration... " >&6; }
36678  if test x${glibcxx_cv_func__expf_use+set} != xset; then
36679    if ${glibcxx_cv_func__expf_use+:} false; then :
36680  $as_echo_n "(cached) " >&6
36681else
36682
36683
36684      ac_ext=cpp
36685ac_cpp='$CXXCPP $CPPFLAGS'
36686ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36687ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36688ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36689
36690      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36691/* end confdefs.h.  */
36692#include <math.h>
36693		      #ifdef HAVE_IEEEFP_H
36694		      #include <ieeefp.h>
36695		      #endif
36696
36697int
36698main ()
36699{
36700 _expf(0);
36701  ;
36702  return 0;
36703}
36704_ACEOF
36705if ac_fn_cxx_try_compile "$LINENO"; then :
36706  glibcxx_cv_func__expf_use=yes
36707else
36708  glibcxx_cv_func__expf_use=no
36709fi
36710rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36711      ac_ext=c
36712ac_cpp='$CPP $CPPFLAGS'
36713ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36714ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36715ac_compiler_gnu=$ac_cv_c_compiler_gnu
36716
36717
36718fi
36719
36720  fi
36721  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5
36722$as_echo "$glibcxx_cv_func__expf_use" >&6; }
36723
36724    if test x$glibcxx_cv_func__expf_use = x"yes"; then
36725      for ac_func in _expf
36726do :
36727  ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf"
36728if test "x$ac_cv_func__expf" = xyes; then :
36729  cat >>confdefs.h <<_ACEOF
36730#define HAVE__EXPF 1
36731_ACEOF
36732
36733fi
36734done
36735
36736    fi
36737  fi
36738
36739
36740
36741
36742
36743  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5
36744$as_echo_n "checking for isnanf declaration... " >&6; }
36745  if test x${glibcxx_cv_func_isnanf_use+set} != xset; then
36746    if ${glibcxx_cv_func_isnanf_use+:} false; then :
36747  $as_echo_n "(cached) " >&6
36748else
36749
36750
36751      ac_ext=cpp
36752ac_cpp='$CXXCPP $CPPFLAGS'
36753ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36754ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36755ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36756
36757      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36758/* end confdefs.h.  */
36759#include <math.h>
36760		      #ifdef HAVE_IEEEFP_H
36761		      #include <ieeefp.h>
36762		      #endif
36763
36764int
36765main ()
36766{
36767 isnanf(0);
36768  ;
36769  return 0;
36770}
36771_ACEOF
36772if ac_fn_cxx_try_compile "$LINENO"; then :
36773  glibcxx_cv_func_isnanf_use=yes
36774else
36775  glibcxx_cv_func_isnanf_use=no
36776fi
36777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36778      ac_ext=c
36779ac_cpp='$CPP $CPPFLAGS'
36780ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36781ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36782ac_compiler_gnu=$ac_cv_c_compiler_gnu
36783
36784
36785fi
36786
36787  fi
36788  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanf_use" >&5
36789$as_echo "$glibcxx_cv_func_isnanf_use" >&6; }
36790
36791  if test x$glibcxx_cv_func_isnanf_use = x"yes"; then
36792    for ac_func in isnanf
36793do :
36794  ac_fn_c_check_func "$LINENO" "isnanf" "ac_cv_func_isnanf"
36795if test "x$ac_cv_func_isnanf" = xyes; then :
36796  cat >>confdefs.h <<_ACEOF
36797#define HAVE_ISNANF 1
36798_ACEOF
36799
36800fi
36801done
36802
36803  else
36804
36805  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5
36806$as_echo_n "checking for _isnanf declaration... " >&6; }
36807  if test x${glibcxx_cv_func__isnanf_use+set} != xset; then
36808    if ${glibcxx_cv_func__isnanf_use+:} false; then :
36809  $as_echo_n "(cached) " >&6
36810else
36811
36812
36813      ac_ext=cpp
36814ac_cpp='$CXXCPP $CPPFLAGS'
36815ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36816ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36817ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36818
36819      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36820/* end confdefs.h.  */
36821#include <math.h>
36822		      #ifdef HAVE_IEEEFP_H
36823		      #include <ieeefp.h>
36824		      #endif
36825
36826int
36827main ()
36828{
36829 _isnanf(0);
36830  ;
36831  return 0;
36832}
36833_ACEOF
36834if ac_fn_cxx_try_compile "$LINENO"; then :
36835  glibcxx_cv_func__isnanf_use=yes
36836else
36837  glibcxx_cv_func__isnanf_use=no
36838fi
36839rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36840      ac_ext=c
36841ac_cpp='$CPP $CPPFLAGS'
36842ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36843ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36844ac_compiler_gnu=$ac_cv_c_compiler_gnu
36845
36846
36847fi
36848
36849  fi
36850  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5
36851$as_echo "$glibcxx_cv_func__isnanf_use" >&6; }
36852
36853    if test x$glibcxx_cv_func__isnanf_use = x"yes"; then
36854      for ac_func in _isnanf
36855do :
36856  ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf"
36857if test "x$ac_cv_func__isnanf" = xyes; then :
36858  cat >>confdefs.h <<_ACEOF
36859#define HAVE__ISNANF 1
36860_ACEOF
36861
36862fi
36863done
36864
36865    fi
36866  fi
36867
36868
36869
36870
36871
36872  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5
36873$as_echo_n "checking for isinff declaration... " >&6; }
36874  if test x${glibcxx_cv_func_isinff_use+set} != xset; then
36875    if ${glibcxx_cv_func_isinff_use+:} false; then :
36876  $as_echo_n "(cached) " >&6
36877else
36878
36879
36880      ac_ext=cpp
36881ac_cpp='$CXXCPP $CPPFLAGS'
36882ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36883ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36884ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36885
36886      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36887/* end confdefs.h.  */
36888#include <math.h>
36889		      #ifdef HAVE_IEEEFP_H
36890		      #include <ieeefp.h>
36891		      #endif
36892
36893int
36894main ()
36895{
36896 isinff(0);
36897  ;
36898  return 0;
36899}
36900_ACEOF
36901if ac_fn_cxx_try_compile "$LINENO"; then :
36902  glibcxx_cv_func_isinff_use=yes
36903else
36904  glibcxx_cv_func_isinff_use=no
36905fi
36906rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36907      ac_ext=c
36908ac_cpp='$CPP $CPPFLAGS'
36909ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36910ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36911ac_compiler_gnu=$ac_cv_c_compiler_gnu
36912
36913
36914fi
36915
36916  fi
36917  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinff_use" >&5
36918$as_echo "$glibcxx_cv_func_isinff_use" >&6; }
36919
36920  if test x$glibcxx_cv_func_isinff_use = x"yes"; then
36921    for ac_func in isinff
36922do :
36923  ac_fn_c_check_func "$LINENO" "isinff" "ac_cv_func_isinff"
36924if test "x$ac_cv_func_isinff" = xyes; then :
36925  cat >>confdefs.h <<_ACEOF
36926#define HAVE_ISINFF 1
36927_ACEOF
36928
36929fi
36930done
36931
36932  else
36933
36934  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5
36935$as_echo_n "checking for _isinff declaration... " >&6; }
36936  if test x${glibcxx_cv_func__isinff_use+set} != xset; then
36937    if ${glibcxx_cv_func__isinff_use+:} false; then :
36938  $as_echo_n "(cached) " >&6
36939else
36940
36941
36942      ac_ext=cpp
36943ac_cpp='$CXXCPP $CPPFLAGS'
36944ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36945ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36946ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36947
36948      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36949/* end confdefs.h.  */
36950#include <math.h>
36951		      #ifdef HAVE_IEEEFP_H
36952		      #include <ieeefp.h>
36953		      #endif
36954
36955int
36956main ()
36957{
36958 _isinff(0);
36959  ;
36960  return 0;
36961}
36962_ACEOF
36963if ac_fn_cxx_try_compile "$LINENO"; then :
36964  glibcxx_cv_func__isinff_use=yes
36965else
36966  glibcxx_cv_func__isinff_use=no
36967fi
36968rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36969      ac_ext=c
36970ac_cpp='$CPP $CPPFLAGS'
36971ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36972ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36973ac_compiler_gnu=$ac_cv_c_compiler_gnu
36974
36975
36976fi
36977
36978  fi
36979  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5
36980$as_echo "$glibcxx_cv_func__isinff_use" >&6; }
36981
36982    if test x$glibcxx_cv_func__isinff_use = x"yes"; then
36983      for ac_func in _isinff
36984do :
36985  ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff"
36986if test "x$ac_cv_func__isinff" = xyes; then :
36987  cat >>confdefs.h <<_ACEOF
36988#define HAVE__ISINFF 1
36989_ACEOF
36990
36991fi
36992done
36993
36994    fi
36995  fi
36996
36997
36998
36999
37000
37001  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5
37002$as_echo_n "checking for atan2f declaration... " >&6; }
37003  if test x${glibcxx_cv_func_atan2f_use+set} != xset; then
37004    if ${glibcxx_cv_func_atan2f_use+:} false; then :
37005  $as_echo_n "(cached) " >&6
37006else
37007
37008
37009      ac_ext=cpp
37010ac_cpp='$CXXCPP $CPPFLAGS'
37011ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37012ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37013ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37014
37015      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37016/* end confdefs.h.  */
37017#include <math.h>
37018int
37019main ()
37020{
37021 atan2f(0, 0);
37022  ;
37023  return 0;
37024}
37025_ACEOF
37026if ac_fn_cxx_try_compile "$LINENO"; then :
37027  glibcxx_cv_func_atan2f_use=yes
37028else
37029  glibcxx_cv_func_atan2f_use=no
37030fi
37031rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37032      ac_ext=c
37033ac_cpp='$CPP $CPPFLAGS'
37034ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37035ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37036ac_compiler_gnu=$ac_cv_c_compiler_gnu
37037
37038
37039fi
37040
37041  fi
37042  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2f_use" >&5
37043$as_echo "$glibcxx_cv_func_atan2f_use" >&6; }
37044
37045  if test x$glibcxx_cv_func_atan2f_use = x"yes"; then
37046    for ac_func in atan2f
37047do :
37048  ac_fn_c_check_func "$LINENO" "atan2f" "ac_cv_func_atan2f"
37049if test "x$ac_cv_func_atan2f" = xyes; then :
37050  cat >>confdefs.h <<_ACEOF
37051#define HAVE_ATAN2F 1
37052_ACEOF
37053
37054fi
37055done
37056
37057  else
37058
37059  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5
37060$as_echo_n "checking for _atan2f declaration... " >&6; }
37061  if test x${glibcxx_cv_func__atan2f_use+set} != xset; then
37062    if ${glibcxx_cv_func__atan2f_use+:} false; then :
37063  $as_echo_n "(cached) " >&6
37064else
37065
37066
37067      ac_ext=cpp
37068ac_cpp='$CXXCPP $CPPFLAGS'
37069ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37070ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37071ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37072
37073      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37074/* end confdefs.h.  */
37075#include <math.h>
37076int
37077main ()
37078{
37079 _atan2f(0, 0);
37080  ;
37081  return 0;
37082}
37083_ACEOF
37084if ac_fn_cxx_try_compile "$LINENO"; then :
37085  glibcxx_cv_func__atan2f_use=yes
37086else
37087  glibcxx_cv_func__atan2f_use=no
37088fi
37089rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37090      ac_ext=c
37091ac_cpp='$CPP $CPPFLAGS'
37092ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37093ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37094ac_compiler_gnu=$ac_cv_c_compiler_gnu
37095
37096
37097fi
37098
37099  fi
37100  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5
37101$as_echo "$glibcxx_cv_func__atan2f_use" >&6; }
37102
37103    if test x$glibcxx_cv_func__atan2f_use = x"yes"; then
37104      for ac_func in _atan2f
37105do :
37106  ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f"
37107if test "x$ac_cv_func__atan2f" = xyes; then :
37108  cat >>confdefs.h <<_ACEOF
37109#define HAVE__ATAN2F 1
37110_ACEOF
37111
37112fi
37113done
37114
37115    fi
37116  fi
37117
37118
37119
37120
37121
37122  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5
37123$as_echo_n "checking for fabsf declaration... " >&6; }
37124  if test x${glibcxx_cv_func_fabsf_use+set} != xset; then
37125    if ${glibcxx_cv_func_fabsf_use+:} false; then :
37126  $as_echo_n "(cached) " >&6
37127else
37128
37129
37130      ac_ext=cpp
37131ac_cpp='$CXXCPP $CPPFLAGS'
37132ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37133ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37134ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37135
37136      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37137/* end confdefs.h.  */
37138#include <math.h>
37139		      #ifdef HAVE_IEEEFP_H
37140		      #include <ieeefp.h>
37141		      #endif
37142
37143int
37144main ()
37145{
37146 fabsf(0);
37147  ;
37148  return 0;
37149}
37150_ACEOF
37151if ac_fn_cxx_try_compile "$LINENO"; then :
37152  glibcxx_cv_func_fabsf_use=yes
37153else
37154  glibcxx_cv_func_fabsf_use=no
37155fi
37156rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37157      ac_ext=c
37158ac_cpp='$CPP $CPPFLAGS'
37159ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37160ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37161ac_compiler_gnu=$ac_cv_c_compiler_gnu
37162
37163
37164fi
37165
37166  fi
37167  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsf_use" >&5
37168$as_echo "$glibcxx_cv_func_fabsf_use" >&6; }
37169
37170  if test x$glibcxx_cv_func_fabsf_use = x"yes"; then
37171    for ac_func in fabsf
37172do :
37173  ac_fn_c_check_func "$LINENO" "fabsf" "ac_cv_func_fabsf"
37174if test "x$ac_cv_func_fabsf" = xyes; then :
37175  cat >>confdefs.h <<_ACEOF
37176#define HAVE_FABSF 1
37177_ACEOF
37178
37179fi
37180done
37181
37182  else
37183
37184  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5
37185$as_echo_n "checking for _fabsf declaration... " >&6; }
37186  if test x${glibcxx_cv_func__fabsf_use+set} != xset; then
37187    if ${glibcxx_cv_func__fabsf_use+:} false; then :
37188  $as_echo_n "(cached) " >&6
37189else
37190
37191
37192      ac_ext=cpp
37193ac_cpp='$CXXCPP $CPPFLAGS'
37194ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37195ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37196ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37197
37198      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37199/* end confdefs.h.  */
37200#include <math.h>
37201		      #ifdef HAVE_IEEEFP_H
37202		      #include <ieeefp.h>
37203		      #endif
37204
37205int
37206main ()
37207{
37208 _fabsf(0);
37209  ;
37210  return 0;
37211}
37212_ACEOF
37213if ac_fn_cxx_try_compile "$LINENO"; then :
37214  glibcxx_cv_func__fabsf_use=yes
37215else
37216  glibcxx_cv_func__fabsf_use=no
37217fi
37218rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37219      ac_ext=c
37220ac_cpp='$CPP $CPPFLAGS'
37221ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37222ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37223ac_compiler_gnu=$ac_cv_c_compiler_gnu
37224
37225
37226fi
37227
37228  fi
37229  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5
37230$as_echo "$glibcxx_cv_func__fabsf_use" >&6; }
37231
37232    if test x$glibcxx_cv_func__fabsf_use = x"yes"; then
37233      for ac_func in _fabsf
37234do :
37235  ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf"
37236if test "x$ac_cv_func__fabsf" = xyes; then :
37237  cat >>confdefs.h <<_ACEOF
37238#define HAVE__FABSF 1
37239_ACEOF
37240
37241fi
37242done
37243
37244    fi
37245  fi
37246
37247
37248
37249
37250
37251  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5
37252$as_echo_n "checking for fmodf declaration... " >&6; }
37253  if test x${glibcxx_cv_func_fmodf_use+set} != xset; then
37254    if ${glibcxx_cv_func_fmodf_use+:} false; then :
37255  $as_echo_n "(cached) " >&6
37256else
37257
37258
37259      ac_ext=cpp
37260ac_cpp='$CXXCPP $CPPFLAGS'
37261ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37262ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37263ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37264
37265      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37266/* end confdefs.h.  */
37267#include <math.h>
37268int
37269main ()
37270{
37271 fmodf(0, 0);
37272  ;
37273  return 0;
37274}
37275_ACEOF
37276if ac_fn_cxx_try_compile "$LINENO"; then :
37277  glibcxx_cv_func_fmodf_use=yes
37278else
37279  glibcxx_cv_func_fmodf_use=no
37280fi
37281rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37282      ac_ext=c
37283ac_cpp='$CPP $CPPFLAGS'
37284ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37285ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37286ac_compiler_gnu=$ac_cv_c_compiler_gnu
37287
37288
37289fi
37290
37291  fi
37292  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodf_use" >&5
37293$as_echo "$glibcxx_cv_func_fmodf_use" >&6; }
37294
37295  if test x$glibcxx_cv_func_fmodf_use = x"yes"; then
37296    for ac_func in fmodf
37297do :
37298  ac_fn_c_check_func "$LINENO" "fmodf" "ac_cv_func_fmodf"
37299if test "x$ac_cv_func_fmodf" = xyes; then :
37300  cat >>confdefs.h <<_ACEOF
37301#define HAVE_FMODF 1
37302_ACEOF
37303
37304fi
37305done
37306
37307  else
37308
37309  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5
37310$as_echo_n "checking for _fmodf declaration... " >&6; }
37311  if test x${glibcxx_cv_func__fmodf_use+set} != xset; then
37312    if ${glibcxx_cv_func__fmodf_use+:} false; then :
37313  $as_echo_n "(cached) " >&6
37314else
37315
37316
37317      ac_ext=cpp
37318ac_cpp='$CXXCPP $CPPFLAGS'
37319ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37320ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37321ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37322
37323      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37324/* end confdefs.h.  */
37325#include <math.h>
37326int
37327main ()
37328{
37329 _fmodf(0, 0);
37330  ;
37331  return 0;
37332}
37333_ACEOF
37334if ac_fn_cxx_try_compile "$LINENO"; then :
37335  glibcxx_cv_func__fmodf_use=yes
37336else
37337  glibcxx_cv_func__fmodf_use=no
37338fi
37339rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37340      ac_ext=c
37341ac_cpp='$CPP $CPPFLAGS'
37342ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37343ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37344ac_compiler_gnu=$ac_cv_c_compiler_gnu
37345
37346
37347fi
37348
37349  fi
37350  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5
37351$as_echo "$glibcxx_cv_func__fmodf_use" >&6; }
37352
37353    if test x$glibcxx_cv_func__fmodf_use = x"yes"; then
37354      for ac_func in _fmodf
37355do :
37356  ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf"
37357if test "x$ac_cv_func__fmodf" = xyes; then :
37358  cat >>confdefs.h <<_ACEOF
37359#define HAVE__FMODF 1
37360_ACEOF
37361
37362fi
37363done
37364
37365    fi
37366  fi
37367
37368
37369
37370
37371
37372  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5
37373$as_echo_n "checking for frexpf declaration... " >&6; }
37374  if test x${glibcxx_cv_func_frexpf_use+set} != xset; then
37375    if ${glibcxx_cv_func_frexpf_use+:} false; then :
37376  $as_echo_n "(cached) " >&6
37377else
37378
37379
37380      ac_ext=cpp
37381ac_cpp='$CXXCPP $CPPFLAGS'
37382ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37383ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37384ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37385
37386      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37387/* end confdefs.h.  */
37388#include <math.h>
37389int
37390main ()
37391{
37392 frexpf(0, 0);
37393  ;
37394  return 0;
37395}
37396_ACEOF
37397if ac_fn_cxx_try_compile "$LINENO"; then :
37398  glibcxx_cv_func_frexpf_use=yes
37399else
37400  glibcxx_cv_func_frexpf_use=no
37401fi
37402rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37403      ac_ext=c
37404ac_cpp='$CPP $CPPFLAGS'
37405ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37406ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37407ac_compiler_gnu=$ac_cv_c_compiler_gnu
37408
37409
37410fi
37411
37412  fi
37413  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpf_use" >&5
37414$as_echo "$glibcxx_cv_func_frexpf_use" >&6; }
37415
37416  if test x$glibcxx_cv_func_frexpf_use = x"yes"; then
37417    for ac_func in frexpf
37418do :
37419  ac_fn_c_check_func "$LINENO" "frexpf" "ac_cv_func_frexpf"
37420if test "x$ac_cv_func_frexpf" = xyes; then :
37421  cat >>confdefs.h <<_ACEOF
37422#define HAVE_FREXPF 1
37423_ACEOF
37424
37425fi
37426done
37427
37428  else
37429
37430  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5
37431$as_echo_n "checking for _frexpf declaration... " >&6; }
37432  if test x${glibcxx_cv_func__frexpf_use+set} != xset; then
37433    if ${glibcxx_cv_func__frexpf_use+:} false; then :
37434  $as_echo_n "(cached) " >&6
37435else
37436
37437
37438      ac_ext=cpp
37439ac_cpp='$CXXCPP $CPPFLAGS'
37440ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37441ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37442ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37443
37444      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37445/* end confdefs.h.  */
37446#include <math.h>
37447int
37448main ()
37449{
37450 _frexpf(0, 0);
37451  ;
37452  return 0;
37453}
37454_ACEOF
37455if ac_fn_cxx_try_compile "$LINENO"; then :
37456  glibcxx_cv_func__frexpf_use=yes
37457else
37458  glibcxx_cv_func__frexpf_use=no
37459fi
37460rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37461      ac_ext=c
37462ac_cpp='$CPP $CPPFLAGS'
37463ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37464ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37465ac_compiler_gnu=$ac_cv_c_compiler_gnu
37466
37467
37468fi
37469
37470  fi
37471  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5
37472$as_echo "$glibcxx_cv_func__frexpf_use" >&6; }
37473
37474    if test x$glibcxx_cv_func__frexpf_use = x"yes"; then
37475      for ac_func in _frexpf
37476do :
37477  ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf"
37478if test "x$ac_cv_func__frexpf" = xyes; then :
37479  cat >>confdefs.h <<_ACEOF
37480#define HAVE__FREXPF 1
37481_ACEOF
37482
37483fi
37484done
37485
37486    fi
37487  fi
37488
37489
37490
37491
37492
37493  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5
37494$as_echo_n "checking for hypotf declaration... " >&6; }
37495  if test x${glibcxx_cv_func_hypotf_use+set} != xset; then
37496    if ${glibcxx_cv_func_hypotf_use+:} false; then :
37497  $as_echo_n "(cached) " >&6
37498else
37499
37500
37501      ac_ext=cpp
37502ac_cpp='$CXXCPP $CPPFLAGS'
37503ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37504ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37505ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37506
37507      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37508/* end confdefs.h.  */
37509#include <math.h>
37510int
37511main ()
37512{
37513 hypotf(0, 0);
37514  ;
37515  return 0;
37516}
37517_ACEOF
37518if ac_fn_cxx_try_compile "$LINENO"; then :
37519  glibcxx_cv_func_hypotf_use=yes
37520else
37521  glibcxx_cv_func_hypotf_use=no
37522fi
37523rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37524      ac_ext=c
37525ac_cpp='$CPP $CPPFLAGS'
37526ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37527ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37528ac_compiler_gnu=$ac_cv_c_compiler_gnu
37529
37530
37531fi
37532
37533  fi
37534  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotf_use" >&5
37535$as_echo "$glibcxx_cv_func_hypotf_use" >&6; }
37536
37537  if test x$glibcxx_cv_func_hypotf_use = x"yes"; then
37538    for ac_func in hypotf
37539do :
37540  ac_fn_c_check_func "$LINENO" "hypotf" "ac_cv_func_hypotf"
37541if test "x$ac_cv_func_hypotf" = xyes; then :
37542  cat >>confdefs.h <<_ACEOF
37543#define HAVE_HYPOTF 1
37544_ACEOF
37545
37546fi
37547done
37548
37549  else
37550
37551  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5
37552$as_echo_n "checking for _hypotf declaration... " >&6; }
37553  if test x${glibcxx_cv_func__hypotf_use+set} != xset; then
37554    if ${glibcxx_cv_func__hypotf_use+:} false; then :
37555  $as_echo_n "(cached) " >&6
37556else
37557
37558
37559      ac_ext=cpp
37560ac_cpp='$CXXCPP $CPPFLAGS'
37561ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37562ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37563ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37564
37565      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37566/* end confdefs.h.  */
37567#include <math.h>
37568int
37569main ()
37570{
37571 _hypotf(0, 0);
37572  ;
37573  return 0;
37574}
37575_ACEOF
37576if ac_fn_cxx_try_compile "$LINENO"; then :
37577  glibcxx_cv_func__hypotf_use=yes
37578else
37579  glibcxx_cv_func__hypotf_use=no
37580fi
37581rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37582      ac_ext=c
37583ac_cpp='$CPP $CPPFLAGS'
37584ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37585ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37586ac_compiler_gnu=$ac_cv_c_compiler_gnu
37587
37588
37589fi
37590
37591  fi
37592  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5
37593$as_echo "$glibcxx_cv_func__hypotf_use" >&6; }
37594
37595    if test x$glibcxx_cv_func__hypotf_use = x"yes"; then
37596      for ac_func in _hypotf
37597do :
37598  ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf"
37599if test "x$ac_cv_func__hypotf" = xyes; then :
37600  cat >>confdefs.h <<_ACEOF
37601#define HAVE__HYPOTF 1
37602_ACEOF
37603
37604fi
37605done
37606
37607    fi
37608  fi
37609
37610
37611
37612
37613
37614  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5
37615$as_echo_n "checking for ldexpf declaration... " >&6; }
37616  if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then
37617    if ${glibcxx_cv_func_ldexpf_use+:} false; then :
37618  $as_echo_n "(cached) " >&6
37619else
37620
37621
37622      ac_ext=cpp
37623ac_cpp='$CXXCPP $CPPFLAGS'
37624ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37625ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37626ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37627
37628      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37629/* end confdefs.h.  */
37630#include <math.h>
37631int
37632main ()
37633{
37634 ldexpf(0, 0);
37635  ;
37636  return 0;
37637}
37638_ACEOF
37639if ac_fn_cxx_try_compile "$LINENO"; then :
37640  glibcxx_cv_func_ldexpf_use=yes
37641else
37642  glibcxx_cv_func_ldexpf_use=no
37643fi
37644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37645      ac_ext=c
37646ac_cpp='$CPP $CPPFLAGS'
37647ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37648ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37649ac_compiler_gnu=$ac_cv_c_compiler_gnu
37650
37651
37652fi
37653
37654  fi
37655  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpf_use" >&5
37656$as_echo "$glibcxx_cv_func_ldexpf_use" >&6; }
37657
37658  if test x$glibcxx_cv_func_ldexpf_use = x"yes"; then
37659    for ac_func in ldexpf
37660do :
37661  ac_fn_c_check_func "$LINENO" "ldexpf" "ac_cv_func_ldexpf"
37662if test "x$ac_cv_func_ldexpf" = xyes; then :
37663  cat >>confdefs.h <<_ACEOF
37664#define HAVE_LDEXPF 1
37665_ACEOF
37666
37667fi
37668done
37669
37670  else
37671
37672  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5
37673$as_echo_n "checking for _ldexpf declaration... " >&6; }
37674  if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then
37675    if ${glibcxx_cv_func__ldexpf_use+:} false; then :
37676  $as_echo_n "(cached) " >&6
37677else
37678
37679
37680      ac_ext=cpp
37681ac_cpp='$CXXCPP $CPPFLAGS'
37682ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37683ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37684ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37685
37686      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37687/* end confdefs.h.  */
37688#include <math.h>
37689int
37690main ()
37691{
37692 _ldexpf(0, 0);
37693  ;
37694  return 0;
37695}
37696_ACEOF
37697if ac_fn_cxx_try_compile "$LINENO"; then :
37698  glibcxx_cv_func__ldexpf_use=yes
37699else
37700  glibcxx_cv_func__ldexpf_use=no
37701fi
37702rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37703      ac_ext=c
37704ac_cpp='$CPP $CPPFLAGS'
37705ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37706ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37707ac_compiler_gnu=$ac_cv_c_compiler_gnu
37708
37709
37710fi
37711
37712  fi
37713  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5
37714$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; }
37715
37716    if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then
37717      for ac_func in _ldexpf
37718do :
37719  ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf"
37720if test "x$ac_cv_func__ldexpf" = xyes; then :
37721  cat >>confdefs.h <<_ACEOF
37722#define HAVE__LDEXPF 1
37723_ACEOF
37724
37725fi
37726done
37727
37728    fi
37729  fi
37730
37731
37732
37733
37734
37735  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5
37736$as_echo_n "checking for logf declaration... " >&6; }
37737  if test x${glibcxx_cv_func_logf_use+set} != xset; then
37738    if ${glibcxx_cv_func_logf_use+:} false; then :
37739  $as_echo_n "(cached) " >&6
37740else
37741
37742
37743      ac_ext=cpp
37744ac_cpp='$CXXCPP $CPPFLAGS'
37745ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37746ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37747ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37748
37749      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37750/* end confdefs.h.  */
37751#include <math.h>
37752		      #ifdef HAVE_IEEEFP_H
37753		      #include <ieeefp.h>
37754		      #endif
37755
37756int
37757main ()
37758{
37759 logf(0);
37760  ;
37761  return 0;
37762}
37763_ACEOF
37764if ac_fn_cxx_try_compile "$LINENO"; then :
37765  glibcxx_cv_func_logf_use=yes
37766else
37767  glibcxx_cv_func_logf_use=no
37768fi
37769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37770      ac_ext=c
37771ac_cpp='$CPP $CPPFLAGS'
37772ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37773ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37774ac_compiler_gnu=$ac_cv_c_compiler_gnu
37775
37776
37777fi
37778
37779  fi
37780  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logf_use" >&5
37781$as_echo "$glibcxx_cv_func_logf_use" >&6; }
37782
37783  if test x$glibcxx_cv_func_logf_use = x"yes"; then
37784    for ac_func in logf
37785do :
37786  ac_fn_c_check_func "$LINENO" "logf" "ac_cv_func_logf"
37787if test "x$ac_cv_func_logf" = xyes; then :
37788  cat >>confdefs.h <<_ACEOF
37789#define HAVE_LOGF 1
37790_ACEOF
37791
37792fi
37793done
37794
37795  else
37796
37797  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5
37798$as_echo_n "checking for _logf declaration... " >&6; }
37799  if test x${glibcxx_cv_func__logf_use+set} != xset; then
37800    if ${glibcxx_cv_func__logf_use+:} false; then :
37801  $as_echo_n "(cached) " >&6
37802else
37803
37804
37805      ac_ext=cpp
37806ac_cpp='$CXXCPP $CPPFLAGS'
37807ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37808ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37809ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37810
37811      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37812/* end confdefs.h.  */
37813#include <math.h>
37814		      #ifdef HAVE_IEEEFP_H
37815		      #include <ieeefp.h>
37816		      #endif
37817
37818int
37819main ()
37820{
37821 _logf(0);
37822  ;
37823  return 0;
37824}
37825_ACEOF
37826if ac_fn_cxx_try_compile "$LINENO"; then :
37827  glibcxx_cv_func__logf_use=yes
37828else
37829  glibcxx_cv_func__logf_use=no
37830fi
37831rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37832      ac_ext=c
37833ac_cpp='$CPP $CPPFLAGS'
37834ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37835ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37836ac_compiler_gnu=$ac_cv_c_compiler_gnu
37837
37838
37839fi
37840
37841  fi
37842  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5
37843$as_echo "$glibcxx_cv_func__logf_use" >&6; }
37844
37845    if test x$glibcxx_cv_func__logf_use = x"yes"; then
37846      for ac_func in _logf
37847do :
37848  ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf"
37849if test "x$ac_cv_func__logf" = xyes; then :
37850  cat >>confdefs.h <<_ACEOF
37851#define HAVE__LOGF 1
37852_ACEOF
37853
37854fi
37855done
37856
37857    fi
37858  fi
37859
37860
37861
37862
37863
37864  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5
37865$as_echo_n "checking for log10f declaration... " >&6; }
37866  if test x${glibcxx_cv_func_log10f_use+set} != xset; then
37867    if ${glibcxx_cv_func_log10f_use+:} false; then :
37868  $as_echo_n "(cached) " >&6
37869else
37870
37871
37872      ac_ext=cpp
37873ac_cpp='$CXXCPP $CPPFLAGS'
37874ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37875ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37876ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37877
37878      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37879/* end confdefs.h.  */
37880#include <math.h>
37881		      #ifdef HAVE_IEEEFP_H
37882		      #include <ieeefp.h>
37883		      #endif
37884
37885int
37886main ()
37887{
37888 log10f(0);
37889  ;
37890  return 0;
37891}
37892_ACEOF
37893if ac_fn_cxx_try_compile "$LINENO"; then :
37894  glibcxx_cv_func_log10f_use=yes
37895else
37896  glibcxx_cv_func_log10f_use=no
37897fi
37898rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37899      ac_ext=c
37900ac_cpp='$CPP $CPPFLAGS'
37901ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37902ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37903ac_compiler_gnu=$ac_cv_c_compiler_gnu
37904
37905
37906fi
37907
37908  fi
37909  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10f_use" >&5
37910$as_echo "$glibcxx_cv_func_log10f_use" >&6; }
37911
37912  if test x$glibcxx_cv_func_log10f_use = x"yes"; then
37913    for ac_func in log10f
37914do :
37915  ac_fn_c_check_func "$LINENO" "log10f" "ac_cv_func_log10f"
37916if test "x$ac_cv_func_log10f" = xyes; then :
37917  cat >>confdefs.h <<_ACEOF
37918#define HAVE_LOG10F 1
37919_ACEOF
37920
37921fi
37922done
37923
37924  else
37925
37926  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5
37927$as_echo_n "checking for _log10f declaration... " >&6; }
37928  if test x${glibcxx_cv_func__log10f_use+set} != xset; then
37929    if ${glibcxx_cv_func__log10f_use+:} false; then :
37930  $as_echo_n "(cached) " >&6
37931else
37932
37933
37934      ac_ext=cpp
37935ac_cpp='$CXXCPP $CPPFLAGS'
37936ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37937ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37938ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37939
37940      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
37941/* end confdefs.h.  */
37942#include <math.h>
37943		      #ifdef HAVE_IEEEFP_H
37944		      #include <ieeefp.h>
37945		      #endif
37946
37947int
37948main ()
37949{
37950 _log10f(0);
37951  ;
37952  return 0;
37953}
37954_ACEOF
37955if ac_fn_cxx_try_compile "$LINENO"; then :
37956  glibcxx_cv_func__log10f_use=yes
37957else
37958  glibcxx_cv_func__log10f_use=no
37959fi
37960rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37961      ac_ext=c
37962ac_cpp='$CPP $CPPFLAGS'
37963ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37964ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37965ac_compiler_gnu=$ac_cv_c_compiler_gnu
37966
37967
37968fi
37969
37970  fi
37971  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5
37972$as_echo "$glibcxx_cv_func__log10f_use" >&6; }
37973
37974    if test x$glibcxx_cv_func__log10f_use = x"yes"; then
37975      for ac_func in _log10f
37976do :
37977  ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f"
37978if test "x$ac_cv_func__log10f" = xyes; then :
37979  cat >>confdefs.h <<_ACEOF
37980#define HAVE__LOG10F 1
37981_ACEOF
37982
37983fi
37984done
37985
37986    fi
37987  fi
37988
37989
37990
37991
37992
37993  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5
37994$as_echo_n "checking for modff declaration... " >&6; }
37995  if test x${glibcxx_cv_func_modff_use+set} != xset; then
37996    if ${glibcxx_cv_func_modff_use+:} false; then :
37997  $as_echo_n "(cached) " >&6
37998else
37999
38000
38001      ac_ext=cpp
38002ac_cpp='$CXXCPP $CPPFLAGS'
38003ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38004ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38005ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38006
38007      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38008/* end confdefs.h.  */
38009#include <math.h>
38010int
38011main ()
38012{
38013 modff(0, 0);
38014  ;
38015  return 0;
38016}
38017_ACEOF
38018if ac_fn_cxx_try_compile "$LINENO"; then :
38019  glibcxx_cv_func_modff_use=yes
38020else
38021  glibcxx_cv_func_modff_use=no
38022fi
38023rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38024      ac_ext=c
38025ac_cpp='$CPP $CPPFLAGS'
38026ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38027ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38028ac_compiler_gnu=$ac_cv_c_compiler_gnu
38029
38030
38031fi
38032
38033  fi
38034  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modff_use" >&5
38035$as_echo "$glibcxx_cv_func_modff_use" >&6; }
38036
38037  if test x$glibcxx_cv_func_modff_use = x"yes"; then
38038    for ac_func in modff
38039do :
38040  ac_fn_c_check_func "$LINENO" "modff" "ac_cv_func_modff"
38041if test "x$ac_cv_func_modff" = xyes; then :
38042  cat >>confdefs.h <<_ACEOF
38043#define HAVE_MODFF 1
38044_ACEOF
38045
38046fi
38047done
38048
38049  else
38050
38051  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5
38052$as_echo_n "checking for _modff declaration... " >&6; }
38053  if test x${glibcxx_cv_func__modff_use+set} != xset; then
38054    if ${glibcxx_cv_func__modff_use+:} false; then :
38055  $as_echo_n "(cached) " >&6
38056else
38057
38058
38059      ac_ext=cpp
38060ac_cpp='$CXXCPP $CPPFLAGS'
38061ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38062ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38063ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38064
38065      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38066/* end confdefs.h.  */
38067#include <math.h>
38068int
38069main ()
38070{
38071 _modff(0, 0);
38072  ;
38073  return 0;
38074}
38075_ACEOF
38076if ac_fn_cxx_try_compile "$LINENO"; then :
38077  glibcxx_cv_func__modff_use=yes
38078else
38079  glibcxx_cv_func__modff_use=no
38080fi
38081rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38082      ac_ext=c
38083ac_cpp='$CPP $CPPFLAGS'
38084ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38085ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38086ac_compiler_gnu=$ac_cv_c_compiler_gnu
38087
38088
38089fi
38090
38091  fi
38092  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5
38093$as_echo "$glibcxx_cv_func__modff_use" >&6; }
38094
38095    if test x$glibcxx_cv_func__modff_use = x"yes"; then
38096      for ac_func in _modff
38097do :
38098  ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff"
38099if test "x$ac_cv_func__modff" = xyes; then :
38100  cat >>confdefs.h <<_ACEOF
38101#define HAVE__MODFF 1
38102_ACEOF
38103
38104fi
38105done
38106
38107    fi
38108  fi
38109
38110
38111
38112
38113
38114  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5
38115$as_echo_n "checking for modf declaration... " >&6; }
38116  if test x${glibcxx_cv_func_modf_use+set} != xset; then
38117    if ${glibcxx_cv_func_modf_use+:} false; then :
38118  $as_echo_n "(cached) " >&6
38119else
38120
38121
38122      ac_ext=cpp
38123ac_cpp='$CXXCPP $CPPFLAGS'
38124ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38125ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38126ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38127
38128      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38129/* end confdefs.h.  */
38130#include <math.h>
38131int
38132main ()
38133{
38134 modf(0, 0);
38135  ;
38136  return 0;
38137}
38138_ACEOF
38139if ac_fn_cxx_try_compile "$LINENO"; then :
38140  glibcxx_cv_func_modf_use=yes
38141else
38142  glibcxx_cv_func_modf_use=no
38143fi
38144rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38145      ac_ext=c
38146ac_cpp='$CPP $CPPFLAGS'
38147ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38148ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38149ac_compiler_gnu=$ac_cv_c_compiler_gnu
38150
38151
38152fi
38153
38154  fi
38155  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modf_use" >&5
38156$as_echo "$glibcxx_cv_func_modf_use" >&6; }
38157
38158  if test x$glibcxx_cv_func_modf_use = x"yes"; then
38159    for ac_func in modf
38160do :
38161  ac_fn_c_check_func "$LINENO" "modf" "ac_cv_func_modf"
38162if test "x$ac_cv_func_modf" = xyes; then :
38163  cat >>confdefs.h <<_ACEOF
38164#define HAVE_MODF 1
38165_ACEOF
38166
38167fi
38168done
38169
38170  else
38171
38172  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5
38173$as_echo_n "checking for _modf declaration... " >&6; }
38174  if test x${glibcxx_cv_func__modf_use+set} != xset; then
38175    if ${glibcxx_cv_func__modf_use+:} false; then :
38176  $as_echo_n "(cached) " >&6
38177else
38178
38179
38180      ac_ext=cpp
38181ac_cpp='$CXXCPP $CPPFLAGS'
38182ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38183ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38184ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38185
38186      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38187/* end confdefs.h.  */
38188#include <math.h>
38189int
38190main ()
38191{
38192 _modf(0, 0);
38193  ;
38194  return 0;
38195}
38196_ACEOF
38197if ac_fn_cxx_try_compile "$LINENO"; then :
38198  glibcxx_cv_func__modf_use=yes
38199else
38200  glibcxx_cv_func__modf_use=no
38201fi
38202rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38203      ac_ext=c
38204ac_cpp='$CPP $CPPFLAGS'
38205ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38206ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38207ac_compiler_gnu=$ac_cv_c_compiler_gnu
38208
38209
38210fi
38211
38212  fi
38213  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5
38214$as_echo "$glibcxx_cv_func__modf_use" >&6; }
38215
38216    if test x$glibcxx_cv_func__modf_use = x"yes"; then
38217      for ac_func in _modf
38218do :
38219  ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf"
38220if test "x$ac_cv_func__modf" = xyes; then :
38221  cat >>confdefs.h <<_ACEOF
38222#define HAVE__MODF 1
38223_ACEOF
38224
38225fi
38226done
38227
38228    fi
38229  fi
38230
38231
38232
38233
38234
38235  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5
38236$as_echo_n "checking for powf declaration... " >&6; }
38237  if test x${glibcxx_cv_func_powf_use+set} != xset; then
38238    if ${glibcxx_cv_func_powf_use+:} false; then :
38239  $as_echo_n "(cached) " >&6
38240else
38241
38242
38243      ac_ext=cpp
38244ac_cpp='$CXXCPP $CPPFLAGS'
38245ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38246ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38247ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38248
38249      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38250/* end confdefs.h.  */
38251#include <math.h>
38252int
38253main ()
38254{
38255 powf(0, 0);
38256  ;
38257  return 0;
38258}
38259_ACEOF
38260if ac_fn_cxx_try_compile "$LINENO"; then :
38261  glibcxx_cv_func_powf_use=yes
38262else
38263  glibcxx_cv_func_powf_use=no
38264fi
38265rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38266      ac_ext=c
38267ac_cpp='$CPP $CPPFLAGS'
38268ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38269ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38270ac_compiler_gnu=$ac_cv_c_compiler_gnu
38271
38272
38273fi
38274
38275  fi
38276  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powf_use" >&5
38277$as_echo "$glibcxx_cv_func_powf_use" >&6; }
38278
38279  if test x$glibcxx_cv_func_powf_use = x"yes"; then
38280    for ac_func in powf
38281do :
38282  ac_fn_c_check_func "$LINENO" "powf" "ac_cv_func_powf"
38283if test "x$ac_cv_func_powf" = xyes; then :
38284  cat >>confdefs.h <<_ACEOF
38285#define HAVE_POWF 1
38286_ACEOF
38287
38288fi
38289done
38290
38291  else
38292
38293  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5
38294$as_echo_n "checking for _powf declaration... " >&6; }
38295  if test x${glibcxx_cv_func__powf_use+set} != xset; then
38296    if ${glibcxx_cv_func__powf_use+:} false; then :
38297  $as_echo_n "(cached) " >&6
38298else
38299
38300
38301      ac_ext=cpp
38302ac_cpp='$CXXCPP $CPPFLAGS'
38303ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38304ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38305ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38306
38307      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38308/* end confdefs.h.  */
38309#include <math.h>
38310int
38311main ()
38312{
38313 _powf(0, 0);
38314  ;
38315  return 0;
38316}
38317_ACEOF
38318if ac_fn_cxx_try_compile "$LINENO"; then :
38319  glibcxx_cv_func__powf_use=yes
38320else
38321  glibcxx_cv_func__powf_use=no
38322fi
38323rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38324      ac_ext=c
38325ac_cpp='$CPP $CPPFLAGS'
38326ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38327ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38328ac_compiler_gnu=$ac_cv_c_compiler_gnu
38329
38330
38331fi
38332
38333  fi
38334  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5
38335$as_echo "$glibcxx_cv_func__powf_use" >&6; }
38336
38337    if test x$glibcxx_cv_func__powf_use = x"yes"; then
38338      for ac_func in _powf
38339do :
38340  ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf"
38341if test "x$ac_cv_func__powf" = xyes; then :
38342  cat >>confdefs.h <<_ACEOF
38343#define HAVE__POWF 1
38344_ACEOF
38345
38346fi
38347done
38348
38349    fi
38350  fi
38351
38352
38353
38354
38355
38356  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5
38357$as_echo_n "checking for sqrtf declaration... " >&6; }
38358  if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then
38359    if ${glibcxx_cv_func_sqrtf_use+:} false; then :
38360  $as_echo_n "(cached) " >&6
38361else
38362
38363
38364      ac_ext=cpp
38365ac_cpp='$CXXCPP $CPPFLAGS'
38366ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38367ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38368ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38369
38370      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38371/* end confdefs.h.  */
38372#include <math.h>
38373		      #ifdef HAVE_IEEEFP_H
38374		      #include <ieeefp.h>
38375		      #endif
38376
38377int
38378main ()
38379{
38380 sqrtf(0);
38381  ;
38382  return 0;
38383}
38384_ACEOF
38385if ac_fn_cxx_try_compile "$LINENO"; then :
38386  glibcxx_cv_func_sqrtf_use=yes
38387else
38388  glibcxx_cv_func_sqrtf_use=no
38389fi
38390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38391      ac_ext=c
38392ac_cpp='$CPP $CPPFLAGS'
38393ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38394ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38395ac_compiler_gnu=$ac_cv_c_compiler_gnu
38396
38397
38398fi
38399
38400  fi
38401  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtf_use" >&5
38402$as_echo "$glibcxx_cv_func_sqrtf_use" >&6; }
38403
38404  if test x$glibcxx_cv_func_sqrtf_use = x"yes"; then
38405    for ac_func in sqrtf
38406do :
38407  ac_fn_c_check_func "$LINENO" "sqrtf" "ac_cv_func_sqrtf"
38408if test "x$ac_cv_func_sqrtf" = xyes; then :
38409  cat >>confdefs.h <<_ACEOF
38410#define HAVE_SQRTF 1
38411_ACEOF
38412
38413fi
38414done
38415
38416  else
38417
38418  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5
38419$as_echo_n "checking for _sqrtf declaration... " >&6; }
38420  if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then
38421    if ${glibcxx_cv_func__sqrtf_use+:} false; then :
38422  $as_echo_n "(cached) " >&6
38423else
38424
38425
38426      ac_ext=cpp
38427ac_cpp='$CXXCPP $CPPFLAGS'
38428ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38429ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38430ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38431
38432      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38433/* end confdefs.h.  */
38434#include <math.h>
38435		      #ifdef HAVE_IEEEFP_H
38436		      #include <ieeefp.h>
38437		      #endif
38438
38439int
38440main ()
38441{
38442 _sqrtf(0);
38443  ;
38444  return 0;
38445}
38446_ACEOF
38447if ac_fn_cxx_try_compile "$LINENO"; then :
38448  glibcxx_cv_func__sqrtf_use=yes
38449else
38450  glibcxx_cv_func__sqrtf_use=no
38451fi
38452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38453      ac_ext=c
38454ac_cpp='$CPP $CPPFLAGS'
38455ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38456ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38457ac_compiler_gnu=$ac_cv_c_compiler_gnu
38458
38459
38460fi
38461
38462  fi
38463  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5
38464$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; }
38465
38466    if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then
38467      for ac_func in _sqrtf
38468do :
38469  ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf"
38470if test "x$ac_cv_func__sqrtf" = xyes; then :
38471  cat >>confdefs.h <<_ACEOF
38472#define HAVE__SQRTF 1
38473_ACEOF
38474
38475fi
38476done
38477
38478    fi
38479  fi
38480
38481
38482
38483
38484
38485  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5
38486$as_echo_n "checking for sincosf declaration... " >&6; }
38487  if test x${glibcxx_cv_func_sincosf_use+set} != xset; then
38488    if ${glibcxx_cv_func_sincosf_use+:} false; then :
38489  $as_echo_n "(cached) " >&6
38490else
38491
38492
38493      ac_ext=cpp
38494ac_cpp='$CXXCPP $CPPFLAGS'
38495ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38496ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38497ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38498
38499      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38500/* end confdefs.h.  */
38501#include <math.h>
38502int
38503main ()
38504{
38505 sincosf(0, 0, 0);
38506  ;
38507  return 0;
38508}
38509_ACEOF
38510if ac_fn_cxx_try_compile "$LINENO"; then :
38511  glibcxx_cv_func_sincosf_use=yes
38512else
38513  glibcxx_cv_func_sincosf_use=no
38514fi
38515rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38516      ac_ext=c
38517ac_cpp='$CPP $CPPFLAGS'
38518ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38519ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38520ac_compiler_gnu=$ac_cv_c_compiler_gnu
38521
38522
38523fi
38524
38525  fi
38526  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosf_use" >&5
38527$as_echo "$glibcxx_cv_func_sincosf_use" >&6; }
38528
38529  if test x$glibcxx_cv_func_sincosf_use = x"yes"; then
38530    for ac_func in sincosf
38531do :
38532  ac_fn_c_check_func "$LINENO" "sincosf" "ac_cv_func_sincosf"
38533if test "x$ac_cv_func_sincosf" = xyes; then :
38534  cat >>confdefs.h <<_ACEOF
38535#define HAVE_SINCOSF 1
38536_ACEOF
38537
38538fi
38539done
38540
38541  else
38542
38543  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5
38544$as_echo_n "checking for _sincosf declaration... " >&6; }
38545  if test x${glibcxx_cv_func__sincosf_use+set} != xset; then
38546    if ${glibcxx_cv_func__sincosf_use+:} false; then :
38547  $as_echo_n "(cached) " >&6
38548else
38549
38550
38551      ac_ext=cpp
38552ac_cpp='$CXXCPP $CPPFLAGS'
38553ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38554ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38555ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38556
38557      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38558/* end confdefs.h.  */
38559#include <math.h>
38560int
38561main ()
38562{
38563 _sincosf(0, 0, 0);
38564  ;
38565  return 0;
38566}
38567_ACEOF
38568if ac_fn_cxx_try_compile "$LINENO"; then :
38569  glibcxx_cv_func__sincosf_use=yes
38570else
38571  glibcxx_cv_func__sincosf_use=no
38572fi
38573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38574      ac_ext=c
38575ac_cpp='$CPP $CPPFLAGS'
38576ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38577ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38578ac_compiler_gnu=$ac_cv_c_compiler_gnu
38579
38580
38581fi
38582
38583  fi
38584  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5
38585$as_echo "$glibcxx_cv_func__sincosf_use" >&6; }
38586
38587    if test x$glibcxx_cv_func__sincosf_use = x"yes"; then
38588      for ac_func in _sincosf
38589do :
38590  ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf"
38591if test "x$ac_cv_func__sincosf" = xyes; then :
38592  cat >>confdefs.h <<_ACEOF
38593#define HAVE__SINCOSF 1
38594_ACEOF
38595
38596fi
38597done
38598
38599    fi
38600  fi
38601
38602
38603
38604
38605
38606  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5
38607$as_echo_n "checking for finitef declaration... " >&6; }
38608  if test x${glibcxx_cv_func_finitef_use+set} != xset; then
38609    if ${glibcxx_cv_func_finitef_use+:} false; then :
38610  $as_echo_n "(cached) " >&6
38611else
38612
38613
38614      ac_ext=cpp
38615ac_cpp='$CXXCPP $CPPFLAGS'
38616ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38617ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38618ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38619
38620      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38621/* end confdefs.h.  */
38622#include <math.h>
38623		      #ifdef HAVE_IEEEFP_H
38624		      #include <ieeefp.h>
38625		      #endif
38626
38627int
38628main ()
38629{
38630 finitef(0);
38631  ;
38632  return 0;
38633}
38634_ACEOF
38635if ac_fn_cxx_try_compile "$LINENO"; then :
38636  glibcxx_cv_func_finitef_use=yes
38637else
38638  glibcxx_cv_func_finitef_use=no
38639fi
38640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38641      ac_ext=c
38642ac_cpp='$CPP $CPPFLAGS'
38643ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38644ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38645ac_compiler_gnu=$ac_cv_c_compiler_gnu
38646
38647
38648fi
38649
38650  fi
38651  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitef_use" >&5
38652$as_echo "$glibcxx_cv_func_finitef_use" >&6; }
38653
38654  if test x$glibcxx_cv_func_finitef_use = x"yes"; then
38655    for ac_func in finitef
38656do :
38657  ac_fn_c_check_func "$LINENO" "finitef" "ac_cv_func_finitef"
38658if test "x$ac_cv_func_finitef" = xyes; then :
38659  cat >>confdefs.h <<_ACEOF
38660#define HAVE_FINITEF 1
38661_ACEOF
38662
38663fi
38664done
38665
38666  else
38667
38668  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5
38669$as_echo_n "checking for _finitef declaration... " >&6; }
38670  if test x${glibcxx_cv_func__finitef_use+set} != xset; then
38671    if ${glibcxx_cv_func__finitef_use+:} false; then :
38672  $as_echo_n "(cached) " >&6
38673else
38674
38675
38676      ac_ext=cpp
38677ac_cpp='$CXXCPP $CPPFLAGS'
38678ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38679ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38680ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38681
38682      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38683/* end confdefs.h.  */
38684#include <math.h>
38685		      #ifdef HAVE_IEEEFP_H
38686		      #include <ieeefp.h>
38687		      #endif
38688
38689int
38690main ()
38691{
38692 _finitef(0);
38693  ;
38694  return 0;
38695}
38696_ACEOF
38697if ac_fn_cxx_try_compile "$LINENO"; then :
38698  glibcxx_cv_func__finitef_use=yes
38699else
38700  glibcxx_cv_func__finitef_use=no
38701fi
38702rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38703      ac_ext=c
38704ac_cpp='$CPP $CPPFLAGS'
38705ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38706ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38707ac_compiler_gnu=$ac_cv_c_compiler_gnu
38708
38709
38710fi
38711
38712  fi
38713  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5
38714$as_echo "$glibcxx_cv_func__finitef_use" >&6; }
38715
38716    if test x$glibcxx_cv_func__finitef_use = x"yes"; then
38717      for ac_func in _finitef
38718do :
38719  ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef"
38720if test "x$ac_cv_func__finitef" = xyes; then :
38721  cat >>confdefs.h <<_ACEOF
38722#define HAVE__FINITEF 1
38723_ACEOF
38724
38725fi
38726done
38727
38728    fi
38729  fi
38730
38731
38732
38733
38734
38735    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5
38736$as_echo_n "checking for long double trig functions... " >&6; }
38737  if ${glibcxx_cv_func_long_double_trig_use+:} false; then :
38738  $as_echo_n "(cached) " >&6
38739else
38740
38741
38742    ac_ext=cpp
38743ac_cpp='$CXXCPP $CPPFLAGS'
38744ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38745ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38746ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38747
38748    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38749/* end confdefs.h.  */
38750#include <math.h>
38751int
38752main ()
38753{
38754acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
38755  ;
38756  return 0;
38757}
38758_ACEOF
38759if ac_fn_cxx_try_compile "$LINENO"; then :
38760  glibcxx_cv_func_long_double_trig_use=yes
38761else
38762  glibcxx_cv_func_long_double_trig_use=no
38763fi
38764rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38765    ac_ext=c
38766ac_cpp='$CPP $CPPFLAGS'
38767ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38768ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38769ac_compiler_gnu=$ac_cv_c_compiler_gnu
38770
38771fi
38772
38773  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_trig_use" >&5
38774$as_echo "$glibcxx_cv_func_long_double_trig_use" >&6; }
38775  if test x$glibcxx_cv_func_long_double_trig_use = x"yes"; then
38776    for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
38777do :
38778  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
38779ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
38780if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
38781  cat >>confdefs.h <<_ACEOF
38782#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
38783_ACEOF
38784
38785fi
38786done
38787
38788  else
38789    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5
38790$as_echo_n "checking for _long double trig functions... " >&6; }
38791    if ${glibcxx_cv_func__long_double_trig_use+:} false; then :
38792  $as_echo_n "(cached) " >&6
38793else
38794
38795
38796      ac_ext=cpp
38797ac_cpp='$CXXCPP $CPPFLAGS'
38798ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38799ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38800ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38801
38802      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38803/* end confdefs.h.  */
38804#include <math.h>
38805int
38806main ()
38807{
38808_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0);
38809  ;
38810  return 0;
38811}
38812_ACEOF
38813if ac_fn_cxx_try_compile "$LINENO"; then :
38814  glibcxx_cv_func__long_double_trig_use=yes
38815else
38816  glibcxx_cv_func__long_double_trig_use=no
38817fi
38818rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38819      ac_ext=c
38820ac_cpp='$CPP $CPPFLAGS'
38821ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38822ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38823ac_compiler_gnu=$ac_cv_c_compiler_gnu
38824
38825fi
38826
38827    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5
38828$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; }
38829    if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then
38830      for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl
38831do :
38832  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
38833ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
38834if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
38835  cat >>confdefs.h <<_ACEOF
38836#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
38837_ACEOF
38838
38839fi
38840done
38841
38842    fi
38843  fi
38844
38845
38846
38847
38848
38849    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5
38850$as_echo_n "checking for long double round functions... " >&6; }
38851  if ${glibcxx_cv_func_long_double_round_use+:} false; then :
38852  $as_echo_n "(cached) " >&6
38853else
38854
38855
38856    ac_ext=cpp
38857ac_cpp='$CXXCPP $CPPFLAGS'
38858ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38859ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38860ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38861
38862    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38863/* end confdefs.h.  */
38864#include <math.h>
38865int
38866main ()
38867{
38868ceill (0); floorl (0);
38869  ;
38870  return 0;
38871}
38872_ACEOF
38873if ac_fn_cxx_try_compile "$LINENO"; then :
38874  glibcxx_cv_func_long_double_round_use=yes
38875else
38876  glibcxx_cv_func_long_double_round_use=no
38877fi
38878rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38879    ac_ext=c
38880ac_cpp='$CPP $CPPFLAGS'
38881ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38882ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38883ac_compiler_gnu=$ac_cv_c_compiler_gnu
38884
38885fi
38886
38887  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_round_use" >&5
38888$as_echo "$glibcxx_cv_func_long_double_round_use" >&6; }
38889  if test x$glibcxx_cv_func_long_double_round_use = x"yes"; then
38890    for ac_func in ceill floorl
38891do :
38892  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
38893ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
38894if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
38895  cat >>confdefs.h <<_ACEOF
38896#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
38897_ACEOF
38898
38899fi
38900done
38901
38902  else
38903    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5
38904$as_echo_n "checking for _long double round functions... " >&6; }
38905    if ${glibcxx_cv_func__long_double_round_use+:} false; then :
38906  $as_echo_n "(cached) " >&6
38907else
38908
38909
38910      ac_ext=cpp
38911ac_cpp='$CXXCPP $CPPFLAGS'
38912ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38913ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38914ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38915
38916      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38917/* end confdefs.h.  */
38918#include <math.h>
38919int
38920main ()
38921{
38922_ceill (0); _floorl (0);
38923  ;
38924  return 0;
38925}
38926_ACEOF
38927if ac_fn_cxx_try_compile "$LINENO"; then :
38928  glibcxx_cv_func__long_double_round_use=yes
38929else
38930  glibcxx_cv_func__long_double_round_use=no
38931fi
38932rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38933      ac_ext=c
38934ac_cpp='$CPP $CPPFLAGS'
38935ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38936ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38937ac_compiler_gnu=$ac_cv_c_compiler_gnu
38938
38939fi
38940
38941    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5
38942$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; }
38943    if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then
38944      for ac_func in _ceill _floorl
38945do :
38946  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
38947ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
38948if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
38949  cat >>confdefs.h <<_ACEOF
38950#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
38951_ACEOF
38952
38953fi
38954done
38955
38956    fi
38957  fi
38958
38959
38960
38961
38962
38963
38964  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5
38965$as_echo_n "checking for isnanl declaration... " >&6; }
38966  if test x${glibcxx_cv_func_isnanl_use+set} != xset; then
38967    if ${glibcxx_cv_func_isnanl_use+:} false; then :
38968  $as_echo_n "(cached) " >&6
38969else
38970
38971
38972      ac_ext=cpp
38973ac_cpp='$CXXCPP $CPPFLAGS'
38974ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38975ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38976ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38977
38978      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38979/* end confdefs.h.  */
38980#include <math.h>
38981		      #ifdef HAVE_IEEEFP_H
38982		      #include <ieeefp.h>
38983		      #endif
38984
38985int
38986main ()
38987{
38988 isnanl(0);
38989  ;
38990  return 0;
38991}
38992_ACEOF
38993if ac_fn_cxx_try_compile "$LINENO"; then :
38994  glibcxx_cv_func_isnanl_use=yes
38995else
38996  glibcxx_cv_func_isnanl_use=no
38997fi
38998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38999      ac_ext=c
39000ac_cpp='$CPP $CPPFLAGS'
39001ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39002ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39003ac_compiler_gnu=$ac_cv_c_compiler_gnu
39004
39005
39006fi
39007
39008  fi
39009  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanl_use" >&5
39010$as_echo "$glibcxx_cv_func_isnanl_use" >&6; }
39011
39012  if test x$glibcxx_cv_func_isnanl_use = x"yes"; then
39013    for ac_func in isnanl
39014do :
39015  ac_fn_c_check_func "$LINENO" "isnanl" "ac_cv_func_isnanl"
39016if test "x$ac_cv_func_isnanl" = xyes; then :
39017  cat >>confdefs.h <<_ACEOF
39018#define HAVE_ISNANL 1
39019_ACEOF
39020
39021fi
39022done
39023
39024  else
39025
39026  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5
39027$as_echo_n "checking for _isnanl declaration... " >&6; }
39028  if test x${glibcxx_cv_func__isnanl_use+set} != xset; then
39029    if ${glibcxx_cv_func__isnanl_use+:} false; then :
39030  $as_echo_n "(cached) " >&6
39031else
39032
39033
39034      ac_ext=cpp
39035ac_cpp='$CXXCPP $CPPFLAGS'
39036ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39037ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39038ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39039
39040      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39041/* end confdefs.h.  */
39042#include <math.h>
39043		      #ifdef HAVE_IEEEFP_H
39044		      #include <ieeefp.h>
39045		      #endif
39046
39047int
39048main ()
39049{
39050 _isnanl(0);
39051  ;
39052  return 0;
39053}
39054_ACEOF
39055if ac_fn_cxx_try_compile "$LINENO"; then :
39056  glibcxx_cv_func__isnanl_use=yes
39057else
39058  glibcxx_cv_func__isnanl_use=no
39059fi
39060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39061      ac_ext=c
39062ac_cpp='$CPP $CPPFLAGS'
39063ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39064ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39065ac_compiler_gnu=$ac_cv_c_compiler_gnu
39066
39067
39068fi
39069
39070  fi
39071  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5
39072$as_echo "$glibcxx_cv_func__isnanl_use" >&6; }
39073
39074    if test x$glibcxx_cv_func__isnanl_use = x"yes"; then
39075      for ac_func in _isnanl
39076do :
39077  ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl"
39078if test "x$ac_cv_func__isnanl" = xyes; then :
39079  cat >>confdefs.h <<_ACEOF
39080#define HAVE__ISNANL 1
39081_ACEOF
39082
39083fi
39084done
39085
39086    fi
39087  fi
39088
39089
39090
39091
39092
39093  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5
39094$as_echo_n "checking for isinfl declaration... " >&6; }
39095  if test x${glibcxx_cv_func_isinfl_use+set} != xset; then
39096    if ${glibcxx_cv_func_isinfl_use+:} false; then :
39097  $as_echo_n "(cached) " >&6
39098else
39099
39100
39101      ac_ext=cpp
39102ac_cpp='$CXXCPP $CPPFLAGS'
39103ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39104ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39105ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39106
39107      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39108/* end confdefs.h.  */
39109#include <math.h>
39110		      #ifdef HAVE_IEEEFP_H
39111		      #include <ieeefp.h>
39112		      #endif
39113
39114int
39115main ()
39116{
39117 isinfl(0);
39118  ;
39119  return 0;
39120}
39121_ACEOF
39122if ac_fn_cxx_try_compile "$LINENO"; then :
39123  glibcxx_cv_func_isinfl_use=yes
39124else
39125  glibcxx_cv_func_isinfl_use=no
39126fi
39127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39128      ac_ext=c
39129ac_cpp='$CPP $CPPFLAGS'
39130ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39131ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39132ac_compiler_gnu=$ac_cv_c_compiler_gnu
39133
39134
39135fi
39136
39137  fi
39138  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinfl_use" >&5
39139$as_echo "$glibcxx_cv_func_isinfl_use" >&6; }
39140
39141  if test x$glibcxx_cv_func_isinfl_use = x"yes"; then
39142    for ac_func in isinfl
39143do :
39144  ac_fn_c_check_func "$LINENO" "isinfl" "ac_cv_func_isinfl"
39145if test "x$ac_cv_func_isinfl" = xyes; then :
39146  cat >>confdefs.h <<_ACEOF
39147#define HAVE_ISINFL 1
39148_ACEOF
39149
39150fi
39151done
39152
39153  else
39154
39155  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5
39156$as_echo_n "checking for _isinfl declaration... " >&6; }
39157  if test x${glibcxx_cv_func__isinfl_use+set} != xset; then
39158    if ${glibcxx_cv_func__isinfl_use+:} false; then :
39159  $as_echo_n "(cached) " >&6
39160else
39161
39162
39163      ac_ext=cpp
39164ac_cpp='$CXXCPP $CPPFLAGS'
39165ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39166ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39167ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39168
39169      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39170/* end confdefs.h.  */
39171#include <math.h>
39172		      #ifdef HAVE_IEEEFP_H
39173		      #include <ieeefp.h>
39174		      #endif
39175
39176int
39177main ()
39178{
39179 _isinfl(0);
39180  ;
39181  return 0;
39182}
39183_ACEOF
39184if ac_fn_cxx_try_compile "$LINENO"; then :
39185  glibcxx_cv_func__isinfl_use=yes
39186else
39187  glibcxx_cv_func__isinfl_use=no
39188fi
39189rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39190      ac_ext=c
39191ac_cpp='$CPP $CPPFLAGS'
39192ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39193ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39194ac_compiler_gnu=$ac_cv_c_compiler_gnu
39195
39196
39197fi
39198
39199  fi
39200  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5
39201$as_echo "$glibcxx_cv_func__isinfl_use" >&6; }
39202
39203    if test x$glibcxx_cv_func__isinfl_use = x"yes"; then
39204      for ac_func in _isinfl
39205do :
39206  ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl"
39207if test "x$ac_cv_func__isinfl" = xyes; then :
39208  cat >>confdefs.h <<_ACEOF
39209#define HAVE__ISINFL 1
39210_ACEOF
39211
39212fi
39213done
39214
39215    fi
39216  fi
39217
39218
39219
39220
39221
39222  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5
39223$as_echo_n "checking for atan2l declaration... " >&6; }
39224  if test x${glibcxx_cv_func_atan2l_use+set} != xset; then
39225    if ${glibcxx_cv_func_atan2l_use+:} false; then :
39226  $as_echo_n "(cached) " >&6
39227else
39228
39229
39230      ac_ext=cpp
39231ac_cpp='$CXXCPP $CPPFLAGS'
39232ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39233ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39234ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39235
39236      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39237/* end confdefs.h.  */
39238#include <math.h>
39239int
39240main ()
39241{
39242 atan2l(0, 0);
39243  ;
39244  return 0;
39245}
39246_ACEOF
39247if ac_fn_cxx_try_compile "$LINENO"; then :
39248  glibcxx_cv_func_atan2l_use=yes
39249else
39250  glibcxx_cv_func_atan2l_use=no
39251fi
39252rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39253      ac_ext=c
39254ac_cpp='$CPP $CPPFLAGS'
39255ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39256ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39257ac_compiler_gnu=$ac_cv_c_compiler_gnu
39258
39259
39260fi
39261
39262  fi
39263  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2l_use" >&5
39264$as_echo "$glibcxx_cv_func_atan2l_use" >&6; }
39265
39266  if test x$glibcxx_cv_func_atan2l_use = x"yes"; then
39267    for ac_func in atan2l
39268do :
39269  ac_fn_c_check_func "$LINENO" "atan2l" "ac_cv_func_atan2l"
39270if test "x$ac_cv_func_atan2l" = xyes; then :
39271  cat >>confdefs.h <<_ACEOF
39272#define HAVE_ATAN2L 1
39273_ACEOF
39274
39275fi
39276done
39277
39278  else
39279
39280  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5
39281$as_echo_n "checking for _atan2l declaration... " >&6; }
39282  if test x${glibcxx_cv_func__atan2l_use+set} != xset; then
39283    if ${glibcxx_cv_func__atan2l_use+:} false; then :
39284  $as_echo_n "(cached) " >&6
39285else
39286
39287
39288      ac_ext=cpp
39289ac_cpp='$CXXCPP $CPPFLAGS'
39290ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39291ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39292ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39293
39294      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39295/* end confdefs.h.  */
39296#include <math.h>
39297int
39298main ()
39299{
39300 _atan2l(0, 0);
39301  ;
39302  return 0;
39303}
39304_ACEOF
39305if ac_fn_cxx_try_compile "$LINENO"; then :
39306  glibcxx_cv_func__atan2l_use=yes
39307else
39308  glibcxx_cv_func__atan2l_use=no
39309fi
39310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39311      ac_ext=c
39312ac_cpp='$CPP $CPPFLAGS'
39313ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39314ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39315ac_compiler_gnu=$ac_cv_c_compiler_gnu
39316
39317
39318fi
39319
39320  fi
39321  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5
39322$as_echo "$glibcxx_cv_func__atan2l_use" >&6; }
39323
39324    if test x$glibcxx_cv_func__atan2l_use = x"yes"; then
39325      for ac_func in _atan2l
39326do :
39327  ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l"
39328if test "x$ac_cv_func__atan2l" = xyes; then :
39329  cat >>confdefs.h <<_ACEOF
39330#define HAVE__ATAN2L 1
39331_ACEOF
39332
39333fi
39334done
39335
39336    fi
39337  fi
39338
39339
39340
39341
39342
39343  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5
39344$as_echo_n "checking for expl declaration... " >&6; }
39345  if test x${glibcxx_cv_func_expl_use+set} != xset; then
39346    if ${glibcxx_cv_func_expl_use+:} false; then :
39347  $as_echo_n "(cached) " >&6
39348else
39349
39350
39351      ac_ext=cpp
39352ac_cpp='$CXXCPP $CPPFLAGS'
39353ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39354ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39355ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39356
39357      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39358/* end confdefs.h.  */
39359#include <math.h>
39360		      #ifdef HAVE_IEEEFP_H
39361		      #include <ieeefp.h>
39362		      #endif
39363
39364int
39365main ()
39366{
39367 expl(0);
39368  ;
39369  return 0;
39370}
39371_ACEOF
39372if ac_fn_cxx_try_compile "$LINENO"; then :
39373  glibcxx_cv_func_expl_use=yes
39374else
39375  glibcxx_cv_func_expl_use=no
39376fi
39377rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39378      ac_ext=c
39379ac_cpp='$CPP $CPPFLAGS'
39380ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39381ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39382ac_compiler_gnu=$ac_cv_c_compiler_gnu
39383
39384
39385fi
39386
39387  fi
39388  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expl_use" >&5
39389$as_echo "$glibcxx_cv_func_expl_use" >&6; }
39390
39391  if test x$glibcxx_cv_func_expl_use = x"yes"; then
39392    for ac_func in expl
39393do :
39394  ac_fn_c_check_func "$LINENO" "expl" "ac_cv_func_expl"
39395if test "x$ac_cv_func_expl" = xyes; then :
39396  cat >>confdefs.h <<_ACEOF
39397#define HAVE_EXPL 1
39398_ACEOF
39399
39400fi
39401done
39402
39403  else
39404
39405  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5
39406$as_echo_n "checking for _expl declaration... " >&6; }
39407  if test x${glibcxx_cv_func__expl_use+set} != xset; then
39408    if ${glibcxx_cv_func__expl_use+:} false; then :
39409  $as_echo_n "(cached) " >&6
39410else
39411
39412
39413      ac_ext=cpp
39414ac_cpp='$CXXCPP $CPPFLAGS'
39415ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39416ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39417ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39418
39419      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39420/* end confdefs.h.  */
39421#include <math.h>
39422		      #ifdef HAVE_IEEEFP_H
39423		      #include <ieeefp.h>
39424		      #endif
39425
39426int
39427main ()
39428{
39429 _expl(0);
39430  ;
39431  return 0;
39432}
39433_ACEOF
39434if ac_fn_cxx_try_compile "$LINENO"; then :
39435  glibcxx_cv_func__expl_use=yes
39436else
39437  glibcxx_cv_func__expl_use=no
39438fi
39439rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39440      ac_ext=c
39441ac_cpp='$CPP $CPPFLAGS'
39442ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39443ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39444ac_compiler_gnu=$ac_cv_c_compiler_gnu
39445
39446
39447fi
39448
39449  fi
39450  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5
39451$as_echo "$glibcxx_cv_func__expl_use" >&6; }
39452
39453    if test x$glibcxx_cv_func__expl_use = x"yes"; then
39454      for ac_func in _expl
39455do :
39456  ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl"
39457if test "x$ac_cv_func__expl" = xyes; then :
39458  cat >>confdefs.h <<_ACEOF
39459#define HAVE__EXPL 1
39460_ACEOF
39461
39462fi
39463done
39464
39465    fi
39466  fi
39467
39468
39469
39470
39471
39472  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5
39473$as_echo_n "checking for fabsl declaration... " >&6; }
39474  if test x${glibcxx_cv_func_fabsl_use+set} != xset; then
39475    if ${glibcxx_cv_func_fabsl_use+:} false; then :
39476  $as_echo_n "(cached) " >&6
39477else
39478
39479
39480      ac_ext=cpp
39481ac_cpp='$CXXCPP $CPPFLAGS'
39482ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39483ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39484ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39485
39486      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39487/* end confdefs.h.  */
39488#include <math.h>
39489		      #ifdef HAVE_IEEEFP_H
39490		      #include <ieeefp.h>
39491		      #endif
39492
39493int
39494main ()
39495{
39496 fabsl(0);
39497  ;
39498  return 0;
39499}
39500_ACEOF
39501if ac_fn_cxx_try_compile "$LINENO"; then :
39502  glibcxx_cv_func_fabsl_use=yes
39503else
39504  glibcxx_cv_func_fabsl_use=no
39505fi
39506rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39507      ac_ext=c
39508ac_cpp='$CPP $CPPFLAGS'
39509ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39510ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39511ac_compiler_gnu=$ac_cv_c_compiler_gnu
39512
39513
39514fi
39515
39516  fi
39517  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsl_use" >&5
39518$as_echo "$glibcxx_cv_func_fabsl_use" >&6; }
39519
39520  if test x$glibcxx_cv_func_fabsl_use = x"yes"; then
39521    for ac_func in fabsl
39522do :
39523  ac_fn_c_check_func "$LINENO" "fabsl" "ac_cv_func_fabsl"
39524if test "x$ac_cv_func_fabsl" = xyes; then :
39525  cat >>confdefs.h <<_ACEOF
39526#define HAVE_FABSL 1
39527_ACEOF
39528
39529fi
39530done
39531
39532  else
39533
39534  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5
39535$as_echo_n "checking for _fabsl declaration... " >&6; }
39536  if test x${glibcxx_cv_func__fabsl_use+set} != xset; then
39537    if ${glibcxx_cv_func__fabsl_use+:} false; then :
39538  $as_echo_n "(cached) " >&6
39539else
39540
39541
39542      ac_ext=cpp
39543ac_cpp='$CXXCPP $CPPFLAGS'
39544ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39545ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39546ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39547
39548      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39549/* end confdefs.h.  */
39550#include <math.h>
39551		      #ifdef HAVE_IEEEFP_H
39552		      #include <ieeefp.h>
39553		      #endif
39554
39555int
39556main ()
39557{
39558 _fabsl(0);
39559  ;
39560  return 0;
39561}
39562_ACEOF
39563if ac_fn_cxx_try_compile "$LINENO"; then :
39564  glibcxx_cv_func__fabsl_use=yes
39565else
39566  glibcxx_cv_func__fabsl_use=no
39567fi
39568rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39569      ac_ext=c
39570ac_cpp='$CPP $CPPFLAGS'
39571ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39572ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39573ac_compiler_gnu=$ac_cv_c_compiler_gnu
39574
39575
39576fi
39577
39578  fi
39579  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5
39580$as_echo "$glibcxx_cv_func__fabsl_use" >&6; }
39581
39582    if test x$glibcxx_cv_func__fabsl_use = x"yes"; then
39583      for ac_func in _fabsl
39584do :
39585  ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl"
39586if test "x$ac_cv_func__fabsl" = xyes; then :
39587  cat >>confdefs.h <<_ACEOF
39588#define HAVE__FABSL 1
39589_ACEOF
39590
39591fi
39592done
39593
39594    fi
39595  fi
39596
39597
39598
39599
39600
39601  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5
39602$as_echo_n "checking for fmodl declaration... " >&6; }
39603  if test x${glibcxx_cv_func_fmodl_use+set} != xset; then
39604    if ${glibcxx_cv_func_fmodl_use+:} false; then :
39605  $as_echo_n "(cached) " >&6
39606else
39607
39608
39609      ac_ext=cpp
39610ac_cpp='$CXXCPP $CPPFLAGS'
39611ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39612ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39613ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39614
39615      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39616/* end confdefs.h.  */
39617#include <math.h>
39618int
39619main ()
39620{
39621 fmodl(0, 0);
39622  ;
39623  return 0;
39624}
39625_ACEOF
39626if ac_fn_cxx_try_compile "$LINENO"; then :
39627  glibcxx_cv_func_fmodl_use=yes
39628else
39629  glibcxx_cv_func_fmodl_use=no
39630fi
39631rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39632      ac_ext=c
39633ac_cpp='$CPP $CPPFLAGS'
39634ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39635ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39636ac_compiler_gnu=$ac_cv_c_compiler_gnu
39637
39638
39639fi
39640
39641  fi
39642  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodl_use" >&5
39643$as_echo "$glibcxx_cv_func_fmodl_use" >&6; }
39644
39645  if test x$glibcxx_cv_func_fmodl_use = x"yes"; then
39646    for ac_func in fmodl
39647do :
39648  ac_fn_c_check_func "$LINENO" "fmodl" "ac_cv_func_fmodl"
39649if test "x$ac_cv_func_fmodl" = xyes; then :
39650  cat >>confdefs.h <<_ACEOF
39651#define HAVE_FMODL 1
39652_ACEOF
39653
39654fi
39655done
39656
39657  else
39658
39659  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5
39660$as_echo_n "checking for _fmodl declaration... " >&6; }
39661  if test x${glibcxx_cv_func__fmodl_use+set} != xset; then
39662    if ${glibcxx_cv_func__fmodl_use+:} false; then :
39663  $as_echo_n "(cached) " >&6
39664else
39665
39666
39667      ac_ext=cpp
39668ac_cpp='$CXXCPP $CPPFLAGS'
39669ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39670ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39671ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39672
39673      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39674/* end confdefs.h.  */
39675#include <math.h>
39676int
39677main ()
39678{
39679 _fmodl(0, 0);
39680  ;
39681  return 0;
39682}
39683_ACEOF
39684if ac_fn_cxx_try_compile "$LINENO"; then :
39685  glibcxx_cv_func__fmodl_use=yes
39686else
39687  glibcxx_cv_func__fmodl_use=no
39688fi
39689rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39690      ac_ext=c
39691ac_cpp='$CPP $CPPFLAGS'
39692ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39693ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39694ac_compiler_gnu=$ac_cv_c_compiler_gnu
39695
39696
39697fi
39698
39699  fi
39700  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5
39701$as_echo "$glibcxx_cv_func__fmodl_use" >&6; }
39702
39703    if test x$glibcxx_cv_func__fmodl_use = x"yes"; then
39704      for ac_func in _fmodl
39705do :
39706  ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl"
39707if test "x$ac_cv_func__fmodl" = xyes; then :
39708  cat >>confdefs.h <<_ACEOF
39709#define HAVE__FMODL 1
39710_ACEOF
39711
39712fi
39713done
39714
39715    fi
39716  fi
39717
39718
39719
39720
39721
39722  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5
39723$as_echo_n "checking for frexpl declaration... " >&6; }
39724  if test x${glibcxx_cv_func_frexpl_use+set} != xset; then
39725    if ${glibcxx_cv_func_frexpl_use+:} false; then :
39726  $as_echo_n "(cached) " >&6
39727else
39728
39729
39730      ac_ext=cpp
39731ac_cpp='$CXXCPP $CPPFLAGS'
39732ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39733ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39734ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39735
39736      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39737/* end confdefs.h.  */
39738#include <math.h>
39739int
39740main ()
39741{
39742 frexpl(0, 0);
39743  ;
39744  return 0;
39745}
39746_ACEOF
39747if ac_fn_cxx_try_compile "$LINENO"; then :
39748  glibcxx_cv_func_frexpl_use=yes
39749else
39750  glibcxx_cv_func_frexpl_use=no
39751fi
39752rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39753      ac_ext=c
39754ac_cpp='$CPP $CPPFLAGS'
39755ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39756ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39757ac_compiler_gnu=$ac_cv_c_compiler_gnu
39758
39759
39760fi
39761
39762  fi
39763  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpl_use" >&5
39764$as_echo "$glibcxx_cv_func_frexpl_use" >&6; }
39765
39766  if test x$glibcxx_cv_func_frexpl_use = x"yes"; then
39767    for ac_func in frexpl
39768do :
39769  ac_fn_c_check_func "$LINENO" "frexpl" "ac_cv_func_frexpl"
39770if test "x$ac_cv_func_frexpl" = xyes; then :
39771  cat >>confdefs.h <<_ACEOF
39772#define HAVE_FREXPL 1
39773_ACEOF
39774
39775fi
39776done
39777
39778  else
39779
39780  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5
39781$as_echo_n "checking for _frexpl declaration... " >&6; }
39782  if test x${glibcxx_cv_func__frexpl_use+set} != xset; then
39783    if ${glibcxx_cv_func__frexpl_use+:} false; then :
39784  $as_echo_n "(cached) " >&6
39785else
39786
39787
39788      ac_ext=cpp
39789ac_cpp='$CXXCPP $CPPFLAGS'
39790ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39791ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39792ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39793
39794      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39795/* end confdefs.h.  */
39796#include <math.h>
39797int
39798main ()
39799{
39800 _frexpl(0, 0);
39801  ;
39802  return 0;
39803}
39804_ACEOF
39805if ac_fn_cxx_try_compile "$LINENO"; then :
39806  glibcxx_cv_func__frexpl_use=yes
39807else
39808  glibcxx_cv_func__frexpl_use=no
39809fi
39810rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39811      ac_ext=c
39812ac_cpp='$CPP $CPPFLAGS'
39813ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39814ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39815ac_compiler_gnu=$ac_cv_c_compiler_gnu
39816
39817
39818fi
39819
39820  fi
39821  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5
39822$as_echo "$glibcxx_cv_func__frexpl_use" >&6; }
39823
39824    if test x$glibcxx_cv_func__frexpl_use = x"yes"; then
39825      for ac_func in _frexpl
39826do :
39827  ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl"
39828if test "x$ac_cv_func__frexpl" = xyes; then :
39829  cat >>confdefs.h <<_ACEOF
39830#define HAVE__FREXPL 1
39831_ACEOF
39832
39833fi
39834done
39835
39836    fi
39837  fi
39838
39839
39840
39841
39842
39843  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5
39844$as_echo_n "checking for hypotl declaration... " >&6; }
39845  if test x${glibcxx_cv_func_hypotl_use+set} != xset; then
39846    if ${glibcxx_cv_func_hypotl_use+:} false; then :
39847  $as_echo_n "(cached) " >&6
39848else
39849
39850
39851      ac_ext=cpp
39852ac_cpp='$CXXCPP $CPPFLAGS'
39853ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39854ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39855ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39856
39857      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39858/* end confdefs.h.  */
39859#include <math.h>
39860int
39861main ()
39862{
39863 hypotl(0, 0);
39864  ;
39865  return 0;
39866}
39867_ACEOF
39868if ac_fn_cxx_try_compile "$LINENO"; then :
39869  glibcxx_cv_func_hypotl_use=yes
39870else
39871  glibcxx_cv_func_hypotl_use=no
39872fi
39873rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39874      ac_ext=c
39875ac_cpp='$CPP $CPPFLAGS'
39876ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39877ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39878ac_compiler_gnu=$ac_cv_c_compiler_gnu
39879
39880
39881fi
39882
39883  fi
39884  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotl_use" >&5
39885$as_echo "$glibcxx_cv_func_hypotl_use" >&6; }
39886
39887  if test x$glibcxx_cv_func_hypotl_use = x"yes"; then
39888    for ac_func in hypotl
39889do :
39890  ac_fn_c_check_func "$LINENO" "hypotl" "ac_cv_func_hypotl"
39891if test "x$ac_cv_func_hypotl" = xyes; then :
39892  cat >>confdefs.h <<_ACEOF
39893#define HAVE_HYPOTL 1
39894_ACEOF
39895
39896fi
39897done
39898
39899  else
39900
39901  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5
39902$as_echo_n "checking for _hypotl declaration... " >&6; }
39903  if test x${glibcxx_cv_func__hypotl_use+set} != xset; then
39904    if ${glibcxx_cv_func__hypotl_use+:} false; then :
39905  $as_echo_n "(cached) " >&6
39906else
39907
39908
39909      ac_ext=cpp
39910ac_cpp='$CXXCPP $CPPFLAGS'
39911ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39912ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39913ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39914
39915      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39916/* end confdefs.h.  */
39917#include <math.h>
39918int
39919main ()
39920{
39921 _hypotl(0, 0);
39922  ;
39923  return 0;
39924}
39925_ACEOF
39926if ac_fn_cxx_try_compile "$LINENO"; then :
39927  glibcxx_cv_func__hypotl_use=yes
39928else
39929  glibcxx_cv_func__hypotl_use=no
39930fi
39931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39932      ac_ext=c
39933ac_cpp='$CPP $CPPFLAGS'
39934ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39935ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39936ac_compiler_gnu=$ac_cv_c_compiler_gnu
39937
39938
39939fi
39940
39941  fi
39942  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5
39943$as_echo "$glibcxx_cv_func__hypotl_use" >&6; }
39944
39945    if test x$glibcxx_cv_func__hypotl_use = x"yes"; then
39946      for ac_func in _hypotl
39947do :
39948  ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl"
39949if test "x$ac_cv_func__hypotl" = xyes; then :
39950  cat >>confdefs.h <<_ACEOF
39951#define HAVE__HYPOTL 1
39952_ACEOF
39953
39954fi
39955done
39956
39957    fi
39958  fi
39959
39960
39961
39962
39963
39964  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5
39965$as_echo_n "checking for ldexpl declaration... " >&6; }
39966  if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then
39967    if ${glibcxx_cv_func_ldexpl_use+:} false; then :
39968  $as_echo_n "(cached) " >&6
39969else
39970
39971
39972      ac_ext=cpp
39973ac_cpp='$CXXCPP $CPPFLAGS'
39974ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39975ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39976ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
39977
39978      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39979/* end confdefs.h.  */
39980#include <math.h>
39981int
39982main ()
39983{
39984 ldexpl(0, 0);
39985  ;
39986  return 0;
39987}
39988_ACEOF
39989if ac_fn_cxx_try_compile "$LINENO"; then :
39990  glibcxx_cv_func_ldexpl_use=yes
39991else
39992  glibcxx_cv_func_ldexpl_use=no
39993fi
39994rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39995      ac_ext=c
39996ac_cpp='$CPP $CPPFLAGS'
39997ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39998ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39999ac_compiler_gnu=$ac_cv_c_compiler_gnu
40000
40001
40002fi
40003
40004  fi
40005  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpl_use" >&5
40006$as_echo "$glibcxx_cv_func_ldexpl_use" >&6; }
40007
40008  if test x$glibcxx_cv_func_ldexpl_use = x"yes"; then
40009    for ac_func in ldexpl
40010do :
40011  ac_fn_c_check_func "$LINENO" "ldexpl" "ac_cv_func_ldexpl"
40012if test "x$ac_cv_func_ldexpl" = xyes; then :
40013  cat >>confdefs.h <<_ACEOF
40014#define HAVE_LDEXPL 1
40015_ACEOF
40016
40017fi
40018done
40019
40020  else
40021
40022  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5
40023$as_echo_n "checking for _ldexpl declaration... " >&6; }
40024  if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then
40025    if ${glibcxx_cv_func__ldexpl_use+:} false; then :
40026  $as_echo_n "(cached) " >&6
40027else
40028
40029
40030      ac_ext=cpp
40031ac_cpp='$CXXCPP $CPPFLAGS'
40032ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40033ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40034ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40035
40036      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40037/* end confdefs.h.  */
40038#include <math.h>
40039int
40040main ()
40041{
40042 _ldexpl(0, 0);
40043  ;
40044  return 0;
40045}
40046_ACEOF
40047if ac_fn_cxx_try_compile "$LINENO"; then :
40048  glibcxx_cv_func__ldexpl_use=yes
40049else
40050  glibcxx_cv_func__ldexpl_use=no
40051fi
40052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40053      ac_ext=c
40054ac_cpp='$CPP $CPPFLAGS'
40055ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40056ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40057ac_compiler_gnu=$ac_cv_c_compiler_gnu
40058
40059
40060fi
40061
40062  fi
40063  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5
40064$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; }
40065
40066    if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then
40067      for ac_func in _ldexpl
40068do :
40069  ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl"
40070if test "x$ac_cv_func__ldexpl" = xyes; then :
40071  cat >>confdefs.h <<_ACEOF
40072#define HAVE__LDEXPL 1
40073_ACEOF
40074
40075fi
40076done
40077
40078    fi
40079  fi
40080
40081
40082
40083
40084
40085  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5
40086$as_echo_n "checking for logl declaration... " >&6; }
40087  if test x${glibcxx_cv_func_logl_use+set} != xset; then
40088    if ${glibcxx_cv_func_logl_use+:} false; then :
40089  $as_echo_n "(cached) " >&6
40090else
40091
40092
40093      ac_ext=cpp
40094ac_cpp='$CXXCPP $CPPFLAGS'
40095ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40096ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40097ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40098
40099      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40100/* end confdefs.h.  */
40101#include <math.h>
40102		      #ifdef HAVE_IEEEFP_H
40103		      #include <ieeefp.h>
40104		      #endif
40105
40106int
40107main ()
40108{
40109 logl(0);
40110  ;
40111  return 0;
40112}
40113_ACEOF
40114if ac_fn_cxx_try_compile "$LINENO"; then :
40115  glibcxx_cv_func_logl_use=yes
40116else
40117  glibcxx_cv_func_logl_use=no
40118fi
40119rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40120      ac_ext=c
40121ac_cpp='$CPP $CPPFLAGS'
40122ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40123ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40124ac_compiler_gnu=$ac_cv_c_compiler_gnu
40125
40126
40127fi
40128
40129  fi
40130  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logl_use" >&5
40131$as_echo "$glibcxx_cv_func_logl_use" >&6; }
40132
40133  if test x$glibcxx_cv_func_logl_use = x"yes"; then
40134    for ac_func in logl
40135do :
40136  ac_fn_c_check_func "$LINENO" "logl" "ac_cv_func_logl"
40137if test "x$ac_cv_func_logl" = xyes; then :
40138  cat >>confdefs.h <<_ACEOF
40139#define HAVE_LOGL 1
40140_ACEOF
40141
40142fi
40143done
40144
40145  else
40146
40147  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5
40148$as_echo_n "checking for _logl declaration... " >&6; }
40149  if test x${glibcxx_cv_func__logl_use+set} != xset; then
40150    if ${glibcxx_cv_func__logl_use+:} false; then :
40151  $as_echo_n "(cached) " >&6
40152else
40153
40154
40155      ac_ext=cpp
40156ac_cpp='$CXXCPP $CPPFLAGS'
40157ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40158ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40159ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40160
40161      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40162/* end confdefs.h.  */
40163#include <math.h>
40164		      #ifdef HAVE_IEEEFP_H
40165		      #include <ieeefp.h>
40166		      #endif
40167
40168int
40169main ()
40170{
40171 _logl(0);
40172  ;
40173  return 0;
40174}
40175_ACEOF
40176if ac_fn_cxx_try_compile "$LINENO"; then :
40177  glibcxx_cv_func__logl_use=yes
40178else
40179  glibcxx_cv_func__logl_use=no
40180fi
40181rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40182      ac_ext=c
40183ac_cpp='$CPP $CPPFLAGS'
40184ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40185ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40186ac_compiler_gnu=$ac_cv_c_compiler_gnu
40187
40188
40189fi
40190
40191  fi
40192  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5
40193$as_echo "$glibcxx_cv_func__logl_use" >&6; }
40194
40195    if test x$glibcxx_cv_func__logl_use = x"yes"; then
40196      for ac_func in _logl
40197do :
40198  ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl"
40199if test "x$ac_cv_func__logl" = xyes; then :
40200  cat >>confdefs.h <<_ACEOF
40201#define HAVE__LOGL 1
40202_ACEOF
40203
40204fi
40205done
40206
40207    fi
40208  fi
40209
40210
40211
40212
40213
40214  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5
40215$as_echo_n "checking for log10l declaration... " >&6; }
40216  if test x${glibcxx_cv_func_log10l_use+set} != xset; then
40217    if ${glibcxx_cv_func_log10l_use+:} false; then :
40218  $as_echo_n "(cached) " >&6
40219else
40220
40221
40222      ac_ext=cpp
40223ac_cpp='$CXXCPP $CPPFLAGS'
40224ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40225ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40226ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40227
40228      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40229/* end confdefs.h.  */
40230#include <math.h>
40231		      #ifdef HAVE_IEEEFP_H
40232		      #include <ieeefp.h>
40233		      #endif
40234
40235int
40236main ()
40237{
40238 log10l(0);
40239  ;
40240  return 0;
40241}
40242_ACEOF
40243if ac_fn_cxx_try_compile "$LINENO"; then :
40244  glibcxx_cv_func_log10l_use=yes
40245else
40246  glibcxx_cv_func_log10l_use=no
40247fi
40248rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40249      ac_ext=c
40250ac_cpp='$CPP $CPPFLAGS'
40251ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40252ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40253ac_compiler_gnu=$ac_cv_c_compiler_gnu
40254
40255
40256fi
40257
40258  fi
40259  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10l_use" >&5
40260$as_echo "$glibcxx_cv_func_log10l_use" >&6; }
40261
40262  if test x$glibcxx_cv_func_log10l_use = x"yes"; then
40263    for ac_func in log10l
40264do :
40265  ac_fn_c_check_func "$LINENO" "log10l" "ac_cv_func_log10l"
40266if test "x$ac_cv_func_log10l" = xyes; then :
40267  cat >>confdefs.h <<_ACEOF
40268#define HAVE_LOG10L 1
40269_ACEOF
40270
40271fi
40272done
40273
40274  else
40275
40276  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5
40277$as_echo_n "checking for _log10l declaration... " >&6; }
40278  if test x${glibcxx_cv_func__log10l_use+set} != xset; then
40279    if ${glibcxx_cv_func__log10l_use+:} false; then :
40280  $as_echo_n "(cached) " >&6
40281else
40282
40283
40284      ac_ext=cpp
40285ac_cpp='$CXXCPP $CPPFLAGS'
40286ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40287ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40288ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40289
40290      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40291/* end confdefs.h.  */
40292#include <math.h>
40293		      #ifdef HAVE_IEEEFP_H
40294		      #include <ieeefp.h>
40295		      #endif
40296
40297int
40298main ()
40299{
40300 _log10l(0);
40301  ;
40302  return 0;
40303}
40304_ACEOF
40305if ac_fn_cxx_try_compile "$LINENO"; then :
40306  glibcxx_cv_func__log10l_use=yes
40307else
40308  glibcxx_cv_func__log10l_use=no
40309fi
40310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40311      ac_ext=c
40312ac_cpp='$CPP $CPPFLAGS'
40313ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40314ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40315ac_compiler_gnu=$ac_cv_c_compiler_gnu
40316
40317
40318fi
40319
40320  fi
40321  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5
40322$as_echo "$glibcxx_cv_func__log10l_use" >&6; }
40323
40324    if test x$glibcxx_cv_func__log10l_use = x"yes"; then
40325      for ac_func in _log10l
40326do :
40327  ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l"
40328if test "x$ac_cv_func__log10l" = xyes; then :
40329  cat >>confdefs.h <<_ACEOF
40330#define HAVE__LOG10L 1
40331_ACEOF
40332
40333fi
40334done
40335
40336    fi
40337  fi
40338
40339
40340
40341
40342
40343  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5
40344$as_echo_n "checking for modfl declaration... " >&6; }
40345  if test x${glibcxx_cv_func_modfl_use+set} != xset; then
40346    if ${glibcxx_cv_func_modfl_use+:} false; then :
40347  $as_echo_n "(cached) " >&6
40348else
40349
40350
40351      ac_ext=cpp
40352ac_cpp='$CXXCPP $CPPFLAGS'
40353ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40354ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40355ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40356
40357      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40358/* end confdefs.h.  */
40359#include <math.h>
40360int
40361main ()
40362{
40363 modfl(0, 0);
40364  ;
40365  return 0;
40366}
40367_ACEOF
40368if ac_fn_cxx_try_compile "$LINENO"; then :
40369  glibcxx_cv_func_modfl_use=yes
40370else
40371  glibcxx_cv_func_modfl_use=no
40372fi
40373rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40374      ac_ext=c
40375ac_cpp='$CPP $CPPFLAGS'
40376ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40377ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40378ac_compiler_gnu=$ac_cv_c_compiler_gnu
40379
40380
40381fi
40382
40383  fi
40384  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modfl_use" >&5
40385$as_echo "$glibcxx_cv_func_modfl_use" >&6; }
40386
40387  if test x$glibcxx_cv_func_modfl_use = x"yes"; then
40388    for ac_func in modfl
40389do :
40390  ac_fn_c_check_func "$LINENO" "modfl" "ac_cv_func_modfl"
40391if test "x$ac_cv_func_modfl" = xyes; then :
40392  cat >>confdefs.h <<_ACEOF
40393#define HAVE_MODFL 1
40394_ACEOF
40395
40396fi
40397done
40398
40399  else
40400
40401  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5
40402$as_echo_n "checking for _modfl declaration... " >&6; }
40403  if test x${glibcxx_cv_func__modfl_use+set} != xset; then
40404    if ${glibcxx_cv_func__modfl_use+:} false; then :
40405  $as_echo_n "(cached) " >&6
40406else
40407
40408
40409      ac_ext=cpp
40410ac_cpp='$CXXCPP $CPPFLAGS'
40411ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40412ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40413ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40414
40415      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40416/* end confdefs.h.  */
40417#include <math.h>
40418int
40419main ()
40420{
40421 _modfl(0, 0);
40422  ;
40423  return 0;
40424}
40425_ACEOF
40426if ac_fn_cxx_try_compile "$LINENO"; then :
40427  glibcxx_cv_func__modfl_use=yes
40428else
40429  glibcxx_cv_func__modfl_use=no
40430fi
40431rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40432      ac_ext=c
40433ac_cpp='$CPP $CPPFLAGS'
40434ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40435ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40436ac_compiler_gnu=$ac_cv_c_compiler_gnu
40437
40438
40439fi
40440
40441  fi
40442  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5
40443$as_echo "$glibcxx_cv_func__modfl_use" >&6; }
40444
40445    if test x$glibcxx_cv_func__modfl_use = x"yes"; then
40446      for ac_func in _modfl
40447do :
40448  ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl"
40449if test "x$ac_cv_func__modfl" = xyes; then :
40450  cat >>confdefs.h <<_ACEOF
40451#define HAVE__MODFL 1
40452_ACEOF
40453
40454fi
40455done
40456
40457    fi
40458  fi
40459
40460
40461
40462
40463
40464  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5
40465$as_echo_n "checking for powl declaration... " >&6; }
40466  if test x${glibcxx_cv_func_powl_use+set} != xset; then
40467    if ${glibcxx_cv_func_powl_use+:} false; then :
40468  $as_echo_n "(cached) " >&6
40469else
40470
40471
40472      ac_ext=cpp
40473ac_cpp='$CXXCPP $CPPFLAGS'
40474ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40475ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40476ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40477
40478      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40479/* end confdefs.h.  */
40480#include <math.h>
40481int
40482main ()
40483{
40484 powl(0, 0);
40485  ;
40486  return 0;
40487}
40488_ACEOF
40489if ac_fn_cxx_try_compile "$LINENO"; then :
40490  glibcxx_cv_func_powl_use=yes
40491else
40492  glibcxx_cv_func_powl_use=no
40493fi
40494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40495      ac_ext=c
40496ac_cpp='$CPP $CPPFLAGS'
40497ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40498ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40499ac_compiler_gnu=$ac_cv_c_compiler_gnu
40500
40501
40502fi
40503
40504  fi
40505  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powl_use" >&5
40506$as_echo "$glibcxx_cv_func_powl_use" >&6; }
40507
40508  if test x$glibcxx_cv_func_powl_use = x"yes"; then
40509    for ac_func in powl
40510do :
40511  ac_fn_c_check_func "$LINENO" "powl" "ac_cv_func_powl"
40512if test "x$ac_cv_func_powl" = xyes; then :
40513  cat >>confdefs.h <<_ACEOF
40514#define HAVE_POWL 1
40515_ACEOF
40516
40517fi
40518done
40519
40520  else
40521
40522  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5
40523$as_echo_n "checking for _powl declaration... " >&6; }
40524  if test x${glibcxx_cv_func__powl_use+set} != xset; then
40525    if ${glibcxx_cv_func__powl_use+:} false; then :
40526  $as_echo_n "(cached) " >&6
40527else
40528
40529
40530      ac_ext=cpp
40531ac_cpp='$CXXCPP $CPPFLAGS'
40532ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40533ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40534ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40535
40536      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40537/* end confdefs.h.  */
40538#include <math.h>
40539int
40540main ()
40541{
40542 _powl(0, 0);
40543  ;
40544  return 0;
40545}
40546_ACEOF
40547if ac_fn_cxx_try_compile "$LINENO"; then :
40548  glibcxx_cv_func__powl_use=yes
40549else
40550  glibcxx_cv_func__powl_use=no
40551fi
40552rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40553      ac_ext=c
40554ac_cpp='$CPP $CPPFLAGS'
40555ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40556ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40557ac_compiler_gnu=$ac_cv_c_compiler_gnu
40558
40559
40560fi
40561
40562  fi
40563  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5
40564$as_echo "$glibcxx_cv_func__powl_use" >&6; }
40565
40566    if test x$glibcxx_cv_func__powl_use = x"yes"; then
40567      for ac_func in _powl
40568do :
40569  ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl"
40570if test "x$ac_cv_func__powl" = xyes; then :
40571  cat >>confdefs.h <<_ACEOF
40572#define HAVE__POWL 1
40573_ACEOF
40574
40575fi
40576done
40577
40578    fi
40579  fi
40580
40581
40582
40583
40584
40585  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5
40586$as_echo_n "checking for sqrtl declaration... " >&6; }
40587  if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then
40588    if ${glibcxx_cv_func_sqrtl_use+:} false; then :
40589  $as_echo_n "(cached) " >&6
40590else
40591
40592
40593      ac_ext=cpp
40594ac_cpp='$CXXCPP $CPPFLAGS'
40595ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40596ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40597ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40598
40599      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40600/* end confdefs.h.  */
40601#include <math.h>
40602		      #ifdef HAVE_IEEEFP_H
40603		      #include <ieeefp.h>
40604		      #endif
40605
40606int
40607main ()
40608{
40609 sqrtl(0);
40610  ;
40611  return 0;
40612}
40613_ACEOF
40614if ac_fn_cxx_try_compile "$LINENO"; then :
40615  glibcxx_cv_func_sqrtl_use=yes
40616else
40617  glibcxx_cv_func_sqrtl_use=no
40618fi
40619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40620      ac_ext=c
40621ac_cpp='$CPP $CPPFLAGS'
40622ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40623ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40624ac_compiler_gnu=$ac_cv_c_compiler_gnu
40625
40626
40627fi
40628
40629  fi
40630  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtl_use" >&5
40631$as_echo "$glibcxx_cv_func_sqrtl_use" >&6; }
40632
40633  if test x$glibcxx_cv_func_sqrtl_use = x"yes"; then
40634    for ac_func in sqrtl
40635do :
40636  ac_fn_c_check_func "$LINENO" "sqrtl" "ac_cv_func_sqrtl"
40637if test "x$ac_cv_func_sqrtl" = xyes; then :
40638  cat >>confdefs.h <<_ACEOF
40639#define HAVE_SQRTL 1
40640_ACEOF
40641
40642fi
40643done
40644
40645  else
40646
40647  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5
40648$as_echo_n "checking for _sqrtl declaration... " >&6; }
40649  if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then
40650    if ${glibcxx_cv_func__sqrtl_use+:} false; then :
40651  $as_echo_n "(cached) " >&6
40652else
40653
40654
40655      ac_ext=cpp
40656ac_cpp='$CXXCPP $CPPFLAGS'
40657ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40658ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40659ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40660
40661      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40662/* end confdefs.h.  */
40663#include <math.h>
40664		      #ifdef HAVE_IEEEFP_H
40665		      #include <ieeefp.h>
40666		      #endif
40667
40668int
40669main ()
40670{
40671 _sqrtl(0);
40672  ;
40673  return 0;
40674}
40675_ACEOF
40676if ac_fn_cxx_try_compile "$LINENO"; then :
40677  glibcxx_cv_func__sqrtl_use=yes
40678else
40679  glibcxx_cv_func__sqrtl_use=no
40680fi
40681rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40682      ac_ext=c
40683ac_cpp='$CPP $CPPFLAGS'
40684ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40685ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40686ac_compiler_gnu=$ac_cv_c_compiler_gnu
40687
40688
40689fi
40690
40691  fi
40692  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5
40693$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; }
40694
40695    if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then
40696      for ac_func in _sqrtl
40697do :
40698  ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl"
40699if test "x$ac_cv_func__sqrtl" = xyes; then :
40700  cat >>confdefs.h <<_ACEOF
40701#define HAVE__SQRTL 1
40702_ACEOF
40703
40704fi
40705done
40706
40707    fi
40708  fi
40709
40710
40711
40712
40713
40714  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5
40715$as_echo_n "checking for sincosl declaration... " >&6; }
40716  if test x${glibcxx_cv_func_sincosl_use+set} != xset; then
40717    if ${glibcxx_cv_func_sincosl_use+:} false; then :
40718  $as_echo_n "(cached) " >&6
40719else
40720
40721
40722      ac_ext=cpp
40723ac_cpp='$CXXCPP $CPPFLAGS'
40724ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40725ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40726ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40727
40728      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40729/* end confdefs.h.  */
40730#include <math.h>
40731int
40732main ()
40733{
40734 sincosl(0, 0, 0);
40735  ;
40736  return 0;
40737}
40738_ACEOF
40739if ac_fn_cxx_try_compile "$LINENO"; then :
40740  glibcxx_cv_func_sincosl_use=yes
40741else
40742  glibcxx_cv_func_sincosl_use=no
40743fi
40744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40745      ac_ext=c
40746ac_cpp='$CPP $CPPFLAGS'
40747ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40748ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40749ac_compiler_gnu=$ac_cv_c_compiler_gnu
40750
40751
40752fi
40753
40754  fi
40755  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosl_use" >&5
40756$as_echo "$glibcxx_cv_func_sincosl_use" >&6; }
40757
40758  if test x$glibcxx_cv_func_sincosl_use = x"yes"; then
40759    for ac_func in sincosl
40760do :
40761  ac_fn_c_check_func "$LINENO" "sincosl" "ac_cv_func_sincosl"
40762if test "x$ac_cv_func_sincosl" = xyes; then :
40763  cat >>confdefs.h <<_ACEOF
40764#define HAVE_SINCOSL 1
40765_ACEOF
40766
40767fi
40768done
40769
40770  else
40771
40772  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5
40773$as_echo_n "checking for _sincosl declaration... " >&6; }
40774  if test x${glibcxx_cv_func__sincosl_use+set} != xset; then
40775    if ${glibcxx_cv_func__sincosl_use+:} false; then :
40776  $as_echo_n "(cached) " >&6
40777else
40778
40779
40780      ac_ext=cpp
40781ac_cpp='$CXXCPP $CPPFLAGS'
40782ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40783ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40784ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40785
40786      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40787/* end confdefs.h.  */
40788#include <math.h>
40789int
40790main ()
40791{
40792 _sincosl(0, 0, 0);
40793  ;
40794  return 0;
40795}
40796_ACEOF
40797if ac_fn_cxx_try_compile "$LINENO"; then :
40798  glibcxx_cv_func__sincosl_use=yes
40799else
40800  glibcxx_cv_func__sincosl_use=no
40801fi
40802rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40803      ac_ext=c
40804ac_cpp='$CPP $CPPFLAGS'
40805ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40806ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40807ac_compiler_gnu=$ac_cv_c_compiler_gnu
40808
40809
40810fi
40811
40812  fi
40813  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5
40814$as_echo "$glibcxx_cv_func__sincosl_use" >&6; }
40815
40816    if test x$glibcxx_cv_func__sincosl_use = x"yes"; then
40817      for ac_func in _sincosl
40818do :
40819  ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl"
40820if test "x$ac_cv_func__sincosl" = xyes; then :
40821  cat >>confdefs.h <<_ACEOF
40822#define HAVE__SINCOSL 1
40823_ACEOF
40824
40825fi
40826done
40827
40828    fi
40829  fi
40830
40831
40832
40833
40834
40835  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5
40836$as_echo_n "checking for finitel declaration... " >&6; }
40837  if test x${glibcxx_cv_func_finitel_use+set} != xset; then
40838    if ${glibcxx_cv_func_finitel_use+:} false; then :
40839  $as_echo_n "(cached) " >&6
40840else
40841
40842
40843      ac_ext=cpp
40844ac_cpp='$CXXCPP $CPPFLAGS'
40845ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40846ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40847ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40848
40849      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40850/* end confdefs.h.  */
40851#include <math.h>
40852		      #ifdef HAVE_IEEEFP_H
40853		      #include <ieeefp.h>
40854		      #endif
40855
40856int
40857main ()
40858{
40859 finitel(0);
40860  ;
40861  return 0;
40862}
40863_ACEOF
40864if ac_fn_cxx_try_compile "$LINENO"; then :
40865  glibcxx_cv_func_finitel_use=yes
40866else
40867  glibcxx_cv_func_finitel_use=no
40868fi
40869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40870      ac_ext=c
40871ac_cpp='$CPP $CPPFLAGS'
40872ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40873ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40874ac_compiler_gnu=$ac_cv_c_compiler_gnu
40875
40876
40877fi
40878
40879  fi
40880  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitel_use" >&5
40881$as_echo "$glibcxx_cv_func_finitel_use" >&6; }
40882
40883  if test x$glibcxx_cv_func_finitel_use = x"yes"; then
40884    for ac_func in finitel
40885do :
40886  ac_fn_c_check_func "$LINENO" "finitel" "ac_cv_func_finitel"
40887if test "x$ac_cv_func_finitel" = xyes; then :
40888  cat >>confdefs.h <<_ACEOF
40889#define HAVE_FINITEL 1
40890_ACEOF
40891
40892fi
40893done
40894
40895  else
40896
40897  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5
40898$as_echo_n "checking for _finitel declaration... " >&6; }
40899  if test x${glibcxx_cv_func__finitel_use+set} != xset; then
40900    if ${glibcxx_cv_func__finitel_use+:} false; then :
40901  $as_echo_n "(cached) " >&6
40902else
40903
40904
40905      ac_ext=cpp
40906ac_cpp='$CXXCPP $CPPFLAGS'
40907ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40908ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40909ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40910
40911      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40912/* end confdefs.h.  */
40913#include <math.h>
40914		      #ifdef HAVE_IEEEFP_H
40915		      #include <ieeefp.h>
40916		      #endif
40917
40918int
40919main ()
40920{
40921 _finitel(0);
40922  ;
40923  return 0;
40924}
40925_ACEOF
40926if ac_fn_cxx_try_compile "$LINENO"; then :
40927  glibcxx_cv_func__finitel_use=yes
40928else
40929  glibcxx_cv_func__finitel_use=no
40930fi
40931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40932      ac_ext=c
40933ac_cpp='$CPP $CPPFLAGS'
40934ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40935ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40936ac_compiler_gnu=$ac_cv_c_compiler_gnu
40937
40938
40939fi
40940
40941  fi
40942  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5
40943$as_echo "$glibcxx_cv_func__finitel_use" >&6; }
40944
40945    if test x$glibcxx_cv_func__finitel_use = x"yes"; then
40946      for ac_func in _finitel
40947do :
40948  ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel"
40949if test "x$ac_cv_func__finitel" = xyes; then :
40950  cat >>confdefs.h <<_ACEOF
40951#define HAVE__FINITEL 1
40952_ACEOF
40953
40954fi
40955done
40956
40957    fi
40958  fi
40959
40960
40961
40962
40963  LIBS="$ac_save_LIBS"
40964  CXXFLAGS="$ac_save_CXXFLAGS"
40965
40966
40967  ac_test_CXXFLAGS="${CXXFLAGS+set}"
40968  ac_save_CXXFLAGS="$CXXFLAGS"
40969  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
40970
40971
40972  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for at_quick_exit declaration" >&5
40973$as_echo_n "checking for at_quick_exit declaration... " >&6; }
40974  if test x${glibcxx_cv_func_at_quick_exit_use+set} != xset; then
40975    if ${glibcxx_cv_func_at_quick_exit_use+:} false; then :
40976  $as_echo_n "(cached) " >&6
40977else
40978
40979
40980      ac_ext=cpp
40981ac_cpp='$CXXCPP $CPPFLAGS'
40982ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40983ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40984ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40985
40986      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40987/* end confdefs.h.  */
40988#include <stdlib.h>
40989int
40990main ()
40991{
40992 at_quick_exit(0);
40993  ;
40994  return 0;
40995}
40996_ACEOF
40997if ac_fn_cxx_try_compile "$LINENO"; then :
40998  glibcxx_cv_func_at_quick_exit_use=yes
40999else
41000  glibcxx_cv_func_at_quick_exit_use=no
41001fi
41002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41003      ac_ext=c
41004ac_cpp='$CPP $CPPFLAGS'
41005ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41006ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41007ac_compiler_gnu=$ac_cv_c_compiler_gnu
41008
41009
41010fi
41011
41012  fi
41013  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_at_quick_exit_use" >&5
41014$as_echo "$glibcxx_cv_func_at_quick_exit_use" >&6; }
41015  if test x$glibcxx_cv_func_at_quick_exit_use = x"yes"; then
41016    for ac_func in at_quick_exit
41017do :
41018  ac_fn_c_check_func "$LINENO" "at_quick_exit" "ac_cv_func_at_quick_exit"
41019if test "x$ac_cv_func_at_quick_exit" = xyes; then :
41020  cat >>confdefs.h <<_ACEOF
41021#define HAVE_AT_QUICK_EXIT 1
41022_ACEOF
41023
41024fi
41025done
41026
41027  fi
41028
41029
41030  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for quick_exit declaration" >&5
41031$as_echo_n "checking for quick_exit declaration... " >&6; }
41032  if test x${glibcxx_cv_func_quick_exit_use+set} != xset; then
41033    if ${glibcxx_cv_func_quick_exit_use+:} false; then :
41034  $as_echo_n "(cached) " >&6
41035else
41036
41037
41038      ac_ext=cpp
41039ac_cpp='$CXXCPP $CPPFLAGS'
41040ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41041ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41042ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41043
41044      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41045/* end confdefs.h.  */
41046#include <stdlib.h>
41047int
41048main ()
41049{
41050 quick_exit(0);
41051  ;
41052  return 0;
41053}
41054_ACEOF
41055if ac_fn_cxx_try_compile "$LINENO"; then :
41056  glibcxx_cv_func_quick_exit_use=yes
41057else
41058  glibcxx_cv_func_quick_exit_use=no
41059fi
41060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41061      ac_ext=c
41062ac_cpp='$CPP $CPPFLAGS'
41063ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41064ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41065ac_compiler_gnu=$ac_cv_c_compiler_gnu
41066
41067
41068fi
41069
41070  fi
41071  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_quick_exit_use" >&5
41072$as_echo "$glibcxx_cv_func_quick_exit_use" >&6; }
41073  if test x$glibcxx_cv_func_quick_exit_use = x"yes"; then
41074    for ac_func in quick_exit
41075do :
41076  ac_fn_c_check_func "$LINENO" "quick_exit" "ac_cv_func_quick_exit"
41077if test "x$ac_cv_func_quick_exit" = xyes; then :
41078  cat >>confdefs.h <<_ACEOF
41079#define HAVE_QUICK_EXIT 1
41080_ACEOF
41081
41082fi
41083done
41084
41085  fi
41086
41087
41088  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtold declaration" >&5
41089$as_echo_n "checking for strtold declaration... " >&6; }
41090  if test x${glibcxx_cv_func_strtold_use+set} != xset; then
41091    if ${glibcxx_cv_func_strtold_use+:} false; then :
41092  $as_echo_n "(cached) " >&6
41093else
41094
41095
41096      ac_ext=cpp
41097ac_cpp='$CXXCPP $CPPFLAGS'
41098ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41099ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41100ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41101
41102      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41103/* end confdefs.h.  */
41104#include <stdlib.h>
41105int
41106main ()
41107{
41108 strtold(0, 0);
41109  ;
41110  return 0;
41111}
41112_ACEOF
41113if ac_fn_cxx_try_compile "$LINENO"; then :
41114  glibcxx_cv_func_strtold_use=yes
41115else
41116  glibcxx_cv_func_strtold_use=no
41117fi
41118rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41119      ac_ext=c
41120ac_cpp='$CPP $CPPFLAGS'
41121ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41122ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41123ac_compiler_gnu=$ac_cv_c_compiler_gnu
41124
41125
41126fi
41127
41128  fi
41129  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtold_use" >&5
41130$as_echo "$glibcxx_cv_func_strtold_use" >&6; }
41131  if test x$glibcxx_cv_func_strtold_use = x"yes"; then
41132    for ac_func in strtold
41133do :
41134  ac_fn_c_check_func "$LINENO" "strtold" "ac_cv_func_strtold"
41135if test "x$ac_cv_func_strtold" = xyes; then :
41136  cat >>confdefs.h <<_ACEOF
41137#define HAVE_STRTOLD 1
41138_ACEOF
41139
41140fi
41141done
41142
41143  fi
41144
41145
41146
41147
41148  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5
41149$as_echo_n "checking for strtof declaration... " >&6; }
41150  if test x${glibcxx_cv_func_strtof_use+set} != xset; then
41151    if ${glibcxx_cv_func_strtof_use+:} false; then :
41152  $as_echo_n "(cached) " >&6
41153else
41154
41155
41156      ac_ext=cpp
41157ac_cpp='$CXXCPP $CPPFLAGS'
41158ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41159ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41160ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41161
41162      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41163/* end confdefs.h.  */
41164#include <stdlib.h>
41165int
41166main ()
41167{
41168 strtof(0, 0);
41169  ;
41170  return 0;
41171}
41172_ACEOF
41173if ac_fn_cxx_try_compile "$LINENO"; then :
41174  glibcxx_cv_func_strtof_use=yes
41175else
41176  glibcxx_cv_func_strtof_use=no
41177fi
41178rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41179      ac_ext=c
41180ac_cpp='$CPP $CPPFLAGS'
41181ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41182ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41183ac_compiler_gnu=$ac_cv_c_compiler_gnu
41184
41185
41186fi
41187
41188  fi
41189  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtof_use" >&5
41190$as_echo "$glibcxx_cv_func_strtof_use" >&6; }
41191  if test x$glibcxx_cv_func_strtof_use = x"yes"; then
41192    for ac_func in strtof
41193do :
41194  ac_fn_c_check_func "$LINENO" "strtof" "ac_cv_func_strtof"
41195if test "x$ac_cv_func_strtof" = xyes; then :
41196  cat >>confdefs.h <<_ACEOF
41197#define HAVE_STRTOF 1
41198_ACEOF
41199
41200fi
41201done
41202
41203  fi
41204
41205
41206
41207
41208  CXXFLAGS="$ac_save_CXXFLAGS"
41209
41210    $as_echo "#define _GLIBCXX_USE_DEV_RANDOM 1" >>confdefs.h
41211
41212    $as_echo "#define _GLIBCXX_USE_RANDOM_TR1 1" >>confdefs.h
41213
41214    # We don't yet support AIX's TLS ABI.
41215    #GCC_CHECK_TLS
41216
41217
41218
41219
41220
41221  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
41222$as_echo_n "checking for iconv... " >&6; }
41223if ${am_cv_func_iconv+:} false; then :
41224  $as_echo_n "(cached) " >&6
41225else
41226
41227    am_cv_func_iconv="no, consider installing GNU libiconv"
41228    am_cv_lib_iconv=no
41229                    am_save_CPPFLAGS="$CPPFLAGS"
41230    CPPFLAGS="$CPPFLAGS $INCICONV"
41231    if test x$gcc_no_link = xyes; then
41232  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
41233fi
41234cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41235/* end confdefs.h.  */
41236#include <stdlib.h>
41237#include <iconv.h>
41238int
41239main ()
41240{
41241iconv_t cd = iconv_open("","");
41242       iconv(cd,NULL,NULL,NULL,NULL);
41243       iconv_close(cd);
41244  ;
41245  return 0;
41246}
41247_ACEOF
41248if ac_fn_c_try_link "$LINENO"; then :
41249  am_cv_func_iconv=yes
41250fi
41251rm -f core conftest.err conftest.$ac_objext \
41252    conftest$ac_exeext conftest.$ac_ext
41253    CPPFLAGS="$am_save_CPPFLAGS"
41254
41255    if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
41256      for _libs in .libs _libs; do
41257        am_save_CPPFLAGS="$CPPFLAGS"
41258        am_save_LIBS="$LIBS"
41259        CPPFLAGS="$CPPFLAGS -I../libiconv/include"
41260        LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
41261        if test x$gcc_no_link = xyes; then
41262  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
41263fi
41264cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41265/* end confdefs.h.  */
41266#include <stdlib.h>
41267#include <iconv.h>
41268int
41269main ()
41270{
41271iconv_t cd = iconv_open("","");
41272           iconv(cd,NULL,NULL,NULL,NULL);
41273           iconv_close(cd);
41274  ;
41275  return 0;
41276}
41277_ACEOF
41278if ac_fn_c_try_link "$LINENO"; then :
41279  INCICONV="-I../libiconv/include"
41280          LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
41281          LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
41282          am_cv_lib_iconv=yes
41283          am_cv_func_iconv=yes
41284fi
41285rm -f core conftest.err conftest.$ac_objext \
41286    conftest$ac_exeext conftest.$ac_ext
41287        CPPFLAGS="$am_save_CPPFLAGS"
41288        LIBS="$am_save_LIBS"
41289        if test "$am_cv_func_iconv" = "yes"; then
41290          break
41291        fi
41292      done
41293    fi
41294
41295    if test "$am_cv_func_iconv" != yes; then
41296      am_save_CPPFLAGS="$CPPFLAGS"
41297      am_save_LIBS="$LIBS"
41298      CPPFLAGS="$CPPFLAGS $INCICONV"
41299      LIBS="$LIBS $LIBICONV"
41300      if test x$gcc_no_link = xyes; then
41301  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
41302fi
41303cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41304/* end confdefs.h.  */
41305#include <stdlib.h>
41306#include <iconv.h>
41307int
41308main ()
41309{
41310iconv_t cd = iconv_open("","");
41311         iconv(cd,NULL,NULL,NULL,NULL);
41312         iconv_close(cd);
41313  ;
41314  return 0;
41315}
41316_ACEOF
41317if ac_fn_c_try_link "$LINENO"; then :
41318  am_cv_lib_iconv=yes
41319        am_cv_func_iconv=yes
41320fi
41321rm -f core conftest.err conftest.$ac_objext \
41322    conftest$ac_exeext conftest.$ac_ext
41323      CPPFLAGS="$am_save_CPPFLAGS"
41324      LIBS="$am_save_LIBS"
41325    fi
41326
41327fi
41328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
41329$as_echo "$am_cv_func_iconv" >&6; }
41330  if test "$am_cv_func_iconv" = yes; then
41331
41332$as_echo "#define HAVE_ICONV 1" >>confdefs.h
41333
41334  fi
41335  if test "$am_cv_lib_iconv" = yes; then
41336
41337  for element in $INCICONV; do
41338    haveit=
41339    for x in $CPPFLAGS; do
41340
41341  acl_save_prefix="$prefix"
41342  prefix="$acl_final_prefix"
41343  acl_save_exec_prefix="$exec_prefix"
41344  exec_prefix="$acl_final_exec_prefix"
41345  eval x=\"$x\"
41346  exec_prefix="$acl_save_exec_prefix"
41347  prefix="$acl_save_prefix"
41348
41349      if test "X$x" = "X$element"; then
41350        haveit=yes
41351        break
41352      fi
41353    done
41354    if test -z "$haveit"; then
41355      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
41356    fi
41357  done
41358
41359    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
41360$as_echo_n "checking how to link with libiconv... " >&6; }
41361    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
41362$as_echo "$LIBICONV" >&6; }
41363  else
41364    LIBICONV=
41365    LTLIBICONV=
41366  fi
41367
41368
41369
41370  if test "$am_cv_func_iconv" = yes; then
41371    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
41372$as_echo_n "checking for iconv declaration... " >&6; }
41373    if ${am_cv_proto_iconv+:} false; then :
41374  $as_echo_n "(cached) " >&6
41375else
41376
41377      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41378/* end confdefs.h.  */
41379
41380#include <stdlib.h>
41381#include <iconv.h>
41382extern
41383#ifdef __cplusplus
41384"C"
41385#endif
41386#if defined(__STDC__) || defined(__cplusplus)
41387size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
41388#else
41389size_t iconv();
41390#endif
41391
41392int
41393main ()
41394{
41395
41396  ;
41397  return 0;
41398}
41399_ACEOF
41400if ac_fn_c_try_compile "$LINENO"; then :
41401  am_cv_proto_iconv_arg1=""
41402else
41403  am_cv_proto_iconv_arg1="const"
41404fi
41405rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41406      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
41407fi
41408
41409    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
41410    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
41411         }$am_cv_proto_iconv" >&5
41412$as_echo "${ac_t:-
41413         }$am_cv_proto_iconv" >&6; }
41414
41415cat >>confdefs.h <<_ACEOF
41416#define ICONV_CONST $am_cv_proto_iconv_arg1
41417_ACEOF
41418
41419  fi
41420
41421
41422    $as_echo "#define HAVE_USELOCALE 1" >>confdefs.h
41423
41424    ;;
41425
41426  *-darwin*)
41427    # Darwin versions vary, but the linker should work in a cross environment,
41428    # so we just check for all the features here.
41429    # Check for available headers.
41430
41431    # Don't call GLIBCXX_CHECK_LINKER_FEATURES, Darwin doesn't have a GNU ld
41432
41433  ac_test_CXXFLAGS="${CXXFLAGS+set}"
41434  ac_save_CXXFLAGS="$CXXFLAGS"
41435  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
41436
41437    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
41438$as_echo_n "checking for sin in -lm... " >&6; }
41439if ${ac_cv_lib_m_sin+:} false; then :
41440  $as_echo_n "(cached) " >&6
41441else
41442  ac_check_lib_save_LIBS=$LIBS
41443LIBS="-lm  $LIBS"
41444if test x$gcc_no_link = xyes; then
41445  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
41446fi
41447cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41448/* end confdefs.h.  */
41449
41450/* Override any GCC internal prototype to avoid an error.
41451   Use char because int might match the return type of a GCC
41452   builtin and then its argument prototype would still apply.  */
41453#ifdef __cplusplus
41454extern "C"
41455#endif
41456char sin ();
41457int
41458main ()
41459{
41460return sin ();
41461  ;
41462  return 0;
41463}
41464_ACEOF
41465if ac_fn_c_try_link "$LINENO"; then :
41466  ac_cv_lib_m_sin=yes
41467else
41468  ac_cv_lib_m_sin=no
41469fi
41470rm -f core conftest.err conftest.$ac_objext \
41471    conftest$ac_exeext conftest.$ac_ext
41472LIBS=$ac_check_lib_save_LIBS
41473fi
41474{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
41475$as_echo "$ac_cv_lib_m_sin" >&6; }
41476if test "x$ac_cv_lib_m_sin" = xyes; then :
41477  libm="-lm"
41478fi
41479
41480  ac_save_LIBS="$LIBS"
41481  LIBS="$LIBS $libm"
41482
41483
41484
41485  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf declaration" >&5
41486$as_echo_n "checking for isinf declaration... " >&6; }
41487  if test x${glibcxx_cv_func_isinf_use+set} != xset; then
41488    if ${glibcxx_cv_func_isinf_use+:} false; then :
41489  $as_echo_n "(cached) " >&6
41490else
41491
41492
41493      ac_ext=cpp
41494ac_cpp='$CXXCPP $CPPFLAGS'
41495ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41496ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41497ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41498
41499      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41500/* end confdefs.h.  */
41501#include <math.h>
41502		      #ifdef HAVE_IEEEFP_H
41503		      #include <ieeefp.h>
41504		      #endif
41505
41506int
41507main ()
41508{
41509 isinf(0);
41510  ;
41511  return 0;
41512}
41513_ACEOF
41514if ac_fn_cxx_try_compile "$LINENO"; then :
41515  glibcxx_cv_func_isinf_use=yes
41516else
41517  glibcxx_cv_func_isinf_use=no
41518fi
41519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41520      ac_ext=c
41521ac_cpp='$CPP $CPPFLAGS'
41522ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41523ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41524ac_compiler_gnu=$ac_cv_c_compiler_gnu
41525
41526
41527fi
41528
41529  fi
41530  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinf_use" >&5
41531$as_echo "$glibcxx_cv_func_isinf_use" >&6; }
41532
41533  if test x$glibcxx_cv_func_isinf_use = x"yes"; then
41534    for ac_func in isinf
41535do :
41536  ac_fn_c_check_func "$LINENO" "isinf" "ac_cv_func_isinf"
41537if test "x$ac_cv_func_isinf" = xyes; then :
41538  cat >>confdefs.h <<_ACEOF
41539#define HAVE_ISINF 1
41540_ACEOF
41541
41542fi
41543done
41544
41545  else
41546
41547  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5
41548$as_echo_n "checking for _isinf declaration... " >&6; }
41549  if test x${glibcxx_cv_func__isinf_use+set} != xset; then
41550    if ${glibcxx_cv_func__isinf_use+:} false; then :
41551  $as_echo_n "(cached) " >&6
41552else
41553
41554
41555      ac_ext=cpp
41556ac_cpp='$CXXCPP $CPPFLAGS'
41557ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41558ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41559ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41560
41561      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41562/* end confdefs.h.  */
41563#include <math.h>
41564		      #ifdef HAVE_IEEEFP_H
41565		      #include <ieeefp.h>
41566		      #endif
41567
41568int
41569main ()
41570{
41571 _isinf(0);
41572  ;
41573  return 0;
41574}
41575_ACEOF
41576if ac_fn_cxx_try_compile "$LINENO"; then :
41577  glibcxx_cv_func__isinf_use=yes
41578else
41579  glibcxx_cv_func__isinf_use=no
41580fi
41581rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41582      ac_ext=c
41583ac_cpp='$CPP $CPPFLAGS'
41584ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41585ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41586ac_compiler_gnu=$ac_cv_c_compiler_gnu
41587
41588
41589fi
41590
41591  fi
41592  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5
41593$as_echo "$glibcxx_cv_func__isinf_use" >&6; }
41594
41595    if test x$glibcxx_cv_func__isinf_use = x"yes"; then
41596      for ac_func in _isinf
41597do :
41598  ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf"
41599if test "x$ac_cv_func__isinf" = xyes; then :
41600  cat >>confdefs.h <<_ACEOF
41601#define HAVE__ISINF 1
41602_ACEOF
41603
41604fi
41605done
41606
41607    fi
41608  fi
41609
41610
41611
41612
41613
41614  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5
41615$as_echo_n "checking for isnan declaration... " >&6; }
41616  if test x${glibcxx_cv_func_isnan_use+set} != xset; then
41617    if ${glibcxx_cv_func_isnan_use+:} false; then :
41618  $as_echo_n "(cached) " >&6
41619else
41620
41621
41622      ac_ext=cpp
41623ac_cpp='$CXXCPP $CPPFLAGS'
41624ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41625ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41626ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41627
41628      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41629/* end confdefs.h.  */
41630#include <math.h>
41631		      #ifdef HAVE_IEEEFP_H
41632		      #include <ieeefp.h>
41633		      #endif
41634
41635int
41636main ()
41637{
41638 isnan(0);
41639  ;
41640  return 0;
41641}
41642_ACEOF
41643if ac_fn_cxx_try_compile "$LINENO"; then :
41644  glibcxx_cv_func_isnan_use=yes
41645else
41646  glibcxx_cv_func_isnan_use=no
41647fi
41648rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41649      ac_ext=c
41650ac_cpp='$CPP $CPPFLAGS'
41651ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41652ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41653ac_compiler_gnu=$ac_cv_c_compiler_gnu
41654
41655
41656fi
41657
41658  fi
41659  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnan_use" >&5
41660$as_echo "$glibcxx_cv_func_isnan_use" >&6; }
41661
41662  if test x$glibcxx_cv_func_isnan_use = x"yes"; then
41663    for ac_func in isnan
41664do :
41665  ac_fn_c_check_func "$LINENO" "isnan" "ac_cv_func_isnan"
41666if test "x$ac_cv_func_isnan" = xyes; then :
41667  cat >>confdefs.h <<_ACEOF
41668#define HAVE_ISNAN 1
41669_ACEOF
41670
41671fi
41672done
41673
41674  else
41675
41676  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5
41677$as_echo_n "checking for _isnan declaration... " >&6; }
41678  if test x${glibcxx_cv_func__isnan_use+set} != xset; then
41679    if ${glibcxx_cv_func__isnan_use+:} false; then :
41680  $as_echo_n "(cached) " >&6
41681else
41682
41683
41684      ac_ext=cpp
41685ac_cpp='$CXXCPP $CPPFLAGS'
41686ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41687ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41688ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41689
41690      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41691/* end confdefs.h.  */
41692#include <math.h>
41693		      #ifdef HAVE_IEEEFP_H
41694		      #include <ieeefp.h>
41695		      #endif
41696
41697int
41698main ()
41699{
41700 _isnan(0);
41701  ;
41702  return 0;
41703}
41704_ACEOF
41705if ac_fn_cxx_try_compile "$LINENO"; then :
41706  glibcxx_cv_func__isnan_use=yes
41707else
41708  glibcxx_cv_func__isnan_use=no
41709fi
41710rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41711      ac_ext=c
41712ac_cpp='$CPP $CPPFLAGS'
41713ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41714ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41715ac_compiler_gnu=$ac_cv_c_compiler_gnu
41716
41717
41718fi
41719
41720  fi
41721  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5
41722$as_echo "$glibcxx_cv_func__isnan_use" >&6; }
41723
41724    if test x$glibcxx_cv_func__isnan_use = x"yes"; then
41725      for ac_func in _isnan
41726do :
41727  ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan"
41728if test "x$ac_cv_func__isnan" = xyes; then :
41729  cat >>confdefs.h <<_ACEOF
41730#define HAVE__ISNAN 1
41731_ACEOF
41732
41733fi
41734done
41735
41736    fi
41737  fi
41738
41739
41740
41741
41742
41743  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5
41744$as_echo_n "checking for finite declaration... " >&6; }
41745  if test x${glibcxx_cv_func_finite_use+set} != xset; then
41746    if ${glibcxx_cv_func_finite_use+:} false; then :
41747  $as_echo_n "(cached) " >&6
41748else
41749
41750
41751      ac_ext=cpp
41752ac_cpp='$CXXCPP $CPPFLAGS'
41753ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41754ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41755ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41756
41757      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41758/* end confdefs.h.  */
41759#include <math.h>
41760		      #ifdef HAVE_IEEEFP_H
41761		      #include <ieeefp.h>
41762		      #endif
41763
41764int
41765main ()
41766{
41767 finite(0);
41768  ;
41769  return 0;
41770}
41771_ACEOF
41772if ac_fn_cxx_try_compile "$LINENO"; then :
41773  glibcxx_cv_func_finite_use=yes
41774else
41775  glibcxx_cv_func_finite_use=no
41776fi
41777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41778      ac_ext=c
41779ac_cpp='$CPP $CPPFLAGS'
41780ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41781ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41782ac_compiler_gnu=$ac_cv_c_compiler_gnu
41783
41784
41785fi
41786
41787  fi
41788  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finite_use" >&5
41789$as_echo "$glibcxx_cv_func_finite_use" >&6; }
41790
41791  if test x$glibcxx_cv_func_finite_use = x"yes"; then
41792    for ac_func in finite
41793do :
41794  ac_fn_c_check_func "$LINENO" "finite" "ac_cv_func_finite"
41795if test "x$ac_cv_func_finite" = xyes; then :
41796  cat >>confdefs.h <<_ACEOF
41797#define HAVE_FINITE 1
41798_ACEOF
41799
41800fi
41801done
41802
41803  else
41804
41805  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5
41806$as_echo_n "checking for _finite declaration... " >&6; }
41807  if test x${glibcxx_cv_func__finite_use+set} != xset; then
41808    if ${glibcxx_cv_func__finite_use+:} false; then :
41809  $as_echo_n "(cached) " >&6
41810else
41811
41812
41813      ac_ext=cpp
41814ac_cpp='$CXXCPP $CPPFLAGS'
41815ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41816ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41817ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41818
41819      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41820/* end confdefs.h.  */
41821#include <math.h>
41822		      #ifdef HAVE_IEEEFP_H
41823		      #include <ieeefp.h>
41824		      #endif
41825
41826int
41827main ()
41828{
41829 _finite(0);
41830  ;
41831  return 0;
41832}
41833_ACEOF
41834if ac_fn_cxx_try_compile "$LINENO"; then :
41835  glibcxx_cv_func__finite_use=yes
41836else
41837  glibcxx_cv_func__finite_use=no
41838fi
41839rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41840      ac_ext=c
41841ac_cpp='$CPP $CPPFLAGS'
41842ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41843ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41844ac_compiler_gnu=$ac_cv_c_compiler_gnu
41845
41846
41847fi
41848
41849  fi
41850  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5
41851$as_echo "$glibcxx_cv_func__finite_use" >&6; }
41852
41853    if test x$glibcxx_cv_func__finite_use = x"yes"; then
41854      for ac_func in _finite
41855do :
41856  ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite"
41857if test "x$ac_cv_func__finite" = xyes; then :
41858  cat >>confdefs.h <<_ACEOF
41859#define HAVE__FINITE 1
41860_ACEOF
41861
41862fi
41863done
41864
41865    fi
41866  fi
41867
41868
41869
41870
41871
41872  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5
41873$as_echo_n "checking for sincos declaration... " >&6; }
41874  if test x${glibcxx_cv_func_sincos_use+set} != xset; then
41875    if ${glibcxx_cv_func_sincos_use+:} false; then :
41876  $as_echo_n "(cached) " >&6
41877else
41878
41879
41880      ac_ext=cpp
41881ac_cpp='$CXXCPP $CPPFLAGS'
41882ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41883ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41884ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41885
41886      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41887/* end confdefs.h.  */
41888#include <math.h>
41889int
41890main ()
41891{
41892 sincos(0, 0, 0);
41893  ;
41894  return 0;
41895}
41896_ACEOF
41897if ac_fn_cxx_try_compile "$LINENO"; then :
41898  glibcxx_cv_func_sincos_use=yes
41899else
41900  glibcxx_cv_func_sincos_use=no
41901fi
41902rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41903      ac_ext=c
41904ac_cpp='$CPP $CPPFLAGS'
41905ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41906ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41907ac_compiler_gnu=$ac_cv_c_compiler_gnu
41908
41909
41910fi
41911
41912  fi
41913  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincos_use" >&5
41914$as_echo "$glibcxx_cv_func_sincos_use" >&6; }
41915
41916  if test x$glibcxx_cv_func_sincos_use = x"yes"; then
41917    for ac_func in sincos
41918do :
41919  ac_fn_c_check_func "$LINENO" "sincos" "ac_cv_func_sincos"
41920if test "x$ac_cv_func_sincos" = xyes; then :
41921  cat >>confdefs.h <<_ACEOF
41922#define HAVE_SINCOS 1
41923_ACEOF
41924
41925fi
41926done
41927
41928  else
41929
41930  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5
41931$as_echo_n "checking for _sincos declaration... " >&6; }
41932  if test x${glibcxx_cv_func__sincos_use+set} != xset; then
41933    if ${glibcxx_cv_func__sincos_use+:} false; then :
41934  $as_echo_n "(cached) " >&6
41935else
41936
41937
41938      ac_ext=cpp
41939ac_cpp='$CXXCPP $CPPFLAGS'
41940ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41941ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41942ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
41943
41944      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41945/* end confdefs.h.  */
41946#include <math.h>
41947int
41948main ()
41949{
41950 _sincos(0, 0, 0);
41951  ;
41952  return 0;
41953}
41954_ACEOF
41955if ac_fn_cxx_try_compile "$LINENO"; then :
41956  glibcxx_cv_func__sincos_use=yes
41957else
41958  glibcxx_cv_func__sincos_use=no
41959fi
41960rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41961      ac_ext=c
41962ac_cpp='$CPP $CPPFLAGS'
41963ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
41964ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
41965ac_compiler_gnu=$ac_cv_c_compiler_gnu
41966
41967
41968fi
41969
41970  fi
41971  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5
41972$as_echo "$glibcxx_cv_func__sincos_use" >&6; }
41973
41974    if test x$glibcxx_cv_func__sincos_use = x"yes"; then
41975      for ac_func in _sincos
41976do :
41977  ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos"
41978if test "x$ac_cv_func__sincos" = xyes; then :
41979  cat >>confdefs.h <<_ACEOF
41980#define HAVE__SINCOS 1
41981_ACEOF
41982
41983fi
41984done
41985
41986    fi
41987  fi
41988
41989
41990
41991
41992
41993  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5
41994$as_echo_n "checking for fpclass declaration... " >&6; }
41995  if test x${glibcxx_cv_func_fpclass_use+set} != xset; then
41996    if ${glibcxx_cv_func_fpclass_use+:} false; then :
41997  $as_echo_n "(cached) " >&6
41998else
41999
42000
42001      ac_ext=cpp
42002ac_cpp='$CXXCPP $CPPFLAGS'
42003ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42004ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42005ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42006
42007      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42008/* end confdefs.h.  */
42009#include <math.h>
42010		      #ifdef HAVE_IEEEFP_H
42011		      #include <ieeefp.h>
42012		      #endif
42013
42014int
42015main ()
42016{
42017 fpclass(0);
42018  ;
42019  return 0;
42020}
42021_ACEOF
42022if ac_fn_cxx_try_compile "$LINENO"; then :
42023  glibcxx_cv_func_fpclass_use=yes
42024else
42025  glibcxx_cv_func_fpclass_use=no
42026fi
42027rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42028      ac_ext=c
42029ac_cpp='$CPP $CPPFLAGS'
42030ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42031ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42032ac_compiler_gnu=$ac_cv_c_compiler_gnu
42033
42034
42035fi
42036
42037  fi
42038  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fpclass_use" >&5
42039$as_echo "$glibcxx_cv_func_fpclass_use" >&6; }
42040
42041  if test x$glibcxx_cv_func_fpclass_use = x"yes"; then
42042    for ac_func in fpclass
42043do :
42044  ac_fn_c_check_func "$LINENO" "fpclass" "ac_cv_func_fpclass"
42045if test "x$ac_cv_func_fpclass" = xyes; then :
42046  cat >>confdefs.h <<_ACEOF
42047#define HAVE_FPCLASS 1
42048_ACEOF
42049
42050fi
42051done
42052
42053  else
42054
42055  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5
42056$as_echo_n "checking for _fpclass declaration... " >&6; }
42057  if test x${glibcxx_cv_func__fpclass_use+set} != xset; then
42058    if ${glibcxx_cv_func__fpclass_use+:} false; then :
42059  $as_echo_n "(cached) " >&6
42060else
42061
42062
42063      ac_ext=cpp
42064ac_cpp='$CXXCPP $CPPFLAGS'
42065ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42066ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42067ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42068
42069      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42070/* end confdefs.h.  */
42071#include <math.h>
42072		      #ifdef HAVE_IEEEFP_H
42073		      #include <ieeefp.h>
42074		      #endif
42075
42076int
42077main ()
42078{
42079 _fpclass(0);
42080  ;
42081  return 0;
42082}
42083_ACEOF
42084if ac_fn_cxx_try_compile "$LINENO"; then :
42085  glibcxx_cv_func__fpclass_use=yes
42086else
42087  glibcxx_cv_func__fpclass_use=no
42088fi
42089rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42090      ac_ext=c
42091ac_cpp='$CPP $CPPFLAGS'
42092ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42093ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42094ac_compiler_gnu=$ac_cv_c_compiler_gnu
42095
42096
42097fi
42098
42099  fi
42100  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5
42101$as_echo "$glibcxx_cv_func__fpclass_use" >&6; }
42102
42103    if test x$glibcxx_cv_func__fpclass_use = x"yes"; then
42104      for ac_func in _fpclass
42105do :
42106  ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass"
42107if test "x$ac_cv_func__fpclass" = xyes; then :
42108  cat >>confdefs.h <<_ACEOF
42109#define HAVE__FPCLASS 1
42110_ACEOF
42111
42112fi
42113done
42114
42115    fi
42116  fi
42117
42118
42119
42120
42121
42122  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5
42123$as_echo_n "checking for qfpclass declaration... " >&6; }
42124  if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then
42125    if ${glibcxx_cv_func_qfpclass_use+:} false; then :
42126  $as_echo_n "(cached) " >&6
42127else
42128
42129
42130      ac_ext=cpp
42131ac_cpp='$CXXCPP $CPPFLAGS'
42132ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42133ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42134ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42135
42136      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42137/* end confdefs.h.  */
42138#include <math.h>
42139		      #ifdef HAVE_IEEEFP_H
42140		      #include <ieeefp.h>
42141		      #endif
42142
42143int
42144main ()
42145{
42146 qfpclass(0);
42147  ;
42148  return 0;
42149}
42150_ACEOF
42151if ac_fn_cxx_try_compile "$LINENO"; then :
42152  glibcxx_cv_func_qfpclass_use=yes
42153else
42154  glibcxx_cv_func_qfpclass_use=no
42155fi
42156rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42157      ac_ext=c
42158ac_cpp='$CPP $CPPFLAGS'
42159ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42160ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42161ac_compiler_gnu=$ac_cv_c_compiler_gnu
42162
42163
42164fi
42165
42166  fi
42167  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_qfpclass_use" >&5
42168$as_echo "$glibcxx_cv_func_qfpclass_use" >&6; }
42169
42170  if test x$glibcxx_cv_func_qfpclass_use = x"yes"; then
42171    for ac_func in qfpclass
42172do :
42173  ac_fn_c_check_func "$LINENO" "qfpclass" "ac_cv_func_qfpclass"
42174if test "x$ac_cv_func_qfpclass" = xyes; then :
42175  cat >>confdefs.h <<_ACEOF
42176#define HAVE_QFPCLASS 1
42177_ACEOF
42178
42179fi
42180done
42181
42182  else
42183
42184  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5
42185$as_echo_n "checking for _qfpclass declaration... " >&6; }
42186  if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then
42187    if ${glibcxx_cv_func__qfpclass_use+:} false; then :
42188  $as_echo_n "(cached) " >&6
42189else
42190
42191
42192      ac_ext=cpp
42193ac_cpp='$CXXCPP $CPPFLAGS'
42194ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42195ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42196ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42197
42198      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42199/* end confdefs.h.  */
42200#include <math.h>
42201		      #ifdef HAVE_IEEEFP_H
42202		      #include <ieeefp.h>
42203		      #endif
42204
42205int
42206main ()
42207{
42208 _qfpclass(0);
42209  ;
42210  return 0;
42211}
42212_ACEOF
42213if ac_fn_cxx_try_compile "$LINENO"; then :
42214  glibcxx_cv_func__qfpclass_use=yes
42215else
42216  glibcxx_cv_func__qfpclass_use=no
42217fi
42218rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42219      ac_ext=c
42220ac_cpp='$CPP $CPPFLAGS'
42221ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42222ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42223ac_compiler_gnu=$ac_cv_c_compiler_gnu
42224
42225
42226fi
42227
42228  fi
42229  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5
42230$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; }
42231
42232    if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then
42233      for ac_func in _qfpclass
42234do :
42235  ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass"
42236if test "x$ac_cv_func__qfpclass" = xyes; then :
42237  cat >>confdefs.h <<_ACEOF
42238#define HAVE__QFPCLASS 1
42239_ACEOF
42240
42241fi
42242done
42243
42244    fi
42245  fi
42246
42247
42248
42249
42250
42251  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5
42252$as_echo_n "checking for hypot declaration... " >&6; }
42253  if test x${glibcxx_cv_func_hypot_use+set} != xset; then
42254    if ${glibcxx_cv_func_hypot_use+:} false; then :
42255  $as_echo_n "(cached) " >&6
42256else
42257
42258
42259      ac_ext=cpp
42260ac_cpp='$CXXCPP $CPPFLAGS'
42261ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42262ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42263ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42264
42265      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42266/* end confdefs.h.  */
42267#include <math.h>
42268int
42269main ()
42270{
42271 hypot(0, 0);
42272  ;
42273  return 0;
42274}
42275_ACEOF
42276if ac_fn_cxx_try_compile "$LINENO"; then :
42277  glibcxx_cv_func_hypot_use=yes
42278else
42279  glibcxx_cv_func_hypot_use=no
42280fi
42281rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42282      ac_ext=c
42283ac_cpp='$CPP $CPPFLAGS'
42284ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42285ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42286ac_compiler_gnu=$ac_cv_c_compiler_gnu
42287
42288
42289fi
42290
42291  fi
42292  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypot_use" >&5
42293$as_echo "$glibcxx_cv_func_hypot_use" >&6; }
42294
42295  if test x$glibcxx_cv_func_hypot_use = x"yes"; then
42296    for ac_func in hypot
42297do :
42298  ac_fn_c_check_func "$LINENO" "hypot" "ac_cv_func_hypot"
42299if test "x$ac_cv_func_hypot" = xyes; then :
42300  cat >>confdefs.h <<_ACEOF
42301#define HAVE_HYPOT 1
42302_ACEOF
42303
42304fi
42305done
42306
42307  else
42308
42309  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5
42310$as_echo_n "checking for _hypot declaration... " >&6; }
42311  if test x${glibcxx_cv_func__hypot_use+set} != xset; then
42312    if ${glibcxx_cv_func__hypot_use+:} false; then :
42313  $as_echo_n "(cached) " >&6
42314else
42315
42316
42317      ac_ext=cpp
42318ac_cpp='$CXXCPP $CPPFLAGS'
42319ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42320ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42321ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42322
42323      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42324/* end confdefs.h.  */
42325#include <math.h>
42326int
42327main ()
42328{
42329 _hypot(0, 0);
42330  ;
42331  return 0;
42332}
42333_ACEOF
42334if ac_fn_cxx_try_compile "$LINENO"; then :
42335  glibcxx_cv_func__hypot_use=yes
42336else
42337  glibcxx_cv_func__hypot_use=no
42338fi
42339rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42340      ac_ext=c
42341ac_cpp='$CPP $CPPFLAGS'
42342ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42343ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42344ac_compiler_gnu=$ac_cv_c_compiler_gnu
42345
42346
42347fi
42348
42349  fi
42350  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5
42351$as_echo "$glibcxx_cv_func__hypot_use" >&6; }
42352
42353    if test x$glibcxx_cv_func__hypot_use = x"yes"; then
42354      for ac_func in _hypot
42355do :
42356  ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot"
42357if test "x$ac_cv_func__hypot" = xyes; then :
42358  cat >>confdefs.h <<_ACEOF
42359#define HAVE__HYPOT 1
42360_ACEOF
42361
42362fi
42363done
42364
42365    fi
42366  fi
42367
42368
42369
42370
42371
42372    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5
42373$as_echo_n "checking for float trig functions... " >&6; }
42374  if ${glibcxx_cv_func_float_trig_use+:} false; then :
42375  $as_echo_n "(cached) " >&6
42376else
42377
42378
42379    ac_ext=cpp
42380ac_cpp='$CXXCPP $CPPFLAGS'
42381ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42382ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42383ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42384
42385    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42386/* end confdefs.h.  */
42387#include <math.h>
42388int
42389main ()
42390{
42391acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
42392  ;
42393  return 0;
42394}
42395_ACEOF
42396if ac_fn_cxx_try_compile "$LINENO"; then :
42397  glibcxx_cv_func_float_trig_use=yes
42398else
42399  glibcxx_cv_func_float_trig_use=no
42400fi
42401rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42402    ac_ext=c
42403ac_cpp='$CPP $CPPFLAGS'
42404ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42405ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42406ac_compiler_gnu=$ac_cv_c_compiler_gnu
42407
42408fi
42409
42410  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_trig_use" >&5
42411$as_echo "$glibcxx_cv_func_float_trig_use" >&6; }
42412  if test x$glibcxx_cv_func_float_trig_use = x"yes"; then
42413    for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
42414do :
42415  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
42416ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
42417if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
42418  cat >>confdefs.h <<_ACEOF
42419#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
42420_ACEOF
42421
42422fi
42423done
42424
42425  else
42426    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5
42427$as_echo_n "checking for _float trig functions... " >&6; }
42428    if ${glibcxx_cv_func__float_trig_use+:} false; then :
42429  $as_echo_n "(cached) " >&6
42430else
42431
42432
42433      ac_ext=cpp
42434ac_cpp='$CXXCPP $CPPFLAGS'
42435ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42436ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42437ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42438
42439      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42440/* end confdefs.h.  */
42441#include <math.h>
42442int
42443main ()
42444{
42445_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0);
42446  ;
42447  return 0;
42448}
42449_ACEOF
42450if ac_fn_cxx_try_compile "$LINENO"; then :
42451  glibcxx_cv_func__float_trig_use=yes
42452else
42453  glibcxx_cv_func__float_trig_use=no
42454fi
42455rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42456      ac_ext=c
42457ac_cpp='$CPP $CPPFLAGS'
42458ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42459ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42460ac_compiler_gnu=$ac_cv_c_compiler_gnu
42461
42462fi
42463
42464    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5
42465$as_echo "$glibcxx_cv_func__float_trig_use" >&6; }
42466    if test x$glibcxx_cv_func__float_trig_use = x"yes"; then
42467      for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf
42468do :
42469  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
42470ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
42471if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
42472  cat >>confdefs.h <<_ACEOF
42473#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
42474_ACEOF
42475
42476fi
42477done
42478
42479    fi
42480  fi
42481
42482
42483
42484
42485
42486    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5
42487$as_echo_n "checking for float round functions... " >&6; }
42488  if ${glibcxx_cv_func_float_round_use+:} false; then :
42489  $as_echo_n "(cached) " >&6
42490else
42491
42492
42493    ac_ext=cpp
42494ac_cpp='$CXXCPP $CPPFLAGS'
42495ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42496ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42497ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42498
42499    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42500/* end confdefs.h.  */
42501#include <math.h>
42502int
42503main ()
42504{
42505ceilf (0); floorf (0);
42506  ;
42507  return 0;
42508}
42509_ACEOF
42510if ac_fn_cxx_try_compile "$LINENO"; then :
42511  glibcxx_cv_func_float_round_use=yes
42512else
42513  glibcxx_cv_func_float_round_use=no
42514fi
42515rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42516    ac_ext=c
42517ac_cpp='$CPP $CPPFLAGS'
42518ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42519ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42520ac_compiler_gnu=$ac_cv_c_compiler_gnu
42521
42522fi
42523
42524  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_round_use" >&5
42525$as_echo "$glibcxx_cv_func_float_round_use" >&6; }
42526  if test x$glibcxx_cv_func_float_round_use = x"yes"; then
42527    for ac_func in ceilf floorf
42528do :
42529  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
42530ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
42531if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
42532  cat >>confdefs.h <<_ACEOF
42533#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
42534_ACEOF
42535
42536fi
42537done
42538
42539  else
42540    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5
42541$as_echo_n "checking for _float round functions... " >&6; }
42542    if ${glibcxx_cv_func__float_round_use+:} false; then :
42543  $as_echo_n "(cached) " >&6
42544else
42545
42546
42547      ac_ext=cpp
42548ac_cpp='$CXXCPP $CPPFLAGS'
42549ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42550ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42551ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42552
42553      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42554/* end confdefs.h.  */
42555#include <math.h>
42556int
42557main ()
42558{
42559_ceilf (0); _floorf (0);
42560  ;
42561  return 0;
42562}
42563_ACEOF
42564if ac_fn_cxx_try_compile "$LINENO"; then :
42565  glibcxx_cv_func__float_round_use=yes
42566else
42567  glibcxx_cv_func__float_round_use=no
42568fi
42569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42570      ac_ext=c
42571ac_cpp='$CPP $CPPFLAGS'
42572ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42573ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42574ac_compiler_gnu=$ac_cv_c_compiler_gnu
42575
42576fi
42577
42578    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5
42579$as_echo "$glibcxx_cv_func__float_round_use" >&6; }
42580    if test x$glibcxx_cv_func__float_round_use = x"yes"; then
42581      for ac_func in _ceilf _floorf
42582do :
42583  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
42584ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
42585if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
42586  cat >>confdefs.h <<_ACEOF
42587#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
42588_ACEOF
42589
42590fi
42591done
42592
42593    fi
42594  fi
42595
42596
42597
42598
42599
42600
42601  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5
42602$as_echo_n "checking for expf declaration... " >&6; }
42603  if test x${glibcxx_cv_func_expf_use+set} != xset; then
42604    if ${glibcxx_cv_func_expf_use+:} false; then :
42605  $as_echo_n "(cached) " >&6
42606else
42607
42608
42609      ac_ext=cpp
42610ac_cpp='$CXXCPP $CPPFLAGS'
42611ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42612ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42613ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42614
42615      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42616/* end confdefs.h.  */
42617#include <math.h>
42618		      #ifdef HAVE_IEEEFP_H
42619		      #include <ieeefp.h>
42620		      #endif
42621
42622int
42623main ()
42624{
42625 expf(0);
42626  ;
42627  return 0;
42628}
42629_ACEOF
42630if ac_fn_cxx_try_compile "$LINENO"; then :
42631  glibcxx_cv_func_expf_use=yes
42632else
42633  glibcxx_cv_func_expf_use=no
42634fi
42635rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42636      ac_ext=c
42637ac_cpp='$CPP $CPPFLAGS'
42638ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42639ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42640ac_compiler_gnu=$ac_cv_c_compiler_gnu
42641
42642
42643fi
42644
42645  fi
42646  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expf_use" >&5
42647$as_echo "$glibcxx_cv_func_expf_use" >&6; }
42648
42649  if test x$glibcxx_cv_func_expf_use = x"yes"; then
42650    for ac_func in expf
42651do :
42652  ac_fn_c_check_func "$LINENO" "expf" "ac_cv_func_expf"
42653if test "x$ac_cv_func_expf" = xyes; then :
42654  cat >>confdefs.h <<_ACEOF
42655#define HAVE_EXPF 1
42656_ACEOF
42657
42658fi
42659done
42660
42661  else
42662
42663  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5
42664$as_echo_n "checking for _expf declaration... " >&6; }
42665  if test x${glibcxx_cv_func__expf_use+set} != xset; then
42666    if ${glibcxx_cv_func__expf_use+:} false; then :
42667  $as_echo_n "(cached) " >&6
42668else
42669
42670
42671      ac_ext=cpp
42672ac_cpp='$CXXCPP $CPPFLAGS'
42673ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42674ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42675ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42676
42677      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42678/* end confdefs.h.  */
42679#include <math.h>
42680		      #ifdef HAVE_IEEEFP_H
42681		      #include <ieeefp.h>
42682		      #endif
42683
42684int
42685main ()
42686{
42687 _expf(0);
42688  ;
42689  return 0;
42690}
42691_ACEOF
42692if ac_fn_cxx_try_compile "$LINENO"; then :
42693  glibcxx_cv_func__expf_use=yes
42694else
42695  glibcxx_cv_func__expf_use=no
42696fi
42697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42698      ac_ext=c
42699ac_cpp='$CPP $CPPFLAGS'
42700ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42701ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42702ac_compiler_gnu=$ac_cv_c_compiler_gnu
42703
42704
42705fi
42706
42707  fi
42708  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5
42709$as_echo "$glibcxx_cv_func__expf_use" >&6; }
42710
42711    if test x$glibcxx_cv_func__expf_use = x"yes"; then
42712      for ac_func in _expf
42713do :
42714  ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf"
42715if test "x$ac_cv_func__expf" = xyes; then :
42716  cat >>confdefs.h <<_ACEOF
42717#define HAVE__EXPF 1
42718_ACEOF
42719
42720fi
42721done
42722
42723    fi
42724  fi
42725
42726
42727
42728
42729
42730  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5
42731$as_echo_n "checking for isnanf declaration... " >&6; }
42732  if test x${glibcxx_cv_func_isnanf_use+set} != xset; then
42733    if ${glibcxx_cv_func_isnanf_use+:} false; then :
42734  $as_echo_n "(cached) " >&6
42735else
42736
42737
42738      ac_ext=cpp
42739ac_cpp='$CXXCPP $CPPFLAGS'
42740ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42741ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42742ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42743
42744      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42745/* end confdefs.h.  */
42746#include <math.h>
42747		      #ifdef HAVE_IEEEFP_H
42748		      #include <ieeefp.h>
42749		      #endif
42750
42751int
42752main ()
42753{
42754 isnanf(0);
42755  ;
42756  return 0;
42757}
42758_ACEOF
42759if ac_fn_cxx_try_compile "$LINENO"; then :
42760  glibcxx_cv_func_isnanf_use=yes
42761else
42762  glibcxx_cv_func_isnanf_use=no
42763fi
42764rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42765      ac_ext=c
42766ac_cpp='$CPP $CPPFLAGS'
42767ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42768ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42769ac_compiler_gnu=$ac_cv_c_compiler_gnu
42770
42771
42772fi
42773
42774  fi
42775  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanf_use" >&5
42776$as_echo "$glibcxx_cv_func_isnanf_use" >&6; }
42777
42778  if test x$glibcxx_cv_func_isnanf_use = x"yes"; then
42779    for ac_func in isnanf
42780do :
42781  ac_fn_c_check_func "$LINENO" "isnanf" "ac_cv_func_isnanf"
42782if test "x$ac_cv_func_isnanf" = xyes; then :
42783  cat >>confdefs.h <<_ACEOF
42784#define HAVE_ISNANF 1
42785_ACEOF
42786
42787fi
42788done
42789
42790  else
42791
42792  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5
42793$as_echo_n "checking for _isnanf declaration... " >&6; }
42794  if test x${glibcxx_cv_func__isnanf_use+set} != xset; then
42795    if ${glibcxx_cv_func__isnanf_use+:} false; then :
42796  $as_echo_n "(cached) " >&6
42797else
42798
42799
42800      ac_ext=cpp
42801ac_cpp='$CXXCPP $CPPFLAGS'
42802ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42803ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42804ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42805
42806      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42807/* end confdefs.h.  */
42808#include <math.h>
42809		      #ifdef HAVE_IEEEFP_H
42810		      #include <ieeefp.h>
42811		      #endif
42812
42813int
42814main ()
42815{
42816 _isnanf(0);
42817  ;
42818  return 0;
42819}
42820_ACEOF
42821if ac_fn_cxx_try_compile "$LINENO"; then :
42822  glibcxx_cv_func__isnanf_use=yes
42823else
42824  glibcxx_cv_func__isnanf_use=no
42825fi
42826rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42827      ac_ext=c
42828ac_cpp='$CPP $CPPFLAGS'
42829ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42830ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42831ac_compiler_gnu=$ac_cv_c_compiler_gnu
42832
42833
42834fi
42835
42836  fi
42837  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5
42838$as_echo "$glibcxx_cv_func__isnanf_use" >&6; }
42839
42840    if test x$glibcxx_cv_func__isnanf_use = x"yes"; then
42841      for ac_func in _isnanf
42842do :
42843  ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf"
42844if test "x$ac_cv_func__isnanf" = xyes; then :
42845  cat >>confdefs.h <<_ACEOF
42846#define HAVE__ISNANF 1
42847_ACEOF
42848
42849fi
42850done
42851
42852    fi
42853  fi
42854
42855
42856
42857
42858
42859  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5
42860$as_echo_n "checking for isinff declaration... " >&6; }
42861  if test x${glibcxx_cv_func_isinff_use+set} != xset; then
42862    if ${glibcxx_cv_func_isinff_use+:} false; then :
42863  $as_echo_n "(cached) " >&6
42864else
42865
42866
42867      ac_ext=cpp
42868ac_cpp='$CXXCPP $CPPFLAGS'
42869ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42870ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42871ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42872
42873      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42874/* end confdefs.h.  */
42875#include <math.h>
42876		      #ifdef HAVE_IEEEFP_H
42877		      #include <ieeefp.h>
42878		      #endif
42879
42880int
42881main ()
42882{
42883 isinff(0);
42884  ;
42885  return 0;
42886}
42887_ACEOF
42888if ac_fn_cxx_try_compile "$LINENO"; then :
42889  glibcxx_cv_func_isinff_use=yes
42890else
42891  glibcxx_cv_func_isinff_use=no
42892fi
42893rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42894      ac_ext=c
42895ac_cpp='$CPP $CPPFLAGS'
42896ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42897ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42898ac_compiler_gnu=$ac_cv_c_compiler_gnu
42899
42900
42901fi
42902
42903  fi
42904  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinff_use" >&5
42905$as_echo "$glibcxx_cv_func_isinff_use" >&6; }
42906
42907  if test x$glibcxx_cv_func_isinff_use = x"yes"; then
42908    for ac_func in isinff
42909do :
42910  ac_fn_c_check_func "$LINENO" "isinff" "ac_cv_func_isinff"
42911if test "x$ac_cv_func_isinff" = xyes; then :
42912  cat >>confdefs.h <<_ACEOF
42913#define HAVE_ISINFF 1
42914_ACEOF
42915
42916fi
42917done
42918
42919  else
42920
42921  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5
42922$as_echo_n "checking for _isinff declaration... " >&6; }
42923  if test x${glibcxx_cv_func__isinff_use+set} != xset; then
42924    if ${glibcxx_cv_func__isinff_use+:} false; then :
42925  $as_echo_n "(cached) " >&6
42926else
42927
42928
42929      ac_ext=cpp
42930ac_cpp='$CXXCPP $CPPFLAGS'
42931ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42932ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42933ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42934
42935      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42936/* end confdefs.h.  */
42937#include <math.h>
42938		      #ifdef HAVE_IEEEFP_H
42939		      #include <ieeefp.h>
42940		      #endif
42941
42942int
42943main ()
42944{
42945 _isinff(0);
42946  ;
42947  return 0;
42948}
42949_ACEOF
42950if ac_fn_cxx_try_compile "$LINENO"; then :
42951  glibcxx_cv_func__isinff_use=yes
42952else
42953  glibcxx_cv_func__isinff_use=no
42954fi
42955rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42956      ac_ext=c
42957ac_cpp='$CPP $CPPFLAGS'
42958ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42959ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42960ac_compiler_gnu=$ac_cv_c_compiler_gnu
42961
42962
42963fi
42964
42965  fi
42966  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5
42967$as_echo "$glibcxx_cv_func__isinff_use" >&6; }
42968
42969    if test x$glibcxx_cv_func__isinff_use = x"yes"; then
42970      for ac_func in _isinff
42971do :
42972  ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff"
42973if test "x$ac_cv_func__isinff" = xyes; then :
42974  cat >>confdefs.h <<_ACEOF
42975#define HAVE__ISINFF 1
42976_ACEOF
42977
42978fi
42979done
42980
42981    fi
42982  fi
42983
42984
42985
42986
42987
42988  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5
42989$as_echo_n "checking for atan2f declaration... " >&6; }
42990  if test x${glibcxx_cv_func_atan2f_use+set} != xset; then
42991    if ${glibcxx_cv_func_atan2f_use+:} false; then :
42992  $as_echo_n "(cached) " >&6
42993else
42994
42995
42996      ac_ext=cpp
42997ac_cpp='$CXXCPP $CPPFLAGS'
42998ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42999ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43000ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43001
43002      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43003/* end confdefs.h.  */
43004#include <math.h>
43005int
43006main ()
43007{
43008 atan2f(0, 0);
43009  ;
43010  return 0;
43011}
43012_ACEOF
43013if ac_fn_cxx_try_compile "$LINENO"; then :
43014  glibcxx_cv_func_atan2f_use=yes
43015else
43016  glibcxx_cv_func_atan2f_use=no
43017fi
43018rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43019      ac_ext=c
43020ac_cpp='$CPP $CPPFLAGS'
43021ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43022ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43023ac_compiler_gnu=$ac_cv_c_compiler_gnu
43024
43025
43026fi
43027
43028  fi
43029  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2f_use" >&5
43030$as_echo "$glibcxx_cv_func_atan2f_use" >&6; }
43031
43032  if test x$glibcxx_cv_func_atan2f_use = x"yes"; then
43033    for ac_func in atan2f
43034do :
43035  ac_fn_c_check_func "$LINENO" "atan2f" "ac_cv_func_atan2f"
43036if test "x$ac_cv_func_atan2f" = xyes; then :
43037  cat >>confdefs.h <<_ACEOF
43038#define HAVE_ATAN2F 1
43039_ACEOF
43040
43041fi
43042done
43043
43044  else
43045
43046  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5
43047$as_echo_n "checking for _atan2f declaration... " >&6; }
43048  if test x${glibcxx_cv_func__atan2f_use+set} != xset; then
43049    if ${glibcxx_cv_func__atan2f_use+:} false; then :
43050  $as_echo_n "(cached) " >&6
43051else
43052
43053
43054      ac_ext=cpp
43055ac_cpp='$CXXCPP $CPPFLAGS'
43056ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43057ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43058ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43059
43060      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43061/* end confdefs.h.  */
43062#include <math.h>
43063int
43064main ()
43065{
43066 _atan2f(0, 0);
43067  ;
43068  return 0;
43069}
43070_ACEOF
43071if ac_fn_cxx_try_compile "$LINENO"; then :
43072  glibcxx_cv_func__atan2f_use=yes
43073else
43074  glibcxx_cv_func__atan2f_use=no
43075fi
43076rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43077      ac_ext=c
43078ac_cpp='$CPP $CPPFLAGS'
43079ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43080ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43081ac_compiler_gnu=$ac_cv_c_compiler_gnu
43082
43083
43084fi
43085
43086  fi
43087  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5
43088$as_echo "$glibcxx_cv_func__atan2f_use" >&6; }
43089
43090    if test x$glibcxx_cv_func__atan2f_use = x"yes"; then
43091      for ac_func in _atan2f
43092do :
43093  ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f"
43094if test "x$ac_cv_func__atan2f" = xyes; then :
43095  cat >>confdefs.h <<_ACEOF
43096#define HAVE__ATAN2F 1
43097_ACEOF
43098
43099fi
43100done
43101
43102    fi
43103  fi
43104
43105
43106
43107
43108
43109  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5
43110$as_echo_n "checking for fabsf declaration... " >&6; }
43111  if test x${glibcxx_cv_func_fabsf_use+set} != xset; then
43112    if ${glibcxx_cv_func_fabsf_use+:} false; then :
43113  $as_echo_n "(cached) " >&6
43114else
43115
43116
43117      ac_ext=cpp
43118ac_cpp='$CXXCPP $CPPFLAGS'
43119ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43120ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43121ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43122
43123      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43124/* end confdefs.h.  */
43125#include <math.h>
43126		      #ifdef HAVE_IEEEFP_H
43127		      #include <ieeefp.h>
43128		      #endif
43129
43130int
43131main ()
43132{
43133 fabsf(0);
43134  ;
43135  return 0;
43136}
43137_ACEOF
43138if ac_fn_cxx_try_compile "$LINENO"; then :
43139  glibcxx_cv_func_fabsf_use=yes
43140else
43141  glibcxx_cv_func_fabsf_use=no
43142fi
43143rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43144      ac_ext=c
43145ac_cpp='$CPP $CPPFLAGS'
43146ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43147ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43148ac_compiler_gnu=$ac_cv_c_compiler_gnu
43149
43150
43151fi
43152
43153  fi
43154  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsf_use" >&5
43155$as_echo "$glibcxx_cv_func_fabsf_use" >&6; }
43156
43157  if test x$glibcxx_cv_func_fabsf_use = x"yes"; then
43158    for ac_func in fabsf
43159do :
43160  ac_fn_c_check_func "$LINENO" "fabsf" "ac_cv_func_fabsf"
43161if test "x$ac_cv_func_fabsf" = xyes; then :
43162  cat >>confdefs.h <<_ACEOF
43163#define HAVE_FABSF 1
43164_ACEOF
43165
43166fi
43167done
43168
43169  else
43170
43171  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5
43172$as_echo_n "checking for _fabsf declaration... " >&6; }
43173  if test x${glibcxx_cv_func__fabsf_use+set} != xset; then
43174    if ${glibcxx_cv_func__fabsf_use+:} false; then :
43175  $as_echo_n "(cached) " >&6
43176else
43177
43178
43179      ac_ext=cpp
43180ac_cpp='$CXXCPP $CPPFLAGS'
43181ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43182ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43183ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43184
43185      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43186/* end confdefs.h.  */
43187#include <math.h>
43188		      #ifdef HAVE_IEEEFP_H
43189		      #include <ieeefp.h>
43190		      #endif
43191
43192int
43193main ()
43194{
43195 _fabsf(0);
43196  ;
43197  return 0;
43198}
43199_ACEOF
43200if ac_fn_cxx_try_compile "$LINENO"; then :
43201  glibcxx_cv_func__fabsf_use=yes
43202else
43203  glibcxx_cv_func__fabsf_use=no
43204fi
43205rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43206      ac_ext=c
43207ac_cpp='$CPP $CPPFLAGS'
43208ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43209ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43210ac_compiler_gnu=$ac_cv_c_compiler_gnu
43211
43212
43213fi
43214
43215  fi
43216  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5
43217$as_echo "$glibcxx_cv_func__fabsf_use" >&6; }
43218
43219    if test x$glibcxx_cv_func__fabsf_use = x"yes"; then
43220      for ac_func in _fabsf
43221do :
43222  ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf"
43223if test "x$ac_cv_func__fabsf" = xyes; then :
43224  cat >>confdefs.h <<_ACEOF
43225#define HAVE__FABSF 1
43226_ACEOF
43227
43228fi
43229done
43230
43231    fi
43232  fi
43233
43234
43235
43236
43237
43238  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5
43239$as_echo_n "checking for fmodf declaration... " >&6; }
43240  if test x${glibcxx_cv_func_fmodf_use+set} != xset; then
43241    if ${glibcxx_cv_func_fmodf_use+:} false; then :
43242  $as_echo_n "(cached) " >&6
43243else
43244
43245
43246      ac_ext=cpp
43247ac_cpp='$CXXCPP $CPPFLAGS'
43248ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43249ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43250ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43251
43252      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43253/* end confdefs.h.  */
43254#include <math.h>
43255int
43256main ()
43257{
43258 fmodf(0, 0);
43259  ;
43260  return 0;
43261}
43262_ACEOF
43263if ac_fn_cxx_try_compile "$LINENO"; then :
43264  glibcxx_cv_func_fmodf_use=yes
43265else
43266  glibcxx_cv_func_fmodf_use=no
43267fi
43268rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43269      ac_ext=c
43270ac_cpp='$CPP $CPPFLAGS'
43271ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43272ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43273ac_compiler_gnu=$ac_cv_c_compiler_gnu
43274
43275
43276fi
43277
43278  fi
43279  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodf_use" >&5
43280$as_echo "$glibcxx_cv_func_fmodf_use" >&6; }
43281
43282  if test x$glibcxx_cv_func_fmodf_use = x"yes"; then
43283    for ac_func in fmodf
43284do :
43285  ac_fn_c_check_func "$LINENO" "fmodf" "ac_cv_func_fmodf"
43286if test "x$ac_cv_func_fmodf" = xyes; then :
43287  cat >>confdefs.h <<_ACEOF
43288#define HAVE_FMODF 1
43289_ACEOF
43290
43291fi
43292done
43293
43294  else
43295
43296  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5
43297$as_echo_n "checking for _fmodf declaration... " >&6; }
43298  if test x${glibcxx_cv_func__fmodf_use+set} != xset; then
43299    if ${glibcxx_cv_func__fmodf_use+:} false; then :
43300  $as_echo_n "(cached) " >&6
43301else
43302
43303
43304      ac_ext=cpp
43305ac_cpp='$CXXCPP $CPPFLAGS'
43306ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43307ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43308ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43309
43310      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43311/* end confdefs.h.  */
43312#include <math.h>
43313int
43314main ()
43315{
43316 _fmodf(0, 0);
43317  ;
43318  return 0;
43319}
43320_ACEOF
43321if ac_fn_cxx_try_compile "$LINENO"; then :
43322  glibcxx_cv_func__fmodf_use=yes
43323else
43324  glibcxx_cv_func__fmodf_use=no
43325fi
43326rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43327      ac_ext=c
43328ac_cpp='$CPP $CPPFLAGS'
43329ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43330ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43331ac_compiler_gnu=$ac_cv_c_compiler_gnu
43332
43333
43334fi
43335
43336  fi
43337  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5
43338$as_echo "$glibcxx_cv_func__fmodf_use" >&6; }
43339
43340    if test x$glibcxx_cv_func__fmodf_use = x"yes"; then
43341      for ac_func in _fmodf
43342do :
43343  ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf"
43344if test "x$ac_cv_func__fmodf" = xyes; then :
43345  cat >>confdefs.h <<_ACEOF
43346#define HAVE__FMODF 1
43347_ACEOF
43348
43349fi
43350done
43351
43352    fi
43353  fi
43354
43355
43356
43357
43358
43359  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5
43360$as_echo_n "checking for frexpf declaration... " >&6; }
43361  if test x${glibcxx_cv_func_frexpf_use+set} != xset; then
43362    if ${glibcxx_cv_func_frexpf_use+:} false; then :
43363  $as_echo_n "(cached) " >&6
43364else
43365
43366
43367      ac_ext=cpp
43368ac_cpp='$CXXCPP $CPPFLAGS'
43369ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43370ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43371ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43372
43373      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43374/* end confdefs.h.  */
43375#include <math.h>
43376int
43377main ()
43378{
43379 frexpf(0, 0);
43380  ;
43381  return 0;
43382}
43383_ACEOF
43384if ac_fn_cxx_try_compile "$LINENO"; then :
43385  glibcxx_cv_func_frexpf_use=yes
43386else
43387  glibcxx_cv_func_frexpf_use=no
43388fi
43389rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43390      ac_ext=c
43391ac_cpp='$CPP $CPPFLAGS'
43392ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43393ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43394ac_compiler_gnu=$ac_cv_c_compiler_gnu
43395
43396
43397fi
43398
43399  fi
43400  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpf_use" >&5
43401$as_echo "$glibcxx_cv_func_frexpf_use" >&6; }
43402
43403  if test x$glibcxx_cv_func_frexpf_use = x"yes"; then
43404    for ac_func in frexpf
43405do :
43406  ac_fn_c_check_func "$LINENO" "frexpf" "ac_cv_func_frexpf"
43407if test "x$ac_cv_func_frexpf" = xyes; then :
43408  cat >>confdefs.h <<_ACEOF
43409#define HAVE_FREXPF 1
43410_ACEOF
43411
43412fi
43413done
43414
43415  else
43416
43417  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5
43418$as_echo_n "checking for _frexpf declaration... " >&6; }
43419  if test x${glibcxx_cv_func__frexpf_use+set} != xset; then
43420    if ${glibcxx_cv_func__frexpf_use+:} false; then :
43421  $as_echo_n "(cached) " >&6
43422else
43423
43424
43425      ac_ext=cpp
43426ac_cpp='$CXXCPP $CPPFLAGS'
43427ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43428ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43429ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43430
43431      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43432/* end confdefs.h.  */
43433#include <math.h>
43434int
43435main ()
43436{
43437 _frexpf(0, 0);
43438  ;
43439  return 0;
43440}
43441_ACEOF
43442if ac_fn_cxx_try_compile "$LINENO"; then :
43443  glibcxx_cv_func__frexpf_use=yes
43444else
43445  glibcxx_cv_func__frexpf_use=no
43446fi
43447rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43448      ac_ext=c
43449ac_cpp='$CPP $CPPFLAGS'
43450ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43451ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43452ac_compiler_gnu=$ac_cv_c_compiler_gnu
43453
43454
43455fi
43456
43457  fi
43458  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5
43459$as_echo "$glibcxx_cv_func__frexpf_use" >&6; }
43460
43461    if test x$glibcxx_cv_func__frexpf_use = x"yes"; then
43462      for ac_func in _frexpf
43463do :
43464  ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf"
43465if test "x$ac_cv_func__frexpf" = xyes; then :
43466  cat >>confdefs.h <<_ACEOF
43467#define HAVE__FREXPF 1
43468_ACEOF
43469
43470fi
43471done
43472
43473    fi
43474  fi
43475
43476
43477
43478
43479
43480  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5
43481$as_echo_n "checking for hypotf declaration... " >&6; }
43482  if test x${glibcxx_cv_func_hypotf_use+set} != xset; then
43483    if ${glibcxx_cv_func_hypotf_use+:} false; then :
43484  $as_echo_n "(cached) " >&6
43485else
43486
43487
43488      ac_ext=cpp
43489ac_cpp='$CXXCPP $CPPFLAGS'
43490ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43491ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43492ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43493
43494      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43495/* end confdefs.h.  */
43496#include <math.h>
43497int
43498main ()
43499{
43500 hypotf(0, 0);
43501  ;
43502  return 0;
43503}
43504_ACEOF
43505if ac_fn_cxx_try_compile "$LINENO"; then :
43506  glibcxx_cv_func_hypotf_use=yes
43507else
43508  glibcxx_cv_func_hypotf_use=no
43509fi
43510rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43511      ac_ext=c
43512ac_cpp='$CPP $CPPFLAGS'
43513ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43514ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43515ac_compiler_gnu=$ac_cv_c_compiler_gnu
43516
43517
43518fi
43519
43520  fi
43521  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotf_use" >&5
43522$as_echo "$glibcxx_cv_func_hypotf_use" >&6; }
43523
43524  if test x$glibcxx_cv_func_hypotf_use = x"yes"; then
43525    for ac_func in hypotf
43526do :
43527  ac_fn_c_check_func "$LINENO" "hypotf" "ac_cv_func_hypotf"
43528if test "x$ac_cv_func_hypotf" = xyes; then :
43529  cat >>confdefs.h <<_ACEOF
43530#define HAVE_HYPOTF 1
43531_ACEOF
43532
43533fi
43534done
43535
43536  else
43537
43538  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5
43539$as_echo_n "checking for _hypotf declaration... " >&6; }
43540  if test x${glibcxx_cv_func__hypotf_use+set} != xset; then
43541    if ${glibcxx_cv_func__hypotf_use+:} false; then :
43542  $as_echo_n "(cached) " >&6
43543else
43544
43545
43546      ac_ext=cpp
43547ac_cpp='$CXXCPP $CPPFLAGS'
43548ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43549ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43550ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43551
43552      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43553/* end confdefs.h.  */
43554#include <math.h>
43555int
43556main ()
43557{
43558 _hypotf(0, 0);
43559  ;
43560  return 0;
43561}
43562_ACEOF
43563if ac_fn_cxx_try_compile "$LINENO"; then :
43564  glibcxx_cv_func__hypotf_use=yes
43565else
43566  glibcxx_cv_func__hypotf_use=no
43567fi
43568rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43569      ac_ext=c
43570ac_cpp='$CPP $CPPFLAGS'
43571ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43572ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43573ac_compiler_gnu=$ac_cv_c_compiler_gnu
43574
43575
43576fi
43577
43578  fi
43579  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5
43580$as_echo "$glibcxx_cv_func__hypotf_use" >&6; }
43581
43582    if test x$glibcxx_cv_func__hypotf_use = x"yes"; then
43583      for ac_func in _hypotf
43584do :
43585  ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf"
43586if test "x$ac_cv_func__hypotf" = xyes; then :
43587  cat >>confdefs.h <<_ACEOF
43588#define HAVE__HYPOTF 1
43589_ACEOF
43590
43591fi
43592done
43593
43594    fi
43595  fi
43596
43597
43598
43599
43600
43601  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5
43602$as_echo_n "checking for ldexpf declaration... " >&6; }
43603  if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then
43604    if ${glibcxx_cv_func_ldexpf_use+:} false; then :
43605  $as_echo_n "(cached) " >&6
43606else
43607
43608
43609      ac_ext=cpp
43610ac_cpp='$CXXCPP $CPPFLAGS'
43611ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43612ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43613ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43614
43615      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43616/* end confdefs.h.  */
43617#include <math.h>
43618int
43619main ()
43620{
43621 ldexpf(0, 0);
43622  ;
43623  return 0;
43624}
43625_ACEOF
43626if ac_fn_cxx_try_compile "$LINENO"; then :
43627  glibcxx_cv_func_ldexpf_use=yes
43628else
43629  glibcxx_cv_func_ldexpf_use=no
43630fi
43631rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43632      ac_ext=c
43633ac_cpp='$CPP $CPPFLAGS'
43634ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43635ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43636ac_compiler_gnu=$ac_cv_c_compiler_gnu
43637
43638
43639fi
43640
43641  fi
43642  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpf_use" >&5
43643$as_echo "$glibcxx_cv_func_ldexpf_use" >&6; }
43644
43645  if test x$glibcxx_cv_func_ldexpf_use = x"yes"; then
43646    for ac_func in ldexpf
43647do :
43648  ac_fn_c_check_func "$LINENO" "ldexpf" "ac_cv_func_ldexpf"
43649if test "x$ac_cv_func_ldexpf" = xyes; then :
43650  cat >>confdefs.h <<_ACEOF
43651#define HAVE_LDEXPF 1
43652_ACEOF
43653
43654fi
43655done
43656
43657  else
43658
43659  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5
43660$as_echo_n "checking for _ldexpf declaration... " >&6; }
43661  if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then
43662    if ${glibcxx_cv_func__ldexpf_use+:} false; then :
43663  $as_echo_n "(cached) " >&6
43664else
43665
43666
43667      ac_ext=cpp
43668ac_cpp='$CXXCPP $CPPFLAGS'
43669ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43670ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43671ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43672
43673      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43674/* end confdefs.h.  */
43675#include <math.h>
43676int
43677main ()
43678{
43679 _ldexpf(0, 0);
43680  ;
43681  return 0;
43682}
43683_ACEOF
43684if ac_fn_cxx_try_compile "$LINENO"; then :
43685  glibcxx_cv_func__ldexpf_use=yes
43686else
43687  glibcxx_cv_func__ldexpf_use=no
43688fi
43689rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43690      ac_ext=c
43691ac_cpp='$CPP $CPPFLAGS'
43692ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43693ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43694ac_compiler_gnu=$ac_cv_c_compiler_gnu
43695
43696
43697fi
43698
43699  fi
43700  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5
43701$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; }
43702
43703    if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then
43704      for ac_func in _ldexpf
43705do :
43706  ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf"
43707if test "x$ac_cv_func__ldexpf" = xyes; then :
43708  cat >>confdefs.h <<_ACEOF
43709#define HAVE__LDEXPF 1
43710_ACEOF
43711
43712fi
43713done
43714
43715    fi
43716  fi
43717
43718
43719
43720
43721
43722  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5
43723$as_echo_n "checking for logf declaration... " >&6; }
43724  if test x${glibcxx_cv_func_logf_use+set} != xset; then
43725    if ${glibcxx_cv_func_logf_use+:} false; then :
43726  $as_echo_n "(cached) " >&6
43727else
43728
43729
43730      ac_ext=cpp
43731ac_cpp='$CXXCPP $CPPFLAGS'
43732ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43733ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43734ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43735
43736      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43737/* end confdefs.h.  */
43738#include <math.h>
43739		      #ifdef HAVE_IEEEFP_H
43740		      #include <ieeefp.h>
43741		      #endif
43742
43743int
43744main ()
43745{
43746 logf(0);
43747  ;
43748  return 0;
43749}
43750_ACEOF
43751if ac_fn_cxx_try_compile "$LINENO"; then :
43752  glibcxx_cv_func_logf_use=yes
43753else
43754  glibcxx_cv_func_logf_use=no
43755fi
43756rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43757      ac_ext=c
43758ac_cpp='$CPP $CPPFLAGS'
43759ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43760ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43761ac_compiler_gnu=$ac_cv_c_compiler_gnu
43762
43763
43764fi
43765
43766  fi
43767  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logf_use" >&5
43768$as_echo "$glibcxx_cv_func_logf_use" >&6; }
43769
43770  if test x$glibcxx_cv_func_logf_use = x"yes"; then
43771    for ac_func in logf
43772do :
43773  ac_fn_c_check_func "$LINENO" "logf" "ac_cv_func_logf"
43774if test "x$ac_cv_func_logf" = xyes; then :
43775  cat >>confdefs.h <<_ACEOF
43776#define HAVE_LOGF 1
43777_ACEOF
43778
43779fi
43780done
43781
43782  else
43783
43784  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5
43785$as_echo_n "checking for _logf declaration... " >&6; }
43786  if test x${glibcxx_cv_func__logf_use+set} != xset; then
43787    if ${glibcxx_cv_func__logf_use+:} false; then :
43788  $as_echo_n "(cached) " >&6
43789else
43790
43791
43792      ac_ext=cpp
43793ac_cpp='$CXXCPP $CPPFLAGS'
43794ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43795ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43796ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43797
43798      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43799/* end confdefs.h.  */
43800#include <math.h>
43801		      #ifdef HAVE_IEEEFP_H
43802		      #include <ieeefp.h>
43803		      #endif
43804
43805int
43806main ()
43807{
43808 _logf(0);
43809  ;
43810  return 0;
43811}
43812_ACEOF
43813if ac_fn_cxx_try_compile "$LINENO"; then :
43814  glibcxx_cv_func__logf_use=yes
43815else
43816  glibcxx_cv_func__logf_use=no
43817fi
43818rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43819      ac_ext=c
43820ac_cpp='$CPP $CPPFLAGS'
43821ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43822ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43823ac_compiler_gnu=$ac_cv_c_compiler_gnu
43824
43825
43826fi
43827
43828  fi
43829  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5
43830$as_echo "$glibcxx_cv_func__logf_use" >&6; }
43831
43832    if test x$glibcxx_cv_func__logf_use = x"yes"; then
43833      for ac_func in _logf
43834do :
43835  ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf"
43836if test "x$ac_cv_func__logf" = xyes; then :
43837  cat >>confdefs.h <<_ACEOF
43838#define HAVE__LOGF 1
43839_ACEOF
43840
43841fi
43842done
43843
43844    fi
43845  fi
43846
43847
43848
43849
43850
43851  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5
43852$as_echo_n "checking for log10f declaration... " >&6; }
43853  if test x${glibcxx_cv_func_log10f_use+set} != xset; then
43854    if ${glibcxx_cv_func_log10f_use+:} false; then :
43855  $as_echo_n "(cached) " >&6
43856else
43857
43858
43859      ac_ext=cpp
43860ac_cpp='$CXXCPP $CPPFLAGS'
43861ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43862ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43863ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43864
43865      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43866/* end confdefs.h.  */
43867#include <math.h>
43868		      #ifdef HAVE_IEEEFP_H
43869		      #include <ieeefp.h>
43870		      #endif
43871
43872int
43873main ()
43874{
43875 log10f(0);
43876  ;
43877  return 0;
43878}
43879_ACEOF
43880if ac_fn_cxx_try_compile "$LINENO"; then :
43881  glibcxx_cv_func_log10f_use=yes
43882else
43883  glibcxx_cv_func_log10f_use=no
43884fi
43885rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43886      ac_ext=c
43887ac_cpp='$CPP $CPPFLAGS'
43888ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43889ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43890ac_compiler_gnu=$ac_cv_c_compiler_gnu
43891
43892
43893fi
43894
43895  fi
43896  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10f_use" >&5
43897$as_echo "$glibcxx_cv_func_log10f_use" >&6; }
43898
43899  if test x$glibcxx_cv_func_log10f_use = x"yes"; then
43900    for ac_func in log10f
43901do :
43902  ac_fn_c_check_func "$LINENO" "log10f" "ac_cv_func_log10f"
43903if test "x$ac_cv_func_log10f" = xyes; then :
43904  cat >>confdefs.h <<_ACEOF
43905#define HAVE_LOG10F 1
43906_ACEOF
43907
43908fi
43909done
43910
43911  else
43912
43913  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5
43914$as_echo_n "checking for _log10f declaration... " >&6; }
43915  if test x${glibcxx_cv_func__log10f_use+set} != xset; then
43916    if ${glibcxx_cv_func__log10f_use+:} false; then :
43917  $as_echo_n "(cached) " >&6
43918else
43919
43920
43921      ac_ext=cpp
43922ac_cpp='$CXXCPP $CPPFLAGS'
43923ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43924ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43925ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43926
43927      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43928/* end confdefs.h.  */
43929#include <math.h>
43930		      #ifdef HAVE_IEEEFP_H
43931		      #include <ieeefp.h>
43932		      #endif
43933
43934int
43935main ()
43936{
43937 _log10f(0);
43938  ;
43939  return 0;
43940}
43941_ACEOF
43942if ac_fn_cxx_try_compile "$LINENO"; then :
43943  glibcxx_cv_func__log10f_use=yes
43944else
43945  glibcxx_cv_func__log10f_use=no
43946fi
43947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43948      ac_ext=c
43949ac_cpp='$CPP $CPPFLAGS'
43950ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43951ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43952ac_compiler_gnu=$ac_cv_c_compiler_gnu
43953
43954
43955fi
43956
43957  fi
43958  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5
43959$as_echo "$glibcxx_cv_func__log10f_use" >&6; }
43960
43961    if test x$glibcxx_cv_func__log10f_use = x"yes"; then
43962      for ac_func in _log10f
43963do :
43964  ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f"
43965if test "x$ac_cv_func__log10f" = xyes; then :
43966  cat >>confdefs.h <<_ACEOF
43967#define HAVE__LOG10F 1
43968_ACEOF
43969
43970fi
43971done
43972
43973    fi
43974  fi
43975
43976
43977
43978
43979
43980  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5
43981$as_echo_n "checking for modff declaration... " >&6; }
43982  if test x${glibcxx_cv_func_modff_use+set} != xset; then
43983    if ${glibcxx_cv_func_modff_use+:} false; then :
43984  $as_echo_n "(cached) " >&6
43985else
43986
43987
43988      ac_ext=cpp
43989ac_cpp='$CXXCPP $CPPFLAGS'
43990ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
43991ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
43992ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
43993
43994      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43995/* end confdefs.h.  */
43996#include <math.h>
43997int
43998main ()
43999{
44000 modff(0, 0);
44001  ;
44002  return 0;
44003}
44004_ACEOF
44005if ac_fn_cxx_try_compile "$LINENO"; then :
44006  glibcxx_cv_func_modff_use=yes
44007else
44008  glibcxx_cv_func_modff_use=no
44009fi
44010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44011      ac_ext=c
44012ac_cpp='$CPP $CPPFLAGS'
44013ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44014ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44015ac_compiler_gnu=$ac_cv_c_compiler_gnu
44016
44017
44018fi
44019
44020  fi
44021  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modff_use" >&5
44022$as_echo "$glibcxx_cv_func_modff_use" >&6; }
44023
44024  if test x$glibcxx_cv_func_modff_use = x"yes"; then
44025    for ac_func in modff
44026do :
44027  ac_fn_c_check_func "$LINENO" "modff" "ac_cv_func_modff"
44028if test "x$ac_cv_func_modff" = xyes; then :
44029  cat >>confdefs.h <<_ACEOF
44030#define HAVE_MODFF 1
44031_ACEOF
44032
44033fi
44034done
44035
44036  else
44037
44038  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5
44039$as_echo_n "checking for _modff declaration... " >&6; }
44040  if test x${glibcxx_cv_func__modff_use+set} != xset; then
44041    if ${glibcxx_cv_func__modff_use+:} false; then :
44042  $as_echo_n "(cached) " >&6
44043else
44044
44045
44046      ac_ext=cpp
44047ac_cpp='$CXXCPP $CPPFLAGS'
44048ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44049ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44050ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44051
44052      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44053/* end confdefs.h.  */
44054#include <math.h>
44055int
44056main ()
44057{
44058 _modff(0, 0);
44059  ;
44060  return 0;
44061}
44062_ACEOF
44063if ac_fn_cxx_try_compile "$LINENO"; then :
44064  glibcxx_cv_func__modff_use=yes
44065else
44066  glibcxx_cv_func__modff_use=no
44067fi
44068rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44069      ac_ext=c
44070ac_cpp='$CPP $CPPFLAGS'
44071ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44072ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44073ac_compiler_gnu=$ac_cv_c_compiler_gnu
44074
44075
44076fi
44077
44078  fi
44079  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5
44080$as_echo "$glibcxx_cv_func__modff_use" >&6; }
44081
44082    if test x$glibcxx_cv_func__modff_use = x"yes"; then
44083      for ac_func in _modff
44084do :
44085  ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff"
44086if test "x$ac_cv_func__modff" = xyes; then :
44087  cat >>confdefs.h <<_ACEOF
44088#define HAVE__MODFF 1
44089_ACEOF
44090
44091fi
44092done
44093
44094    fi
44095  fi
44096
44097
44098
44099
44100
44101  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5
44102$as_echo_n "checking for modf declaration... " >&6; }
44103  if test x${glibcxx_cv_func_modf_use+set} != xset; then
44104    if ${glibcxx_cv_func_modf_use+:} false; then :
44105  $as_echo_n "(cached) " >&6
44106else
44107
44108
44109      ac_ext=cpp
44110ac_cpp='$CXXCPP $CPPFLAGS'
44111ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44112ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44113ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44114
44115      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44116/* end confdefs.h.  */
44117#include <math.h>
44118int
44119main ()
44120{
44121 modf(0, 0);
44122  ;
44123  return 0;
44124}
44125_ACEOF
44126if ac_fn_cxx_try_compile "$LINENO"; then :
44127  glibcxx_cv_func_modf_use=yes
44128else
44129  glibcxx_cv_func_modf_use=no
44130fi
44131rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44132      ac_ext=c
44133ac_cpp='$CPP $CPPFLAGS'
44134ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44135ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44136ac_compiler_gnu=$ac_cv_c_compiler_gnu
44137
44138
44139fi
44140
44141  fi
44142  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modf_use" >&5
44143$as_echo "$glibcxx_cv_func_modf_use" >&6; }
44144
44145  if test x$glibcxx_cv_func_modf_use = x"yes"; then
44146    for ac_func in modf
44147do :
44148  ac_fn_c_check_func "$LINENO" "modf" "ac_cv_func_modf"
44149if test "x$ac_cv_func_modf" = xyes; then :
44150  cat >>confdefs.h <<_ACEOF
44151#define HAVE_MODF 1
44152_ACEOF
44153
44154fi
44155done
44156
44157  else
44158
44159  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5
44160$as_echo_n "checking for _modf declaration... " >&6; }
44161  if test x${glibcxx_cv_func__modf_use+set} != xset; then
44162    if ${glibcxx_cv_func__modf_use+:} false; then :
44163  $as_echo_n "(cached) " >&6
44164else
44165
44166
44167      ac_ext=cpp
44168ac_cpp='$CXXCPP $CPPFLAGS'
44169ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44170ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44171ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44172
44173      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44174/* end confdefs.h.  */
44175#include <math.h>
44176int
44177main ()
44178{
44179 _modf(0, 0);
44180  ;
44181  return 0;
44182}
44183_ACEOF
44184if ac_fn_cxx_try_compile "$LINENO"; then :
44185  glibcxx_cv_func__modf_use=yes
44186else
44187  glibcxx_cv_func__modf_use=no
44188fi
44189rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44190      ac_ext=c
44191ac_cpp='$CPP $CPPFLAGS'
44192ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44193ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44194ac_compiler_gnu=$ac_cv_c_compiler_gnu
44195
44196
44197fi
44198
44199  fi
44200  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5
44201$as_echo "$glibcxx_cv_func__modf_use" >&6; }
44202
44203    if test x$glibcxx_cv_func__modf_use = x"yes"; then
44204      for ac_func in _modf
44205do :
44206  ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf"
44207if test "x$ac_cv_func__modf" = xyes; then :
44208  cat >>confdefs.h <<_ACEOF
44209#define HAVE__MODF 1
44210_ACEOF
44211
44212fi
44213done
44214
44215    fi
44216  fi
44217
44218
44219
44220
44221
44222  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5
44223$as_echo_n "checking for powf declaration... " >&6; }
44224  if test x${glibcxx_cv_func_powf_use+set} != xset; then
44225    if ${glibcxx_cv_func_powf_use+:} false; then :
44226  $as_echo_n "(cached) " >&6
44227else
44228
44229
44230      ac_ext=cpp
44231ac_cpp='$CXXCPP $CPPFLAGS'
44232ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44233ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44234ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44235
44236      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44237/* end confdefs.h.  */
44238#include <math.h>
44239int
44240main ()
44241{
44242 powf(0, 0);
44243  ;
44244  return 0;
44245}
44246_ACEOF
44247if ac_fn_cxx_try_compile "$LINENO"; then :
44248  glibcxx_cv_func_powf_use=yes
44249else
44250  glibcxx_cv_func_powf_use=no
44251fi
44252rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44253      ac_ext=c
44254ac_cpp='$CPP $CPPFLAGS'
44255ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44256ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44257ac_compiler_gnu=$ac_cv_c_compiler_gnu
44258
44259
44260fi
44261
44262  fi
44263  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powf_use" >&5
44264$as_echo "$glibcxx_cv_func_powf_use" >&6; }
44265
44266  if test x$glibcxx_cv_func_powf_use = x"yes"; then
44267    for ac_func in powf
44268do :
44269  ac_fn_c_check_func "$LINENO" "powf" "ac_cv_func_powf"
44270if test "x$ac_cv_func_powf" = xyes; then :
44271  cat >>confdefs.h <<_ACEOF
44272#define HAVE_POWF 1
44273_ACEOF
44274
44275fi
44276done
44277
44278  else
44279
44280  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5
44281$as_echo_n "checking for _powf declaration... " >&6; }
44282  if test x${glibcxx_cv_func__powf_use+set} != xset; then
44283    if ${glibcxx_cv_func__powf_use+:} false; then :
44284  $as_echo_n "(cached) " >&6
44285else
44286
44287
44288      ac_ext=cpp
44289ac_cpp='$CXXCPP $CPPFLAGS'
44290ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44291ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44292ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44293
44294      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44295/* end confdefs.h.  */
44296#include <math.h>
44297int
44298main ()
44299{
44300 _powf(0, 0);
44301  ;
44302  return 0;
44303}
44304_ACEOF
44305if ac_fn_cxx_try_compile "$LINENO"; then :
44306  glibcxx_cv_func__powf_use=yes
44307else
44308  glibcxx_cv_func__powf_use=no
44309fi
44310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44311      ac_ext=c
44312ac_cpp='$CPP $CPPFLAGS'
44313ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44314ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44315ac_compiler_gnu=$ac_cv_c_compiler_gnu
44316
44317
44318fi
44319
44320  fi
44321  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5
44322$as_echo "$glibcxx_cv_func__powf_use" >&6; }
44323
44324    if test x$glibcxx_cv_func__powf_use = x"yes"; then
44325      for ac_func in _powf
44326do :
44327  ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf"
44328if test "x$ac_cv_func__powf" = xyes; then :
44329  cat >>confdefs.h <<_ACEOF
44330#define HAVE__POWF 1
44331_ACEOF
44332
44333fi
44334done
44335
44336    fi
44337  fi
44338
44339
44340
44341
44342
44343  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5
44344$as_echo_n "checking for sqrtf declaration... " >&6; }
44345  if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then
44346    if ${glibcxx_cv_func_sqrtf_use+:} false; then :
44347  $as_echo_n "(cached) " >&6
44348else
44349
44350
44351      ac_ext=cpp
44352ac_cpp='$CXXCPP $CPPFLAGS'
44353ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44354ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44355ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44356
44357      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44358/* end confdefs.h.  */
44359#include <math.h>
44360		      #ifdef HAVE_IEEEFP_H
44361		      #include <ieeefp.h>
44362		      #endif
44363
44364int
44365main ()
44366{
44367 sqrtf(0);
44368  ;
44369  return 0;
44370}
44371_ACEOF
44372if ac_fn_cxx_try_compile "$LINENO"; then :
44373  glibcxx_cv_func_sqrtf_use=yes
44374else
44375  glibcxx_cv_func_sqrtf_use=no
44376fi
44377rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44378      ac_ext=c
44379ac_cpp='$CPP $CPPFLAGS'
44380ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44381ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44382ac_compiler_gnu=$ac_cv_c_compiler_gnu
44383
44384
44385fi
44386
44387  fi
44388  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtf_use" >&5
44389$as_echo "$glibcxx_cv_func_sqrtf_use" >&6; }
44390
44391  if test x$glibcxx_cv_func_sqrtf_use = x"yes"; then
44392    for ac_func in sqrtf
44393do :
44394  ac_fn_c_check_func "$LINENO" "sqrtf" "ac_cv_func_sqrtf"
44395if test "x$ac_cv_func_sqrtf" = xyes; then :
44396  cat >>confdefs.h <<_ACEOF
44397#define HAVE_SQRTF 1
44398_ACEOF
44399
44400fi
44401done
44402
44403  else
44404
44405  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5
44406$as_echo_n "checking for _sqrtf declaration... " >&6; }
44407  if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then
44408    if ${glibcxx_cv_func__sqrtf_use+:} false; then :
44409  $as_echo_n "(cached) " >&6
44410else
44411
44412
44413      ac_ext=cpp
44414ac_cpp='$CXXCPP $CPPFLAGS'
44415ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44416ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44417ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44418
44419      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44420/* end confdefs.h.  */
44421#include <math.h>
44422		      #ifdef HAVE_IEEEFP_H
44423		      #include <ieeefp.h>
44424		      #endif
44425
44426int
44427main ()
44428{
44429 _sqrtf(0);
44430  ;
44431  return 0;
44432}
44433_ACEOF
44434if ac_fn_cxx_try_compile "$LINENO"; then :
44435  glibcxx_cv_func__sqrtf_use=yes
44436else
44437  glibcxx_cv_func__sqrtf_use=no
44438fi
44439rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44440      ac_ext=c
44441ac_cpp='$CPP $CPPFLAGS'
44442ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44443ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44444ac_compiler_gnu=$ac_cv_c_compiler_gnu
44445
44446
44447fi
44448
44449  fi
44450  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5
44451$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; }
44452
44453    if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then
44454      for ac_func in _sqrtf
44455do :
44456  ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf"
44457if test "x$ac_cv_func__sqrtf" = xyes; then :
44458  cat >>confdefs.h <<_ACEOF
44459#define HAVE__SQRTF 1
44460_ACEOF
44461
44462fi
44463done
44464
44465    fi
44466  fi
44467
44468
44469
44470
44471
44472  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5
44473$as_echo_n "checking for sincosf declaration... " >&6; }
44474  if test x${glibcxx_cv_func_sincosf_use+set} != xset; then
44475    if ${glibcxx_cv_func_sincosf_use+:} false; then :
44476  $as_echo_n "(cached) " >&6
44477else
44478
44479
44480      ac_ext=cpp
44481ac_cpp='$CXXCPP $CPPFLAGS'
44482ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44483ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44484ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44485
44486      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44487/* end confdefs.h.  */
44488#include <math.h>
44489int
44490main ()
44491{
44492 sincosf(0, 0, 0);
44493  ;
44494  return 0;
44495}
44496_ACEOF
44497if ac_fn_cxx_try_compile "$LINENO"; then :
44498  glibcxx_cv_func_sincosf_use=yes
44499else
44500  glibcxx_cv_func_sincosf_use=no
44501fi
44502rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44503      ac_ext=c
44504ac_cpp='$CPP $CPPFLAGS'
44505ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44506ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44507ac_compiler_gnu=$ac_cv_c_compiler_gnu
44508
44509
44510fi
44511
44512  fi
44513  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosf_use" >&5
44514$as_echo "$glibcxx_cv_func_sincosf_use" >&6; }
44515
44516  if test x$glibcxx_cv_func_sincosf_use = x"yes"; then
44517    for ac_func in sincosf
44518do :
44519  ac_fn_c_check_func "$LINENO" "sincosf" "ac_cv_func_sincosf"
44520if test "x$ac_cv_func_sincosf" = xyes; then :
44521  cat >>confdefs.h <<_ACEOF
44522#define HAVE_SINCOSF 1
44523_ACEOF
44524
44525fi
44526done
44527
44528  else
44529
44530  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5
44531$as_echo_n "checking for _sincosf declaration... " >&6; }
44532  if test x${glibcxx_cv_func__sincosf_use+set} != xset; then
44533    if ${glibcxx_cv_func__sincosf_use+:} false; then :
44534  $as_echo_n "(cached) " >&6
44535else
44536
44537
44538      ac_ext=cpp
44539ac_cpp='$CXXCPP $CPPFLAGS'
44540ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44541ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44542ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44543
44544      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44545/* end confdefs.h.  */
44546#include <math.h>
44547int
44548main ()
44549{
44550 _sincosf(0, 0, 0);
44551  ;
44552  return 0;
44553}
44554_ACEOF
44555if ac_fn_cxx_try_compile "$LINENO"; then :
44556  glibcxx_cv_func__sincosf_use=yes
44557else
44558  glibcxx_cv_func__sincosf_use=no
44559fi
44560rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44561      ac_ext=c
44562ac_cpp='$CPP $CPPFLAGS'
44563ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44564ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44565ac_compiler_gnu=$ac_cv_c_compiler_gnu
44566
44567
44568fi
44569
44570  fi
44571  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5
44572$as_echo "$glibcxx_cv_func__sincosf_use" >&6; }
44573
44574    if test x$glibcxx_cv_func__sincosf_use = x"yes"; then
44575      for ac_func in _sincosf
44576do :
44577  ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf"
44578if test "x$ac_cv_func__sincosf" = xyes; then :
44579  cat >>confdefs.h <<_ACEOF
44580#define HAVE__SINCOSF 1
44581_ACEOF
44582
44583fi
44584done
44585
44586    fi
44587  fi
44588
44589
44590
44591
44592
44593  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5
44594$as_echo_n "checking for finitef declaration... " >&6; }
44595  if test x${glibcxx_cv_func_finitef_use+set} != xset; then
44596    if ${glibcxx_cv_func_finitef_use+:} false; then :
44597  $as_echo_n "(cached) " >&6
44598else
44599
44600
44601      ac_ext=cpp
44602ac_cpp='$CXXCPP $CPPFLAGS'
44603ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44604ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44605ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44606
44607      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44608/* end confdefs.h.  */
44609#include <math.h>
44610		      #ifdef HAVE_IEEEFP_H
44611		      #include <ieeefp.h>
44612		      #endif
44613
44614int
44615main ()
44616{
44617 finitef(0);
44618  ;
44619  return 0;
44620}
44621_ACEOF
44622if ac_fn_cxx_try_compile "$LINENO"; then :
44623  glibcxx_cv_func_finitef_use=yes
44624else
44625  glibcxx_cv_func_finitef_use=no
44626fi
44627rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44628      ac_ext=c
44629ac_cpp='$CPP $CPPFLAGS'
44630ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44631ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44632ac_compiler_gnu=$ac_cv_c_compiler_gnu
44633
44634
44635fi
44636
44637  fi
44638  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitef_use" >&5
44639$as_echo "$glibcxx_cv_func_finitef_use" >&6; }
44640
44641  if test x$glibcxx_cv_func_finitef_use = x"yes"; then
44642    for ac_func in finitef
44643do :
44644  ac_fn_c_check_func "$LINENO" "finitef" "ac_cv_func_finitef"
44645if test "x$ac_cv_func_finitef" = xyes; then :
44646  cat >>confdefs.h <<_ACEOF
44647#define HAVE_FINITEF 1
44648_ACEOF
44649
44650fi
44651done
44652
44653  else
44654
44655  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5
44656$as_echo_n "checking for _finitef declaration... " >&6; }
44657  if test x${glibcxx_cv_func__finitef_use+set} != xset; then
44658    if ${glibcxx_cv_func__finitef_use+:} false; then :
44659  $as_echo_n "(cached) " >&6
44660else
44661
44662
44663      ac_ext=cpp
44664ac_cpp='$CXXCPP $CPPFLAGS'
44665ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44666ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44667ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44668
44669      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44670/* end confdefs.h.  */
44671#include <math.h>
44672		      #ifdef HAVE_IEEEFP_H
44673		      #include <ieeefp.h>
44674		      #endif
44675
44676int
44677main ()
44678{
44679 _finitef(0);
44680  ;
44681  return 0;
44682}
44683_ACEOF
44684if ac_fn_cxx_try_compile "$LINENO"; then :
44685  glibcxx_cv_func__finitef_use=yes
44686else
44687  glibcxx_cv_func__finitef_use=no
44688fi
44689rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44690      ac_ext=c
44691ac_cpp='$CPP $CPPFLAGS'
44692ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44693ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44694ac_compiler_gnu=$ac_cv_c_compiler_gnu
44695
44696
44697fi
44698
44699  fi
44700  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5
44701$as_echo "$glibcxx_cv_func__finitef_use" >&6; }
44702
44703    if test x$glibcxx_cv_func__finitef_use = x"yes"; then
44704      for ac_func in _finitef
44705do :
44706  ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef"
44707if test "x$ac_cv_func__finitef" = xyes; then :
44708  cat >>confdefs.h <<_ACEOF
44709#define HAVE__FINITEF 1
44710_ACEOF
44711
44712fi
44713done
44714
44715    fi
44716  fi
44717
44718
44719
44720
44721
44722    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5
44723$as_echo_n "checking for long double trig functions... " >&6; }
44724  if ${glibcxx_cv_func_long_double_trig_use+:} false; then :
44725  $as_echo_n "(cached) " >&6
44726else
44727
44728
44729    ac_ext=cpp
44730ac_cpp='$CXXCPP $CPPFLAGS'
44731ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44732ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44733ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44734
44735    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44736/* end confdefs.h.  */
44737#include <math.h>
44738int
44739main ()
44740{
44741acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
44742  ;
44743  return 0;
44744}
44745_ACEOF
44746if ac_fn_cxx_try_compile "$LINENO"; then :
44747  glibcxx_cv_func_long_double_trig_use=yes
44748else
44749  glibcxx_cv_func_long_double_trig_use=no
44750fi
44751rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44752    ac_ext=c
44753ac_cpp='$CPP $CPPFLAGS'
44754ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44755ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44756ac_compiler_gnu=$ac_cv_c_compiler_gnu
44757
44758fi
44759
44760  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_trig_use" >&5
44761$as_echo "$glibcxx_cv_func_long_double_trig_use" >&6; }
44762  if test x$glibcxx_cv_func_long_double_trig_use = x"yes"; then
44763    for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
44764do :
44765  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
44766ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
44767if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
44768  cat >>confdefs.h <<_ACEOF
44769#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
44770_ACEOF
44771
44772fi
44773done
44774
44775  else
44776    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5
44777$as_echo_n "checking for _long double trig functions... " >&6; }
44778    if ${glibcxx_cv_func__long_double_trig_use+:} false; then :
44779  $as_echo_n "(cached) " >&6
44780else
44781
44782
44783      ac_ext=cpp
44784ac_cpp='$CXXCPP $CPPFLAGS'
44785ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44786ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44787ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44788
44789      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44790/* end confdefs.h.  */
44791#include <math.h>
44792int
44793main ()
44794{
44795_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0);
44796  ;
44797  return 0;
44798}
44799_ACEOF
44800if ac_fn_cxx_try_compile "$LINENO"; then :
44801  glibcxx_cv_func__long_double_trig_use=yes
44802else
44803  glibcxx_cv_func__long_double_trig_use=no
44804fi
44805rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44806      ac_ext=c
44807ac_cpp='$CPP $CPPFLAGS'
44808ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44809ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44810ac_compiler_gnu=$ac_cv_c_compiler_gnu
44811
44812fi
44813
44814    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5
44815$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; }
44816    if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then
44817      for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl
44818do :
44819  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
44820ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
44821if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
44822  cat >>confdefs.h <<_ACEOF
44823#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
44824_ACEOF
44825
44826fi
44827done
44828
44829    fi
44830  fi
44831
44832
44833
44834
44835
44836    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5
44837$as_echo_n "checking for long double round functions... " >&6; }
44838  if ${glibcxx_cv_func_long_double_round_use+:} false; then :
44839  $as_echo_n "(cached) " >&6
44840else
44841
44842
44843    ac_ext=cpp
44844ac_cpp='$CXXCPP $CPPFLAGS'
44845ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44846ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44847ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44848
44849    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44850/* end confdefs.h.  */
44851#include <math.h>
44852int
44853main ()
44854{
44855ceill (0); floorl (0);
44856  ;
44857  return 0;
44858}
44859_ACEOF
44860if ac_fn_cxx_try_compile "$LINENO"; then :
44861  glibcxx_cv_func_long_double_round_use=yes
44862else
44863  glibcxx_cv_func_long_double_round_use=no
44864fi
44865rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44866    ac_ext=c
44867ac_cpp='$CPP $CPPFLAGS'
44868ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44869ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44870ac_compiler_gnu=$ac_cv_c_compiler_gnu
44871
44872fi
44873
44874  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_round_use" >&5
44875$as_echo "$glibcxx_cv_func_long_double_round_use" >&6; }
44876  if test x$glibcxx_cv_func_long_double_round_use = x"yes"; then
44877    for ac_func in ceill floorl
44878do :
44879  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
44880ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
44881if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
44882  cat >>confdefs.h <<_ACEOF
44883#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
44884_ACEOF
44885
44886fi
44887done
44888
44889  else
44890    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5
44891$as_echo_n "checking for _long double round functions... " >&6; }
44892    if ${glibcxx_cv_func__long_double_round_use+:} false; then :
44893  $as_echo_n "(cached) " >&6
44894else
44895
44896
44897      ac_ext=cpp
44898ac_cpp='$CXXCPP $CPPFLAGS'
44899ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44900ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44901ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44902
44903      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44904/* end confdefs.h.  */
44905#include <math.h>
44906int
44907main ()
44908{
44909_ceill (0); _floorl (0);
44910  ;
44911  return 0;
44912}
44913_ACEOF
44914if ac_fn_cxx_try_compile "$LINENO"; then :
44915  glibcxx_cv_func__long_double_round_use=yes
44916else
44917  glibcxx_cv_func__long_double_round_use=no
44918fi
44919rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44920      ac_ext=c
44921ac_cpp='$CPP $CPPFLAGS'
44922ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44923ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44924ac_compiler_gnu=$ac_cv_c_compiler_gnu
44925
44926fi
44927
44928    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5
44929$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; }
44930    if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then
44931      for ac_func in _ceill _floorl
44932do :
44933  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
44934ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
44935if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
44936  cat >>confdefs.h <<_ACEOF
44937#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
44938_ACEOF
44939
44940fi
44941done
44942
44943    fi
44944  fi
44945
44946
44947
44948
44949
44950
44951  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5
44952$as_echo_n "checking for isnanl declaration... " >&6; }
44953  if test x${glibcxx_cv_func_isnanl_use+set} != xset; then
44954    if ${glibcxx_cv_func_isnanl_use+:} false; then :
44955  $as_echo_n "(cached) " >&6
44956else
44957
44958
44959      ac_ext=cpp
44960ac_cpp='$CXXCPP $CPPFLAGS'
44961ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44962ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44963ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
44964
44965      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44966/* end confdefs.h.  */
44967#include <math.h>
44968		      #ifdef HAVE_IEEEFP_H
44969		      #include <ieeefp.h>
44970		      #endif
44971
44972int
44973main ()
44974{
44975 isnanl(0);
44976  ;
44977  return 0;
44978}
44979_ACEOF
44980if ac_fn_cxx_try_compile "$LINENO"; then :
44981  glibcxx_cv_func_isnanl_use=yes
44982else
44983  glibcxx_cv_func_isnanl_use=no
44984fi
44985rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44986      ac_ext=c
44987ac_cpp='$CPP $CPPFLAGS'
44988ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
44989ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
44990ac_compiler_gnu=$ac_cv_c_compiler_gnu
44991
44992
44993fi
44994
44995  fi
44996  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanl_use" >&5
44997$as_echo "$glibcxx_cv_func_isnanl_use" >&6; }
44998
44999  if test x$glibcxx_cv_func_isnanl_use = x"yes"; then
45000    for ac_func in isnanl
45001do :
45002  ac_fn_c_check_func "$LINENO" "isnanl" "ac_cv_func_isnanl"
45003if test "x$ac_cv_func_isnanl" = xyes; then :
45004  cat >>confdefs.h <<_ACEOF
45005#define HAVE_ISNANL 1
45006_ACEOF
45007
45008fi
45009done
45010
45011  else
45012
45013  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5
45014$as_echo_n "checking for _isnanl declaration... " >&6; }
45015  if test x${glibcxx_cv_func__isnanl_use+set} != xset; then
45016    if ${glibcxx_cv_func__isnanl_use+:} false; then :
45017  $as_echo_n "(cached) " >&6
45018else
45019
45020
45021      ac_ext=cpp
45022ac_cpp='$CXXCPP $CPPFLAGS'
45023ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45024ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45025ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45026
45027      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45028/* end confdefs.h.  */
45029#include <math.h>
45030		      #ifdef HAVE_IEEEFP_H
45031		      #include <ieeefp.h>
45032		      #endif
45033
45034int
45035main ()
45036{
45037 _isnanl(0);
45038  ;
45039  return 0;
45040}
45041_ACEOF
45042if ac_fn_cxx_try_compile "$LINENO"; then :
45043  glibcxx_cv_func__isnanl_use=yes
45044else
45045  glibcxx_cv_func__isnanl_use=no
45046fi
45047rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45048      ac_ext=c
45049ac_cpp='$CPP $CPPFLAGS'
45050ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45051ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45052ac_compiler_gnu=$ac_cv_c_compiler_gnu
45053
45054
45055fi
45056
45057  fi
45058  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5
45059$as_echo "$glibcxx_cv_func__isnanl_use" >&6; }
45060
45061    if test x$glibcxx_cv_func__isnanl_use = x"yes"; then
45062      for ac_func in _isnanl
45063do :
45064  ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl"
45065if test "x$ac_cv_func__isnanl" = xyes; then :
45066  cat >>confdefs.h <<_ACEOF
45067#define HAVE__ISNANL 1
45068_ACEOF
45069
45070fi
45071done
45072
45073    fi
45074  fi
45075
45076
45077
45078
45079
45080  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5
45081$as_echo_n "checking for isinfl declaration... " >&6; }
45082  if test x${glibcxx_cv_func_isinfl_use+set} != xset; then
45083    if ${glibcxx_cv_func_isinfl_use+:} false; then :
45084  $as_echo_n "(cached) " >&6
45085else
45086
45087
45088      ac_ext=cpp
45089ac_cpp='$CXXCPP $CPPFLAGS'
45090ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45091ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45092ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45093
45094      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45095/* end confdefs.h.  */
45096#include <math.h>
45097		      #ifdef HAVE_IEEEFP_H
45098		      #include <ieeefp.h>
45099		      #endif
45100
45101int
45102main ()
45103{
45104 isinfl(0);
45105  ;
45106  return 0;
45107}
45108_ACEOF
45109if ac_fn_cxx_try_compile "$LINENO"; then :
45110  glibcxx_cv_func_isinfl_use=yes
45111else
45112  glibcxx_cv_func_isinfl_use=no
45113fi
45114rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45115      ac_ext=c
45116ac_cpp='$CPP $CPPFLAGS'
45117ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45118ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45119ac_compiler_gnu=$ac_cv_c_compiler_gnu
45120
45121
45122fi
45123
45124  fi
45125  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinfl_use" >&5
45126$as_echo "$glibcxx_cv_func_isinfl_use" >&6; }
45127
45128  if test x$glibcxx_cv_func_isinfl_use = x"yes"; then
45129    for ac_func in isinfl
45130do :
45131  ac_fn_c_check_func "$LINENO" "isinfl" "ac_cv_func_isinfl"
45132if test "x$ac_cv_func_isinfl" = xyes; then :
45133  cat >>confdefs.h <<_ACEOF
45134#define HAVE_ISINFL 1
45135_ACEOF
45136
45137fi
45138done
45139
45140  else
45141
45142  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5
45143$as_echo_n "checking for _isinfl declaration... " >&6; }
45144  if test x${glibcxx_cv_func__isinfl_use+set} != xset; then
45145    if ${glibcxx_cv_func__isinfl_use+:} false; then :
45146  $as_echo_n "(cached) " >&6
45147else
45148
45149
45150      ac_ext=cpp
45151ac_cpp='$CXXCPP $CPPFLAGS'
45152ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45153ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45154ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45155
45156      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45157/* end confdefs.h.  */
45158#include <math.h>
45159		      #ifdef HAVE_IEEEFP_H
45160		      #include <ieeefp.h>
45161		      #endif
45162
45163int
45164main ()
45165{
45166 _isinfl(0);
45167  ;
45168  return 0;
45169}
45170_ACEOF
45171if ac_fn_cxx_try_compile "$LINENO"; then :
45172  glibcxx_cv_func__isinfl_use=yes
45173else
45174  glibcxx_cv_func__isinfl_use=no
45175fi
45176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45177      ac_ext=c
45178ac_cpp='$CPP $CPPFLAGS'
45179ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45180ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45181ac_compiler_gnu=$ac_cv_c_compiler_gnu
45182
45183
45184fi
45185
45186  fi
45187  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5
45188$as_echo "$glibcxx_cv_func__isinfl_use" >&6; }
45189
45190    if test x$glibcxx_cv_func__isinfl_use = x"yes"; then
45191      for ac_func in _isinfl
45192do :
45193  ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl"
45194if test "x$ac_cv_func__isinfl" = xyes; then :
45195  cat >>confdefs.h <<_ACEOF
45196#define HAVE__ISINFL 1
45197_ACEOF
45198
45199fi
45200done
45201
45202    fi
45203  fi
45204
45205
45206
45207
45208
45209  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5
45210$as_echo_n "checking for atan2l declaration... " >&6; }
45211  if test x${glibcxx_cv_func_atan2l_use+set} != xset; then
45212    if ${glibcxx_cv_func_atan2l_use+:} false; then :
45213  $as_echo_n "(cached) " >&6
45214else
45215
45216
45217      ac_ext=cpp
45218ac_cpp='$CXXCPP $CPPFLAGS'
45219ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45220ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45221ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45222
45223      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45224/* end confdefs.h.  */
45225#include <math.h>
45226int
45227main ()
45228{
45229 atan2l(0, 0);
45230  ;
45231  return 0;
45232}
45233_ACEOF
45234if ac_fn_cxx_try_compile "$LINENO"; then :
45235  glibcxx_cv_func_atan2l_use=yes
45236else
45237  glibcxx_cv_func_atan2l_use=no
45238fi
45239rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45240      ac_ext=c
45241ac_cpp='$CPP $CPPFLAGS'
45242ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45243ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45244ac_compiler_gnu=$ac_cv_c_compiler_gnu
45245
45246
45247fi
45248
45249  fi
45250  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2l_use" >&5
45251$as_echo "$glibcxx_cv_func_atan2l_use" >&6; }
45252
45253  if test x$glibcxx_cv_func_atan2l_use = x"yes"; then
45254    for ac_func in atan2l
45255do :
45256  ac_fn_c_check_func "$LINENO" "atan2l" "ac_cv_func_atan2l"
45257if test "x$ac_cv_func_atan2l" = xyes; then :
45258  cat >>confdefs.h <<_ACEOF
45259#define HAVE_ATAN2L 1
45260_ACEOF
45261
45262fi
45263done
45264
45265  else
45266
45267  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5
45268$as_echo_n "checking for _atan2l declaration... " >&6; }
45269  if test x${glibcxx_cv_func__atan2l_use+set} != xset; then
45270    if ${glibcxx_cv_func__atan2l_use+:} false; then :
45271  $as_echo_n "(cached) " >&6
45272else
45273
45274
45275      ac_ext=cpp
45276ac_cpp='$CXXCPP $CPPFLAGS'
45277ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45278ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45279ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45280
45281      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45282/* end confdefs.h.  */
45283#include <math.h>
45284int
45285main ()
45286{
45287 _atan2l(0, 0);
45288  ;
45289  return 0;
45290}
45291_ACEOF
45292if ac_fn_cxx_try_compile "$LINENO"; then :
45293  glibcxx_cv_func__atan2l_use=yes
45294else
45295  glibcxx_cv_func__atan2l_use=no
45296fi
45297rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45298      ac_ext=c
45299ac_cpp='$CPP $CPPFLAGS'
45300ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45301ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45302ac_compiler_gnu=$ac_cv_c_compiler_gnu
45303
45304
45305fi
45306
45307  fi
45308  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5
45309$as_echo "$glibcxx_cv_func__atan2l_use" >&6; }
45310
45311    if test x$glibcxx_cv_func__atan2l_use = x"yes"; then
45312      for ac_func in _atan2l
45313do :
45314  ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l"
45315if test "x$ac_cv_func__atan2l" = xyes; then :
45316  cat >>confdefs.h <<_ACEOF
45317#define HAVE__ATAN2L 1
45318_ACEOF
45319
45320fi
45321done
45322
45323    fi
45324  fi
45325
45326
45327
45328
45329
45330  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5
45331$as_echo_n "checking for expl declaration... " >&6; }
45332  if test x${glibcxx_cv_func_expl_use+set} != xset; then
45333    if ${glibcxx_cv_func_expl_use+:} false; then :
45334  $as_echo_n "(cached) " >&6
45335else
45336
45337
45338      ac_ext=cpp
45339ac_cpp='$CXXCPP $CPPFLAGS'
45340ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45341ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45342ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45343
45344      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45345/* end confdefs.h.  */
45346#include <math.h>
45347		      #ifdef HAVE_IEEEFP_H
45348		      #include <ieeefp.h>
45349		      #endif
45350
45351int
45352main ()
45353{
45354 expl(0);
45355  ;
45356  return 0;
45357}
45358_ACEOF
45359if ac_fn_cxx_try_compile "$LINENO"; then :
45360  glibcxx_cv_func_expl_use=yes
45361else
45362  glibcxx_cv_func_expl_use=no
45363fi
45364rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45365      ac_ext=c
45366ac_cpp='$CPP $CPPFLAGS'
45367ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45368ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45369ac_compiler_gnu=$ac_cv_c_compiler_gnu
45370
45371
45372fi
45373
45374  fi
45375  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expl_use" >&5
45376$as_echo "$glibcxx_cv_func_expl_use" >&6; }
45377
45378  if test x$glibcxx_cv_func_expl_use = x"yes"; then
45379    for ac_func in expl
45380do :
45381  ac_fn_c_check_func "$LINENO" "expl" "ac_cv_func_expl"
45382if test "x$ac_cv_func_expl" = xyes; then :
45383  cat >>confdefs.h <<_ACEOF
45384#define HAVE_EXPL 1
45385_ACEOF
45386
45387fi
45388done
45389
45390  else
45391
45392  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5
45393$as_echo_n "checking for _expl declaration... " >&6; }
45394  if test x${glibcxx_cv_func__expl_use+set} != xset; then
45395    if ${glibcxx_cv_func__expl_use+:} false; then :
45396  $as_echo_n "(cached) " >&6
45397else
45398
45399
45400      ac_ext=cpp
45401ac_cpp='$CXXCPP $CPPFLAGS'
45402ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45403ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45404ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45405
45406      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45407/* end confdefs.h.  */
45408#include <math.h>
45409		      #ifdef HAVE_IEEEFP_H
45410		      #include <ieeefp.h>
45411		      #endif
45412
45413int
45414main ()
45415{
45416 _expl(0);
45417  ;
45418  return 0;
45419}
45420_ACEOF
45421if ac_fn_cxx_try_compile "$LINENO"; then :
45422  glibcxx_cv_func__expl_use=yes
45423else
45424  glibcxx_cv_func__expl_use=no
45425fi
45426rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45427      ac_ext=c
45428ac_cpp='$CPP $CPPFLAGS'
45429ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45430ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45431ac_compiler_gnu=$ac_cv_c_compiler_gnu
45432
45433
45434fi
45435
45436  fi
45437  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5
45438$as_echo "$glibcxx_cv_func__expl_use" >&6; }
45439
45440    if test x$glibcxx_cv_func__expl_use = x"yes"; then
45441      for ac_func in _expl
45442do :
45443  ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl"
45444if test "x$ac_cv_func__expl" = xyes; then :
45445  cat >>confdefs.h <<_ACEOF
45446#define HAVE__EXPL 1
45447_ACEOF
45448
45449fi
45450done
45451
45452    fi
45453  fi
45454
45455
45456
45457
45458
45459  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5
45460$as_echo_n "checking for fabsl declaration... " >&6; }
45461  if test x${glibcxx_cv_func_fabsl_use+set} != xset; then
45462    if ${glibcxx_cv_func_fabsl_use+:} false; then :
45463  $as_echo_n "(cached) " >&6
45464else
45465
45466
45467      ac_ext=cpp
45468ac_cpp='$CXXCPP $CPPFLAGS'
45469ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45470ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45471ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45472
45473      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45474/* end confdefs.h.  */
45475#include <math.h>
45476		      #ifdef HAVE_IEEEFP_H
45477		      #include <ieeefp.h>
45478		      #endif
45479
45480int
45481main ()
45482{
45483 fabsl(0);
45484  ;
45485  return 0;
45486}
45487_ACEOF
45488if ac_fn_cxx_try_compile "$LINENO"; then :
45489  glibcxx_cv_func_fabsl_use=yes
45490else
45491  glibcxx_cv_func_fabsl_use=no
45492fi
45493rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45494      ac_ext=c
45495ac_cpp='$CPP $CPPFLAGS'
45496ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45497ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45498ac_compiler_gnu=$ac_cv_c_compiler_gnu
45499
45500
45501fi
45502
45503  fi
45504  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsl_use" >&5
45505$as_echo "$glibcxx_cv_func_fabsl_use" >&6; }
45506
45507  if test x$glibcxx_cv_func_fabsl_use = x"yes"; then
45508    for ac_func in fabsl
45509do :
45510  ac_fn_c_check_func "$LINENO" "fabsl" "ac_cv_func_fabsl"
45511if test "x$ac_cv_func_fabsl" = xyes; then :
45512  cat >>confdefs.h <<_ACEOF
45513#define HAVE_FABSL 1
45514_ACEOF
45515
45516fi
45517done
45518
45519  else
45520
45521  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5
45522$as_echo_n "checking for _fabsl declaration... " >&6; }
45523  if test x${glibcxx_cv_func__fabsl_use+set} != xset; then
45524    if ${glibcxx_cv_func__fabsl_use+:} false; then :
45525  $as_echo_n "(cached) " >&6
45526else
45527
45528
45529      ac_ext=cpp
45530ac_cpp='$CXXCPP $CPPFLAGS'
45531ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45532ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45533ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45534
45535      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45536/* end confdefs.h.  */
45537#include <math.h>
45538		      #ifdef HAVE_IEEEFP_H
45539		      #include <ieeefp.h>
45540		      #endif
45541
45542int
45543main ()
45544{
45545 _fabsl(0);
45546  ;
45547  return 0;
45548}
45549_ACEOF
45550if ac_fn_cxx_try_compile "$LINENO"; then :
45551  glibcxx_cv_func__fabsl_use=yes
45552else
45553  glibcxx_cv_func__fabsl_use=no
45554fi
45555rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45556      ac_ext=c
45557ac_cpp='$CPP $CPPFLAGS'
45558ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45559ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45560ac_compiler_gnu=$ac_cv_c_compiler_gnu
45561
45562
45563fi
45564
45565  fi
45566  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5
45567$as_echo "$glibcxx_cv_func__fabsl_use" >&6; }
45568
45569    if test x$glibcxx_cv_func__fabsl_use = x"yes"; then
45570      for ac_func in _fabsl
45571do :
45572  ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl"
45573if test "x$ac_cv_func__fabsl" = xyes; then :
45574  cat >>confdefs.h <<_ACEOF
45575#define HAVE__FABSL 1
45576_ACEOF
45577
45578fi
45579done
45580
45581    fi
45582  fi
45583
45584
45585
45586
45587
45588  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5
45589$as_echo_n "checking for fmodl declaration... " >&6; }
45590  if test x${glibcxx_cv_func_fmodl_use+set} != xset; then
45591    if ${glibcxx_cv_func_fmodl_use+:} false; then :
45592  $as_echo_n "(cached) " >&6
45593else
45594
45595
45596      ac_ext=cpp
45597ac_cpp='$CXXCPP $CPPFLAGS'
45598ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45599ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45600ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45601
45602      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45603/* end confdefs.h.  */
45604#include <math.h>
45605int
45606main ()
45607{
45608 fmodl(0, 0);
45609  ;
45610  return 0;
45611}
45612_ACEOF
45613if ac_fn_cxx_try_compile "$LINENO"; then :
45614  glibcxx_cv_func_fmodl_use=yes
45615else
45616  glibcxx_cv_func_fmodl_use=no
45617fi
45618rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45619      ac_ext=c
45620ac_cpp='$CPP $CPPFLAGS'
45621ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45622ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45623ac_compiler_gnu=$ac_cv_c_compiler_gnu
45624
45625
45626fi
45627
45628  fi
45629  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodl_use" >&5
45630$as_echo "$glibcxx_cv_func_fmodl_use" >&6; }
45631
45632  if test x$glibcxx_cv_func_fmodl_use = x"yes"; then
45633    for ac_func in fmodl
45634do :
45635  ac_fn_c_check_func "$LINENO" "fmodl" "ac_cv_func_fmodl"
45636if test "x$ac_cv_func_fmodl" = xyes; then :
45637  cat >>confdefs.h <<_ACEOF
45638#define HAVE_FMODL 1
45639_ACEOF
45640
45641fi
45642done
45643
45644  else
45645
45646  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5
45647$as_echo_n "checking for _fmodl declaration... " >&6; }
45648  if test x${glibcxx_cv_func__fmodl_use+set} != xset; then
45649    if ${glibcxx_cv_func__fmodl_use+:} false; then :
45650  $as_echo_n "(cached) " >&6
45651else
45652
45653
45654      ac_ext=cpp
45655ac_cpp='$CXXCPP $CPPFLAGS'
45656ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45657ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45658ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45659
45660      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45661/* end confdefs.h.  */
45662#include <math.h>
45663int
45664main ()
45665{
45666 _fmodl(0, 0);
45667  ;
45668  return 0;
45669}
45670_ACEOF
45671if ac_fn_cxx_try_compile "$LINENO"; then :
45672  glibcxx_cv_func__fmodl_use=yes
45673else
45674  glibcxx_cv_func__fmodl_use=no
45675fi
45676rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45677      ac_ext=c
45678ac_cpp='$CPP $CPPFLAGS'
45679ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45680ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45681ac_compiler_gnu=$ac_cv_c_compiler_gnu
45682
45683
45684fi
45685
45686  fi
45687  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5
45688$as_echo "$glibcxx_cv_func__fmodl_use" >&6; }
45689
45690    if test x$glibcxx_cv_func__fmodl_use = x"yes"; then
45691      for ac_func in _fmodl
45692do :
45693  ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl"
45694if test "x$ac_cv_func__fmodl" = xyes; then :
45695  cat >>confdefs.h <<_ACEOF
45696#define HAVE__FMODL 1
45697_ACEOF
45698
45699fi
45700done
45701
45702    fi
45703  fi
45704
45705
45706
45707
45708
45709  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5
45710$as_echo_n "checking for frexpl declaration... " >&6; }
45711  if test x${glibcxx_cv_func_frexpl_use+set} != xset; then
45712    if ${glibcxx_cv_func_frexpl_use+:} false; then :
45713  $as_echo_n "(cached) " >&6
45714else
45715
45716
45717      ac_ext=cpp
45718ac_cpp='$CXXCPP $CPPFLAGS'
45719ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45720ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45721ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45722
45723      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45724/* end confdefs.h.  */
45725#include <math.h>
45726int
45727main ()
45728{
45729 frexpl(0, 0);
45730  ;
45731  return 0;
45732}
45733_ACEOF
45734if ac_fn_cxx_try_compile "$LINENO"; then :
45735  glibcxx_cv_func_frexpl_use=yes
45736else
45737  glibcxx_cv_func_frexpl_use=no
45738fi
45739rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45740      ac_ext=c
45741ac_cpp='$CPP $CPPFLAGS'
45742ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45743ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45744ac_compiler_gnu=$ac_cv_c_compiler_gnu
45745
45746
45747fi
45748
45749  fi
45750  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpl_use" >&5
45751$as_echo "$glibcxx_cv_func_frexpl_use" >&6; }
45752
45753  if test x$glibcxx_cv_func_frexpl_use = x"yes"; then
45754    for ac_func in frexpl
45755do :
45756  ac_fn_c_check_func "$LINENO" "frexpl" "ac_cv_func_frexpl"
45757if test "x$ac_cv_func_frexpl" = xyes; then :
45758  cat >>confdefs.h <<_ACEOF
45759#define HAVE_FREXPL 1
45760_ACEOF
45761
45762fi
45763done
45764
45765  else
45766
45767  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5
45768$as_echo_n "checking for _frexpl declaration... " >&6; }
45769  if test x${glibcxx_cv_func__frexpl_use+set} != xset; then
45770    if ${glibcxx_cv_func__frexpl_use+:} false; then :
45771  $as_echo_n "(cached) " >&6
45772else
45773
45774
45775      ac_ext=cpp
45776ac_cpp='$CXXCPP $CPPFLAGS'
45777ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45778ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45779ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45780
45781      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45782/* end confdefs.h.  */
45783#include <math.h>
45784int
45785main ()
45786{
45787 _frexpl(0, 0);
45788  ;
45789  return 0;
45790}
45791_ACEOF
45792if ac_fn_cxx_try_compile "$LINENO"; then :
45793  glibcxx_cv_func__frexpl_use=yes
45794else
45795  glibcxx_cv_func__frexpl_use=no
45796fi
45797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45798      ac_ext=c
45799ac_cpp='$CPP $CPPFLAGS'
45800ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45801ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45802ac_compiler_gnu=$ac_cv_c_compiler_gnu
45803
45804
45805fi
45806
45807  fi
45808  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5
45809$as_echo "$glibcxx_cv_func__frexpl_use" >&6; }
45810
45811    if test x$glibcxx_cv_func__frexpl_use = x"yes"; then
45812      for ac_func in _frexpl
45813do :
45814  ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl"
45815if test "x$ac_cv_func__frexpl" = xyes; then :
45816  cat >>confdefs.h <<_ACEOF
45817#define HAVE__FREXPL 1
45818_ACEOF
45819
45820fi
45821done
45822
45823    fi
45824  fi
45825
45826
45827
45828
45829
45830  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5
45831$as_echo_n "checking for hypotl declaration... " >&6; }
45832  if test x${glibcxx_cv_func_hypotl_use+set} != xset; then
45833    if ${glibcxx_cv_func_hypotl_use+:} false; then :
45834  $as_echo_n "(cached) " >&6
45835else
45836
45837
45838      ac_ext=cpp
45839ac_cpp='$CXXCPP $CPPFLAGS'
45840ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45841ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45842ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45843
45844      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45845/* end confdefs.h.  */
45846#include <math.h>
45847int
45848main ()
45849{
45850 hypotl(0, 0);
45851  ;
45852  return 0;
45853}
45854_ACEOF
45855if ac_fn_cxx_try_compile "$LINENO"; then :
45856  glibcxx_cv_func_hypotl_use=yes
45857else
45858  glibcxx_cv_func_hypotl_use=no
45859fi
45860rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45861      ac_ext=c
45862ac_cpp='$CPP $CPPFLAGS'
45863ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45864ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45865ac_compiler_gnu=$ac_cv_c_compiler_gnu
45866
45867
45868fi
45869
45870  fi
45871  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotl_use" >&5
45872$as_echo "$glibcxx_cv_func_hypotl_use" >&6; }
45873
45874  if test x$glibcxx_cv_func_hypotl_use = x"yes"; then
45875    for ac_func in hypotl
45876do :
45877  ac_fn_c_check_func "$LINENO" "hypotl" "ac_cv_func_hypotl"
45878if test "x$ac_cv_func_hypotl" = xyes; then :
45879  cat >>confdefs.h <<_ACEOF
45880#define HAVE_HYPOTL 1
45881_ACEOF
45882
45883fi
45884done
45885
45886  else
45887
45888  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5
45889$as_echo_n "checking for _hypotl declaration... " >&6; }
45890  if test x${glibcxx_cv_func__hypotl_use+set} != xset; then
45891    if ${glibcxx_cv_func__hypotl_use+:} false; then :
45892  $as_echo_n "(cached) " >&6
45893else
45894
45895
45896      ac_ext=cpp
45897ac_cpp='$CXXCPP $CPPFLAGS'
45898ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45899ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45900ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45901
45902      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45903/* end confdefs.h.  */
45904#include <math.h>
45905int
45906main ()
45907{
45908 _hypotl(0, 0);
45909  ;
45910  return 0;
45911}
45912_ACEOF
45913if ac_fn_cxx_try_compile "$LINENO"; then :
45914  glibcxx_cv_func__hypotl_use=yes
45915else
45916  glibcxx_cv_func__hypotl_use=no
45917fi
45918rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45919      ac_ext=c
45920ac_cpp='$CPP $CPPFLAGS'
45921ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45922ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45923ac_compiler_gnu=$ac_cv_c_compiler_gnu
45924
45925
45926fi
45927
45928  fi
45929  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5
45930$as_echo "$glibcxx_cv_func__hypotl_use" >&6; }
45931
45932    if test x$glibcxx_cv_func__hypotl_use = x"yes"; then
45933      for ac_func in _hypotl
45934do :
45935  ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl"
45936if test "x$ac_cv_func__hypotl" = xyes; then :
45937  cat >>confdefs.h <<_ACEOF
45938#define HAVE__HYPOTL 1
45939_ACEOF
45940
45941fi
45942done
45943
45944    fi
45945  fi
45946
45947
45948
45949
45950
45951  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5
45952$as_echo_n "checking for ldexpl declaration... " >&6; }
45953  if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then
45954    if ${glibcxx_cv_func_ldexpl_use+:} false; then :
45955  $as_echo_n "(cached) " >&6
45956else
45957
45958
45959      ac_ext=cpp
45960ac_cpp='$CXXCPP $CPPFLAGS'
45961ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45962ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45963ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45964
45965      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45966/* end confdefs.h.  */
45967#include <math.h>
45968int
45969main ()
45970{
45971 ldexpl(0, 0);
45972  ;
45973  return 0;
45974}
45975_ACEOF
45976if ac_fn_cxx_try_compile "$LINENO"; then :
45977  glibcxx_cv_func_ldexpl_use=yes
45978else
45979  glibcxx_cv_func_ldexpl_use=no
45980fi
45981rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45982      ac_ext=c
45983ac_cpp='$CPP $CPPFLAGS'
45984ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45985ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45986ac_compiler_gnu=$ac_cv_c_compiler_gnu
45987
45988
45989fi
45990
45991  fi
45992  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpl_use" >&5
45993$as_echo "$glibcxx_cv_func_ldexpl_use" >&6; }
45994
45995  if test x$glibcxx_cv_func_ldexpl_use = x"yes"; then
45996    for ac_func in ldexpl
45997do :
45998  ac_fn_c_check_func "$LINENO" "ldexpl" "ac_cv_func_ldexpl"
45999if test "x$ac_cv_func_ldexpl" = xyes; then :
46000  cat >>confdefs.h <<_ACEOF
46001#define HAVE_LDEXPL 1
46002_ACEOF
46003
46004fi
46005done
46006
46007  else
46008
46009  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5
46010$as_echo_n "checking for _ldexpl declaration... " >&6; }
46011  if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then
46012    if ${glibcxx_cv_func__ldexpl_use+:} false; then :
46013  $as_echo_n "(cached) " >&6
46014else
46015
46016
46017      ac_ext=cpp
46018ac_cpp='$CXXCPP $CPPFLAGS'
46019ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46020ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46021ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46022
46023      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46024/* end confdefs.h.  */
46025#include <math.h>
46026int
46027main ()
46028{
46029 _ldexpl(0, 0);
46030  ;
46031  return 0;
46032}
46033_ACEOF
46034if ac_fn_cxx_try_compile "$LINENO"; then :
46035  glibcxx_cv_func__ldexpl_use=yes
46036else
46037  glibcxx_cv_func__ldexpl_use=no
46038fi
46039rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46040      ac_ext=c
46041ac_cpp='$CPP $CPPFLAGS'
46042ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46043ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46044ac_compiler_gnu=$ac_cv_c_compiler_gnu
46045
46046
46047fi
46048
46049  fi
46050  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5
46051$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; }
46052
46053    if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then
46054      for ac_func in _ldexpl
46055do :
46056  ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl"
46057if test "x$ac_cv_func__ldexpl" = xyes; then :
46058  cat >>confdefs.h <<_ACEOF
46059#define HAVE__LDEXPL 1
46060_ACEOF
46061
46062fi
46063done
46064
46065    fi
46066  fi
46067
46068
46069
46070
46071
46072  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5
46073$as_echo_n "checking for logl declaration... " >&6; }
46074  if test x${glibcxx_cv_func_logl_use+set} != xset; then
46075    if ${glibcxx_cv_func_logl_use+:} false; then :
46076  $as_echo_n "(cached) " >&6
46077else
46078
46079
46080      ac_ext=cpp
46081ac_cpp='$CXXCPP $CPPFLAGS'
46082ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46083ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46084ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46085
46086      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46087/* end confdefs.h.  */
46088#include <math.h>
46089		      #ifdef HAVE_IEEEFP_H
46090		      #include <ieeefp.h>
46091		      #endif
46092
46093int
46094main ()
46095{
46096 logl(0);
46097  ;
46098  return 0;
46099}
46100_ACEOF
46101if ac_fn_cxx_try_compile "$LINENO"; then :
46102  glibcxx_cv_func_logl_use=yes
46103else
46104  glibcxx_cv_func_logl_use=no
46105fi
46106rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46107      ac_ext=c
46108ac_cpp='$CPP $CPPFLAGS'
46109ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46110ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46111ac_compiler_gnu=$ac_cv_c_compiler_gnu
46112
46113
46114fi
46115
46116  fi
46117  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logl_use" >&5
46118$as_echo "$glibcxx_cv_func_logl_use" >&6; }
46119
46120  if test x$glibcxx_cv_func_logl_use = x"yes"; then
46121    for ac_func in logl
46122do :
46123  ac_fn_c_check_func "$LINENO" "logl" "ac_cv_func_logl"
46124if test "x$ac_cv_func_logl" = xyes; then :
46125  cat >>confdefs.h <<_ACEOF
46126#define HAVE_LOGL 1
46127_ACEOF
46128
46129fi
46130done
46131
46132  else
46133
46134  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5
46135$as_echo_n "checking for _logl declaration... " >&6; }
46136  if test x${glibcxx_cv_func__logl_use+set} != xset; then
46137    if ${glibcxx_cv_func__logl_use+:} false; then :
46138  $as_echo_n "(cached) " >&6
46139else
46140
46141
46142      ac_ext=cpp
46143ac_cpp='$CXXCPP $CPPFLAGS'
46144ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46145ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46146ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46147
46148      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46149/* end confdefs.h.  */
46150#include <math.h>
46151		      #ifdef HAVE_IEEEFP_H
46152		      #include <ieeefp.h>
46153		      #endif
46154
46155int
46156main ()
46157{
46158 _logl(0);
46159  ;
46160  return 0;
46161}
46162_ACEOF
46163if ac_fn_cxx_try_compile "$LINENO"; then :
46164  glibcxx_cv_func__logl_use=yes
46165else
46166  glibcxx_cv_func__logl_use=no
46167fi
46168rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46169      ac_ext=c
46170ac_cpp='$CPP $CPPFLAGS'
46171ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46172ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46173ac_compiler_gnu=$ac_cv_c_compiler_gnu
46174
46175
46176fi
46177
46178  fi
46179  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5
46180$as_echo "$glibcxx_cv_func__logl_use" >&6; }
46181
46182    if test x$glibcxx_cv_func__logl_use = x"yes"; then
46183      for ac_func in _logl
46184do :
46185  ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl"
46186if test "x$ac_cv_func__logl" = xyes; then :
46187  cat >>confdefs.h <<_ACEOF
46188#define HAVE__LOGL 1
46189_ACEOF
46190
46191fi
46192done
46193
46194    fi
46195  fi
46196
46197
46198
46199
46200
46201  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5
46202$as_echo_n "checking for log10l declaration... " >&6; }
46203  if test x${glibcxx_cv_func_log10l_use+set} != xset; then
46204    if ${glibcxx_cv_func_log10l_use+:} false; then :
46205  $as_echo_n "(cached) " >&6
46206else
46207
46208
46209      ac_ext=cpp
46210ac_cpp='$CXXCPP $CPPFLAGS'
46211ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46212ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46213ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46214
46215      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46216/* end confdefs.h.  */
46217#include <math.h>
46218		      #ifdef HAVE_IEEEFP_H
46219		      #include <ieeefp.h>
46220		      #endif
46221
46222int
46223main ()
46224{
46225 log10l(0);
46226  ;
46227  return 0;
46228}
46229_ACEOF
46230if ac_fn_cxx_try_compile "$LINENO"; then :
46231  glibcxx_cv_func_log10l_use=yes
46232else
46233  glibcxx_cv_func_log10l_use=no
46234fi
46235rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46236      ac_ext=c
46237ac_cpp='$CPP $CPPFLAGS'
46238ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46239ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46240ac_compiler_gnu=$ac_cv_c_compiler_gnu
46241
46242
46243fi
46244
46245  fi
46246  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10l_use" >&5
46247$as_echo "$glibcxx_cv_func_log10l_use" >&6; }
46248
46249  if test x$glibcxx_cv_func_log10l_use = x"yes"; then
46250    for ac_func in log10l
46251do :
46252  ac_fn_c_check_func "$LINENO" "log10l" "ac_cv_func_log10l"
46253if test "x$ac_cv_func_log10l" = xyes; then :
46254  cat >>confdefs.h <<_ACEOF
46255#define HAVE_LOG10L 1
46256_ACEOF
46257
46258fi
46259done
46260
46261  else
46262
46263  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5
46264$as_echo_n "checking for _log10l declaration... " >&6; }
46265  if test x${glibcxx_cv_func__log10l_use+set} != xset; then
46266    if ${glibcxx_cv_func__log10l_use+:} false; then :
46267  $as_echo_n "(cached) " >&6
46268else
46269
46270
46271      ac_ext=cpp
46272ac_cpp='$CXXCPP $CPPFLAGS'
46273ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46274ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46275ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46276
46277      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46278/* end confdefs.h.  */
46279#include <math.h>
46280		      #ifdef HAVE_IEEEFP_H
46281		      #include <ieeefp.h>
46282		      #endif
46283
46284int
46285main ()
46286{
46287 _log10l(0);
46288  ;
46289  return 0;
46290}
46291_ACEOF
46292if ac_fn_cxx_try_compile "$LINENO"; then :
46293  glibcxx_cv_func__log10l_use=yes
46294else
46295  glibcxx_cv_func__log10l_use=no
46296fi
46297rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46298      ac_ext=c
46299ac_cpp='$CPP $CPPFLAGS'
46300ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46301ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46302ac_compiler_gnu=$ac_cv_c_compiler_gnu
46303
46304
46305fi
46306
46307  fi
46308  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5
46309$as_echo "$glibcxx_cv_func__log10l_use" >&6; }
46310
46311    if test x$glibcxx_cv_func__log10l_use = x"yes"; then
46312      for ac_func in _log10l
46313do :
46314  ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l"
46315if test "x$ac_cv_func__log10l" = xyes; then :
46316  cat >>confdefs.h <<_ACEOF
46317#define HAVE__LOG10L 1
46318_ACEOF
46319
46320fi
46321done
46322
46323    fi
46324  fi
46325
46326
46327
46328
46329
46330  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5
46331$as_echo_n "checking for modfl declaration... " >&6; }
46332  if test x${glibcxx_cv_func_modfl_use+set} != xset; then
46333    if ${glibcxx_cv_func_modfl_use+:} false; then :
46334  $as_echo_n "(cached) " >&6
46335else
46336
46337
46338      ac_ext=cpp
46339ac_cpp='$CXXCPP $CPPFLAGS'
46340ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46341ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46342ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46343
46344      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46345/* end confdefs.h.  */
46346#include <math.h>
46347int
46348main ()
46349{
46350 modfl(0, 0);
46351  ;
46352  return 0;
46353}
46354_ACEOF
46355if ac_fn_cxx_try_compile "$LINENO"; then :
46356  glibcxx_cv_func_modfl_use=yes
46357else
46358  glibcxx_cv_func_modfl_use=no
46359fi
46360rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46361      ac_ext=c
46362ac_cpp='$CPP $CPPFLAGS'
46363ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46364ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46365ac_compiler_gnu=$ac_cv_c_compiler_gnu
46366
46367
46368fi
46369
46370  fi
46371  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modfl_use" >&5
46372$as_echo "$glibcxx_cv_func_modfl_use" >&6; }
46373
46374  if test x$glibcxx_cv_func_modfl_use = x"yes"; then
46375    for ac_func in modfl
46376do :
46377  ac_fn_c_check_func "$LINENO" "modfl" "ac_cv_func_modfl"
46378if test "x$ac_cv_func_modfl" = xyes; then :
46379  cat >>confdefs.h <<_ACEOF
46380#define HAVE_MODFL 1
46381_ACEOF
46382
46383fi
46384done
46385
46386  else
46387
46388  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5
46389$as_echo_n "checking for _modfl declaration... " >&6; }
46390  if test x${glibcxx_cv_func__modfl_use+set} != xset; then
46391    if ${glibcxx_cv_func__modfl_use+:} false; then :
46392  $as_echo_n "(cached) " >&6
46393else
46394
46395
46396      ac_ext=cpp
46397ac_cpp='$CXXCPP $CPPFLAGS'
46398ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46399ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46400ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46401
46402      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46403/* end confdefs.h.  */
46404#include <math.h>
46405int
46406main ()
46407{
46408 _modfl(0, 0);
46409  ;
46410  return 0;
46411}
46412_ACEOF
46413if ac_fn_cxx_try_compile "$LINENO"; then :
46414  glibcxx_cv_func__modfl_use=yes
46415else
46416  glibcxx_cv_func__modfl_use=no
46417fi
46418rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46419      ac_ext=c
46420ac_cpp='$CPP $CPPFLAGS'
46421ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46422ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46423ac_compiler_gnu=$ac_cv_c_compiler_gnu
46424
46425
46426fi
46427
46428  fi
46429  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5
46430$as_echo "$glibcxx_cv_func__modfl_use" >&6; }
46431
46432    if test x$glibcxx_cv_func__modfl_use = x"yes"; then
46433      for ac_func in _modfl
46434do :
46435  ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl"
46436if test "x$ac_cv_func__modfl" = xyes; then :
46437  cat >>confdefs.h <<_ACEOF
46438#define HAVE__MODFL 1
46439_ACEOF
46440
46441fi
46442done
46443
46444    fi
46445  fi
46446
46447
46448
46449
46450
46451  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5
46452$as_echo_n "checking for powl declaration... " >&6; }
46453  if test x${glibcxx_cv_func_powl_use+set} != xset; then
46454    if ${glibcxx_cv_func_powl_use+:} false; then :
46455  $as_echo_n "(cached) " >&6
46456else
46457
46458
46459      ac_ext=cpp
46460ac_cpp='$CXXCPP $CPPFLAGS'
46461ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46462ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46463ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46464
46465      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46466/* end confdefs.h.  */
46467#include <math.h>
46468int
46469main ()
46470{
46471 powl(0, 0);
46472  ;
46473  return 0;
46474}
46475_ACEOF
46476if ac_fn_cxx_try_compile "$LINENO"; then :
46477  glibcxx_cv_func_powl_use=yes
46478else
46479  glibcxx_cv_func_powl_use=no
46480fi
46481rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46482      ac_ext=c
46483ac_cpp='$CPP $CPPFLAGS'
46484ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46485ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46486ac_compiler_gnu=$ac_cv_c_compiler_gnu
46487
46488
46489fi
46490
46491  fi
46492  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powl_use" >&5
46493$as_echo "$glibcxx_cv_func_powl_use" >&6; }
46494
46495  if test x$glibcxx_cv_func_powl_use = x"yes"; then
46496    for ac_func in powl
46497do :
46498  ac_fn_c_check_func "$LINENO" "powl" "ac_cv_func_powl"
46499if test "x$ac_cv_func_powl" = xyes; then :
46500  cat >>confdefs.h <<_ACEOF
46501#define HAVE_POWL 1
46502_ACEOF
46503
46504fi
46505done
46506
46507  else
46508
46509  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5
46510$as_echo_n "checking for _powl declaration... " >&6; }
46511  if test x${glibcxx_cv_func__powl_use+set} != xset; then
46512    if ${glibcxx_cv_func__powl_use+:} false; then :
46513  $as_echo_n "(cached) " >&6
46514else
46515
46516
46517      ac_ext=cpp
46518ac_cpp='$CXXCPP $CPPFLAGS'
46519ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46520ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46521ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46522
46523      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46524/* end confdefs.h.  */
46525#include <math.h>
46526int
46527main ()
46528{
46529 _powl(0, 0);
46530  ;
46531  return 0;
46532}
46533_ACEOF
46534if ac_fn_cxx_try_compile "$LINENO"; then :
46535  glibcxx_cv_func__powl_use=yes
46536else
46537  glibcxx_cv_func__powl_use=no
46538fi
46539rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46540      ac_ext=c
46541ac_cpp='$CPP $CPPFLAGS'
46542ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46543ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46544ac_compiler_gnu=$ac_cv_c_compiler_gnu
46545
46546
46547fi
46548
46549  fi
46550  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5
46551$as_echo "$glibcxx_cv_func__powl_use" >&6; }
46552
46553    if test x$glibcxx_cv_func__powl_use = x"yes"; then
46554      for ac_func in _powl
46555do :
46556  ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl"
46557if test "x$ac_cv_func__powl" = xyes; then :
46558  cat >>confdefs.h <<_ACEOF
46559#define HAVE__POWL 1
46560_ACEOF
46561
46562fi
46563done
46564
46565    fi
46566  fi
46567
46568
46569
46570
46571
46572  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5
46573$as_echo_n "checking for sqrtl declaration... " >&6; }
46574  if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then
46575    if ${glibcxx_cv_func_sqrtl_use+:} false; then :
46576  $as_echo_n "(cached) " >&6
46577else
46578
46579
46580      ac_ext=cpp
46581ac_cpp='$CXXCPP $CPPFLAGS'
46582ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46583ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46584ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46585
46586      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46587/* end confdefs.h.  */
46588#include <math.h>
46589		      #ifdef HAVE_IEEEFP_H
46590		      #include <ieeefp.h>
46591		      #endif
46592
46593int
46594main ()
46595{
46596 sqrtl(0);
46597  ;
46598  return 0;
46599}
46600_ACEOF
46601if ac_fn_cxx_try_compile "$LINENO"; then :
46602  glibcxx_cv_func_sqrtl_use=yes
46603else
46604  glibcxx_cv_func_sqrtl_use=no
46605fi
46606rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46607      ac_ext=c
46608ac_cpp='$CPP $CPPFLAGS'
46609ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46610ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46611ac_compiler_gnu=$ac_cv_c_compiler_gnu
46612
46613
46614fi
46615
46616  fi
46617  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtl_use" >&5
46618$as_echo "$glibcxx_cv_func_sqrtl_use" >&6; }
46619
46620  if test x$glibcxx_cv_func_sqrtl_use = x"yes"; then
46621    for ac_func in sqrtl
46622do :
46623  ac_fn_c_check_func "$LINENO" "sqrtl" "ac_cv_func_sqrtl"
46624if test "x$ac_cv_func_sqrtl" = xyes; then :
46625  cat >>confdefs.h <<_ACEOF
46626#define HAVE_SQRTL 1
46627_ACEOF
46628
46629fi
46630done
46631
46632  else
46633
46634  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5
46635$as_echo_n "checking for _sqrtl declaration... " >&6; }
46636  if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then
46637    if ${glibcxx_cv_func__sqrtl_use+:} false; then :
46638  $as_echo_n "(cached) " >&6
46639else
46640
46641
46642      ac_ext=cpp
46643ac_cpp='$CXXCPP $CPPFLAGS'
46644ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46645ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46646ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46647
46648      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46649/* end confdefs.h.  */
46650#include <math.h>
46651		      #ifdef HAVE_IEEEFP_H
46652		      #include <ieeefp.h>
46653		      #endif
46654
46655int
46656main ()
46657{
46658 _sqrtl(0);
46659  ;
46660  return 0;
46661}
46662_ACEOF
46663if ac_fn_cxx_try_compile "$LINENO"; then :
46664  glibcxx_cv_func__sqrtl_use=yes
46665else
46666  glibcxx_cv_func__sqrtl_use=no
46667fi
46668rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46669      ac_ext=c
46670ac_cpp='$CPP $CPPFLAGS'
46671ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46672ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46673ac_compiler_gnu=$ac_cv_c_compiler_gnu
46674
46675
46676fi
46677
46678  fi
46679  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5
46680$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; }
46681
46682    if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then
46683      for ac_func in _sqrtl
46684do :
46685  ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl"
46686if test "x$ac_cv_func__sqrtl" = xyes; then :
46687  cat >>confdefs.h <<_ACEOF
46688#define HAVE__SQRTL 1
46689_ACEOF
46690
46691fi
46692done
46693
46694    fi
46695  fi
46696
46697
46698
46699
46700
46701  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5
46702$as_echo_n "checking for sincosl declaration... " >&6; }
46703  if test x${glibcxx_cv_func_sincosl_use+set} != xset; then
46704    if ${glibcxx_cv_func_sincosl_use+:} false; then :
46705  $as_echo_n "(cached) " >&6
46706else
46707
46708
46709      ac_ext=cpp
46710ac_cpp='$CXXCPP $CPPFLAGS'
46711ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46712ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46713ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46714
46715      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46716/* end confdefs.h.  */
46717#include <math.h>
46718int
46719main ()
46720{
46721 sincosl(0, 0, 0);
46722  ;
46723  return 0;
46724}
46725_ACEOF
46726if ac_fn_cxx_try_compile "$LINENO"; then :
46727  glibcxx_cv_func_sincosl_use=yes
46728else
46729  glibcxx_cv_func_sincosl_use=no
46730fi
46731rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46732      ac_ext=c
46733ac_cpp='$CPP $CPPFLAGS'
46734ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46735ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46736ac_compiler_gnu=$ac_cv_c_compiler_gnu
46737
46738
46739fi
46740
46741  fi
46742  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosl_use" >&5
46743$as_echo "$glibcxx_cv_func_sincosl_use" >&6; }
46744
46745  if test x$glibcxx_cv_func_sincosl_use = x"yes"; then
46746    for ac_func in sincosl
46747do :
46748  ac_fn_c_check_func "$LINENO" "sincosl" "ac_cv_func_sincosl"
46749if test "x$ac_cv_func_sincosl" = xyes; then :
46750  cat >>confdefs.h <<_ACEOF
46751#define HAVE_SINCOSL 1
46752_ACEOF
46753
46754fi
46755done
46756
46757  else
46758
46759  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5
46760$as_echo_n "checking for _sincosl declaration... " >&6; }
46761  if test x${glibcxx_cv_func__sincosl_use+set} != xset; then
46762    if ${glibcxx_cv_func__sincosl_use+:} false; then :
46763  $as_echo_n "(cached) " >&6
46764else
46765
46766
46767      ac_ext=cpp
46768ac_cpp='$CXXCPP $CPPFLAGS'
46769ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46770ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46771ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46772
46773      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46774/* end confdefs.h.  */
46775#include <math.h>
46776int
46777main ()
46778{
46779 _sincosl(0, 0, 0);
46780  ;
46781  return 0;
46782}
46783_ACEOF
46784if ac_fn_cxx_try_compile "$LINENO"; then :
46785  glibcxx_cv_func__sincosl_use=yes
46786else
46787  glibcxx_cv_func__sincosl_use=no
46788fi
46789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46790      ac_ext=c
46791ac_cpp='$CPP $CPPFLAGS'
46792ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46793ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46794ac_compiler_gnu=$ac_cv_c_compiler_gnu
46795
46796
46797fi
46798
46799  fi
46800  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5
46801$as_echo "$glibcxx_cv_func__sincosl_use" >&6; }
46802
46803    if test x$glibcxx_cv_func__sincosl_use = x"yes"; then
46804      for ac_func in _sincosl
46805do :
46806  ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl"
46807if test "x$ac_cv_func__sincosl" = xyes; then :
46808  cat >>confdefs.h <<_ACEOF
46809#define HAVE__SINCOSL 1
46810_ACEOF
46811
46812fi
46813done
46814
46815    fi
46816  fi
46817
46818
46819
46820
46821
46822  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5
46823$as_echo_n "checking for finitel declaration... " >&6; }
46824  if test x${glibcxx_cv_func_finitel_use+set} != xset; then
46825    if ${glibcxx_cv_func_finitel_use+:} false; then :
46826  $as_echo_n "(cached) " >&6
46827else
46828
46829
46830      ac_ext=cpp
46831ac_cpp='$CXXCPP $CPPFLAGS'
46832ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46833ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46834ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46835
46836      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46837/* end confdefs.h.  */
46838#include <math.h>
46839		      #ifdef HAVE_IEEEFP_H
46840		      #include <ieeefp.h>
46841		      #endif
46842
46843int
46844main ()
46845{
46846 finitel(0);
46847  ;
46848  return 0;
46849}
46850_ACEOF
46851if ac_fn_cxx_try_compile "$LINENO"; then :
46852  glibcxx_cv_func_finitel_use=yes
46853else
46854  glibcxx_cv_func_finitel_use=no
46855fi
46856rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46857      ac_ext=c
46858ac_cpp='$CPP $CPPFLAGS'
46859ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46860ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46861ac_compiler_gnu=$ac_cv_c_compiler_gnu
46862
46863
46864fi
46865
46866  fi
46867  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitel_use" >&5
46868$as_echo "$glibcxx_cv_func_finitel_use" >&6; }
46869
46870  if test x$glibcxx_cv_func_finitel_use = x"yes"; then
46871    for ac_func in finitel
46872do :
46873  ac_fn_c_check_func "$LINENO" "finitel" "ac_cv_func_finitel"
46874if test "x$ac_cv_func_finitel" = xyes; then :
46875  cat >>confdefs.h <<_ACEOF
46876#define HAVE_FINITEL 1
46877_ACEOF
46878
46879fi
46880done
46881
46882  else
46883
46884  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5
46885$as_echo_n "checking for _finitel declaration... " >&6; }
46886  if test x${glibcxx_cv_func__finitel_use+set} != xset; then
46887    if ${glibcxx_cv_func__finitel_use+:} false; then :
46888  $as_echo_n "(cached) " >&6
46889else
46890
46891
46892      ac_ext=cpp
46893ac_cpp='$CXXCPP $CPPFLAGS'
46894ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46895ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46896ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46897
46898      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46899/* end confdefs.h.  */
46900#include <math.h>
46901		      #ifdef HAVE_IEEEFP_H
46902		      #include <ieeefp.h>
46903		      #endif
46904
46905int
46906main ()
46907{
46908 _finitel(0);
46909  ;
46910  return 0;
46911}
46912_ACEOF
46913if ac_fn_cxx_try_compile "$LINENO"; then :
46914  glibcxx_cv_func__finitel_use=yes
46915else
46916  glibcxx_cv_func__finitel_use=no
46917fi
46918rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46919      ac_ext=c
46920ac_cpp='$CPP $CPPFLAGS'
46921ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46922ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46923ac_compiler_gnu=$ac_cv_c_compiler_gnu
46924
46925
46926fi
46927
46928  fi
46929  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5
46930$as_echo "$glibcxx_cv_func__finitel_use" >&6; }
46931
46932    if test x$glibcxx_cv_func__finitel_use = x"yes"; then
46933      for ac_func in _finitel
46934do :
46935  ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel"
46936if test "x$ac_cv_func__finitel" = xyes; then :
46937  cat >>confdefs.h <<_ACEOF
46938#define HAVE__FINITEL 1
46939_ACEOF
46940
46941fi
46942done
46943
46944    fi
46945  fi
46946
46947
46948
46949
46950  LIBS="$ac_save_LIBS"
46951  CXXFLAGS="$ac_save_CXXFLAGS"
46952
46953
46954  ac_test_CXXFLAGS="${CXXFLAGS+set}"
46955  ac_save_CXXFLAGS="$CXXFLAGS"
46956  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
46957
46958
46959  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for at_quick_exit declaration" >&5
46960$as_echo_n "checking for at_quick_exit declaration... " >&6; }
46961  if test x${glibcxx_cv_func_at_quick_exit_use+set} != xset; then
46962    if ${glibcxx_cv_func_at_quick_exit_use+:} false; then :
46963  $as_echo_n "(cached) " >&6
46964else
46965
46966
46967      ac_ext=cpp
46968ac_cpp='$CXXCPP $CPPFLAGS'
46969ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46970ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46971ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46972
46973      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46974/* end confdefs.h.  */
46975#include <stdlib.h>
46976int
46977main ()
46978{
46979 at_quick_exit(0);
46980  ;
46981  return 0;
46982}
46983_ACEOF
46984if ac_fn_cxx_try_compile "$LINENO"; then :
46985  glibcxx_cv_func_at_quick_exit_use=yes
46986else
46987  glibcxx_cv_func_at_quick_exit_use=no
46988fi
46989rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46990      ac_ext=c
46991ac_cpp='$CPP $CPPFLAGS'
46992ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46993ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46994ac_compiler_gnu=$ac_cv_c_compiler_gnu
46995
46996
46997fi
46998
46999  fi
47000  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_at_quick_exit_use" >&5
47001$as_echo "$glibcxx_cv_func_at_quick_exit_use" >&6; }
47002  if test x$glibcxx_cv_func_at_quick_exit_use = x"yes"; then
47003    for ac_func in at_quick_exit
47004do :
47005  ac_fn_c_check_func "$LINENO" "at_quick_exit" "ac_cv_func_at_quick_exit"
47006if test "x$ac_cv_func_at_quick_exit" = xyes; then :
47007  cat >>confdefs.h <<_ACEOF
47008#define HAVE_AT_QUICK_EXIT 1
47009_ACEOF
47010
47011fi
47012done
47013
47014  fi
47015
47016
47017  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for quick_exit declaration" >&5
47018$as_echo_n "checking for quick_exit declaration... " >&6; }
47019  if test x${glibcxx_cv_func_quick_exit_use+set} != xset; then
47020    if ${glibcxx_cv_func_quick_exit_use+:} false; then :
47021  $as_echo_n "(cached) " >&6
47022else
47023
47024
47025      ac_ext=cpp
47026ac_cpp='$CXXCPP $CPPFLAGS'
47027ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47028ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47029ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47030
47031      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47032/* end confdefs.h.  */
47033#include <stdlib.h>
47034int
47035main ()
47036{
47037 quick_exit(0);
47038  ;
47039  return 0;
47040}
47041_ACEOF
47042if ac_fn_cxx_try_compile "$LINENO"; then :
47043  glibcxx_cv_func_quick_exit_use=yes
47044else
47045  glibcxx_cv_func_quick_exit_use=no
47046fi
47047rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47048      ac_ext=c
47049ac_cpp='$CPP $CPPFLAGS'
47050ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47051ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47052ac_compiler_gnu=$ac_cv_c_compiler_gnu
47053
47054
47055fi
47056
47057  fi
47058  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_quick_exit_use" >&5
47059$as_echo "$glibcxx_cv_func_quick_exit_use" >&6; }
47060  if test x$glibcxx_cv_func_quick_exit_use = x"yes"; then
47061    for ac_func in quick_exit
47062do :
47063  ac_fn_c_check_func "$LINENO" "quick_exit" "ac_cv_func_quick_exit"
47064if test "x$ac_cv_func_quick_exit" = xyes; then :
47065  cat >>confdefs.h <<_ACEOF
47066#define HAVE_QUICK_EXIT 1
47067_ACEOF
47068
47069fi
47070done
47071
47072  fi
47073
47074
47075  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtold declaration" >&5
47076$as_echo_n "checking for strtold declaration... " >&6; }
47077  if test x${glibcxx_cv_func_strtold_use+set} != xset; then
47078    if ${glibcxx_cv_func_strtold_use+:} false; then :
47079  $as_echo_n "(cached) " >&6
47080else
47081
47082
47083      ac_ext=cpp
47084ac_cpp='$CXXCPP $CPPFLAGS'
47085ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47086ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47087ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47088
47089      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47090/* end confdefs.h.  */
47091#include <stdlib.h>
47092int
47093main ()
47094{
47095 strtold(0, 0);
47096  ;
47097  return 0;
47098}
47099_ACEOF
47100if ac_fn_cxx_try_compile "$LINENO"; then :
47101  glibcxx_cv_func_strtold_use=yes
47102else
47103  glibcxx_cv_func_strtold_use=no
47104fi
47105rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47106      ac_ext=c
47107ac_cpp='$CPP $CPPFLAGS'
47108ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47109ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47110ac_compiler_gnu=$ac_cv_c_compiler_gnu
47111
47112
47113fi
47114
47115  fi
47116  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtold_use" >&5
47117$as_echo "$glibcxx_cv_func_strtold_use" >&6; }
47118  if test x$glibcxx_cv_func_strtold_use = x"yes"; then
47119    for ac_func in strtold
47120do :
47121  ac_fn_c_check_func "$LINENO" "strtold" "ac_cv_func_strtold"
47122if test "x$ac_cv_func_strtold" = xyes; then :
47123  cat >>confdefs.h <<_ACEOF
47124#define HAVE_STRTOLD 1
47125_ACEOF
47126
47127fi
47128done
47129
47130  fi
47131
47132
47133
47134
47135  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5
47136$as_echo_n "checking for strtof declaration... " >&6; }
47137  if test x${glibcxx_cv_func_strtof_use+set} != xset; then
47138    if ${glibcxx_cv_func_strtof_use+:} false; then :
47139  $as_echo_n "(cached) " >&6
47140else
47141
47142
47143      ac_ext=cpp
47144ac_cpp='$CXXCPP $CPPFLAGS'
47145ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47146ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47147ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47148
47149      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47150/* end confdefs.h.  */
47151#include <stdlib.h>
47152int
47153main ()
47154{
47155 strtof(0, 0);
47156  ;
47157  return 0;
47158}
47159_ACEOF
47160if ac_fn_cxx_try_compile "$LINENO"; then :
47161  glibcxx_cv_func_strtof_use=yes
47162else
47163  glibcxx_cv_func_strtof_use=no
47164fi
47165rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47166      ac_ext=c
47167ac_cpp='$CPP $CPPFLAGS'
47168ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47169ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47170ac_compiler_gnu=$ac_cv_c_compiler_gnu
47171
47172
47173fi
47174
47175  fi
47176  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtof_use" >&5
47177$as_echo "$glibcxx_cv_func_strtof_use" >&6; }
47178  if test x$glibcxx_cv_func_strtof_use = x"yes"; then
47179    for ac_func in strtof
47180do :
47181  ac_fn_c_check_func "$LINENO" "strtof" "ac_cv_func_strtof"
47182if test "x$ac_cv_func_strtof" = xyes; then :
47183  cat >>confdefs.h <<_ACEOF
47184#define HAVE_STRTOF 1
47185_ACEOF
47186
47187fi
47188done
47189
47190  fi
47191
47192
47193
47194
47195  CXXFLAGS="$ac_save_CXXFLAGS"
47196
47197
47198    for ac_func in uselocale
47199do :
47200  ac_fn_c_check_func "$LINENO" "uselocale" "ac_cv_func_uselocale"
47201if test "x$ac_cv_func_uselocale" = xyes; then :
47202  cat >>confdefs.h <<_ACEOF
47203#define HAVE_USELOCALE 1
47204_ACEOF
47205
47206fi
47207done
47208
47209    ;;
47210
47211  *djgpp)
47212    # GLIBCXX_CHECK_MATH_SUPPORT
47213    $as_echo "#define HAVE_ISINF 1" >>confdefs.h
47214
47215    $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
47216
47217    $as_echo "#define HAVE_FINITE 1" >>confdefs.h
47218
47219    $as_echo "#define HAVE_SINCOS 1" >>confdefs.h
47220
47221    $as_echo "#define HAVE_HYPOT 1" >>confdefs.h
47222
47223    ;;
47224
47225  *-freebsd*)
47226    SECTION_FLAGS='-ffunction-sections -fdata-sections'
47227
47228
47229  # If we're not using GNU ld, then there's no point in even trying these
47230  # tests.  Check for that first.  We should have already tested for gld
47231  # by now (in libtool), but require it now just to be safe...
47232  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
47233  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
47234
47235
47236
47237  # The name set by libtool depends on the version of libtool.  Shame on us
47238  # for depending on an impl detail, but c'est la vie.  Older versions used
47239  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
47240  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
47241  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
47242  # set (hence we're using an older libtool), then set it.
47243  if test x${with_gnu_ld+set} != xset; then
47244    if test x${ac_cv_prog_gnu_ld+set} != xset; then
47245      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
47246      with_gnu_ld=no
47247    else
47248      with_gnu_ld=$ac_cv_prog_gnu_ld
47249    fi
47250  fi
47251
47252  # Start by getting the version number.  I think the libtool test already
47253  # does some of this, but throws away the result.
47254  glibcxx_ld_is_gold=no
47255  glibcxx_ld_is_mold=no
47256  if test x"$with_gnu_ld" = x"yes"; then
47257    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
47258$as_echo_n "checking for ld version... " >&6; }
47259
47260    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
47261      glibcxx_ld_is_gold=yes
47262    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
47263      glibcxx_ld_is_mold=yes
47264    fi
47265    ldver=`$LD --version 2>/dev/null |
47266	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
47267
47268    glibcxx_gnu_ld_version=`echo $ldver | \
47269	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
47270    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
47271$as_echo "$glibcxx_gnu_ld_version" >&6; }
47272  fi
47273
47274  # Set --gc-sections.
47275  glibcxx_have_gc_sections=no
47276  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
47277    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
47278      glibcxx_have_gc_sections=yes
47279    fi
47280  else
47281    glibcxx_gcsections_min_ld=21602
47282    if test x"$with_gnu_ld" = x"yes" &&
47283	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
47284      glibcxx_have_gc_sections=yes
47285    fi
47286  fi
47287  if test "$glibcxx_have_gc_sections" = "yes"; then
47288    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
47289    # NB: This flag only works reliably after 2.16.1. Configure tests
47290    # for this are difficult, so hard wire a value that should work.
47291
47292    ac_test_CFLAGS="${CFLAGS+set}"
47293    ac_save_CFLAGS="$CFLAGS"
47294    CFLAGS='-Wl,--gc-sections'
47295
47296    # Check for -Wl,--gc-sections
47297    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
47298$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
47299    if test x$gcc_no_link = xyes; then
47300  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
47301fi
47302cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47303/* end confdefs.h.  */
47304 int one(void) { return 1; }
47305     int two(void) { return 2; }
47306
47307int
47308main ()
47309{
47310 two();
47311  ;
47312  return 0;
47313}
47314_ACEOF
47315if ac_fn_c_try_link "$LINENO"; then :
47316  ac_gcsections=yes
47317else
47318  ac_gcsections=no
47319fi
47320rm -f core conftest.err conftest.$ac_objext \
47321    conftest$ac_exeext conftest.$ac_ext
47322    if test "$ac_gcsections" = "yes"; then
47323      rm -f conftest.c
47324      touch conftest.c
47325      if $CC -c conftest.c; then
47326	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
47327	   grep "Warning: gc-sections option ignored" > /dev/null; then
47328	  ac_gcsections=no
47329	fi
47330      fi
47331      rm -f conftest.c conftest.o conftest
47332    fi
47333    if test "$ac_gcsections" = "yes"; then
47334      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
47335    fi
47336    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
47337$as_echo "$ac_gcsections" >&6; }
47338
47339    if test "$ac_test_CFLAGS" = set; then
47340      CFLAGS="$ac_save_CFLAGS"
47341    else
47342      # this is the suspicious part
47343      CFLAGS=''
47344    fi
47345  fi
47346
47347  # Set -z,relro.
47348  # Note this is only for shared objects.
47349  ac_ld_relro=no
47350  if test x"$with_gnu_ld" = x"yes"; then
47351    # cygwin and mingw uses PE, which has no ELF relro support,
47352    # multi target ld may confuse configure machinery
47353    case "$host" in
47354    *-*-cygwin*)
47355     ;;
47356    *-*-mingw*)
47357     ;;
47358    *)
47359      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
47360$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
47361      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
47362      if test -n "$cxx_z_relo"; then
47363        OPT_LDFLAGS="-Wl,-z,relro"
47364        ac_ld_relro=yes
47365      fi
47366      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
47367$as_echo "$ac_ld_relro" >&6; }
47368    esac
47369  fi
47370
47371  # Set linker optimization flags.
47372  if test x"$with_gnu_ld" = x"yes"; then
47373    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
47374  fi
47375
47376
47377
47378
47379    $as_echo "#define HAVE_SETENV 1" >>confdefs.h
47380
47381    $as_echo "#define HAVE_FINITEF 1" >>confdefs.h
47382
47383    $as_echo "#define HAVE_FINITE 1" >>confdefs.h
47384
47385    $as_echo "#define HAVE_FREXPF 1" >>confdefs.h
47386
47387    $as_echo "#define HAVE_HYPOT 1" >>confdefs.h
47388
47389    $as_echo "#define HAVE_HYPOTF 1" >>confdefs.h
47390
47391    $as_echo "#define HAVE_ISINF 1" >>confdefs.h
47392
47393    $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
47394
47395    $as_echo "#define HAVE_ISNANF 1" >>confdefs.h
47396
47397
47398    $as_echo "#define HAVE_ACOSF 1" >>confdefs.h
47399
47400    $as_echo "#define HAVE_ASINF 1" >>confdefs.h
47401
47402    $as_echo "#define HAVE_ATAN2F 1" >>confdefs.h
47403
47404    $as_echo "#define HAVE_ATANF 1" >>confdefs.h
47405
47406    $as_echo "#define HAVE_CEILF 1" >>confdefs.h
47407
47408    $as_echo "#define HAVE_COSF 1" >>confdefs.h
47409
47410    $as_echo "#define HAVE_COSHF 1" >>confdefs.h
47411
47412    $as_echo "#define HAVE_EXPF 1" >>confdefs.h
47413
47414    $as_echo "#define HAVE_FABSF 1" >>confdefs.h
47415
47416    $as_echo "#define HAVE_FLOORF 1" >>confdefs.h
47417
47418    $as_echo "#define HAVE_FMODF 1" >>confdefs.h
47419
47420    $as_echo "#define HAVE_FREXPF 1" >>confdefs.h
47421
47422    $as_echo "#define HAVE_LDEXPF 1" >>confdefs.h
47423
47424    $as_echo "#define HAVE_LOG10F 1" >>confdefs.h
47425
47426    $as_echo "#define HAVE_LOGF 1" >>confdefs.h
47427
47428    $as_echo "#define HAVE_MODFF 1" >>confdefs.h
47429
47430    $as_echo "#define HAVE_POWF 1" >>confdefs.h
47431
47432    $as_echo "#define HAVE_SINF 1" >>confdefs.h
47433
47434    $as_echo "#define HAVE_SINHF 1" >>confdefs.h
47435
47436    $as_echo "#define HAVE_SQRTF 1" >>confdefs.h
47437
47438    $as_echo "#define HAVE_TANF 1" >>confdefs.h
47439
47440    $as_echo "#define HAVE_TANHF 1" >>confdefs.h
47441
47442    if test x"long_double_math_on_this_cpu" = x"yes"; then
47443      $as_echo "#define HAVE_FINITEL 1" >>confdefs.h
47444
47445      $as_echo "#define HAVE_ISINFL 1" >>confdefs.h
47446
47447      $as_echo "#define HAVE_ISNANL 1" >>confdefs.h
47448
47449    fi
47450    for ac_func in __cxa_thread_atexit
47451do :
47452  ac_fn_c_check_func "$LINENO" "__cxa_thread_atexit" "ac_cv_func___cxa_thread_atexit"
47453if test "x$ac_cv_func___cxa_thread_atexit" = xyes; then :
47454  cat >>confdefs.h <<_ACEOF
47455#define HAVE___CXA_THREAD_ATEXIT 1
47456_ACEOF
47457
47458fi
47459done
47460
47461    for ac_func in aligned_alloc posix_memalign memalign _aligned_malloc
47462do :
47463  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
47464ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
47465if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
47466  cat >>confdefs.h <<_ACEOF
47467#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
47468_ACEOF
47469
47470fi
47471done
47472
47473    for ac_func in timespec_get
47474do :
47475  ac_fn_c_check_func "$LINENO" "timespec_get" "ac_cv_func_timespec_get"
47476if test "x$ac_cv_func_timespec_get" = xyes; then :
47477  cat >>confdefs.h <<_ACEOF
47478#define HAVE_TIMESPEC_GET 1
47479_ACEOF
47480
47481fi
47482done
47483
47484    for ac_func in sockatmark
47485do :
47486  ac_fn_c_check_func "$LINENO" "sockatmark" "ac_cv_func_sockatmark"
47487if test "x$ac_cv_func_sockatmark" = xyes; then :
47488  cat >>confdefs.h <<_ACEOF
47489#define HAVE_SOCKATMARK 1
47490_ACEOF
47491
47492fi
47493done
47494
47495    for ac_func in uselocale
47496do :
47497  ac_fn_c_check_func "$LINENO" "uselocale" "ac_cv_func_uselocale"
47498if test "x$ac_cv_func_uselocale" = xyes; then :
47499  cat >>confdefs.h <<_ACEOF
47500#define HAVE_USELOCALE 1
47501_ACEOF
47502
47503fi
47504done
47505
47506    ;;
47507
47508  *-fuchsia*)
47509    SECTION_FLAGS='-ffunction-sections -fdata-sections'
47510
47511    ;;
47512
47513  *-hpux*)
47514    SECTION_FLAGS='-ffunction-sections -fdata-sections'
47515
47516
47517  # If we're not using GNU ld, then there's no point in even trying these
47518  # tests.  Check for that first.  We should have already tested for gld
47519  # by now (in libtool), but require it now just to be safe...
47520  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
47521  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
47522
47523
47524
47525  # The name set by libtool depends on the version of libtool.  Shame on us
47526  # for depending on an impl detail, but c'est la vie.  Older versions used
47527  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
47528  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
47529  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
47530  # set (hence we're using an older libtool), then set it.
47531  if test x${with_gnu_ld+set} != xset; then
47532    if test x${ac_cv_prog_gnu_ld+set} != xset; then
47533      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
47534      with_gnu_ld=no
47535    else
47536      with_gnu_ld=$ac_cv_prog_gnu_ld
47537    fi
47538  fi
47539
47540  # Start by getting the version number.  I think the libtool test already
47541  # does some of this, but throws away the result.
47542  glibcxx_ld_is_gold=no
47543  glibcxx_ld_is_mold=no
47544  if test x"$with_gnu_ld" = x"yes"; then
47545    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
47546$as_echo_n "checking for ld version... " >&6; }
47547
47548    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
47549      glibcxx_ld_is_gold=yes
47550    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
47551      glibcxx_ld_is_mold=yes
47552    fi
47553    ldver=`$LD --version 2>/dev/null |
47554	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
47555
47556    glibcxx_gnu_ld_version=`echo $ldver | \
47557	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
47558    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
47559$as_echo "$glibcxx_gnu_ld_version" >&6; }
47560  fi
47561
47562  # Set --gc-sections.
47563  glibcxx_have_gc_sections=no
47564  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
47565    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
47566      glibcxx_have_gc_sections=yes
47567    fi
47568  else
47569    glibcxx_gcsections_min_ld=21602
47570    if test x"$with_gnu_ld" = x"yes" &&
47571	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
47572      glibcxx_have_gc_sections=yes
47573    fi
47574  fi
47575  if test "$glibcxx_have_gc_sections" = "yes"; then
47576    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
47577    # NB: This flag only works reliably after 2.16.1. Configure tests
47578    # for this are difficult, so hard wire a value that should work.
47579
47580    ac_test_CFLAGS="${CFLAGS+set}"
47581    ac_save_CFLAGS="$CFLAGS"
47582    CFLAGS='-Wl,--gc-sections'
47583
47584    # Check for -Wl,--gc-sections
47585    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
47586$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
47587    if test x$gcc_no_link = xyes; then
47588  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
47589fi
47590cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47591/* end confdefs.h.  */
47592 int one(void) { return 1; }
47593     int two(void) { return 2; }
47594
47595int
47596main ()
47597{
47598 two();
47599  ;
47600  return 0;
47601}
47602_ACEOF
47603if ac_fn_c_try_link "$LINENO"; then :
47604  ac_gcsections=yes
47605else
47606  ac_gcsections=no
47607fi
47608rm -f core conftest.err conftest.$ac_objext \
47609    conftest$ac_exeext conftest.$ac_ext
47610    if test "$ac_gcsections" = "yes"; then
47611      rm -f conftest.c
47612      touch conftest.c
47613      if $CC -c conftest.c; then
47614	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
47615	   grep "Warning: gc-sections option ignored" > /dev/null; then
47616	  ac_gcsections=no
47617	fi
47618      fi
47619      rm -f conftest.c conftest.o conftest
47620    fi
47621    if test "$ac_gcsections" = "yes"; then
47622      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
47623    fi
47624    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
47625$as_echo "$ac_gcsections" >&6; }
47626
47627    if test "$ac_test_CFLAGS" = set; then
47628      CFLAGS="$ac_save_CFLAGS"
47629    else
47630      # this is the suspicious part
47631      CFLAGS=''
47632    fi
47633  fi
47634
47635  # Set -z,relro.
47636  # Note this is only for shared objects.
47637  ac_ld_relro=no
47638  if test x"$with_gnu_ld" = x"yes"; then
47639    # cygwin and mingw uses PE, which has no ELF relro support,
47640    # multi target ld may confuse configure machinery
47641    case "$host" in
47642    *-*-cygwin*)
47643     ;;
47644    *-*-mingw*)
47645     ;;
47646    *)
47647      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
47648$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
47649      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
47650      if test -n "$cxx_z_relo"; then
47651        OPT_LDFLAGS="-Wl,-z,relro"
47652        ac_ld_relro=yes
47653      fi
47654      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
47655$as_echo "$ac_ld_relro" >&6; }
47656    esac
47657  fi
47658
47659  # Set linker optimization flags.
47660  if test x"$with_gnu_ld" = x"yes"; then
47661    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
47662  fi
47663
47664
47665
47666
47667
47668    # GLIBCXX_CHECK_MATH_SUPPORT
47669    $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
47670
47671    $as_echo "#define HAVE_HYPOT 1" >>confdefs.h
47672
47673    $as_echo "#define HAVE_ACOSF 1" >>confdefs.h
47674
47675    $as_echo "#define HAVE_ASINF 1" >>confdefs.h
47676
47677    $as_echo "#define HAVE_ATANF 1" >>confdefs.h
47678
47679    $as_echo "#define HAVE_COSF 1" >>confdefs.h
47680
47681    $as_echo "#define HAVE_COSHF 1" >>confdefs.h
47682
47683    $as_echo "#define HAVE_SINF 1" >>confdefs.h
47684
47685    $as_echo "#define HAVE_SINHF 1" >>confdefs.h
47686
47687    $as_echo "#define HAVE_TANF 1" >>confdefs.h
47688
47689    $as_echo "#define HAVE_TANHF 1" >>confdefs.h
47690
47691    $as_echo "#define HAVE_EXPF 1" >>confdefs.h
47692
47693    $as_echo "#define HAVE_ATAN2F 1" >>confdefs.h
47694
47695    $as_echo "#define HAVE_FABSF 1" >>confdefs.h
47696
47697    $as_echo "#define HAVE_FMODF 1" >>confdefs.h
47698
47699    $as_echo "#define HAVE_FREXPF 1" >>confdefs.h
47700
47701    $as_echo "#define HAVE_LOGF 1" >>confdefs.h
47702
47703    $as_echo "#define HAVE_LOG10F 1" >>confdefs.h
47704
47705    $as_echo "#define HAVE_MODF 1" >>confdefs.h
47706
47707    $as_echo "#define HAVE_POWF 1" >>confdefs.h
47708
47709    $as_echo "#define HAVE_SQRTF 1" >>confdefs.h
47710
47711
47712    # GLIBCXX_CHECK_STDLIB_SUPPORT
47713    $as_echo "#define HAVE_STRTOLD 1" >>confdefs.h
47714
47715
47716
47717
47718   # Check whether --enable-tls was given.
47719if test "${enable_tls+set}" = set; then :
47720  enableval=$enable_tls;
47721      case "$enableval" in
47722       yes|no) ;;
47723       *) as_fn_error $? "Argument to enable/disable tls must be yes or no" "$LINENO" 5 ;;
47724      esac
47725
47726else
47727  enable_tls=yes
47728fi
47729
47730
47731  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports thread-local storage" >&5
47732$as_echo_n "checking whether the target supports thread-local storage... " >&6; }
47733if ${gcc_cv_have_tls+:} false; then :
47734  $as_echo_n "(cached) " >&6
47735else
47736
47737    if test "$cross_compiling" = yes; then :
47738                if test x$gcc_no_link = xyes; then
47739  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
47740fi
47741cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47742/* end confdefs.h.  */
47743__thread int a; int b; int main() { return a = b; }
47744_ACEOF
47745if ac_fn_c_try_link "$LINENO"; then :
47746  chktls_save_LDFLAGS="$LDFLAGS"
47747	  	  	  case $host in
47748	    *-*-linux* | -*-uclinuxfdpic*)
47749	      LDFLAGS="-shared -Wl,--no-undefined $LDFLAGS"
47750	      ;;
47751	  esac
47752	  chktls_save_CFLAGS="$CFLAGS"
47753	  CFLAGS="-fPIC $CFLAGS"
47754	  	  if test x$gcc_no_link = xyes; then
47755  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
47756fi
47757cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47758/* end confdefs.h.  */
47759int f() { return 0; }
47760_ACEOF
47761if ac_fn_c_try_link "$LINENO"; then :
47762  if test x$gcc_no_link = xyes; then
47763  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
47764fi
47765cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47766/* end confdefs.h.  */
47767__thread int a; int b; int f() { return a = b; }
47768_ACEOF
47769if ac_fn_c_try_link "$LINENO"; then :
47770  gcc_cv_have_tls=yes
47771else
47772  gcc_cv_have_tls=no
47773fi
47774rm -f core conftest.err conftest.$ac_objext \
47775    conftest$ac_exeext conftest.$ac_ext
47776else
47777  gcc_cv_have_tls=yes
47778fi
47779rm -f core conftest.err conftest.$ac_objext \
47780    conftest$ac_exeext conftest.$ac_ext
47781	  CFLAGS="$chktls_save_CFLAGS"
47782	  LDFLAGS="$chktls_save_LDFLAGS"
47783else
47784  gcc_cv_have_tls=no
47785fi
47786rm -f core conftest.err conftest.$ac_objext \
47787    conftest$ac_exeext conftest.$ac_ext
47788
47789
47790else
47791  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47792/* end confdefs.h.  */
47793__thread int a; int b; int main() { return a = b; }
47794_ACEOF
47795if ac_fn_c_try_run "$LINENO"; then :
47796                      chktls_save_LDFLAGS="$LDFLAGS"
47797      LDFLAGS="-static $LDFLAGS"
47798      if test x$gcc_no_link = xyes; then
47799  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
47800fi
47801cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47802/* end confdefs.h.  */
47803int main() { return 0; }
47804_ACEOF
47805if ac_fn_c_try_link "$LINENO"; then :
47806  if test "$cross_compiling" = yes; then :
47807  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
47808$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
47809as_fn_error $? "cannot run test program while cross compiling
47810See \`config.log' for more details" "$LINENO" 5; }
47811else
47812  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47813/* end confdefs.h.  */
47814__thread int a; int b; int main() { return a = b; }
47815_ACEOF
47816if ac_fn_c_try_run "$LINENO"; then :
47817  gcc_cv_have_tls=yes
47818else
47819  gcc_cv_have_tls=no
47820fi
47821rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
47822  conftest.$ac_objext conftest.beam conftest.$ac_ext
47823fi
47824
47825else
47826  gcc_cv_have_tls=yes
47827fi
47828rm -f core conftest.err conftest.$ac_objext \
47829    conftest$ac_exeext conftest.$ac_ext
47830      LDFLAGS="$chktls_save_LDFLAGS"
47831      if test $gcc_cv_have_tls = yes; then
47832						chktls_save_CFLAGS="$CFLAGS"
47833	thread_CFLAGS=failed
47834	for flag in '' '-pthread' '-lpthread'; do
47835	  CFLAGS="$flag $chktls_save_CFLAGS"
47836	  if test x$gcc_no_link = xyes; then
47837  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
47838fi
47839cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47840/* end confdefs.h.  */
47841#include <pthread.h>
47842		void *g(void *d) { return NULL; }
47843int
47844main ()
47845{
47846pthread_t t; pthread_create(&t,NULL,g,NULL);
47847  ;
47848  return 0;
47849}
47850_ACEOF
47851if ac_fn_c_try_link "$LINENO"; then :
47852  thread_CFLAGS="$flag"
47853fi
47854rm -f core conftest.err conftest.$ac_objext \
47855    conftest$ac_exeext conftest.$ac_ext
47856	  if test "X$thread_CFLAGS" != Xfailed; then
47857	    break
47858	  fi
47859	done
47860	CFLAGS="$chktls_save_CFLAGS"
47861	if test "X$thread_CFLAGS" != Xfailed; then
47862	  CFLAGS="$thread_CFLAGS $chktls_save_CFLAGS"
47863 	  	  	  	  	  	  if test "$cross_compiling" = yes; then :
47864  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
47865$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
47866as_fn_error $? "cannot run test program while cross compiling
47867See \`config.log' for more details" "$LINENO" 5; }
47868else
47869  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47870/* end confdefs.h.  */
47871#include <pthread.h>
47872		__thread int a;
47873		static int *volatile a_in_other_thread;
47874		static void *
47875		thread_func (void *arg)
47876		{
47877		  a_in_other_thread = &a;
47878		  return (void *)0;
47879		}
47880int
47881main ()
47882{
47883pthread_t thread;
47884		void *thread_retval;
47885		int *volatile a_in_main_thread;
47886		a_in_main_thread = &a;
47887		if (pthread_create (&thread, (pthread_attr_t *)0,
47888				    thread_func, (void *)0))
47889		  return 0;
47890		if (pthread_join (thread, &thread_retval))
47891		  return 0;
47892		return (a_in_other_thread == a_in_main_thread);
47893  ;
47894  return 0;
47895}
47896_ACEOF
47897if ac_fn_c_try_run "$LINENO"; then :
47898  gcc_cv_have_tls=yes
47899else
47900  gcc_cv_have_tls=no
47901fi
47902rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
47903  conftest.$ac_objext conftest.beam conftest.$ac_ext
47904fi
47905
47906	  CFLAGS="$chktls_save_CFLAGS"
47907	fi
47908      fi
47909else
47910  gcc_cv_have_tls=no
47911fi
47912rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
47913  conftest.$ac_objext conftest.beam conftest.$ac_ext
47914fi
47915
47916fi
47917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_have_tls" >&5
47918$as_echo "$gcc_cv_have_tls" >&6; }
47919  if test "$enable_tls $gcc_cv_have_tls" = "yes yes"; then
47920
47921$as_echo "#define HAVE_TLS 1" >>confdefs.h
47922
47923  fi
47924    case "$target" in
47925      *-hpux10*)
47926	$as_echo "#define HAVE_ISINF 1" >>confdefs.h
47927
47928	$as_echo "#define HAVE_ISINFF 1" >>confdefs.h
47929
47930	$as_echo "#define HAVE_ISNANF 1" >>confdefs.h
47931
47932	$as_echo "#define HAVE_FINITE 1" >>confdefs.h
47933
47934	$as_echo "#define HAVE_FINITEF 1" >>confdefs.h
47935
47936	;;
47937    esac
47938    ;;
47939  *-linux* | *-uclinux* | *-gnu* | *-kfreebsd*-gnu | *-cygwin* | *-solaris*)
47940
47941  # All these tests are for C++; save the language and the compiler flags.
47942  # The CXXFLAGS thing is suspicious, but based on similar bits previously
47943  # found in GLIBCXX_CONFIGURE.
47944
47945  ac_ext=cpp
47946ac_cpp='$CXXCPP $CPPFLAGS'
47947ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47948ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47949ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
47950
47951  ac_test_CXXFLAGS="${CXXFLAGS+set}"
47952  ac_save_CXXFLAGS="$CXXFLAGS"
47953
47954  # Check for -ffunction-sections -fdata-sections
47955  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for g++ that supports -ffunction-sections -fdata-sections" >&5
47956$as_echo_n "checking for g++ that supports -ffunction-sections -fdata-sections... " >&6; }
47957  CXXFLAGS='-g -Werror -ffunction-sections -fdata-sections'
47958  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47959/* end confdefs.h.  */
47960int foo; void bar() { };
47961int
47962main ()
47963{
47964
47965  ;
47966  return 0;
47967}
47968_ACEOF
47969if ac_fn_cxx_try_compile "$LINENO"; then :
47970  ac_fdsections=yes
47971else
47972  ac_fdsections=no
47973fi
47974rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47975  if test "$ac_test_CXXFLAGS" = set; then
47976    CXXFLAGS="$ac_save_CXXFLAGS"
47977  else
47978    # this is the suspicious part
47979    CXXFLAGS=''
47980  fi
47981  if test x"$ac_fdsections" = x"yes"; then
47982    SECTION_FLAGS='-ffunction-sections -fdata-sections'
47983  fi
47984  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_fdsections" >&5
47985$as_echo "$ac_fdsections" >&6; }
47986
47987  ac_ext=c
47988ac_cpp='$CPP $CPPFLAGS'
47989ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
47990ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
47991ac_compiler_gnu=$ac_cv_c_compiler_gnu
47992
47993
47994
47995
47996  # If we're not using GNU ld, then there's no point in even trying these
47997  # tests.  Check for that first.  We should have already tested for gld
47998  # by now (in libtool), but require it now just to be safe...
47999  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
48000  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
48001
48002
48003
48004  # The name set by libtool depends on the version of libtool.  Shame on us
48005  # for depending on an impl detail, but c'est la vie.  Older versions used
48006  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
48007  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
48008  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
48009  # set (hence we're using an older libtool), then set it.
48010  if test x${with_gnu_ld+set} != xset; then
48011    if test x${ac_cv_prog_gnu_ld+set} != xset; then
48012      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
48013      with_gnu_ld=no
48014    else
48015      with_gnu_ld=$ac_cv_prog_gnu_ld
48016    fi
48017  fi
48018
48019  # Start by getting the version number.  I think the libtool test already
48020  # does some of this, but throws away the result.
48021  glibcxx_ld_is_gold=no
48022  glibcxx_ld_is_mold=no
48023  if test x"$with_gnu_ld" = x"yes"; then
48024    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
48025$as_echo_n "checking for ld version... " >&6; }
48026
48027    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
48028      glibcxx_ld_is_gold=yes
48029    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
48030      glibcxx_ld_is_mold=yes
48031    fi
48032    ldver=`$LD --version 2>/dev/null |
48033	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
48034
48035    glibcxx_gnu_ld_version=`echo $ldver | \
48036	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
48037    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
48038$as_echo "$glibcxx_gnu_ld_version" >&6; }
48039  fi
48040
48041  # Set --gc-sections.
48042  glibcxx_have_gc_sections=no
48043  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
48044    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
48045      glibcxx_have_gc_sections=yes
48046    fi
48047  else
48048    glibcxx_gcsections_min_ld=21602
48049    if test x"$with_gnu_ld" = x"yes" &&
48050	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
48051      glibcxx_have_gc_sections=yes
48052    fi
48053  fi
48054  if test "$glibcxx_have_gc_sections" = "yes"; then
48055    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
48056    # NB: This flag only works reliably after 2.16.1. Configure tests
48057    # for this are difficult, so hard wire a value that should work.
48058
48059    ac_test_CFLAGS="${CFLAGS+set}"
48060    ac_save_CFLAGS="$CFLAGS"
48061    CFLAGS='-Wl,--gc-sections'
48062
48063    # Check for -Wl,--gc-sections
48064    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
48065$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
48066    if test x$gcc_no_link = xyes; then
48067  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
48068fi
48069cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48070/* end confdefs.h.  */
48071 int one(void) { return 1; }
48072     int two(void) { return 2; }
48073
48074int
48075main ()
48076{
48077 two();
48078  ;
48079  return 0;
48080}
48081_ACEOF
48082if ac_fn_c_try_link "$LINENO"; then :
48083  ac_gcsections=yes
48084else
48085  ac_gcsections=no
48086fi
48087rm -f core conftest.err conftest.$ac_objext \
48088    conftest$ac_exeext conftest.$ac_ext
48089    if test "$ac_gcsections" = "yes"; then
48090      rm -f conftest.c
48091      touch conftest.c
48092      if $CC -c conftest.c; then
48093	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
48094	   grep "Warning: gc-sections option ignored" > /dev/null; then
48095	  ac_gcsections=no
48096	fi
48097      fi
48098      rm -f conftest.c conftest.o conftest
48099    fi
48100    if test "$ac_gcsections" = "yes"; then
48101      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
48102    fi
48103    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
48104$as_echo "$ac_gcsections" >&6; }
48105
48106    if test "$ac_test_CFLAGS" = set; then
48107      CFLAGS="$ac_save_CFLAGS"
48108    else
48109      # this is the suspicious part
48110      CFLAGS=''
48111    fi
48112  fi
48113
48114  # Set -z,relro.
48115  # Note this is only for shared objects.
48116  ac_ld_relro=no
48117  if test x"$with_gnu_ld" = x"yes"; then
48118    # cygwin and mingw uses PE, which has no ELF relro support,
48119    # multi target ld may confuse configure machinery
48120    case "$host" in
48121    *-*-cygwin*)
48122     ;;
48123    *-*-mingw*)
48124     ;;
48125    *)
48126      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
48127$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
48128      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
48129      if test -n "$cxx_z_relo"; then
48130        OPT_LDFLAGS="-Wl,-z,relro"
48131        ac_ld_relro=yes
48132      fi
48133      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
48134$as_echo "$ac_ld_relro" >&6; }
48135    esac
48136  fi
48137
48138  # Set linker optimization flags.
48139  if test x"$with_gnu_ld" = x"yes"; then
48140    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
48141  fi
48142
48143
48144
48145
48146
48147  ac_test_CXXFLAGS="${CXXFLAGS+set}"
48148  ac_save_CXXFLAGS="$CXXFLAGS"
48149  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
48150
48151    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
48152$as_echo_n "checking for sin in -lm... " >&6; }
48153if ${ac_cv_lib_m_sin+:} false; then :
48154  $as_echo_n "(cached) " >&6
48155else
48156  ac_check_lib_save_LIBS=$LIBS
48157LIBS="-lm  $LIBS"
48158if test x$gcc_no_link = xyes; then
48159  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
48160fi
48161cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48162/* end confdefs.h.  */
48163
48164/* Override any GCC internal prototype to avoid an error.
48165   Use char because int might match the return type of a GCC
48166   builtin and then its argument prototype would still apply.  */
48167#ifdef __cplusplus
48168extern "C"
48169#endif
48170char sin ();
48171int
48172main ()
48173{
48174return sin ();
48175  ;
48176  return 0;
48177}
48178_ACEOF
48179if ac_fn_c_try_link "$LINENO"; then :
48180  ac_cv_lib_m_sin=yes
48181else
48182  ac_cv_lib_m_sin=no
48183fi
48184rm -f core conftest.err conftest.$ac_objext \
48185    conftest$ac_exeext conftest.$ac_ext
48186LIBS=$ac_check_lib_save_LIBS
48187fi
48188{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
48189$as_echo "$ac_cv_lib_m_sin" >&6; }
48190if test "x$ac_cv_lib_m_sin" = xyes; then :
48191  libm="-lm"
48192fi
48193
48194  ac_save_LIBS="$LIBS"
48195  LIBS="$LIBS $libm"
48196
48197
48198
48199  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf declaration" >&5
48200$as_echo_n "checking for isinf declaration... " >&6; }
48201  if test x${glibcxx_cv_func_isinf_use+set} != xset; then
48202    if ${glibcxx_cv_func_isinf_use+:} false; then :
48203  $as_echo_n "(cached) " >&6
48204else
48205
48206
48207      ac_ext=cpp
48208ac_cpp='$CXXCPP $CPPFLAGS'
48209ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48210ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48211ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48212
48213      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48214/* end confdefs.h.  */
48215#include <math.h>
48216		      #ifdef HAVE_IEEEFP_H
48217		      #include <ieeefp.h>
48218		      #endif
48219
48220int
48221main ()
48222{
48223 isinf(0);
48224  ;
48225  return 0;
48226}
48227_ACEOF
48228if ac_fn_cxx_try_compile "$LINENO"; then :
48229  glibcxx_cv_func_isinf_use=yes
48230else
48231  glibcxx_cv_func_isinf_use=no
48232fi
48233rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48234      ac_ext=c
48235ac_cpp='$CPP $CPPFLAGS'
48236ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48237ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48238ac_compiler_gnu=$ac_cv_c_compiler_gnu
48239
48240
48241fi
48242
48243  fi
48244  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinf_use" >&5
48245$as_echo "$glibcxx_cv_func_isinf_use" >&6; }
48246
48247  if test x$glibcxx_cv_func_isinf_use = x"yes"; then
48248    for ac_func in isinf
48249do :
48250  ac_fn_c_check_func "$LINENO" "isinf" "ac_cv_func_isinf"
48251if test "x$ac_cv_func_isinf" = xyes; then :
48252  cat >>confdefs.h <<_ACEOF
48253#define HAVE_ISINF 1
48254_ACEOF
48255
48256fi
48257done
48258
48259  else
48260
48261  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5
48262$as_echo_n "checking for _isinf declaration... " >&6; }
48263  if test x${glibcxx_cv_func__isinf_use+set} != xset; then
48264    if ${glibcxx_cv_func__isinf_use+:} false; then :
48265  $as_echo_n "(cached) " >&6
48266else
48267
48268
48269      ac_ext=cpp
48270ac_cpp='$CXXCPP $CPPFLAGS'
48271ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48272ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48273ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48274
48275      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48276/* end confdefs.h.  */
48277#include <math.h>
48278		      #ifdef HAVE_IEEEFP_H
48279		      #include <ieeefp.h>
48280		      #endif
48281
48282int
48283main ()
48284{
48285 _isinf(0);
48286  ;
48287  return 0;
48288}
48289_ACEOF
48290if ac_fn_cxx_try_compile "$LINENO"; then :
48291  glibcxx_cv_func__isinf_use=yes
48292else
48293  glibcxx_cv_func__isinf_use=no
48294fi
48295rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48296      ac_ext=c
48297ac_cpp='$CPP $CPPFLAGS'
48298ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48299ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48300ac_compiler_gnu=$ac_cv_c_compiler_gnu
48301
48302
48303fi
48304
48305  fi
48306  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5
48307$as_echo "$glibcxx_cv_func__isinf_use" >&6; }
48308
48309    if test x$glibcxx_cv_func__isinf_use = x"yes"; then
48310      for ac_func in _isinf
48311do :
48312  ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf"
48313if test "x$ac_cv_func__isinf" = xyes; then :
48314  cat >>confdefs.h <<_ACEOF
48315#define HAVE__ISINF 1
48316_ACEOF
48317
48318fi
48319done
48320
48321    fi
48322  fi
48323
48324
48325
48326
48327
48328  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5
48329$as_echo_n "checking for isnan declaration... " >&6; }
48330  if test x${glibcxx_cv_func_isnan_use+set} != xset; then
48331    if ${glibcxx_cv_func_isnan_use+:} false; then :
48332  $as_echo_n "(cached) " >&6
48333else
48334
48335
48336      ac_ext=cpp
48337ac_cpp='$CXXCPP $CPPFLAGS'
48338ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48339ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48340ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48341
48342      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48343/* end confdefs.h.  */
48344#include <math.h>
48345		      #ifdef HAVE_IEEEFP_H
48346		      #include <ieeefp.h>
48347		      #endif
48348
48349int
48350main ()
48351{
48352 isnan(0);
48353  ;
48354  return 0;
48355}
48356_ACEOF
48357if ac_fn_cxx_try_compile "$LINENO"; then :
48358  glibcxx_cv_func_isnan_use=yes
48359else
48360  glibcxx_cv_func_isnan_use=no
48361fi
48362rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48363      ac_ext=c
48364ac_cpp='$CPP $CPPFLAGS'
48365ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48366ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48367ac_compiler_gnu=$ac_cv_c_compiler_gnu
48368
48369
48370fi
48371
48372  fi
48373  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnan_use" >&5
48374$as_echo "$glibcxx_cv_func_isnan_use" >&6; }
48375
48376  if test x$glibcxx_cv_func_isnan_use = x"yes"; then
48377    for ac_func in isnan
48378do :
48379  ac_fn_c_check_func "$LINENO" "isnan" "ac_cv_func_isnan"
48380if test "x$ac_cv_func_isnan" = xyes; then :
48381  cat >>confdefs.h <<_ACEOF
48382#define HAVE_ISNAN 1
48383_ACEOF
48384
48385fi
48386done
48387
48388  else
48389
48390  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5
48391$as_echo_n "checking for _isnan declaration... " >&6; }
48392  if test x${glibcxx_cv_func__isnan_use+set} != xset; then
48393    if ${glibcxx_cv_func__isnan_use+:} false; then :
48394  $as_echo_n "(cached) " >&6
48395else
48396
48397
48398      ac_ext=cpp
48399ac_cpp='$CXXCPP $CPPFLAGS'
48400ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48401ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48402ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48403
48404      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48405/* end confdefs.h.  */
48406#include <math.h>
48407		      #ifdef HAVE_IEEEFP_H
48408		      #include <ieeefp.h>
48409		      #endif
48410
48411int
48412main ()
48413{
48414 _isnan(0);
48415  ;
48416  return 0;
48417}
48418_ACEOF
48419if ac_fn_cxx_try_compile "$LINENO"; then :
48420  glibcxx_cv_func__isnan_use=yes
48421else
48422  glibcxx_cv_func__isnan_use=no
48423fi
48424rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48425      ac_ext=c
48426ac_cpp='$CPP $CPPFLAGS'
48427ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48428ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48429ac_compiler_gnu=$ac_cv_c_compiler_gnu
48430
48431
48432fi
48433
48434  fi
48435  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5
48436$as_echo "$glibcxx_cv_func__isnan_use" >&6; }
48437
48438    if test x$glibcxx_cv_func__isnan_use = x"yes"; then
48439      for ac_func in _isnan
48440do :
48441  ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan"
48442if test "x$ac_cv_func__isnan" = xyes; then :
48443  cat >>confdefs.h <<_ACEOF
48444#define HAVE__ISNAN 1
48445_ACEOF
48446
48447fi
48448done
48449
48450    fi
48451  fi
48452
48453
48454
48455
48456
48457  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5
48458$as_echo_n "checking for finite declaration... " >&6; }
48459  if test x${glibcxx_cv_func_finite_use+set} != xset; then
48460    if ${glibcxx_cv_func_finite_use+:} false; then :
48461  $as_echo_n "(cached) " >&6
48462else
48463
48464
48465      ac_ext=cpp
48466ac_cpp='$CXXCPP $CPPFLAGS'
48467ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48468ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48469ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48470
48471      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48472/* end confdefs.h.  */
48473#include <math.h>
48474		      #ifdef HAVE_IEEEFP_H
48475		      #include <ieeefp.h>
48476		      #endif
48477
48478int
48479main ()
48480{
48481 finite(0);
48482  ;
48483  return 0;
48484}
48485_ACEOF
48486if ac_fn_cxx_try_compile "$LINENO"; then :
48487  glibcxx_cv_func_finite_use=yes
48488else
48489  glibcxx_cv_func_finite_use=no
48490fi
48491rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48492      ac_ext=c
48493ac_cpp='$CPP $CPPFLAGS'
48494ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48495ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48496ac_compiler_gnu=$ac_cv_c_compiler_gnu
48497
48498
48499fi
48500
48501  fi
48502  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finite_use" >&5
48503$as_echo "$glibcxx_cv_func_finite_use" >&6; }
48504
48505  if test x$glibcxx_cv_func_finite_use = x"yes"; then
48506    for ac_func in finite
48507do :
48508  ac_fn_c_check_func "$LINENO" "finite" "ac_cv_func_finite"
48509if test "x$ac_cv_func_finite" = xyes; then :
48510  cat >>confdefs.h <<_ACEOF
48511#define HAVE_FINITE 1
48512_ACEOF
48513
48514fi
48515done
48516
48517  else
48518
48519  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5
48520$as_echo_n "checking for _finite declaration... " >&6; }
48521  if test x${glibcxx_cv_func__finite_use+set} != xset; then
48522    if ${glibcxx_cv_func__finite_use+:} false; then :
48523  $as_echo_n "(cached) " >&6
48524else
48525
48526
48527      ac_ext=cpp
48528ac_cpp='$CXXCPP $CPPFLAGS'
48529ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48530ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48531ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48532
48533      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48534/* end confdefs.h.  */
48535#include <math.h>
48536		      #ifdef HAVE_IEEEFP_H
48537		      #include <ieeefp.h>
48538		      #endif
48539
48540int
48541main ()
48542{
48543 _finite(0);
48544  ;
48545  return 0;
48546}
48547_ACEOF
48548if ac_fn_cxx_try_compile "$LINENO"; then :
48549  glibcxx_cv_func__finite_use=yes
48550else
48551  glibcxx_cv_func__finite_use=no
48552fi
48553rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48554      ac_ext=c
48555ac_cpp='$CPP $CPPFLAGS'
48556ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48557ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48558ac_compiler_gnu=$ac_cv_c_compiler_gnu
48559
48560
48561fi
48562
48563  fi
48564  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5
48565$as_echo "$glibcxx_cv_func__finite_use" >&6; }
48566
48567    if test x$glibcxx_cv_func__finite_use = x"yes"; then
48568      for ac_func in _finite
48569do :
48570  ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite"
48571if test "x$ac_cv_func__finite" = xyes; then :
48572  cat >>confdefs.h <<_ACEOF
48573#define HAVE__FINITE 1
48574_ACEOF
48575
48576fi
48577done
48578
48579    fi
48580  fi
48581
48582
48583
48584
48585
48586  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5
48587$as_echo_n "checking for sincos declaration... " >&6; }
48588  if test x${glibcxx_cv_func_sincos_use+set} != xset; then
48589    if ${glibcxx_cv_func_sincos_use+:} false; then :
48590  $as_echo_n "(cached) " >&6
48591else
48592
48593
48594      ac_ext=cpp
48595ac_cpp='$CXXCPP $CPPFLAGS'
48596ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48597ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48598ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48599
48600      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48601/* end confdefs.h.  */
48602#include <math.h>
48603int
48604main ()
48605{
48606 sincos(0, 0, 0);
48607  ;
48608  return 0;
48609}
48610_ACEOF
48611if ac_fn_cxx_try_compile "$LINENO"; then :
48612  glibcxx_cv_func_sincos_use=yes
48613else
48614  glibcxx_cv_func_sincos_use=no
48615fi
48616rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48617      ac_ext=c
48618ac_cpp='$CPP $CPPFLAGS'
48619ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48620ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48621ac_compiler_gnu=$ac_cv_c_compiler_gnu
48622
48623
48624fi
48625
48626  fi
48627  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincos_use" >&5
48628$as_echo "$glibcxx_cv_func_sincos_use" >&6; }
48629
48630  if test x$glibcxx_cv_func_sincos_use = x"yes"; then
48631    for ac_func in sincos
48632do :
48633  ac_fn_c_check_func "$LINENO" "sincos" "ac_cv_func_sincos"
48634if test "x$ac_cv_func_sincos" = xyes; then :
48635  cat >>confdefs.h <<_ACEOF
48636#define HAVE_SINCOS 1
48637_ACEOF
48638
48639fi
48640done
48641
48642  else
48643
48644  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5
48645$as_echo_n "checking for _sincos declaration... " >&6; }
48646  if test x${glibcxx_cv_func__sincos_use+set} != xset; then
48647    if ${glibcxx_cv_func__sincos_use+:} false; then :
48648  $as_echo_n "(cached) " >&6
48649else
48650
48651
48652      ac_ext=cpp
48653ac_cpp='$CXXCPP $CPPFLAGS'
48654ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48655ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48656ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48657
48658      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48659/* end confdefs.h.  */
48660#include <math.h>
48661int
48662main ()
48663{
48664 _sincos(0, 0, 0);
48665  ;
48666  return 0;
48667}
48668_ACEOF
48669if ac_fn_cxx_try_compile "$LINENO"; then :
48670  glibcxx_cv_func__sincos_use=yes
48671else
48672  glibcxx_cv_func__sincos_use=no
48673fi
48674rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48675      ac_ext=c
48676ac_cpp='$CPP $CPPFLAGS'
48677ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48678ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48679ac_compiler_gnu=$ac_cv_c_compiler_gnu
48680
48681
48682fi
48683
48684  fi
48685  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5
48686$as_echo "$glibcxx_cv_func__sincos_use" >&6; }
48687
48688    if test x$glibcxx_cv_func__sincos_use = x"yes"; then
48689      for ac_func in _sincos
48690do :
48691  ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos"
48692if test "x$ac_cv_func__sincos" = xyes; then :
48693  cat >>confdefs.h <<_ACEOF
48694#define HAVE__SINCOS 1
48695_ACEOF
48696
48697fi
48698done
48699
48700    fi
48701  fi
48702
48703
48704
48705
48706
48707  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5
48708$as_echo_n "checking for fpclass declaration... " >&6; }
48709  if test x${glibcxx_cv_func_fpclass_use+set} != xset; then
48710    if ${glibcxx_cv_func_fpclass_use+:} false; then :
48711  $as_echo_n "(cached) " >&6
48712else
48713
48714
48715      ac_ext=cpp
48716ac_cpp='$CXXCPP $CPPFLAGS'
48717ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48718ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48719ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48720
48721      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48722/* end confdefs.h.  */
48723#include <math.h>
48724		      #ifdef HAVE_IEEEFP_H
48725		      #include <ieeefp.h>
48726		      #endif
48727
48728int
48729main ()
48730{
48731 fpclass(0);
48732  ;
48733  return 0;
48734}
48735_ACEOF
48736if ac_fn_cxx_try_compile "$LINENO"; then :
48737  glibcxx_cv_func_fpclass_use=yes
48738else
48739  glibcxx_cv_func_fpclass_use=no
48740fi
48741rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48742      ac_ext=c
48743ac_cpp='$CPP $CPPFLAGS'
48744ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48745ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48746ac_compiler_gnu=$ac_cv_c_compiler_gnu
48747
48748
48749fi
48750
48751  fi
48752  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fpclass_use" >&5
48753$as_echo "$glibcxx_cv_func_fpclass_use" >&6; }
48754
48755  if test x$glibcxx_cv_func_fpclass_use = x"yes"; then
48756    for ac_func in fpclass
48757do :
48758  ac_fn_c_check_func "$LINENO" "fpclass" "ac_cv_func_fpclass"
48759if test "x$ac_cv_func_fpclass" = xyes; then :
48760  cat >>confdefs.h <<_ACEOF
48761#define HAVE_FPCLASS 1
48762_ACEOF
48763
48764fi
48765done
48766
48767  else
48768
48769  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5
48770$as_echo_n "checking for _fpclass declaration... " >&6; }
48771  if test x${glibcxx_cv_func__fpclass_use+set} != xset; then
48772    if ${glibcxx_cv_func__fpclass_use+:} false; then :
48773  $as_echo_n "(cached) " >&6
48774else
48775
48776
48777      ac_ext=cpp
48778ac_cpp='$CXXCPP $CPPFLAGS'
48779ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48780ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48781ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48782
48783      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48784/* end confdefs.h.  */
48785#include <math.h>
48786		      #ifdef HAVE_IEEEFP_H
48787		      #include <ieeefp.h>
48788		      #endif
48789
48790int
48791main ()
48792{
48793 _fpclass(0);
48794  ;
48795  return 0;
48796}
48797_ACEOF
48798if ac_fn_cxx_try_compile "$LINENO"; then :
48799  glibcxx_cv_func__fpclass_use=yes
48800else
48801  glibcxx_cv_func__fpclass_use=no
48802fi
48803rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48804      ac_ext=c
48805ac_cpp='$CPP $CPPFLAGS'
48806ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48807ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48808ac_compiler_gnu=$ac_cv_c_compiler_gnu
48809
48810
48811fi
48812
48813  fi
48814  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5
48815$as_echo "$glibcxx_cv_func__fpclass_use" >&6; }
48816
48817    if test x$glibcxx_cv_func__fpclass_use = x"yes"; then
48818      for ac_func in _fpclass
48819do :
48820  ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass"
48821if test "x$ac_cv_func__fpclass" = xyes; then :
48822  cat >>confdefs.h <<_ACEOF
48823#define HAVE__FPCLASS 1
48824_ACEOF
48825
48826fi
48827done
48828
48829    fi
48830  fi
48831
48832
48833
48834
48835
48836  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5
48837$as_echo_n "checking for qfpclass declaration... " >&6; }
48838  if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then
48839    if ${glibcxx_cv_func_qfpclass_use+:} false; then :
48840  $as_echo_n "(cached) " >&6
48841else
48842
48843
48844      ac_ext=cpp
48845ac_cpp='$CXXCPP $CPPFLAGS'
48846ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48847ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48848ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48849
48850      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48851/* end confdefs.h.  */
48852#include <math.h>
48853		      #ifdef HAVE_IEEEFP_H
48854		      #include <ieeefp.h>
48855		      #endif
48856
48857int
48858main ()
48859{
48860 qfpclass(0);
48861  ;
48862  return 0;
48863}
48864_ACEOF
48865if ac_fn_cxx_try_compile "$LINENO"; then :
48866  glibcxx_cv_func_qfpclass_use=yes
48867else
48868  glibcxx_cv_func_qfpclass_use=no
48869fi
48870rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48871      ac_ext=c
48872ac_cpp='$CPP $CPPFLAGS'
48873ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48874ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48875ac_compiler_gnu=$ac_cv_c_compiler_gnu
48876
48877
48878fi
48879
48880  fi
48881  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_qfpclass_use" >&5
48882$as_echo "$glibcxx_cv_func_qfpclass_use" >&6; }
48883
48884  if test x$glibcxx_cv_func_qfpclass_use = x"yes"; then
48885    for ac_func in qfpclass
48886do :
48887  ac_fn_c_check_func "$LINENO" "qfpclass" "ac_cv_func_qfpclass"
48888if test "x$ac_cv_func_qfpclass" = xyes; then :
48889  cat >>confdefs.h <<_ACEOF
48890#define HAVE_QFPCLASS 1
48891_ACEOF
48892
48893fi
48894done
48895
48896  else
48897
48898  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5
48899$as_echo_n "checking for _qfpclass declaration... " >&6; }
48900  if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then
48901    if ${glibcxx_cv_func__qfpclass_use+:} false; then :
48902  $as_echo_n "(cached) " >&6
48903else
48904
48905
48906      ac_ext=cpp
48907ac_cpp='$CXXCPP $CPPFLAGS'
48908ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48909ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48910ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48911
48912      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48913/* end confdefs.h.  */
48914#include <math.h>
48915		      #ifdef HAVE_IEEEFP_H
48916		      #include <ieeefp.h>
48917		      #endif
48918
48919int
48920main ()
48921{
48922 _qfpclass(0);
48923  ;
48924  return 0;
48925}
48926_ACEOF
48927if ac_fn_cxx_try_compile "$LINENO"; then :
48928  glibcxx_cv_func__qfpclass_use=yes
48929else
48930  glibcxx_cv_func__qfpclass_use=no
48931fi
48932rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48933      ac_ext=c
48934ac_cpp='$CPP $CPPFLAGS'
48935ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48936ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48937ac_compiler_gnu=$ac_cv_c_compiler_gnu
48938
48939
48940fi
48941
48942  fi
48943  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5
48944$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; }
48945
48946    if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then
48947      for ac_func in _qfpclass
48948do :
48949  ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass"
48950if test "x$ac_cv_func__qfpclass" = xyes; then :
48951  cat >>confdefs.h <<_ACEOF
48952#define HAVE__QFPCLASS 1
48953_ACEOF
48954
48955fi
48956done
48957
48958    fi
48959  fi
48960
48961
48962
48963
48964
48965  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5
48966$as_echo_n "checking for hypot declaration... " >&6; }
48967  if test x${glibcxx_cv_func_hypot_use+set} != xset; then
48968    if ${glibcxx_cv_func_hypot_use+:} false; then :
48969  $as_echo_n "(cached) " >&6
48970else
48971
48972
48973      ac_ext=cpp
48974ac_cpp='$CXXCPP $CPPFLAGS'
48975ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48976ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48977ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48978
48979      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48980/* end confdefs.h.  */
48981#include <math.h>
48982int
48983main ()
48984{
48985 hypot(0, 0);
48986  ;
48987  return 0;
48988}
48989_ACEOF
48990if ac_fn_cxx_try_compile "$LINENO"; then :
48991  glibcxx_cv_func_hypot_use=yes
48992else
48993  glibcxx_cv_func_hypot_use=no
48994fi
48995rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48996      ac_ext=c
48997ac_cpp='$CPP $CPPFLAGS'
48998ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48999ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49000ac_compiler_gnu=$ac_cv_c_compiler_gnu
49001
49002
49003fi
49004
49005  fi
49006  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypot_use" >&5
49007$as_echo "$glibcxx_cv_func_hypot_use" >&6; }
49008
49009  if test x$glibcxx_cv_func_hypot_use = x"yes"; then
49010    for ac_func in hypot
49011do :
49012  ac_fn_c_check_func "$LINENO" "hypot" "ac_cv_func_hypot"
49013if test "x$ac_cv_func_hypot" = xyes; then :
49014  cat >>confdefs.h <<_ACEOF
49015#define HAVE_HYPOT 1
49016_ACEOF
49017
49018fi
49019done
49020
49021  else
49022
49023  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5
49024$as_echo_n "checking for _hypot declaration... " >&6; }
49025  if test x${glibcxx_cv_func__hypot_use+set} != xset; then
49026    if ${glibcxx_cv_func__hypot_use+:} false; then :
49027  $as_echo_n "(cached) " >&6
49028else
49029
49030
49031      ac_ext=cpp
49032ac_cpp='$CXXCPP $CPPFLAGS'
49033ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49034ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49035ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49036
49037      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49038/* end confdefs.h.  */
49039#include <math.h>
49040int
49041main ()
49042{
49043 _hypot(0, 0);
49044  ;
49045  return 0;
49046}
49047_ACEOF
49048if ac_fn_cxx_try_compile "$LINENO"; then :
49049  glibcxx_cv_func__hypot_use=yes
49050else
49051  glibcxx_cv_func__hypot_use=no
49052fi
49053rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49054      ac_ext=c
49055ac_cpp='$CPP $CPPFLAGS'
49056ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49057ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49058ac_compiler_gnu=$ac_cv_c_compiler_gnu
49059
49060
49061fi
49062
49063  fi
49064  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5
49065$as_echo "$glibcxx_cv_func__hypot_use" >&6; }
49066
49067    if test x$glibcxx_cv_func__hypot_use = x"yes"; then
49068      for ac_func in _hypot
49069do :
49070  ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot"
49071if test "x$ac_cv_func__hypot" = xyes; then :
49072  cat >>confdefs.h <<_ACEOF
49073#define HAVE__HYPOT 1
49074_ACEOF
49075
49076fi
49077done
49078
49079    fi
49080  fi
49081
49082
49083
49084
49085
49086    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5
49087$as_echo_n "checking for float trig functions... " >&6; }
49088  if ${glibcxx_cv_func_float_trig_use+:} false; then :
49089  $as_echo_n "(cached) " >&6
49090else
49091
49092
49093    ac_ext=cpp
49094ac_cpp='$CXXCPP $CPPFLAGS'
49095ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49096ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49097ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49098
49099    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49100/* end confdefs.h.  */
49101#include <math.h>
49102int
49103main ()
49104{
49105acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
49106  ;
49107  return 0;
49108}
49109_ACEOF
49110if ac_fn_cxx_try_compile "$LINENO"; then :
49111  glibcxx_cv_func_float_trig_use=yes
49112else
49113  glibcxx_cv_func_float_trig_use=no
49114fi
49115rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49116    ac_ext=c
49117ac_cpp='$CPP $CPPFLAGS'
49118ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49119ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49120ac_compiler_gnu=$ac_cv_c_compiler_gnu
49121
49122fi
49123
49124  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_trig_use" >&5
49125$as_echo "$glibcxx_cv_func_float_trig_use" >&6; }
49126  if test x$glibcxx_cv_func_float_trig_use = x"yes"; then
49127    for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
49128do :
49129  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
49130ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
49131if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
49132  cat >>confdefs.h <<_ACEOF
49133#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
49134_ACEOF
49135
49136fi
49137done
49138
49139  else
49140    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5
49141$as_echo_n "checking for _float trig functions... " >&6; }
49142    if ${glibcxx_cv_func__float_trig_use+:} false; then :
49143  $as_echo_n "(cached) " >&6
49144else
49145
49146
49147      ac_ext=cpp
49148ac_cpp='$CXXCPP $CPPFLAGS'
49149ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49150ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49151ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49152
49153      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49154/* end confdefs.h.  */
49155#include <math.h>
49156int
49157main ()
49158{
49159_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0);
49160  ;
49161  return 0;
49162}
49163_ACEOF
49164if ac_fn_cxx_try_compile "$LINENO"; then :
49165  glibcxx_cv_func__float_trig_use=yes
49166else
49167  glibcxx_cv_func__float_trig_use=no
49168fi
49169rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49170      ac_ext=c
49171ac_cpp='$CPP $CPPFLAGS'
49172ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49173ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49174ac_compiler_gnu=$ac_cv_c_compiler_gnu
49175
49176fi
49177
49178    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5
49179$as_echo "$glibcxx_cv_func__float_trig_use" >&6; }
49180    if test x$glibcxx_cv_func__float_trig_use = x"yes"; then
49181      for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf
49182do :
49183  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
49184ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
49185if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
49186  cat >>confdefs.h <<_ACEOF
49187#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
49188_ACEOF
49189
49190fi
49191done
49192
49193    fi
49194  fi
49195
49196
49197
49198
49199
49200    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5
49201$as_echo_n "checking for float round functions... " >&6; }
49202  if ${glibcxx_cv_func_float_round_use+:} false; then :
49203  $as_echo_n "(cached) " >&6
49204else
49205
49206
49207    ac_ext=cpp
49208ac_cpp='$CXXCPP $CPPFLAGS'
49209ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49210ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49211ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49212
49213    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49214/* end confdefs.h.  */
49215#include <math.h>
49216int
49217main ()
49218{
49219ceilf (0); floorf (0);
49220  ;
49221  return 0;
49222}
49223_ACEOF
49224if ac_fn_cxx_try_compile "$LINENO"; then :
49225  glibcxx_cv_func_float_round_use=yes
49226else
49227  glibcxx_cv_func_float_round_use=no
49228fi
49229rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49230    ac_ext=c
49231ac_cpp='$CPP $CPPFLAGS'
49232ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49233ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49234ac_compiler_gnu=$ac_cv_c_compiler_gnu
49235
49236fi
49237
49238  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_round_use" >&5
49239$as_echo "$glibcxx_cv_func_float_round_use" >&6; }
49240  if test x$glibcxx_cv_func_float_round_use = x"yes"; then
49241    for ac_func in ceilf floorf
49242do :
49243  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
49244ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
49245if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
49246  cat >>confdefs.h <<_ACEOF
49247#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
49248_ACEOF
49249
49250fi
49251done
49252
49253  else
49254    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5
49255$as_echo_n "checking for _float round functions... " >&6; }
49256    if ${glibcxx_cv_func__float_round_use+:} false; then :
49257  $as_echo_n "(cached) " >&6
49258else
49259
49260
49261      ac_ext=cpp
49262ac_cpp='$CXXCPP $CPPFLAGS'
49263ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49264ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49265ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49266
49267      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49268/* end confdefs.h.  */
49269#include <math.h>
49270int
49271main ()
49272{
49273_ceilf (0); _floorf (0);
49274  ;
49275  return 0;
49276}
49277_ACEOF
49278if ac_fn_cxx_try_compile "$LINENO"; then :
49279  glibcxx_cv_func__float_round_use=yes
49280else
49281  glibcxx_cv_func__float_round_use=no
49282fi
49283rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49284      ac_ext=c
49285ac_cpp='$CPP $CPPFLAGS'
49286ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49287ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49288ac_compiler_gnu=$ac_cv_c_compiler_gnu
49289
49290fi
49291
49292    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5
49293$as_echo "$glibcxx_cv_func__float_round_use" >&6; }
49294    if test x$glibcxx_cv_func__float_round_use = x"yes"; then
49295      for ac_func in _ceilf _floorf
49296do :
49297  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
49298ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
49299if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
49300  cat >>confdefs.h <<_ACEOF
49301#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
49302_ACEOF
49303
49304fi
49305done
49306
49307    fi
49308  fi
49309
49310
49311
49312
49313
49314
49315  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5
49316$as_echo_n "checking for expf declaration... " >&6; }
49317  if test x${glibcxx_cv_func_expf_use+set} != xset; then
49318    if ${glibcxx_cv_func_expf_use+:} false; then :
49319  $as_echo_n "(cached) " >&6
49320else
49321
49322
49323      ac_ext=cpp
49324ac_cpp='$CXXCPP $CPPFLAGS'
49325ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49326ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49327ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49328
49329      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49330/* end confdefs.h.  */
49331#include <math.h>
49332		      #ifdef HAVE_IEEEFP_H
49333		      #include <ieeefp.h>
49334		      #endif
49335
49336int
49337main ()
49338{
49339 expf(0);
49340  ;
49341  return 0;
49342}
49343_ACEOF
49344if ac_fn_cxx_try_compile "$LINENO"; then :
49345  glibcxx_cv_func_expf_use=yes
49346else
49347  glibcxx_cv_func_expf_use=no
49348fi
49349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49350      ac_ext=c
49351ac_cpp='$CPP $CPPFLAGS'
49352ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49353ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49354ac_compiler_gnu=$ac_cv_c_compiler_gnu
49355
49356
49357fi
49358
49359  fi
49360  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expf_use" >&5
49361$as_echo "$glibcxx_cv_func_expf_use" >&6; }
49362
49363  if test x$glibcxx_cv_func_expf_use = x"yes"; then
49364    for ac_func in expf
49365do :
49366  ac_fn_c_check_func "$LINENO" "expf" "ac_cv_func_expf"
49367if test "x$ac_cv_func_expf" = xyes; then :
49368  cat >>confdefs.h <<_ACEOF
49369#define HAVE_EXPF 1
49370_ACEOF
49371
49372fi
49373done
49374
49375  else
49376
49377  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5
49378$as_echo_n "checking for _expf declaration... " >&6; }
49379  if test x${glibcxx_cv_func__expf_use+set} != xset; then
49380    if ${glibcxx_cv_func__expf_use+:} false; then :
49381  $as_echo_n "(cached) " >&6
49382else
49383
49384
49385      ac_ext=cpp
49386ac_cpp='$CXXCPP $CPPFLAGS'
49387ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49388ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49389ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49390
49391      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49392/* end confdefs.h.  */
49393#include <math.h>
49394		      #ifdef HAVE_IEEEFP_H
49395		      #include <ieeefp.h>
49396		      #endif
49397
49398int
49399main ()
49400{
49401 _expf(0);
49402  ;
49403  return 0;
49404}
49405_ACEOF
49406if ac_fn_cxx_try_compile "$LINENO"; then :
49407  glibcxx_cv_func__expf_use=yes
49408else
49409  glibcxx_cv_func__expf_use=no
49410fi
49411rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49412      ac_ext=c
49413ac_cpp='$CPP $CPPFLAGS'
49414ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49415ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49416ac_compiler_gnu=$ac_cv_c_compiler_gnu
49417
49418
49419fi
49420
49421  fi
49422  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5
49423$as_echo "$glibcxx_cv_func__expf_use" >&6; }
49424
49425    if test x$glibcxx_cv_func__expf_use = x"yes"; then
49426      for ac_func in _expf
49427do :
49428  ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf"
49429if test "x$ac_cv_func__expf" = xyes; then :
49430  cat >>confdefs.h <<_ACEOF
49431#define HAVE__EXPF 1
49432_ACEOF
49433
49434fi
49435done
49436
49437    fi
49438  fi
49439
49440
49441
49442
49443
49444  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5
49445$as_echo_n "checking for isnanf declaration... " >&6; }
49446  if test x${glibcxx_cv_func_isnanf_use+set} != xset; then
49447    if ${glibcxx_cv_func_isnanf_use+:} false; then :
49448  $as_echo_n "(cached) " >&6
49449else
49450
49451
49452      ac_ext=cpp
49453ac_cpp='$CXXCPP $CPPFLAGS'
49454ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49455ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49456ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49457
49458      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49459/* end confdefs.h.  */
49460#include <math.h>
49461		      #ifdef HAVE_IEEEFP_H
49462		      #include <ieeefp.h>
49463		      #endif
49464
49465int
49466main ()
49467{
49468 isnanf(0);
49469  ;
49470  return 0;
49471}
49472_ACEOF
49473if ac_fn_cxx_try_compile "$LINENO"; then :
49474  glibcxx_cv_func_isnanf_use=yes
49475else
49476  glibcxx_cv_func_isnanf_use=no
49477fi
49478rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49479      ac_ext=c
49480ac_cpp='$CPP $CPPFLAGS'
49481ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49482ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49483ac_compiler_gnu=$ac_cv_c_compiler_gnu
49484
49485
49486fi
49487
49488  fi
49489  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanf_use" >&5
49490$as_echo "$glibcxx_cv_func_isnanf_use" >&6; }
49491
49492  if test x$glibcxx_cv_func_isnanf_use = x"yes"; then
49493    for ac_func in isnanf
49494do :
49495  ac_fn_c_check_func "$LINENO" "isnanf" "ac_cv_func_isnanf"
49496if test "x$ac_cv_func_isnanf" = xyes; then :
49497  cat >>confdefs.h <<_ACEOF
49498#define HAVE_ISNANF 1
49499_ACEOF
49500
49501fi
49502done
49503
49504  else
49505
49506  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5
49507$as_echo_n "checking for _isnanf declaration... " >&6; }
49508  if test x${glibcxx_cv_func__isnanf_use+set} != xset; then
49509    if ${glibcxx_cv_func__isnanf_use+:} false; then :
49510  $as_echo_n "(cached) " >&6
49511else
49512
49513
49514      ac_ext=cpp
49515ac_cpp='$CXXCPP $CPPFLAGS'
49516ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49517ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49518ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49519
49520      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49521/* end confdefs.h.  */
49522#include <math.h>
49523		      #ifdef HAVE_IEEEFP_H
49524		      #include <ieeefp.h>
49525		      #endif
49526
49527int
49528main ()
49529{
49530 _isnanf(0);
49531  ;
49532  return 0;
49533}
49534_ACEOF
49535if ac_fn_cxx_try_compile "$LINENO"; then :
49536  glibcxx_cv_func__isnanf_use=yes
49537else
49538  glibcxx_cv_func__isnanf_use=no
49539fi
49540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49541      ac_ext=c
49542ac_cpp='$CPP $CPPFLAGS'
49543ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49544ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49545ac_compiler_gnu=$ac_cv_c_compiler_gnu
49546
49547
49548fi
49549
49550  fi
49551  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5
49552$as_echo "$glibcxx_cv_func__isnanf_use" >&6; }
49553
49554    if test x$glibcxx_cv_func__isnanf_use = x"yes"; then
49555      for ac_func in _isnanf
49556do :
49557  ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf"
49558if test "x$ac_cv_func__isnanf" = xyes; then :
49559  cat >>confdefs.h <<_ACEOF
49560#define HAVE__ISNANF 1
49561_ACEOF
49562
49563fi
49564done
49565
49566    fi
49567  fi
49568
49569
49570
49571
49572
49573  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5
49574$as_echo_n "checking for isinff declaration... " >&6; }
49575  if test x${glibcxx_cv_func_isinff_use+set} != xset; then
49576    if ${glibcxx_cv_func_isinff_use+:} false; then :
49577  $as_echo_n "(cached) " >&6
49578else
49579
49580
49581      ac_ext=cpp
49582ac_cpp='$CXXCPP $CPPFLAGS'
49583ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49584ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49585ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49586
49587      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49588/* end confdefs.h.  */
49589#include <math.h>
49590		      #ifdef HAVE_IEEEFP_H
49591		      #include <ieeefp.h>
49592		      #endif
49593
49594int
49595main ()
49596{
49597 isinff(0);
49598  ;
49599  return 0;
49600}
49601_ACEOF
49602if ac_fn_cxx_try_compile "$LINENO"; then :
49603  glibcxx_cv_func_isinff_use=yes
49604else
49605  glibcxx_cv_func_isinff_use=no
49606fi
49607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49608      ac_ext=c
49609ac_cpp='$CPP $CPPFLAGS'
49610ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49611ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49612ac_compiler_gnu=$ac_cv_c_compiler_gnu
49613
49614
49615fi
49616
49617  fi
49618  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinff_use" >&5
49619$as_echo "$glibcxx_cv_func_isinff_use" >&6; }
49620
49621  if test x$glibcxx_cv_func_isinff_use = x"yes"; then
49622    for ac_func in isinff
49623do :
49624  ac_fn_c_check_func "$LINENO" "isinff" "ac_cv_func_isinff"
49625if test "x$ac_cv_func_isinff" = xyes; then :
49626  cat >>confdefs.h <<_ACEOF
49627#define HAVE_ISINFF 1
49628_ACEOF
49629
49630fi
49631done
49632
49633  else
49634
49635  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5
49636$as_echo_n "checking for _isinff declaration... " >&6; }
49637  if test x${glibcxx_cv_func__isinff_use+set} != xset; then
49638    if ${glibcxx_cv_func__isinff_use+:} false; then :
49639  $as_echo_n "(cached) " >&6
49640else
49641
49642
49643      ac_ext=cpp
49644ac_cpp='$CXXCPP $CPPFLAGS'
49645ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49646ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49647ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49648
49649      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49650/* end confdefs.h.  */
49651#include <math.h>
49652		      #ifdef HAVE_IEEEFP_H
49653		      #include <ieeefp.h>
49654		      #endif
49655
49656int
49657main ()
49658{
49659 _isinff(0);
49660  ;
49661  return 0;
49662}
49663_ACEOF
49664if ac_fn_cxx_try_compile "$LINENO"; then :
49665  glibcxx_cv_func__isinff_use=yes
49666else
49667  glibcxx_cv_func__isinff_use=no
49668fi
49669rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49670      ac_ext=c
49671ac_cpp='$CPP $CPPFLAGS'
49672ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49673ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49674ac_compiler_gnu=$ac_cv_c_compiler_gnu
49675
49676
49677fi
49678
49679  fi
49680  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5
49681$as_echo "$glibcxx_cv_func__isinff_use" >&6; }
49682
49683    if test x$glibcxx_cv_func__isinff_use = x"yes"; then
49684      for ac_func in _isinff
49685do :
49686  ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff"
49687if test "x$ac_cv_func__isinff" = xyes; then :
49688  cat >>confdefs.h <<_ACEOF
49689#define HAVE__ISINFF 1
49690_ACEOF
49691
49692fi
49693done
49694
49695    fi
49696  fi
49697
49698
49699
49700
49701
49702  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5
49703$as_echo_n "checking for atan2f declaration... " >&6; }
49704  if test x${glibcxx_cv_func_atan2f_use+set} != xset; then
49705    if ${glibcxx_cv_func_atan2f_use+:} false; then :
49706  $as_echo_n "(cached) " >&6
49707else
49708
49709
49710      ac_ext=cpp
49711ac_cpp='$CXXCPP $CPPFLAGS'
49712ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49713ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49714ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49715
49716      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49717/* end confdefs.h.  */
49718#include <math.h>
49719int
49720main ()
49721{
49722 atan2f(0, 0);
49723  ;
49724  return 0;
49725}
49726_ACEOF
49727if ac_fn_cxx_try_compile "$LINENO"; then :
49728  glibcxx_cv_func_atan2f_use=yes
49729else
49730  glibcxx_cv_func_atan2f_use=no
49731fi
49732rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49733      ac_ext=c
49734ac_cpp='$CPP $CPPFLAGS'
49735ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49736ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49737ac_compiler_gnu=$ac_cv_c_compiler_gnu
49738
49739
49740fi
49741
49742  fi
49743  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2f_use" >&5
49744$as_echo "$glibcxx_cv_func_atan2f_use" >&6; }
49745
49746  if test x$glibcxx_cv_func_atan2f_use = x"yes"; then
49747    for ac_func in atan2f
49748do :
49749  ac_fn_c_check_func "$LINENO" "atan2f" "ac_cv_func_atan2f"
49750if test "x$ac_cv_func_atan2f" = xyes; then :
49751  cat >>confdefs.h <<_ACEOF
49752#define HAVE_ATAN2F 1
49753_ACEOF
49754
49755fi
49756done
49757
49758  else
49759
49760  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5
49761$as_echo_n "checking for _atan2f declaration... " >&6; }
49762  if test x${glibcxx_cv_func__atan2f_use+set} != xset; then
49763    if ${glibcxx_cv_func__atan2f_use+:} false; then :
49764  $as_echo_n "(cached) " >&6
49765else
49766
49767
49768      ac_ext=cpp
49769ac_cpp='$CXXCPP $CPPFLAGS'
49770ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49771ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49772ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49773
49774      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49775/* end confdefs.h.  */
49776#include <math.h>
49777int
49778main ()
49779{
49780 _atan2f(0, 0);
49781  ;
49782  return 0;
49783}
49784_ACEOF
49785if ac_fn_cxx_try_compile "$LINENO"; then :
49786  glibcxx_cv_func__atan2f_use=yes
49787else
49788  glibcxx_cv_func__atan2f_use=no
49789fi
49790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49791      ac_ext=c
49792ac_cpp='$CPP $CPPFLAGS'
49793ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49794ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49795ac_compiler_gnu=$ac_cv_c_compiler_gnu
49796
49797
49798fi
49799
49800  fi
49801  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5
49802$as_echo "$glibcxx_cv_func__atan2f_use" >&6; }
49803
49804    if test x$glibcxx_cv_func__atan2f_use = x"yes"; then
49805      for ac_func in _atan2f
49806do :
49807  ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f"
49808if test "x$ac_cv_func__atan2f" = xyes; then :
49809  cat >>confdefs.h <<_ACEOF
49810#define HAVE__ATAN2F 1
49811_ACEOF
49812
49813fi
49814done
49815
49816    fi
49817  fi
49818
49819
49820
49821
49822
49823  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5
49824$as_echo_n "checking for fabsf declaration... " >&6; }
49825  if test x${glibcxx_cv_func_fabsf_use+set} != xset; then
49826    if ${glibcxx_cv_func_fabsf_use+:} false; then :
49827  $as_echo_n "(cached) " >&6
49828else
49829
49830
49831      ac_ext=cpp
49832ac_cpp='$CXXCPP $CPPFLAGS'
49833ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49834ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49835ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49836
49837      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49838/* end confdefs.h.  */
49839#include <math.h>
49840		      #ifdef HAVE_IEEEFP_H
49841		      #include <ieeefp.h>
49842		      #endif
49843
49844int
49845main ()
49846{
49847 fabsf(0);
49848  ;
49849  return 0;
49850}
49851_ACEOF
49852if ac_fn_cxx_try_compile "$LINENO"; then :
49853  glibcxx_cv_func_fabsf_use=yes
49854else
49855  glibcxx_cv_func_fabsf_use=no
49856fi
49857rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49858      ac_ext=c
49859ac_cpp='$CPP $CPPFLAGS'
49860ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49861ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49862ac_compiler_gnu=$ac_cv_c_compiler_gnu
49863
49864
49865fi
49866
49867  fi
49868  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsf_use" >&5
49869$as_echo "$glibcxx_cv_func_fabsf_use" >&6; }
49870
49871  if test x$glibcxx_cv_func_fabsf_use = x"yes"; then
49872    for ac_func in fabsf
49873do :
49874  ac_fn_c_check_func "$LINENO" "fabsf" "ac_cv_func_fabsf"
49875if test "x$ac_cv_func_fabsf" = xyes; then :
49876  cat >>confdefs.h <<_ACEOF
49877#define HAVE_FABSF 1
49878_ACEOF
49879
49880fi
49881done
49882
49883  else
49884
49885  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5
49886$as_echo_n "checking for _fabsf declaration... " >&6; }
49887  if test x${glibcxx_cv_func__fabsf_use+set} != xset; then
49888    if ${glibcxx_cv_func__fabsf_use+:} false; then :
49889  $as_echo_n "(cached) " >&6
49890else
49891
49892
49893      ac_ext=cpp
49894ac_cpp='$CXXCPP $CPPFLAGS'
49895ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49896ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49897ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49898
49899      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49900/* end confdefs.h.  */
49901#include <math.h>
49902		      #ifdef HAVE_IEEEFP_H
49903		      #include <ieeefp.h>
49904		      #endif
49905
49906int
49907main ()
49908{
49909 _fabsf(0);
49910  ;
49911  return 0;
49912}
49913_ACEOF
49914if ac_fn_cxx_try_compile "$LINENO"; then :
49915  glibcxx_cv_func__fabsf_use=yes
49916else
49917  glibcxx_cv_func__fabsf_use=no
49918fi
49919rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49920      ac_ext=c
49921ac_cpp='$CPP $CPPFLAGS'
49922ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49923ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49924ac_compiler_gnu=$ac_cv_c_compiler_gnu
49925
49926
49927fi
49928
49929  fi
49930  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5
49931$as_echo "$glibcxx_cv_func__fabsf_use" >&6; }
49932
49933    if test x$glibcxx_cv_func__fabsf_use = x"yes"; then
49934      for ac_func in _fabsf
49935do :
49936  ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf"
49937if test "x$ac_cv_func__fabsf" = xyes; then :
49938  cat >>confdefs.h <<_ACEOF
49939#define HAVE__FABSF 1
49940_ACEOF
49941
49942fi
49943done
49944
49945    fi
49946  fi
49947
49948
49949
49950
49951
49952  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5
49953$as_echo_n "checking for fmodf declaration... " >&6; }
49954  if test x${glibcxx_cv_func_fmodf_use+set} != xset; then
49955    if ${glibcxx_cv_func_fmodf_use+:} false; then :
49956  $as_echo_n "(cached) " >&6
49957else
49958
49959
49960      ac_ext=cpp
49961ac_cpp='$CXXCPP $CPPFLAGS'
49962ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49963ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49964ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49965
49966      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49967/* end confdefs.h.  */
49968#include <math.h>
49969int
49970main ()
49971{
49972 fmodf(0, 0);
49973  ;
49974  return 0;
49975}
49976_ACEOF
49977if ac_fn_cxx_try_compile "$LINENO"; then :
49978  glibcxx_cv_func_fmodf_use=yes
49979else
49980  glibcxx_cv_func_fmodf_use=no
49981fi
49982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49983      ac_ext=c
49984ac_cpp='$CPP $CPPFLAGS'
49985ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49986ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49987ac_compiler_gnu=$ac_cv_c_compiler_gnu
49988
49989
49990fi
49991
49992  fi
49993  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodf_use" >&5
49994$as_echo "$glibcxx_cv_func_fmodf_use" >&6; }
49995
49996  if test x$glibcxx_cv_func_fmodf_use = x"yes"; then
49997    for ac_func in fmodf
49998do :
49999  ac_fn_c_check_func "$LINENO" "fmodf" "ac_cv_func_fmodf"
50000if test "x$ac_cv_func_fmodf" = xyes; then :
50001  cat >>confdefs.h <<_ACEOF
50002#define HAVE_FMODF 1
50003_ACEOF
50004
50005fi
50006done
50007
50008  else
50009
50010  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5
50011$as_echo_n "checking for _fmodf declaration... " >&6; }
50012  if test x${glibcxx_cv_func__fmodf_use+set} != xset; then
50013    if ${glibcxx_cv_func__fmodf_use+:} false; then :
50014  $as_echo_n "(cached) " >&6
50015else
50016
50017
50018      ac_ext=cpp
50019ac_cpp='$CXXCPP $CPPFLAGS'
50020ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50021ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50022ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50023
50024      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50025/* end confdefs.h.  */
50026#include <math.h>
50027int
50028main ()
50029{
50030 _fmodf(0, 0);
50031  ;
50032  return 0;
50033}
50034_ACEOF
50035if ac_fn_cxx_try_compile "$LINENO"; then :
50036  glibcxx_cv_func__fmodf_use=yes
50037else
50038  glibcxx_cv_func__fmodf_use=no
50039fi
50040rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50041      ac_ext=c
50042ac_cpp='$CPP $CPPFLAGS'
50043ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50044ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50045ac_compiler_gnu=$ac_cv_c_compiler_gnu
50046
50047
50048fi
50049
50050  fi
50051  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5
50052$as_echo "$glibcxx_cv_func__fmodf_use" >&6; }
50053
50054    if test x$glibcxx_cv_func__fmodf_use = x"yes"; then
50055      for ac_func in _fmodf
50056do :
50057  ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf"
50058if test "x$ac_cv_func__fmodf" = xyes; then :
50059  cat >>confdefs.h <<_ACEOF
50060#define HAVE__FMODF 1
50061_ACEOF
50062
50063fi
50064done
50065
50066    fi
50067  fi
50068
50069
50070
50071
50072
50073  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5
50074$as_echo_n "checking for frexpf declaration... " >&6; }
50075  if test x${glibcxx_cv_func_frexpf_use+set} != xset; then
50076    if ${glibcxx_cv_func_frexpf_use+:} false; then :
50077  $as_echo_n "(cached) " >&6
50078else
50079
50080
50081      ac_ext=cpp
50082ac_cpp='$CXXCPP $CPPFLAGS'
50083ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50084ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50085ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50086
50087      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50088/* end confdefs.h.  */
50089#include <math.h>
50090int
50091main ()
50092{
50093 frexpf(0, 0);
50094  ;
50095  return 0;
50096}
50097_ACEOF
50098if ac_fn_cxx_try_compile "$LINENO"; then :
50099  glibcxx_cv_func_frexpf_use=yes
50100else
50101  glibcxx_cv_func_frexpf_use=no
50102fi
50103rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50104      ac_ext=c
50105ac_cpp='$CPP $CPPFLAGS'
50106ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50107ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50108ac_compiler_gnu=$ac_cv_c_compiler_gnu
50109
50110
50111fi
50112
50113  fi
50114  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpf_use" >&5
50115$as_echo "$glibcxx_cv_func_frexpf_use" >&6; }
50116
50117  if test x$glibcxx_cv_func_frexpf_use = x"yes"; then
50118    for ac_func in frexpf
50119do :
50120  ac_fn_c_check_func "$LINENO" "frexpf" "ac_cv_func_frexpf"
50121if test "x$ac_cv_func_frexpf" = xyes; then :
50122  cat >>confdefs.h <<_ACEOF
50123#define HAVE_FREXPF 1
50124_ACEOF
50125
50126fi
50127done
50128
50129  else
50130
50131  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5
50132$as_echo_n "checking for _frexpf declaration... " >&6; }
50133  if test x${glibcxx_cv_func__frexpf_use+set} != xset; then
50134    if ${glibcxx_cv_func__frexpf_use+:} false; then :
50135  $as_echo_n "(cached) " >&6
50136else
50137
50138
50139      ac_ext=cpp
50140ac_cpp='$CXXCPP $CPPFLAGS'
50141ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50142ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50143ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50144
50145      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50146/* end confdefs.h.  */
50147#include <math.h>
50148int
50149main ()
50150{
50151 _frexpf(0, 0);
50152  ;
50153  return 0;
50154}
50155_ACEOF
50156if ac_fn_cxx_try_compile "$LINENO"; then :
50157  glibcxx_cv_func__frexpf_use=yes
50158else
50159  glibcxx_cv_func__frexpf_use=no
50160fi
50161rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50162      ac_ext=c
50163ac_cpp='$CPP $CPPFLAGS'
50164ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50165ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50166ac_compiler_gnu=$ac_cv_c_compiler_gnu
50167
50168
50169fi
50170
50171  fi
50172  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5
50173$as_echo "$glibcxx_cv_func__frexpf_use" >&6; }
50174
50175    if test x$glibcxx_cv_func__frexpf_use = x"yes"; then
50176      for ac_func in _frexpf
50177do :
50178  ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf"
50179if test "x$ac_cv_func__frexpf" = xyes; then :
50180  cat >>confdefs.h <<_ACEOF
50181#define HAVE__FREXPF 1
50182_ACEOF
50183
50184fi
50185done
50186
50187    fi
50188  fi
50189
50190
50191
50192
50193
50194  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5
50195$as_echo_n "checking for hypotf declaration... " >&6; }
50196  if test x${glibcxx_cv_func_hypotf_use+set} != xset; then
50197    if ${glibcxx_cv_func_hypotf_use+:} false; then :
50198  $as_echo_n "(cached) " >&6
50199else
50200
50201
50202      ac_ext=cpp
50203ac_cpp='$CXXCPP $CPPFLAGS'
50204ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50205ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50206ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50207
50208      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50209/* end confdefs.h.  */
50210#include <math.h>
50211int
50212main ()
50213{
50214 hypotf(0, 0);
50215  ;
50216  return 0;
50217}
50218_ACEOF
50219if ac_fn_cxx_try_compile "$LINENO"; then :
50220  glibcxx_cv_func_hypotf_use=yes
50221else
50222  glibcxx_cv_func_hypotf_use=no
50223fi
50224rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50225      ac_ext=c
50226ac_cpp='$CPP $CPPFLAGS'
50227ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50228ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50229ac_compiler_gnu=$ac_cv_c_compiler_gnu
50230
50231
50232fi
50233
50234  fi
50235  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotf_use" >&5
50236$as_echo "$glibcxx_cv_func_hypotf_use" >&6; }
50237
50238  if test x$glibcxx_cv_func_hypotf_use = x"yes"; then
50239    for ac_func in hypotf
50240do :
50241  ac_fn_c_check_func "$LINENO" "hypotf" "ac_cv_func_hypotf"
50242if test "x$ac_cv_func_hypotf" = xyes; then :
50243  cat >>confdefs.h <<_ACEOF
50244#define HAVE_HYPOTF 1
50245_ACEOF
50246
50247fi
50248done
50249
50250  else
50251
50252  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5
50253$as_echo_n "checking for _hypotf declaration... " >&6; }
50254  if test x${glibcxx_cv_func__hypotf_use+set} != xset; then
50255    if ${glibcxx_cv_func__hypotf_use+:} false; then :
50256  $as_echo_n "(cached) " >&6
50257else
50258
50259
50260      ac_ext=cpp
50261ac_cpp='$CXXCPP $CPPFLAGS'
50262ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50263ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50264ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50265
50266      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50267/* end confdefs.h.  */
50268#include <math.h>
50269int
50270main ()
50271{
50272 _hypotf(0, 0);
50273  ;
50274  return 0;
50275}
50276_ACEOF
50277if ac_fn_cxx_try_compile "$LINENO"; then :
50278  glibcxx_cv_func__hypotf_use=yes
50279else
50280  glibcxx_cv_func__hypotf_use=no
50281fi
50282rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50283      ac_ext=c
50284ac_cpp='$CPP $CPPFLAGS'
50285ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50286ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50287ac_compiler_gnu=$ac_cv_c_compiler_gnu
50288
50289
50290fi
50291
50292  fi
50293  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5
50294$as_echo "$glibcxx_cv_func__hypotf_use" >&6; }
50295
50296    if test x$glibcxx_cv_func__hypotf_use = x"yes"; then
50297      for ac_func in _hypotf
50298do :
50299  ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf"
50300if test "x$ac_cv_func__hypotf" = xyes; then :
50301  cat >>confdefs.h <<_ACEOF
50302#define HAVE__HYPOTF 1
50303_ACEOF
50304
50305fi
50306done
50307
50308    fi
50309  fi
50310
50311
50312
50313
50314
50315  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5
50316$as_echo_n "checking for ldexpf declaration... " >&6; }
50317  if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then
50318    if ${glibcxx_cv_func_ldexpf_use+:} false; then :
50319  $as_echo_n "(cached) " >&6
50320else
50321
50322
50323      ac_ext=cpp
50324ac_cpp='$CXXCPP $CPPFLAGS'
50325ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50326ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50327ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50328
50329      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50330/* end confdefs.h.  */
50331#include <math.h>
50332int
50333main ()
50334{
50335 ldexpf(0, 0);
50336  ;
50337  return 0;
50338}
50339_ACEOF
50340if ac_fn_cxx_try_compile "$LINENO"; then :
50341  glibcxx_cv_func_ldexpf_use=yes
50342else
50343  glibcxx_cv_func_ldexpf_use=no
50344fi
50345rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50346      ac_ext=c
50347ac_cpp='$CPP $CPPFLAGS'
50348ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50349ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50350ac_compiler_gnu=$ac_cv_c_compiler_gnu
50351
50352
50353fi
50354
50355  fi
50356  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpf_use" >&5
50357$as_echo "$glibcxx_cv_func_ldexpf_use" >&6; }
50358
50359  if test x$glibcxx_cv_func_ldexpf_use = x"yes"; then
50360    for ac_func in ldexpf
50361do :
50362  ac_fn_c_check_func "$LINENO" "ldexpf" "ac_cv_func_ldexpf"
50363if test "x$ac_cv_func_ldexpf" = xyes; then :
50364  cat >>confdefs.h <<_ACEOF
50365#define HAVE_LDEXPF 1
50366_ACEOF
50367
50368fi
50369done
50370
50371  else
50372
50373  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5
50374$as_echo_n "checking for _ldexpf declaration... " >&6; }
50375  if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then
50376    if ${glibcxx_cv_func__ldexpf_use+:} false; then :
50377  $as_echo_n "(cached) " >&6
50378else
50379
50380
50381      ac_ext=cpp
50382ac_cpp='$CXXCPP $CPPFLAGS'
50383ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50384ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50385ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50386
50387      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50388/* end confdefs.h.  */
50389#include <math.h>
50390int
50391main ()
50392{
50393 _ldexpf(0, 0);
50394  ;
50395  return 0;
50396}
50397_ACEOF
50398if ac_fn_cxx_try_compile "$LINENO"; then :
50399  glibcxx_cv_func__ldexpf_use=yes
50400else
50401  glibcxx_cv_func__ldexpf_use=no
50402fi
50403rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50404      ac_ext=c
50405ac_cpp='$CPP $CPPFLAGS'
50406ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50407ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50408ac_compiler_gnu=$ac_cv_c_compiler_gnu
50409
50410
50411fi
50412
50413  fi
50414  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5
50415$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; }
50416
50417    if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then
50418      for ac_func in _ldexpf
50419do :
50420  ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf"
50421if test "x$ac_cv_func__ldexpf" = xyes; then :
50422  cat >>confdefs.h <<_ACEOF
50423#define HAVE__LDEXPF 1
50424_ACEOF
50425
50426fi
50427done
50428
50429    fi
50430  fi
50431
50432
50433
50434
50435
50436  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5
50437$as_echo_n "checking for logf declaration... " >&6; }
50438  if test x${glibcxx_cv_func_logf_use+set} != xset; then
50439    if ${glibcxx_cv_func_logf_use+:} false; then :
50440  $as_echo_n "(cached) " >&6
50441else
50442
50443
50444      ac_ext=cpp
50445ac_cpp='$CXXCPP $CPPFLAGS'
50446ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50447ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50448ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50449
50450      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50451/* end confdefs.h.  */
50452#include <math.h>
50453		      #ifdef HAVE_IEEEFP_H
50454		      #include <ieeefp.h>
50455		      #endif
50456
50457int
50458main ()
50459{
50460 logf(0);
50461  ;
50462  return 0;
50463}
50464_ACEOF
50465if ac_fn_cxx_try_compile "$LINENO"; then :
50466  glibcxx_cv_func_logf_use=yes
50467else
50468  glibcxx_cv_func_logf_use=no
50469fi
50470rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50471      ac_ext=c
50472ac_cpp='$CPP $CPPFLAGS'
50473ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50474ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50475ac_compiler_gnu=$ac_cv_c_compiler_gnu
50476
50477
50478fi
50479
50480  fi
50481  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logf_use" >&5
50482$as_echo "$glibcxx_cv_func_logf_use" >&6; }
50483
50484  if test x$glibcxx_cv_func_logf_use = x"yes"; then
50485    for ac_func in logf
50486do :
50487  ac_fn_c_check_func "$LINENO" "logf" "ac_cv_func_logf"
50488if test "x$ac_cv_func_logf" = xyes; then :
50489  cat >>confdefs.h <<_ACEOF
50490#define HAVE_LOGF 1
50491_ACEOF
50492
50493fi
50494done
50495
50496  else
50497
50498  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5
50499$as_echo_n "checking for _logf declaration... " >&6; }
50500  if test x${glibcxx_cv_func__logf_use+set} != xset; then
50501    if ${glibcxx_cv_func__logf_use+:} false; then :
50502  $as_echo_n "(cached) " >&6
50503else
50504
50505
50506      ac_ext=cpp
50507ac_cpp='$CXXCPP $CPPFLAGS'
50508ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50509ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50510ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50511
50512      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50513/* end confdefs.h.  */
50514#include <math.h>
50515		      #ifdef HAVE_IEEEFP_H
50516		      #include <ieeefp.h>
50517		      #endif
50518
50519int
50520main ()
50521{
50522 _logf(0);
50523  ;
50524  return 0;
50525}
50526_ACEOF
50527if ac_fn_cxx_try_compile "$LINENO"; then :
50528  glibcxx_cv_func__logf_use=yes
50529else
50530  glibcxx_cv_func__logf_use=no
50531fi
50532rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50533      ac_ext=c
50534ac_cpp='$CPP $CPPFLAGS'
50535ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50537ac_compiler_gnu=$ac_cv_c_compiler_gnu
50538
50539
50540fi
50541
50542  fi
50543  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5
50544$as_echo "$glibcxx_cv_func__logf_use" >&6; }
50545
50546    if test x$glibcxx_cv_func__logf_use = x"yes"; then
50547      for ac_func in _logf
50548do :
50549  ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf"
50550if test "x$ac_cv_func__logf" = xyes; then :
50551  cat >>confdefs.h <<_ACEOF
50552#define HAVE__LOGF 1
50553_ACEOF
50554
50555fi
50556done
50557
50558    fi
50559  fi
50560
50561
50562
50563
50564
50565  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5
50566$as_echo_n "checking for log10f declaration... " >&6; }
50567  if test x${glibcxx_cv_func_log10f_use+set} != xset; then
50568    if ${glibcxx_cv_func_log10f_use+:} false; then :
50569  $as_echo_n "(cached) " >&6
50570else
50571
50572
50573      ac_ext=cpp
50574ac_cpp='$CXXCPP $CPPFLAGS'
50575ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50576ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50577ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50578
50579      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50580/* end confdefs.h.  */
50581#include <math.h>
50582		      #ifdef HAVE_IEEEFP_H
50583		      #include <ieeefp.h>
50584		      #endif
50585
50586int
50587main ()
50588{
50589 log10f(0);
50590  ;
50591  return 0;
50592}
50593_ACEOF
50594if ac_fn_cxx_try_compile "$LINENO"; then :
50595  glibcxx_cv_func_log10f_use=yes
50596else
50597  glibcxx_cv_func_log10f_use=no
50598fi
50599rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50600      ac_ext=c
50601ac_cpp='$CPP $CPPFLAGS'
50602ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50603ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50604ac_compiler_gnu=$ac_cv_c_compiler_gnu
50605
50606
50607fi
50608
50609  fi
50610  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10f_use" >&5
50611$as_echo "$glibcxx_cv_func_log10f_use" >&6; }
50612
50613  if test x$glibcxx_cv_func_log10f_use = x"yes"; then
50614    for ac_func in log10f
50615do :
50616  ac_fn_c_check_func "$LINENO" "log10f" "ac_cv_func_log10f"
50617if test "x$ac_cv_func_log10f" = xyes; then :
50618  cat >>confdefs.h <<_ACEOF
50619#define HAVE_LOG10F 1
50620_ACEOF
50621
50622fi
50623done
50624
50625  else
50626
50627  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5
50628$as_echo_n "checking for _log10f declaration... " >&6; }
50629  if test x${glibcxx_cv_func__log10f_use+set} != xset; then
50630    if ${glibcxx_cv_func__log10f_use+:} false; then :
50631  $as_echo_n "(cached) " >&6
50632else
50633
50634
50635      ac_ext=cpp
50636ac_cpp='$CXXCPP $CPPFLAGS'
50637ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50638ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50639ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50640
50641      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50642/* end confdefs.h.  */
50643#include <math.h>
50644		      #ifdef HAVE_IEEEFP_H
50645		      #include <ieeefp.h>
50646		      #endif
50647
50648int
50649main ()
50650{
50651 _log10f(0);
50652  ;
50653  return 0;
50654}
50655_ACEOF
50656if ac_fn_cxx_try_compile "$LINENO"; then :
50657  glibcxx_cv_func__log10f_use=yes
50658else
50659  glibcxx_cv_func__log10f_use=no
50660fi
50661rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50662      ac_ext=c
50663ac_cpp='$CPP $CPPFLAGS'
50664ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50665ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50666ac_compiler_gnu=$ac_cv_c_compiler_gnu
50667
50668
50669fi
50670
50671  fi
50672  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5
50673$as_echo "$glibcxx_cv_func__log10f_use" >&6; }
50674
50675    if test x$glibcxx_cv_func__log10f_use = x"yes"; then
50676      for ac_func in _log10f
50677do :
50678  ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f"
50679if test "x$ac_cv_func__log10f" = xyes; then :
50680  cat >>confdefs.h <<_ACEOF
50681#define HAVE__LOG10F 1
50682_ACEOF
50683
50684fi
50685done
50686
50687    fi
50688  fi
50689
50690
50691
50692
50693
50694  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5
50695$as_echo_n "checking for modff declaration... " >&6; }
50696  if test x${glibcxx_cv_func_modff_use+set} != xset; then
50697    if ${glibcxx_cv_func_modff_use+:} false; then :
50698  $as_echo_n "(cached) " >&6
50699else
50700
50701
50702      ac_ext=cpp
50703ac_cpp='$CXXCPP $CPPFLAGS'
50704ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50705ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50706ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50707
50708      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50709/* end confdefs.h.  */
50710#include <math.h>
50711int
50712main ()
50713{
50714 modff(0, 0);
50715  ;
50716  return 0;
50717}
50718_ACEOF
50719if ac_fn_cxx_try_compile "$LINENO"; then :
50720  glibcxx_cv_func_modff_use=yes
50721else
50722  glibcxx_cv_func_modff_use=no
50723fi
50724rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50725      ac_ext=c
50726ac_cpp='$CPP $CPPFLAGS'
50727ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50728ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50729ac_compiler_gnu=$ac_cv_c_compiler_gnu
50730
50731
50732fi
50733
50734  fi
50735  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modff_use" >&5
50736$as_echo "$glibcxx_cv_func_modff_use" >&6; }
50737
50738  if test x$glibcxx_cv_func_modff_use = x"yes"; then
50739    for ac_func in modff
50740do :
50741  ac_fn_c_check_func "$LINENO" "modff" "ac_cv_func_modff"
50742if test "x$ac_cv_func_modff" = xyes; then :
50743  cat >>confdefs.h <<_ACEOF
50744#define HAVE_MODFF 1
50745_ACEOF
50746
50747fi
50748done
50749
50750  else
50751
50752  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5
50753$as_echo_n "checking for _modff declaration... " >&6; }
50754  if test x${glibcxx_cv_func__modff_use+set} != xset; then
50755    if ${glibcxx_cv_func__modff_use+:} false; then :
50756  $as_echo_n "(cached) " >&6
50757else
50758
50759
50760      ac_ext=cpp
50761ac_cpp='$CXXCPP $CPPFLAGS'
50762ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50763ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50764ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50765
50766      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50767/* end confdefs.h.  */
50768#include <math.h>
50769int
50770main ()
50771{
50772 _modff(0, 0);
50773  ;
50774  return 0;
50775}
50776_ACEOF
50777if ac_fn_cxx_try_compile "$LINENO"; then :
50778  glibcxx_cv_func__modff_use=yes
50779else
50780  glibcxx_cv_func__modff_use=no
50781fi
50782rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50783      ac_ext=c
50784ac_cpp='$CPP $CPPFLAGS'
50785ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50786ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50787ac_compiler_gnu=$ac_cv_c_compiler_gnu
50788
50789
50790fi
50791
50792  fi
50793  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5
50794$as_echo "$glibcxx_cv_func__modff_use" >&6; }
50795
50796    if test x$glibcxx_cv_func__modff_use = x"yes"; then
50797      for ac_func in _modff
50798do :
50799  ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff"
50800if test "x$ac_cv_func__modff" = xyes; then :
50801  cat >>confdefs.h <<_ACEOF
50802#define HAVE__MODFF 1
50803_ACEOF
50804
50805fi
50806done
50807
50808    fi
50809  fi
50810
50811
50812
50813
50814
50815  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5
50816$as_echo_n "checking for modf declaration... " >&6; }
50817  if test x${glibcxx_cv_func_modf_use+set} != xset; then
50818    if ${glibcxx_cv_func_modf_use+:} false; then :
50819  $as_echo_n "(cached) " >&6
50820else
50821
50822
50823      ac_ext=cpp
50824ac_cpp='$CXXCPP $CPPFLAGS'
50825ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50826ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50827ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50828
50829      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50830/* end confdefs.h.  */
50831#include <math.h>
50832int
50833main ()
50834{
50835 modf(0, 0);
50836  ;
50837  return 0;
50838}
50839_ACEOF
50840if ac_fn_cxx_try_compile "$LINENO"; then :
50841  glibcxx_cv_func_modf_use=yes
50842else
50843  glibcxx_cv_func_modf_use=no
50844fi
50845rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50846      ac_ext=c
50847ac_cpp='$CPP $CPPFLAGS'
50848ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50849ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50850ac_compiler_gnu=$ac_cv_c_compiler_gnu
50851
50852
50853fi
50854
50855  fi
50856  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modf_use" >&5
50857$as_echo "$glibcxx_cv_func_modf_use" >&6; }
50858
50859  if test x$glibcxx_cv_func_modf_use = x"yes"; then
50860    for ac_func in modf
50861do :
50862  ac_fn_c_check_func "$LINENO" "modf" "ac_cv_func_modf"
50863if test "x$ac_cv_func_modf" = xyes; then :
50864  cat >>confdefs.h <<_ACEOF
50865#define HAVE_MODF 1
50866_ACEOF
50867
50868fi
50869done
50870
50871  else
50872
50873  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5
50874$as_echo_n "checking for _modf declaration... " >&6; }
50875  if test x${glibcxx_cv_func__modf_use+set} != xset; then
50876    if ${glibcxx_cv_func__modf_use+:} false; then :
50877  $as_echo_n "(cached) " >&6
50878else
50879
50880
50881      ac_ext=cpp
50882ac_cpp='$CXXCPP $CPPFLAGS'
50883ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50884ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50885ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50886
50887      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50888/* end confdefs.h.  */
50889#include <math.h>
50890int
50891main ()
50892{
50893 _modf(0, 0);
50894  ;
50895  return 0;
50896}
50897_ACEOF
50898if ac_fn_cxx_try_compile "$LINENO"; then :
50899  glibcxx_cv_func__modf_use=yes
50900else
50901  glibcxx_cv_func__modf_use=no
50902fi
50903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50904      ac_ext=c
50905ac_cpp='$CPP $CPPFLAGS'
50906ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50907ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50908ac_compiler_gnu=$ac_cv_c_compiler_gnu
50909
50910
50911fi
50912
50913  fi
50914  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5
50915$as_echo "$glibcxx_cv_func__modf_use" >&6; }
50916
50917    if test x$glibcxx_cv_func__modf_use = x"yes"; then
50918      for ac_func in _modf
50919do :
50920  ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf"
50921if test "x$ac_cv_func__modf" = xyes; then :
50922  cat >>confdefs.h <<_ACEOF
50923#define HAVE__MODF 1
50924_ACEOF
50925
50926fi
50927done
50928
50929    fi
50930  fi
50931
50932
50933
50934
50935
50936  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5
50937$as_echo_n "checking for powf declaration... " >&6; }
50938  if test x${glibcxx_cv_func_powf_use+set} != xset; then
50939    if ${glibcxx_cv_func_powf_use+:} false; then :
50940  $as_echo_n "(cached) " >&6
50941else
50942
50943
50944      ac_ext=cpp
50945ac_cpp='$CXXCPP $CPPFLAGS'
50946ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50947ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50948ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
50949
50950      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50951/* end confdefs.h.  */
50952#include <math.h>
50953int
50954main ()
50955{
50956 powf(0, 0);
50957  ;
50958  return 0;
50959}
50960_ACEOF
50961if ac_fn_cxx_try_compile "$LINENO"; then :
50962  glibcxx_cv_func_powf_use=yes
50963else
50964  glibcxx_cv_func_powf_use=no
50965fi
50966rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50967      ac_ext=c
50968ac_cpp='$CPP $CPPFLAGS'
50969ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
50970ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
50971ac_compiler_gnu=$ac_cv_c_compiler_gnu
50972
50973
50974fi
50975
50976  fi
50977  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powf_use" >&5
50978$as_echo "$glibcxx_cv_func_powf_use" >&6; }
50979
50980  if test x$glibcxx_cv_func_powf_use = x"yes"; then
50981    for ac_func in powf
50982do :
50983  ac_fn_c_check_func "$LINENO" "powf" "ac_cv_func_powf"
50984if test "x$ac_cv_func_powf" = xyes; then :
50985  cat >>confdefs.h <<_ACEOF
50986#define HAVE_POWF 1
50987_ACEOF
50988
50989fi
50990done
50991
50992  else
50993
50994  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5
50995$as_echo_n "checking for _powf declaration... " >&6; }
50996  if test x${glibcxx_cv_func__powf_use+set} != xset; then
50997    if ${glibcxx_cv_func__powf_use+:} false; then :
50998  $as_echo_n "(cached) " >&6
50999else
51000
51001
51002      ac_ext=cpp
51003ac_cpp='$CXXCPP $CPPFLAGS'
51004ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51005ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51006ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51007
51008      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51009/* end confdefs.h.  */
51010#include <math.h>
51011int
51012main ()
51013{
51014 _powf(0, 0);
51015  ;
51016  return 0;
51017}
51018_ACEOF
51019if ac_fn_cxx_try_compile "$LINENO"; then :
51020  glibcxx_cv_func__powf_use=yes
51021else
51022  glibcxx_cv_func__powf_use=no
51023fi
51024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51025      ac_ext=c
51026ac_cpp='$CPP $CPPFLAGS'
51027ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51028ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51029ac_compiler_gnu=$ac_cv_c_compiler_gnu
51030
51031
51032fi
51033
51034  fi
51035  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5
51036$as_echo "$glibcxx_cv_func__powf_use" >&6; }
51037
51038    if test x$glibcxx_cv_func__powf_use = x"yes"; then
51039      for ac_func in _powf
51040do :
51041  ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf"
51042if test "x$ac_cv_func__powf" = xyes; then :
51043  cat >>confdefs.h <<_ACEOF
51044#define HAVE__POWF 1
51045_ACEOF
51046
51047fi
51048done
51049
51050    fi
51051  fi
51052
51053
51054
51055
51056
51057  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5
51058$as_echo_n "checking for sqrtf declaration... " >&6; }
51059  if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then
51060    if ${glibcxx_cv_func_sqrtf_use+:} false; then :
51061  $as_echo_n "(cached) " >&6
51062else
51063
51064
51065      ac_ext=cpp
51066ac_cpp='$CXXCPP $CPPFLAGS'
51067ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51068ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51069ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51070
51071      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51072/* end confdefs.h.  */
51073#include <math.h>
51074		      #ifdef HAVE_IEEEFP_H
51075		      #include <ieeefp.h>
51076		      #endif
51077
51078int
51079main ()
51080{
51081 sqrtf(0);
51082  ;
51083  return 0;
51084}
51085_ACEOF
51086if ac_fn_cxx_try_compile "$LINENO"; then :
51087  glibcxx_cv_func_sqrtf_use=yes
51088else
51089  glibcxx_cv_func_sqrtf_use=no
51090fi
51091rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51092      ac_ext=c
51093ac_cpp='$CPP $CPPFLAGS'
51094ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51095ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51096ac_compiler_gnu=$ac_cv_c_compiler_gnu
51097
51098
51099fi
51100
51101  fi
51102  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtf_use" >&5
51103$as_echo "$glibcxx_cv_func_sqrtf_use" >&6; }
51104
51105  if test x$glibcxx_cv_func_sqrtf_use = x"yes"; then
51106    for ac_func in sqrtf
51107do :
51108  ac_fn_c_check_func "$LINENO" "sqrtf" "ac_cv_func_sqrtf"
51109if test "x$ac_cv_func_sqrtf" = xyes; then :
51110  cat >>confdefs.h <<_ACEOF
51111#define HAVE_SQRTF 1
51112_ACEOF
51113
51114fi
51115done
51116
51117  else
51118
51119  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5
51120$as_echo_n "checking for _sqrtf declaration... " >&6; }
51121  if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then
51122    if ${glibcxx_cv_func__sqrtf_use+:} false; then :
51123  $as_echo_n "(cached) " >&6
51124else
51125
51126
51127      ac_ext=cpp
51128ac_cpp='$CXXCPP $CPPFLAGS'
51129ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51130ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51131ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51132
51133      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51134/* end confdefs.h.  */
51135#include <math.h>
51136		      #ifdef HAVE_IEEEFP_H
51137		      #include <ieeefp.h>
51138		      #endif
51139
51140int
51141main ()
51142{
51143 _sqrtf(0);
51144  ;
51145  return 0;
51146}
51147_ACEOF
51148if ac_fn_cxx_try_compile "$LINENO"; then :
51149  glibcxx_cv_func__sqrtf_use=yes
51150else
51151  glibcxx_cv_func__sqrtf_use=no
51152fi
51153rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51154      ac_ext=c
51155ac_cpp='$CPP $CPPFLAGS'
51156ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51157ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51158ac_compiler_gnu=$ac_cv_c_compiler_gnu
51159
51160
51161fi
51162
51163  fi
51164  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5
51165$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; }
51166
51167    if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then
51168      for ac_func in _sqrtf
51169do :
51170  ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf"
51171if test "x$ac_cv_func__sqrtf" = xyes; then :
51172  cat >>confdefs.h <<_ACEOF
51173#define HAVE__SQRTF 1
51174_ACEOF
51175
51176fi
51177done
51178
51179    fi
51180  fi
51181
51182
51183
51184
51185
51186  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5
51187$as_echo_n "checking for sincosf declaration... " >&6; }
51188  if test x${glibcxx_cv_func_sincosf_use+set} != xset; then
51189    if ${glibcxx_cv_func_sincosf_use+:} false; then :
51190  $as_echo_n "(cached) " >&6
51191else
51192
51193
51194      ac_ext=cpp
51195ac_cpp='$CXXCPP $CPPFLAGS'
51196ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51197ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51198ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51199
51200      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51201/* end confdefs.h.  */
51202#include <math.h>
51203int
51204main ()
51205{
51206 sincosf(0, 0, 0);
51207  ;
51208  return 0;
51209}
51210_ACEOF
51211if ac_fn_cxx_try_compile "$LINENO"; then :
51212  glibcxx_cv_func_sincosf_use=yes
51213else
51214  glibcxx_cv_func_sincosf_use=no
51215fi
51216rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51217      ac_ext=c
51218ac_cpp='$CPP $CPPFLAGS'
51219ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51220ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51221ac_compiler_gnu=$ac_cv_c_compiler_gnu
51222
51223
51224fi
51225
51226  fi
51227  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosf_use" >&5
51228$as_echo "$glibcxx_cv_func_sincosf_use" >&6; }
51229
51230  if test x$glibcxx_cv_func_sincosf_use = x"yes"; then
51231    for ac_func in sincosf
51232do :
51233  ac_fn_c_check_func "$LINENO" "sincosf" "ac_cv_func_sincosf"
51234if test "x$ac_cv_func_sincosf" = xyes; then :
51235  cat >>confdefs.h <<_ACEOF
51236#define HAVE_SINCOSF 1
51237_ACEOF
51238
51239fi
51240done
51241
51242  else
51243
51244  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5
51245$as_echo_n "checking for _sincosf declaration... " >&6; }
51246  if test x${glibcxx_cv_func__sincosf_use+set} != xset; then
51247    if ${glibcxx_cv_func__sincosf_use+:} false; then :
51248  $as_echo_n "(cached) " >&6
51249else
51250
51251
51252      ac_ext=cpp
51253ac_cpp='$CXXCPP $CPPFLAGS'
51254ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51255ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51256ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51257
51258      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51259/* end confdefs.h.  */
51260#include <math.h>
51261int
51262main ()
51263{
51264 _sincosf(0, 0, 0);
51265  ;
51266  return 0;
51267}
51268_ACEOF
51269if ac_fn_cxx_try_compile "$LINENO"; then :
51270  glibcxx_cv_func__sincosf_use=yes
51271else
51272  glibcxx_cv_func__sincosf_use=no
51273fi
51274rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51275      ac_ext=c
51276ac_cpp='$CPP $CPPFLAGS'
51277ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51278ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51279ac_compiler_gnu=$ac_cv_c_compiler_gnu
51280
51281
51282fi
51283
51284  fi
51285  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5
51286$as_echo "$glibcxx_cv_func__sincosf_use" >&6; }
51287
51288    if test x$glibcxx_cv_func__sincosf_use = x"yes"; then
51289      for ac_func in _sincosf
51290do :
51291  ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf"
51292if test "x$ac_cv_func__sincosf" = xyes; then :
51293  cat >>confdefs.h <<_ACEOF
51294#define HAVE__SINCOSF 1
51295_ACEOF
51296
51297fi
51298done
51299
51300    fi
51301  fi
51302
51303
51304
51305
51306
51307  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5
51308$as_echo_n "checking for finitef declaration... " >&6; }
51309  if test x${glibcxx_cv_func_finitef_use+set} != xset; then
51310    if ${glibcxx_cv_func_finitef_use+:} false; then :
51311  $as_echo_n "(cached) " >&6
51312else
51313
51314
51315      ac_ext=cpp
51316ac_cpp='$CXXCPP $CPPFLAGS'
51317ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51318ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51319ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51320
51321      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51322/* end confdefs.h.  */
51323#include <math.h>
51324		      #ifdef HAVE_IEEEFP_H
51325		      #include <ieeefp.h>
51326		      #endif
51327
51328int
51329main ()
51330{
51331 finitef(0);
51332  ;
51333  return 0;
51334}
51335_ACEOF
51336if ac_fn_cxx_try_compile "$LINENO"; then :
51337  glibcxx_cv_func_finitef_use=yes
51338else
51339  glibcxx_cv_func_finitef_use=no
51340fi
51341rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51342      ac_ext=c
51343ac_cpp='$CPP $CPPFLAGS'
51344ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51345ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51346ac_compiler_gnu=$ac_cv_c_compiler_gnu
51347
51348
51349fi
51350
51351  fi
51352  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitef_use" >&5
51353$as_echo "$glibcxx_cv_func_finitef_use" >&6; }
51354
51355  if test x$glibcxx_cv_func_finitef_use = x"yes"; then
51356    for ac_func in finitef
51357do :
51358  ac_fn_c_check_func "$LINENO" "finitef" "ac_cv_func_finitef"
51359if test "x$ac_cv_func_finitef" = xyes; then :
51360  cat >>confdefs.h <<_ACEOF
51361#define HAVE_FINITEF 1
51362_ACEOF
51363
51364fi
51365done
51366
51367  else
51368
51369  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5
51370$as_echo_n "checking for _finitef declaration... " >&6; }
51371  if test x${glibcxx_cv_func__finitef_use+set} != xset; then
51372    if ${glibcxx_cv_func__finitef_use+:} false; then :
51373  $as_echo_n "(cached) " >&6
51374else
51375
51376
51377      ac_ext=cpp
51378ac_cpp='$CXXCPP $CPPFLAGS'
51379ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51380ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51381ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51382
51383      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51384/* end confdefs.h.  */
51385#include <math.h>
51386		      #ifdef HAVE_IEEEFP_H
51387		      #include <ieeefp.h>
51388		      #endif
51389
51390int
51391main ()
51392{
51393 _finitef(0);
51394  ;
51395  return 0;
51396}
51397_ACEOF
51398if ac_fn_cxx_try_compile "$LINENO"; then :
51399  glibcxx_cv_func__finitef_use=yes
51400else
51401  glibcxx_cv_func__finitef_use=no
51402fi
51403rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51404      ac_ext=c
51405ac_cpp='$CPP $CPPFLAGS'
51406ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51407ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51408ac_compiler_gnu=$ac_cv_c_compiler_gnu
51409
51410
51411fi
51412
51413  fi
51414  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5
51415$as_echo "$glibcxx_cv_func__finitef_use" >&6; }
51416
51417    if test x$glibcxx_cv_func__finitef_use = x"yes"; then
51418      for ac_func in _finitef
51419do :
51420  ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef"
51421if test "x$ac_cv_func__finitef" = xyes; then :
51422  cat >>confdefs.h <<_ACEOF
51423#define HAVE__FINITEF 1
51424_ACEOF
51425
51426fi
51427done
51428
51429    fi
51430  fi
51431
51432
51433
51434
51435
51436    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5
51437$as_echo_n "checking for long double trig functions... " >&6; }
51438  if ${glibcxx_cv_func_long_double_trig_use+:} false; then :
51439  $as_echo_n "(cached) " >&6
51440else
51441
51442
51443    ac_ext=cpp
51444ac_cpp='$CXXCPP $CPPFLAGS'
51445ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51446ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51447ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51448
51449    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51450/* end confdefs.h.  */
51451#include <math.h>
51452int
51453main ()
51454{
51455acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
51456  ;
51457  return 0;
51458}
51459_ACEOF
51460if ac_fn_cxx_try_compile "$LINENO"; then :
51461  glibcxx_cv_func_long_double_trig_use=yes
51462else
51463  glibcxx_cv_func_long_double_trig_use=no
51464fi
51465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51466    ac_ext=c
51467ac_cpp='$CPP $CPPFLAGS'
51468ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51469ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51470ac_compiler_gnu=$ac_cv_c_compiler_gnu
51471
51472fi
51473
51474  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_trig_use" >&5
51475$as_echo "$glibcxx_cv_func_long_double_trig_use" >&6; }
51476  if test x$glibcxx_cv_func_long_double_trig_use = x"yes"; then
51477    for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
51478do :
51479  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
51480ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
51481if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
51482  cat >>confdefs.h <<_ACEOF
51483#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
51484_ACEOF
51485
51486fi
51487done
51488
51489  else
51490    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5
51491$as_echo_n "checking for _long double trig functions... " >&6; }
51492    if ${glibcxx_cv_func__long_double_trig_use+:} false; then :
51493  $as_echo_n "(cached) " >&6
51494else
51495
51496
51497      ac_ext=cpp
51498ac_cpp='$CXXCPP $CPPFLAGS'
51499ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51500ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51501ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51502
51503      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51504/* end confdefs.h.  */
51505#include <math.h>
51506int
51507main ()
51508{
51509_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0);
51510  ;
51511  return 0;
51512}
51513_ACEOF
51514if ac_fn_cxx_try_compile "$LINENO"; then :
51515  glibcxx_cv_func__long_double_trig_use=yes
51516else
51517  glibcxx_cv_func__long_double_trig_use=no
51518fi
51519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51520      ac_ext=c
51521ac_cpp='$CPP $CPPFLAGS'
51522ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51523ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51524ac_compiler_gnu=$ac_cv_c_compiler_gnu
51525
51526fi
51527
51528    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5
51529$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; }
51530    if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then
51531      for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl
51532do :
51533  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
51534ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
51535if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
51536  cat >>confdefs.h <<_ACEOF
51537#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
51538_ACEOF
51539
51540fi
51541done
51542
51543    fi
51544  fi
51545
51546
51547
51548
51549
51550    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5
51551$as_echo_n "checking for long double round functions... " >&6; }
51552  if ${glibcxx_cv_func_long_double_round_use+:} false; then :
51553  $as_echo_n "(cached) " >&6
51554else
51555
51556
51557    ac_ext=cpp
51558ac_cpp='$CXXCPP $CPPFLAGS'
51559ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51560ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51561ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51562
51563    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51564/* end confdefs.h.  */
51565#include <math.h>
51566int
51567main ()
51568{
51569ceill (0); floorl (0);
51570  ;
51571  return 0;
51572}
51573_ACEOF
51574if ac_fn_cxx_try_compile "$LINENO"; then :
51575  glibcxx_cv_func_long_double_round_use=yes
51576else
51577  glibcxx_cv_func_long_double_round_use=no
51578fi
51579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51580    ac_ext=c
51581ac_cpp='$CPP $CPPFLAGS'
51582ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51583ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51584ac_compiler_gnu=$ac_cv_c_compiler_gnu
51585
51586fi
51587
51588  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_round_use" >&5
51589$as_echo "$glibcxx_cv_func_long_double_round_use" >&6; }
51590  if test x$glibcxx_cv_func_long_double_round_use = x"yes"; then
51591    for ac_func in ceill floorl
51592do :
51593  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
51594ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
51595if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
51596  cat >>confdefs.h <<_ACEOF
51597#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
51598_ACEOF
51599
51600fi
51601done
51602
51603  else
51604    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5
51605$as_echo_n "checking for _long double round functions... " >&6; }
51606    if ${glibcxx_cv_func__long_double_round_use+:} false; then :
51607  $as_echo_n "(cached) " >&6
51608else
51609
51610
51611      ac_ext=cpp
51612ac_cpp='$CXXCPP $CPPFLAGS'
51613ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51614ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51615ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51616
51617      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51618/* end confdefs.h.  */
51619#include <math.h>
51620int
51621main ()
51622{
51623_ceill (0); _floorl (0);
51624  ;
51625  return 0;
51626}
51627_ACEOF
51628if ac_fn_cxx_try_compile "$LINENO"; then :
51629  glibcxx_cv_func__long_double_round_use=yes
51630else
51631  glibcxx_cv_func__long_double_round_use=no
51632fi
51633rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51634      ac_ext=c
51635ac_cpp='$CPP $CPPFLAGS'
51636ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51637ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51638ac_compiler_gnu=$ac_cv_c_compiler_gnu
51639
51640fi
51641
51642    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5
51643$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; }
51644    if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then
51645      for ac_func in _ceill _floorl
51646do :
51647  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
51648ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
51649if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
51650  cat >>confdefs.h <<_ACEOF
51651#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
51652_ACEOF
51653
51654fi
51655done
51656
51657    fi
51658  fi
51659
51660
51661
51662
51663
51664
51665  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5
51666$as_echo_n "checking for isnanl declaration... " >&6; }
51667  if test x${glibcxx_cv_func_isnanl_use+set} != xset; then
51668    if ${glibcxx_cv_func_isnanl_use+:} false; then :
51669  $as_echo_n "(cached) " >&6
51670else
51671
51672
51673      ac_ext=cpp
51674ac_cpp='$CXXCPP $CPPFLAGS'
51675ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51676ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51677ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51678
51679      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51680/* end confdefs.h.  */
51681#include <math.h>
51682		      #ifdef HAVE_IEEEFP_H
51683		      #include <ieeefp.h>
51684		      #endif
51685
51686int
51687main ()
51688{
51689 isnanl(0);
51690  ;
51691  return 0;
51692}
51693_ACEOF
51694if ac_fn_cxx_try_compile "$LINENO"; then :
51695  glibcxx_cv_func_isnanl_use=yes
51696else
51697  glibcxx_cv_func_isnanl_use=no
51698fi
51699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51700      ac_ext=c
51701ac_cpp='$CPP $CPPFLAGS'
51702ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51703ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51704ac_compiler_gnu=$ac_cv_c_compiler_gnu
51705
51706
51707fi
51708
51709  fi
51710  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanl_use" >&5
51711$as_echo "$glibcxx_cv_func_isnanl_use" >&6; }
51712
51713  if test x$glibcxx_cv_func_isnanl_use = x"yes"; then
51714    for ac_func in isnanl
51715do :
51716  ac_fn_c_check_func "$LINENO" "isnanl" "ac_cv_func_isnanl"
51717if test "x$ac_cv_func_isnanl" = xyes; then :
51718  cat >>confdefs.h <<_ACEOF
51719#define HAVE_ISNANL 1
51720_ACEOF
51721
51722fi
51723done
51724
51725  else
51726
51727  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5
51728$as_echo_n "checking for _isnanl declaration... " >&6; }
51729  if test x${glibcxx_cv_func__isnanl_use+set} != xset; then
51730    if ${glibcxx_cv_func__isnanl_use+:} false; then :
51731  $as_echo_n "(cached) " >&6
51732else
51733
51734
51735      ac_ext=cpp
51736ac_cpp='$CXXCPP $CPPFLAGS'
51737ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51738ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51739ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51740
51741      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51742/* end confdefs.h.  */
51743#include <math.h>
51744		      #ifdef HAVE_IEEEFP_H
51745		      #include <ieeefp.h>
51746		      #endif
51747
51748int
51749main ()
51750{
51751 _isnanl(0);
51752  ;
51753  return 0;
51754}
51755_ACEOF
51756if ac_fn_cxx_try_compile "$LINENO"; then :
51757  glibcxx_cv_func__isnanl_use=yes
51758else
51759  glibcxx_cv_func__isnanl_use=no
51760fi
51761rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51762      ac_ext=c
51763ac_cpp='$CPP $CPPFLAGS'
51764ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51765ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51766ac_compiler_gnu=$ac_cv_c_compiler_gnu
51767
51768
51769fi
51770
51771  fi
51772  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5
51773$as_echo "$glibcxx_cv_func__isnanl_use" >&6; }
51774
51775    if test x$glibcxx_cv_func__isnanl_use = x"yes"; then
51776      for ac_func in _isnanl
51777do :
51778  ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl"
51779if test "x$ac_cv_func__isnanl" = xyes; then :
51780  cat >>confdefs.h <<_ACEOF
51781#define HAVE__ISNANL 1
51782_ACEOF
51783
51784fi
51785done
51786
51787    fi
51788  fi
51789
51790
51791
51792
51793
51794  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5
51795$as_echo_n "checking for isinfl declaration... " >&6; }
51796  if test x${glibcxx_cv_func_isinfl_use+set} != xset; then
51797    if ${glibcxx_cv_func_isinfl_use+:} false; then :
51798  $as_echo_n "(cached) " >&6
51799else
51800
51801
51802      ac_ext=cpp
51803ac_cpp='$CXXCPP $CPPFLAGS'
51804ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51805ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51806ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51807
51808      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51809/* end confdefs.h.  */
51810#include <math.h>
51811		      #ifdef HAVE_IEEEFP_H
51812		      #include <ieeefp.h>
51813		      #endif
51814
51815int
51816main ()
51817{
51818 isinfl(0);
51819  ;
51820  return 0;
51821}
51822_ACEOF
51823if ac_fn_cxx_try_compile "$LINENO"; then :
51824  glibcxx_cv_func_isinfl_use=yes
51825else
51826  glibcxx_cv_func_isinfl_use=no
51827fi
51828rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51829      ac_ext=c
51830ac_cpp='$CPP $CPPFLAGS'
51831ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51832ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51833ac_compiler_gnu=$ac_cv_c_compiler_gnu
51834
51835
51836fi
51837
51838  fi
51839  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinfl_use" >&5
51840$as_echo "$glibcxx_cv_func_isinfl_use" >&6; }
51841
51842  if test x$glibcxx_cv_func_isinfl_use = x"yes"; then
51843    for ac_func in isinfl
51844do :
51845  ac_fn_c_check_func "$LINENO" "isinfl" "ac_cv_func_isinfl"
51846if test "x$ac_cv_func_isinfl" = xyes; then :
51847  cat >>confdefs.h <<_ACEOF
51848#define HAVE_ISINFL 1
51849_ACEOF
51850
51851fi
51852done
51853
51854  else
51855
51856  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5
51857$as_echo_n "checking for _isinfl declaration... " >&6; }
51858  if test x${glibcxx_cv_func__isinfl_use+set} != xset; then
51859    if ${glibcxx_cv_func__isinfl_use+:} false; then :
51860  $as_echo_n "(cached) " >&6
51861else
51862
51863
51864      ac_ext=cpp
51865ac_cpp='$CXXCPP $CPPFLAGS'
51866ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51867ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51868ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51869
51870      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51871/* end confdefs.h.  */
51872#include <math.h>
51873		      #ifdef HAVE_IEEEFP_H
51874		      #include <ieeefp.h>
51875		      #endif
51876
51877int
51878main ()
51879{
51880 _isinfl(0);
51881  ;
51882  return 0;
51883}
51884_ACEOF
51885if ac_fn_cxx_try_compile "$LINENO"; then :
51886  glibcxx_cv_func__isinfl_use=yes
51887else
51888  glibcxx_cv_func__isinfl_use=no
51889fi
51890rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51891      ac_ext=c
51892ac_cpp='$CPP $CPPFLAGS'
51893ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51894ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51895ac_compiler_gnu=$ac_cv_c_compiler_gnu
51896
51897
51898fi
51899
51900  fi
51901  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5
51902$as_echo "$glibcxx_cv_func__isinfl_use" >&6; }
51903
51904    if test x$glibcxx_cv_func__isinfl_use = x"yes"; then
51905      for ac_func in _isinfl
51906do :
51907  ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl"
51908if test "x$ac_cv_func__isinfl" = xyes; then :
51909  cat >>confdefs.h <<_ACEOF
51910#define HAVE__ISINFL 1
51911_ACEOF
51912
51913fi
51914done
51915
51916    fi
51917  fi
51918
51919
51920
51921
51922
51923  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5
51924$as_echo_n "checking for atan2l declaration... " >&6; }
51925  if test x${glibcxx_cv_func_atan2l_use+set} != xset; then
51926    if ${glibcxx_cv_func_atan2l_use+:} false; then :
51927  $as_echo_n "(cached) " >&6
51928else
51929
51930
51931      ac_ext=cpp
51932ac_cpp='$CXXCPP $CPPFLAGS'
51933ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51934ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51935ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51936
51937      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51938/* end confdefs.h.  */
51939#include <math.h>
51940int
51941main ()
51942{
51943 atan2l(0, 0);
51944  ;
51945  return 0;
51946}
51947_ACEOF
51948if ac_fn_cxx_try_compile "$LINENO"; then :
51949  glibcxx_cv_func_atan2l_use=yes
51950else
51951  glibcxx_cv_func_atan2l_use=no
51952fi
51953rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51954      ac_ext=c
51955ac_cpp='$CPP $CPPFLAGS'
51956ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51957ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51958ac_compiler_gnu=$ac_cv_c_compiler_gnu
51959
51960
51961fi
51962
51963  fi
51964  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2l_use" >&5
51965$as_echo "$glibcxx_cv_func_atan2l_use" >&6; }
51966
51967  if test x$glibcxx_cv_func_atan2l_use = x"yes"; then
51968    for ac_func in atan2l
51969do :
51970  ac_fn_c_check_func "$LINENO" "atan2l" "ac_cv_func_atan2l"
51971if test "x$ac_cv_func_atan2l" = xyes; then :
51972  cat >>confdefs.h <<_ACEOF
51973#define HAVE_ATAN2L 1
51974_ACEOF
51975
51976fi
51977done
51978
51979  else
51980
51981  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5
51982$as_echo_n "checking for _atan2l declaration... " >&6; }
51983  if test x${glibcxx_cv_func__atan2l_use+set} != xset; then
51984    if ${glibcxx_cv_func__atan2l_use+:} false; then :
51985  $as_echo_n "(cached) " >&6
51986else
51987
51988
51989      ac_ext=cpp
51990ac_cpp='$CXXCPP $CPPFLAGS'
51991ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
51992ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
51993ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
51994
51995      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51996/* end confdefs.h.  */
51997#include <math.h>
51998int
51999main ()
52000{
52001 _atan2l(0, 0);
52002  ;
52003  return 0;
52004}
52005_ACEOF
52006if ac_fn_cxx_try_compile "$LINENO"; then :
52007  glibcxx_cv_func__atan2l_use=yes
52008else
52009  glibcxx_cv_func__atan2l_use=no
52010fi
52011rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52012      ac_ext=c
52013ac_cpp='$CPP $CPPFLAGS'
52014ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52015ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52016ac_compiler_gnu=$ac_cv_c_compiler_gnu
52017
52018
52019fi
52020
52021  fi
52022  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5
52023$as_echo "$glibcxx_cv_func__atan2l_use" >&6; }
52024
52025    if test x$glibcxx_cv_func__atan2l_use = x"yes"; then
52026      for ac_func in _atan2l
52027do :
52028  ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l"
52029if test "x$ac_cv_func__atan2l" = xyes; then :
52030  cat >>confdefs.h <<_ACEOF
52031#define HAVE__ATAN2L 1
52032_ACEOF
52033
52034fi
52035done
52036
52037    fi
52038  fi
52039
52040
52041
52042
52043
52044  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5
52045$as_echo_n "checking for expl declaration... " >&6; }
52046  if test x${glibcxx_cv_func_expl_use+set} != xset; then
52047    if ${glibcxx_cv_func_expl_use+:} false; then :
52048  $as_echo_n "(cached) " >&6
52049else
52050
52051
52052      ac_ext=cpp
52053ac_cpp='$CXXCPP $CPPFLAGS'
52054ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52055ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52056ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52057
52058      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52059/* end confdefs.h.  */
52060#include <math.h>
52061		      #ifdef HAVE_IEEEFP_H
52062		      #include <ieeefp.h>
52063		      #endif
52064
52065int
52066main ()
52067{
52068 expl(0);
52069  ;
52070  return 0;
52071}
52072_ACEOF
52073if ac_fn_cxx_try_compile "$LINENO"; then :
52074  glibcxx_cv_func_expl_use=yes
52075else
52076  glibcxx_cv_func_expl_use=no
52077fi
52078rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52079      ac_ext=c
52080ac_cpp='$CPP $CPPFLAGS'
52081ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52082ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52083ac_compiler_gnu=$ac_cv_c_compiler_gnu
52084
52085
52086fi
52087
52088  fi
52089  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expl_use" >&5
52090$as_echo "$glibcxx_cv_func_expl_use" >&6; }
52091
52092  if test x$glibcxx_cv_func_expl_use = x"yes"; then
52093    for ac_func in expl
52094do :
52095  ac_fn_c_check_func "$LINENO" "expl" "ac_cv_func_expl"
52096if test "x$ac_cv_func_expl" = xyes; then :
52097  cat >>confdefs.h <<_ACEOF
52098#define HAVE_EXPL 1
52099_ACEOF
52100
52101fi
52102done
52103
52104  else
52105
52106  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5
52107$as_echo_n "checking for _expl declaration... " >&6; }
52108  if test x${glibcxx_cv_func__expl_use+set} != xset; then
52109    if ${glibcxx_cv_func__expl_use+:} false; then :
52110  $as_echo_n "(cached) " >&6
52111else
52112
52113
52114      ac_ext=cpp
52115ac_cpp='$CXXCPP $CPPFLAGS'
52116ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52117ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52118ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52119
52120      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52121/* end confdefs.h.  */
52122#include <math.h>
52123		      #ifdef HAVE_IEEEFP_H
52124		      #include <ieeefp.h>
52125		      #endif
52126
52127int
52128main ()
52129{
52130 _expl(0);
52131  ;
52132  return 0;
52133}
52134_ACEOF
52135if ac_fn_cxx_try_compile "$LINENO"; then :
52136  glibcxx_cv_func__expl_use=yes
52137else
52138  glibcxx_cv_func__expl_use=no
52139fi
52140rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52141      ac_ext=c
52142ac_cpp='$CPP $CPPFLAGS'
52143ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52144ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52145ac_compiler_gnu=$ac_cv_c_compiler_gnu
52146
52147
52148fi
52149
52150  fi
52151  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5
52152$as_echo "$glibcxx_cv_func__expl_use" >&6; }
52153
52154    if test x$glibcxx_cv_func__expl_use = x"yes"; then
52155      for ac_func in _expl
52156do :
52157  ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl"
52158if test "x$ac_cv_func__expl" = xyes; then :
52159  cat >>confdefs.h <<_ACEOF
52160#define HAVE__EXPL 1
52161_ACEOF
52162
52163fi
52164done
52165
52166    fi
52167  fi
52168
52169
52170
52171
52172
52173  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5
52174$as_echo_n "checking for fabsl declaration... " >&6; }
52175  if test x${glibcxx_cv_func_fabsl_use+set} != xset; then
52176    if ${glibcxx_cv_func_fabsl_use+:} false; then :
52177  $as_echo_n "(cached) " >&6
52178else
52179
52180
52181      ac_ext=cpp
52182ac_cpp='$CXXCPP $CPPFLAGS'
52183ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52184ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52185ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52186
52187      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52188/* end confdefs.h.  */
52189#include <math.h>
52190		      #ifdef HAVE_IEEEFP_H
52191		      #include <ieeefp.h>
52192		      #endif
52193
52194int
52195main ()
52196{
52197 fabsl(0);
52198  ;
52199  return 0;
52200}
52201_ACEOF
52202if ac_fn_cxx_try_compile "$LINENO"; then :
52203  glibcxx_cv_func_fabsl_use=yes
52204else
52205  glibcxx_cv_func_fabsl_use=no
52206fi
52207rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52208      ac_ext=c
52209ac_cpp='$CPP $CPPFLAGS'
52210ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52211ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52212ac_compiler_gnu=$ac_cv_c_compiler_gnu
52213
52214
52215fi
52216
52217  fi
52218  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsl_use" >&5
52219$as_echo "$glibcxx_cv_func_fabsl_use" >&6; }
52220
52221  if test x$glibcxx_cv_func_fabsl_use = x"yes"; then
52222    for ac_func in fabsl
52223do :
52224  ac_fn_c_check_func "$LINENO" "fabsl" "ac_cv_func_fabsl"
52225if test "x$ac_cv_func_fabsl" = xyes; then :
52226  cat >>confdefs.h <<_ACEOF
52227#define HAVE_FABSL 1
52228_ACEOF
52229
52230fi
52231done
52232
52233  else
52234
52235  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5
52236$as_echo_n "checking for _fabsl declaration... " >&6; }
52237  if test x${glibcxx_cv_func__fabsl_use+set} != xset; then
52238    if ${glibcxx_cv_func__fabsl_use+:} false; then :
52239  $as_echo_n "(cached) " >&6
52240else
52241
52242
52243      ac_ext=cpp
52244ac_cpp='$CXXCPP $CPPFLAGS'
52245ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52246ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52247ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52248
52249      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52250/* end confdefs.h.  */
52251#include <math.h>
52252		      #ifdef HAVE_IEEEFP_H
52253		      #include <ieeefp.h>
52254		      #endif
52255
52256int
52257main ()
52258{
52259 _fabsl(0);
52260  ;
52261  return 0;
52262}
52263_ACEOF
52264if ac_fn_cxx_try_compile "$LINENO"; then :
52265  glibcxx_cv_func__fabsl_use=yes
52266else
52267  glibcxx_cv_func__fabsl_use=no
52268fi
52269rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52270      ac_ext=c
52271ac_cpp='$CPP $CPPFLAGS'
52272ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52273ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52274ac_compiler_gnu=$ac_cv_c_compiler_gnu
52275
52276
52277fi
52278
52279  fi
52280  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5
52281$as_echo "$glibcxx_cv_func__fabsl_use" >&6; }
52282
52283    if test x$glibcxx_cv_func__fabsl_use = x"yes"; then
52284      for ac_func in _fabsl
52285do :
52286  ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl"
52287if test "x$ac_cv_func__fabsl" = xyes; then :
52288  cat >>confdefs.h <<_ACEOF
52289#define HAVE__FABSL 1
52290_ACEOF
52291
52292fi
52293done
52294
52295    fi
52296  fi
52297
52298
52299
52300
52301
52302  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5
52303$as_echo_n "checking for fmodl declaration... " >&6; }
52304  if test x${glibcxx_cv_func_fmodl_use+set} != xset; then
52305    if ${glibcxx_cv_func_fmodl_use+:} false; then :
52306  $as_echo_n "(cached) " >&6
52307else
52308
52309
52310      ac_ext=cpp
52311ac_cpp='$CXXCPP $CPPFLAGS'
52312ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52313ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52314ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52315
52316      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52317/* end confdefs.h.  */
52318#include <math.h>
52319int
52320main ()
52321{
52322 fmodl(0, 0);
52323  ;
52324  return 0;
52325}
52326_ACEOF
52327if ac_fn_cxx_try_compile "$LINENO"; then :
52328  glibcxx_cv_func_fmodl_use=yes
52329else
52330  glibcxx_cv_func_fmodl_use=no
52331fi
52332rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52333      ac_ext=c
52334ac_cpp='$CPP $CPPFLAGS'
52335ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52336ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52337ac_compiler_gnu=$ac_cv_c_compiler_gnu
52338
52339
52340fi
52341
52342  fi
52343  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodl_use" >&5
52344$as_echo "$glibcxx_cv_func_fmodl_use" >&6; }
52345
52346  if test x$glibcxx_cv_func_fmodl_use = x"yes"; then
52347    for ac_func in fmodl
52348do :
52349  ac_fn_c_check_func "$LINENO" "fmodl" "ac_cv_func_fmodl"
52350if test "x$ac_cv_func_fmodl" = xyes; then :
52351  cat >>confdefs.h <<_ACEOF
52352#define HAVE_FMODL 1
52353_ACEOF
52354
52355fi
52356done
52357
52358  else
52359
52360  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5
52361$as_echo_n "checking for _fmodl declaration... " >&6; }
52362  if test x${glibcxx_cv_func__fmodl_use+set} != xset; then
52363    if ${glibcxx_cv_func__fmodl_use+:} false; then :
52364  $as_echo_n "(cached) " >&6
52365else
52366
52367
52368      ac_ext=cpp
52369ac_cpp='$CXXCPP $CPPFLAGS'
52370ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52371ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52372ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52373
52374      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52375/* end confdefs.h.  */
52376#include <math.h>
52377int
52378main ()
52379{
52380 _fmodl(0, 0);
52381  ;
52382  return 0;
52383}
52384_ACEOF
52385if ac_fn_cxx_try_compile "$LINENO"; then :
52386  glibcxx_cv_func__fmodl_use=yes
52387else
52388  glibcxx_cv_func__fmodl_use=no
52389fi
52390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52391      ac_ext=c
52392ac_cpp='$CPP $CPPFLAGS'
52393ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52394ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52395ac_compiler_gnu=$ac_cv_c_compiler_gnu
52396
52397
52398fi
52399
52400  fi
52401  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5
52402$as_echo "$glibcxx_cv_func__fmodl_use" >&6; }
52403
52404    if test x$glibcxx_cv_func__fmodl_use = x"yes"; then
52405      for ac_func in _fmodl
52406do :
52407  ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl"
52408if test "x$ac_cv_func__fmodl" = xyes; then :
52409  cat >>confdefs.h <<_ACEOF
52410#define HAVE__FMODL 1
52411_ACEOF
52412
52413fi
52414done
52415
52416    fi
52417  fi
52418
52419
52420
52421
52422
52423  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5
52424$as_echo_n "checking for frexpl declaration... " >&6; }
52425  if test x${glibcxx_cv_func_frexpl_use+set} != xset; then
52426    if ${glibcxx_cv_func_frexpl_use+:} false; then :
52427  $as_echo_n "(cached) " >&6
52428else
52429
52430
52431      ac_ext=cpp
52432ac_cpp='$CXXCPP $CPPFLAGS'
52433ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52434ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52435ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52436
52437      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52438/* end confdefs.h.  */
52439#include <math.h>
52440int
52441main ()
52442{
52443 frexpl(0, 0);
52444  ;
52445  return 0;
52446}
52447_ACEOF
52448if ac_fn_cxx_try_compile "$LINENO"; then :
52449  glibcxx_cv_func_frexpl_use=yes
52450else
52451  glibcxx_cv_func_frexpl_use=no
52452fi
52453rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52454      ac_ext=c
52455ac_cpp='$CPP $CPPFLAGS'
52456ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52457ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52458ac_compiler_gnu=$ac_cv_c_compiler_gnu
52459
52460
52461fi
52462
52463  fi
52464  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpl_use" >&5
52465$as_echo "$glibcxx_cv_func_frexpl_use" >&6; }
52466
52467  if test x$glibcxx_cv_func_frexpl_use = x"yes"; then
52468    for ac_func in frexpl
52469do :
52470  ac_fn_c_check_func "$LINENO" "frexpl" "ac_cv_func_frexpl"
52471if test "x$ac_cv_func_frexpl" = xyes; then :
52472  cat >>confdefs.h <<_ACEOF
52473#define HAVE_FREXPL 1
52474_ACEOF
52475
52476fi
52477done
52478
52479  else
52480
52481  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5
52482$as_echo_n "checking for _frexpl declaration... " >&6; }
52483  if test x${glibcxx_cv_func__frexpl_use+set} != xset; then
52484    if ${glibcxx_cv_func__frexpl_use+:} false; then :
52485  $as_echo_n "(cached) " >&6
52486else
52487
52488
52489      ac_ext=cpp
52490ac_cpp='$CXXCPP $CPPFLAGS'
52491ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52492ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52493ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52494
52495      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52496/* end confdefs.h.  */
52497#include <math.h>
52498int
52499main ()
52500{
52501 _frexpl(0, 0);
52502  ;
52503  return 0;
52504}
52505_ACEOF
52506if ac_fn_cxx_try_compile "$LINENO"; then :
52507  glibcxx_cv_func__frexpl_use=yes
52508else
52509  glibcxx_cv_func__frexpl_use=no
52510fi
52511rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52512      ac_ext=c
52513ac_cpp='$CPP $CPPFLAGS'
52514ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52515ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52516ac_compiler_gnu=$ac_cv_c_compiler_gnu
52517
52518
52519fi
52520
52521  fi
52522  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5
52523$as_echo "$glibcxx_cv_func__frexpl_use" >&6; }
52524
52525    if test x$glibcxx_cv_func__frexpl_use = x"yes"; then
52526      for ac_func in _frexpl
52527do :
52528  ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl"
52529if test "x$ac_cv_func__frexpl" = xyes; then :
52530  cat >>confdefs.h <<_ACEOF
52531#define HAVE__FREXPL 1
52532_ACEOF
52533
52534fi
52535done
52536
52537    fi
52538  fi
52539
52540
52541
52542
52543
52544  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5
52545$as_echo_n "checking for hypotl declaration... " >&6; }
52546  if test x${glibcxx_cv_func_hypotl_use+set} != xset; then
52547    if ${glibcxx_cv_func_hypotl_use+:} false; then :
52548  $as_echo_n "(cached) " >&6
52549else
52550
52551
52552      ac_ext=cpp
52553ac_cpp='$CXXCPP $CPPFLAGS'
52554ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52555ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52556ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52557
52558      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52559/* end confdefs.h.  */
52560#include <math.h>
52561int
52562main ()
52563{
52564 hypotl(0, 0);
52565  ;
52566  return 0;
52567}
52568_ACEOF
52569if ac_fn_cxx_try_compile "$LINENO"; then :
52570  glibcxx_cv_func_hypotl_use=yes
52571else
52572  glibcxx_cv_func_hypotl_use=no
52573fi
52574rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52575      ac_ext=c
52576ac_cpp='$CPP $CPPFLAGS'
52577ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52578ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52579ac_compiler_gnu=$ac_cv_c_compiler_gnu
52580
52581
52582fi
52583
52584  fi
52585  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotl_use" >&5
52586$as_echo "$glibcxx_cv_func_hypotl_use" >&6; }
52587
52588  if test x$glibcxx_cv_func_hypotl_use = x"yes"; then
52589    for ac_func in hypotl
52590do :
52591  ac_fn_c_check_func "$LINENO" "hypotl" "ac_cv_func_hypotl"
52592if test "x$ac_cv_func_hypotl" = xyes; then :
52593  cat >>confdefs.h <<_ACEOF
52594#define HAVE_HYPOTL 1
52595_ACEOF
52596
52597fi
52598done
52599
52600  else
52601
52602  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5
52603$as_echo_n "checking for _hypotl declaration... " >&6; }
52604  if test x${glibcxx_cv_func__hypotl_use+set} != xset; then
52605    if ${glibcxx_cv_func__hypotl_use+:} false; then :
52606  $as_echo_n "(cached) " >&6
52607else
52608
52609
52610      ac_ext=cpp
52611ac_cpp='$CXXCPP $CPPFLAGS'
52612ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52613ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52614ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52615
52616      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52617/* end confdefs.h.  */
52618#include <math.h>
52619int
52620main ()
52621{
52622 _hypotl(0, 0);
52623  ;
52624  return 0;
52625}
52626_ACEOF
52627if ac_fn_cxx_try_compile "$LINENO"; then :
52628  glibcxx_cv_func__hypotl_use=yes
52629else
52630  glibcxx_cv_func__hypotl_use=no
52631fi
52632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52633      ac_ext=c
52634ac_cpp='$CPP $CPPFLAGS'
52635ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52636ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52637ac_compiler_gnu=$ac_cv_c_compiler_gnu
52638
52639
52640fi
52641
52642  fi
52643  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5
52644$as_echo "$glibcxx_cv_func__hypotl_use" >&6; }
52645
52646    if test x$glibcxx_cv_func__hypotl_use = x"yes"; then
52647      for ac_func in _hypotl
52648do :
52649  ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl"
52650if test "x$ac_cv_func__hypotl" = xyes; then :
52651  cat >>confdefs.h <<_ACEOF
52652#define HAVE__HYPOTL 1
52653_ACEOF
52654
52655fi
52656done
52657
52658    fi
52659  fi
52660
52661
52662
52663
52664
52665  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5
52666$as_echo_n "checking for ldexpl declaration... " >&6; }
52667  if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then
52668    if ${glibcxx_cv_func_ldexpl_use+:} false; then :
52669  $as_echo_n "(cached) " >&6
52670else
52671
52672
52673      ac_ext=cpp
52674ac_cpp='$CXXCPP $CPPFLAGS'
52675ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52676ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52677ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52678
52679      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52680/* end confdefs.h.  */
52681#include <math.h>
52682int
52683main ()
52684{
52685 ldexpl(0, 0);
52686  ;
52687  return 0;
52688}
52689_ACEOF
52690if ac_fn_cxx_try_compile "$LINENO"; then :
52691  glibcxx_cv_func_ldexpl_use=yes
52692else
52693  glibcxx_cv_func_ldexpl_use=no
52694fi
52695rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52696      ac_ext=c
52697ac_cpp='$CPP $CPPFLAGS'
52698ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52699ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52700ac_compiler_gnu=$ac_cv_c_compiler_gnu
52701
52702
52703fi
52704
52705  fi
52706  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpl_use" >&5
52707$as_echo "$glibcxx_cv_func_ldexpl_use" >&6; }
52708
52709  if test x$glibcxx_cv_func_ldexpl_use = x"yes"; then
52710    for ac_func in ldexpl
52711do :
52712  ac_fn_c_check_func "$LINENO" "ldexpl" "ac_cv_func_ldexpl"
52713if test "x$ac_cv_func_ldexpl" = xyes; then :
52714  cat >>confdefs.h <<_ACEOF
52715#define HAVE_LDEXPL 1
52716_ACEOF
52717
52718fi
52719done
52720
52721  else
52722
52723  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5
52724$as_echo_n "checking for _ldexpl declaration... " >&6; }
52725  if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then
52726    if ${glibcxx_cv_func__ldexpl_use+:} false; then :
52727  $as_echo_n "(cached) " >&6
52728else
52729
52730
52731      ac_ext=cpp
52732ac_cpp='$CXXCPP $CPPFLAGS'
52733ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52734ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52735ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52736
52737      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52738/* end confdefs.h.  */
52739#include <math.h>
52740int
52741main ()
52742{
52743 _ldexpl(0, 0);
52744  ;
52745  return 0;
52746}
52747_ACEOF
52748if ac_fn_cxx_try_compile "$LINENO"; then :
52749  glibcxx_cv_func__ldexpl_use=yes
52750else
52751  glibcxx_cv_func__ldexpl_use=no
52752fi
52753rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52754      ac_ext=c
52755ac_cpp='$CPP $CPPFLAGS'
52756ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52757ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52758ac_compiler_gnu=$ac_cv_c_compiler_gnu
52759
52760
52761fi
52762
52763  fi
52764  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5
52765$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; }
52766
52767    if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then
52768      for ac_func in _ldexpl
52769do :
52770  ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl"
52771if test "x$ac_cv_func__ldexpl" = xyes; then :
52772  cat >>confdefs.h <<_ACEOF
52773#define HAVE__LDEXPL 1
52774_ACEOF
52775
52776fi
52777done
52778
52779    fi
52780  fi
52781
52782
52783
52784
52785
52786  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5
52787$as_echo_n "checking for logl declaration... " >&6; }
52788  if test x${glibcxx_cv_func_logl_use+set} != xset; then
52789    if ${glibcxx_cv_func_logl_use+:} false; then :
52790  $as_echo_n "(cached) " >&6
52791else
52792
52793
52794      ac_ext=cpp
52795ac_cpp='$CXXCPP $CPPFLAGS'
52796ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52797ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52798ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52799
52800      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52801/* end confdefs.h.  */
52802#include <math.h>
52803		      #ifdef HAVE_IEEEFP_H
52804		      #include <ieeefp.h>
52805		      #endif
52806
52807int
52808main ()
52809{
52810 logl(0);
52811  ;
52812  return 0;
52813}
52814_ACEOF
52815if ac_fn_cxx_try_compile "$LINENO"; then :
52816  glibcxx_cv_func_logl_use=yes
52817else
52818  glibcxx_cv_func_logl_use=no
52819fi
52820rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52821      ac_ext=c
52822ac_cpp='$CPP $CPPFLAGS'
52823ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52824ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52825ac_compiler_gnu=$ac_cv_c_compiler_gnu
52826
52827
52828fi
52829
52830  fi
52831  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logl_use" >&5
52832$as_echo "$glibcxx_cv_func_logl_use" >&6; }
52833
52834  if test x$glibcxx_cv_func_logl_use = x"yes"; then
52835    for ac_func in logl
52836do :
52837  ac_fn_c_check_func "$LINENO" "logl" "ac_cv_func_logl"
52838if test "x$ac_cv_func_logl" = xyes; then :
52839  cat >>confdefs.h <<_ACEOF
52840#define HAVE_LOGL 1
52841_ACEOF
52842
52843fi
52844done
52845
52846  else
52847
52848  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5
52849$as_echo_n "checking for _logl declaration... " >&6; }
52850  if test x${glibcxx_cv_func__logl_use+set} != xset; then
52851    if ${glibcxx_cv_func__logl_use+:} false; then :
52852  $as_echo_n "(cached) " >&6
52853else
52854
52855
52856      ac_ext=cpp
52857ac_cpp='$CXXCPP $CPPFLAGS'
52858ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52859ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52860ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52861
52862      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52863/* end confdefs.h.  */
52864#include <math.h>
52865		      #ifdef HAVE_IEEEFP_H
52866		      #include <ieeefp.h>
52867		      #endif
52868
52869int
52870main ()
52871{
52872 _logl(0);
52873  ;
52874  return 0;
52875}
52876_ACEOF
52877if ac_fn_cxx_try_compile "$LINENO"; then :
52878  glibcxx_cv_func__logl_use=yes
52879else
52880  glibcxx_cv_func__logl_use=no
52881fi
52882rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52883      ac_ext=c
52884ac_cpp='$CPP $CPPFLAGS'
52885ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52886ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52887ac_compiler_gnu=$ac_cv_c_compiler_gnu
52888
52889
52890fi
52891
52892  fi
52893  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5
52894$as_echo "$glibcxx_cv_func__logl_use" >&6; }
52895
52896    if test x$glibcxx_cv_func__logl_use = x"yes"; then
52897      for ac_func in _logl
52898do :
52899  ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl"
52900if test "x$ac_cv_func__logl" = xyes; then :
52901  cat >>confdefs.h <<_ACEOF
52902#define HAVE__LOGL 1
52903_ACEOF
52904
52905fi
52906done
52907
52908    fi
52909  fi
52910
52911
52912
52913
52914
52915  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5
52916$as_echo_n "checking for log10l declaration... " >&6; }
52917  if test x${glibcxx_cv_func_log10l_use+set} != xset; then
52918    if ${glibcxx_cv_func_log10l_use+:} false; then :
52919  $as_echo_n "(cached) " >&6
52920else
52921
52922
52923      ac_ext=cpp
52924ac_cpp='$CXXCPP $CPPFLAGS'
52925ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52926ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52927ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52928
52929      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52930/* end confdefs.h.  */
52931#include <math.h>
52932		      #ifdef HAVE_IEEEFP_H
52933		      #include <ieeefp.h>
52934		      #endif
52935
52936int
52937main ()
52938{
52939 log10l(0);
52940  ;
52941  return 0;
52942}
52943_ACEOF
52944if ac_fn_cxx_try_compile "$LINENO"; then :
52945  glibcxx_cv_func_log10l_use=yes
52946else
52947  glibcxx_cv_func_log10l_use=no
52948fi
52949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52950      ac_ext=c
52951ac_cpp='$CPP $CPPFLAGS'
52952ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52953ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52954ac_compiler_gnu=$ac_cv_c_compiler_gnu
52955
52956
52957fi
52958
52959  fi
52960  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10l_use" >&5
52961$as_echo "$glibcxx_cv_func_log10l_use" >&6; }
52962
52963  if test x$glibcxx_cv_func_log10l_use = x"yes"; then
52964    for ac_func in log10l
52965do :
52966  ac_fn_c_check_func "$LINENO" "log10l" "ac_cv_func_log10l"
52967if test "x$ac_cv_func_log10l" = xyes; then :
52968  cat >>confdefs.h <<_ACEOF
52969#define HAVE_LOG10L 1
52970_ACEOF
52971
52972fi
52973done
52974
52975  else
52976
52977  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5
52978$as_echo_n "checking for _log10l declaration... " >&6; }
52979  if test x${glibcxx_cv_func__log10l_use+set} != xset; then
52980    if ${glibcxx_cv_func__log10l_use+:} false; then :
52981  $as_echo_n "(cached) " >&6
52982else
52983
52984
52985      ac_ext=cpp
52986ac_cpp='$CXXCPP $CPPFLAGS'
52987ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
52988ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
52989ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52990
52991      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52992/* end confdefs.h.  */
52993#include <math.h>
52994		      #ifdef HAVE_IEEEFP_H
52995		      #include <ieeefp.h>
52996		      #endif
52997
52998int
52999main ()
53000{
53001 _log10l(0);
53002  ;
53003  return 0;
53004}
53005_ACEOF
53006if ac_fn_cxx_try_compile "$LINENO"; then :
53007  glibcxx_cv_func__log10l_use=yes
53008else
53009  glibcxx_cv_func__log10l_use=no
53010fi
53011rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53012      ac_ext=c
53013ac_cpp='$CPP $CPPFLAGS'
53014ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53015ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53016ac_compiler_gnu=$ac_cv_c_compiler_gnu
53017
53018
53019fi
53020
53021  fi
53022  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5
53023$as_echo "$glibcxx_cv_func__log10l_use" >&6; }
53024
53025    if test x$glibcxx_cv_func__log10l_use = x"yes"; then
53026      for ac_func in _log10l
53027do :
53028  ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l"
53029if test "x$ac_cv_func__log10l" = xyes; then :
53030  cat >>confdefs.h <<_ACEOF
53031#define HAVE__LOG10L 1
53032_ACEOF
53033
53034fi
53035done
53036
53037    fi
53038  fi
53039
53040
53041
53042
53043
53044  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5
53045$as_echo_n "checking for modfl declaration... " >&6; }
53046  if test x${glibcxx_cv_func_modfl_use+set} != xset; then
53047    if ${glibcxx_cv_func_modfl_use+:} false; then :
53048  $as_echo_n "(cached) " >&6
53049else
53050
53051
53052      ac_ext=cpp
53053ac_cpp='$CXXCPP $CPPFLAGS'
53054ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53055ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53056ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53057
53058      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53059/* end confdefs.h.  */
53060#include <math.h>
53061int
53062main ()
53063{
53064 modfl(0, 0);
53065  ;
53066  return 0;
53067}
53068_ACEOF
53069if ac_fn_cxx_try_compile "$LINENO"; then :
53070  glibcxx_cv_func_modfl_use=yes
53071else
53072  glibcxx_cv_func_modfl_use=no
53073fi
53074rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53075      ac_ext=c
53076ac_cpp='$CPP $CPPFLAGS'
53077ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53078ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53079ac_compiler_gnu=$ac_cv_c_compiler_gnu
53080
53081
53082fi
53083
53084  fi
53085  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modfl_use" >&5
53086$as_echo "$glibcxx_cv_func_modfl_use" >&6; }
53087
53088  if test x$glibcxx_cv_func_modfl_use = x"yes"; then
53089    for ac_func in modfl
53090do :
53091  ac_fn_c_check_func "$LINENO" "modfl" "ac_cv_func_modfl"
53092if test "x$ac_cv_func_modfl" = xyes; then :
53093  cat >>confdefs.h <<_ACEOF
53094#define HAVE_MODFL 1
53095_ACEOF
53096
53097fi
53098done
53099
53100  else
53101
53102  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5
53103$as_echo_n "checking for _modfl declaration... " >&6; }
53104  if test x${glibcxx_cv_func__modfl_use+set} != xset; then
53105    if ${glibcxx_cv_func__modfl_use+:} false; then :
53106  $as_echo_n "(cached) " >&6
53107else
53108
53109
53110      ac_ext=cpp
53111ac_cpp='$CXXCPP $CPPFLAGS'
53112ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53113ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53114ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53115
53116      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53117/* end confdefs.h.  */
53118#include <math.h>
53119int
53120main ()
53121{
53122 _modfl(0, 0);
53123  ;
53124  return 0;
53125}
53126_ACEOF
53127if ac_fn_cxx_try_compile "$LINENO"; then :
53128  glibcxx_cv_func__modfl_use=yes
53129else
53130  glibcxx_cv_func__modfl_use=no
53131fi
53132rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53133      ac_ext=c
53134ac_cpp='$CPP $CPPFLAGS'
53135ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53136ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53137ac_compiler_gnu=$ac_cv_c_compiler_gnu
53138
53139
53140fi
53141
53142  fi
53143  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5
53144$as_echo "$glibcxx_cv_func__modfl_use" >&6; }
53145
53146    if test x$glibcxx_cv_func__modfl_use = x"yes"; then
53147      for ac_func in _modfl
53148do :
53149  ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl"
53150if test "x$ac_cv_func__modfl" = xyes; then :
53151  cat >>confdefs.h <<_ACEOF
53152#define HAVE__MODFL 1
53153_ACEOF
53154
53155fi
53156done
53157
53158    fi
53159  fi
53160
53161
53162
53163
53164
53165  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5
53166$as_echo_n "checking for powl declaration... " >&6; }
53167  if test x${glibcxx_cv_func_powl_use+set} != xset; then
53168    if ${glibcxx_cv_func_powl_use+:} false; then :
53169  $as_echo_n "(cached) " >&6
53170else
53171
53172
53173      ac_ext=cpp
53174ac_cpp='$CXXCPP $CPPFLAGS'
53175ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53176ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53177ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53178
53179      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53180/* end confdefs.h.  */
53181#include <math.h>
53182int
53183main ()
53184{
53185 powl(0, 0);
53186  ;
53187  return 0;
53188}
53189_ACEOF
53190if ac_fn_cxx_try_compile "$LINENO"; then :
53191  glibcxx_cv_func_powl_use=yes
53192else
53193  glibcxx_cv_func_powl_use=no
53194fi
53195rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53196      ac_ext=c
53197ac_cpp='$CPP $CPPFLAGS'
53198ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53199ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53200ac_compiler_gnu=$ac_cv_c_compiler_gnu
53201
53202
53203fi
53204
53205  fi
53206  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powl_use" >&5
53207$as_echo "$glibcxx_cv_func_powl_use" >&6; }
53208
53209  if test x$glibcxx_cv_func_powl_use = x"yes"; then
53210    for ac_func in powl
53211do :
53212  ac_fn_c_check_func "$LINENO" "powl" "ac_cv_func_powl"
53213if test "x$ac_cv_func_powl" = xyes; then :
53214  cat >>confdefs.h <<_ACEOF
53215#define HAVE_POWL 1
53216_ACEOF
53217
53218fi
53219done
53220
53221  else
53222
53223  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5
53224$as_echo_n "checking for _powl declaration... " >&6; }
53225  if test x${glibcxx_cv_func__powl_use+set} != xset; then
53226    if ${glibcxx_cv_func__powl_use+:} false; then :
53227  $as_echo_n "(cached) " >&6
53228else
53229
53230
53231      ac_ext=cpp
53232ac_cpp='$CXXCPP $CPPFLAGS'
53233ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53234ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53235ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53236
53237      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53238/* end confdefs.h.  */
53239#include <math.h>
53240int
53241main ()
53242{
53243 _powl(0, 0);
53244  ;
53245  return 0;
53246}
53247_ACEOF
53248if ac_fn_cxx_try_compile "$LINENO"; then :
53249  glibcxx_cv_func__powl_use=yes
53250else
53251  glibcxx_cv_func__powl_use=no
53252fi
53253rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53254      ac_ext=c
53255ac_cpp='$CPP $CPPFLAGS'
53256ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53257ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53258ac_compiler_gnu=$ac_cv_c_compiler_gnu
53259
53260
53261fi
53262
53263  fi
53264  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5
53265$as_echo "$glibcxx_cv_func__powl_use" >&6; }
53266
53267    if test x$glibcxx_cv_func__powl_use = x"yes"; then
53268      for ac_func in _powl
53269do :
53270  ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl"
53271if test "x$ac_cv_func__powl" = xyes; then :
53272  cat >>confdefs.h <<_ACEOF
53273#define HAVE__POWL 1
53274_ACEOF
53275
53276fi
53277done
53278
53279    fi
53280  fi
53281
53282
53283
53284
53285
53286  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5
53287$as_echo_n "checking for sqrtl declaration... " >&6; }
53288  if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then
53289    if ${glibcxx_cv_func_sqrtl_use+:} false; then :
53290  $as_echo_n "(cached) " >&6
53291else
53292
53293
53294      ac_ext=cpp
53295ac_cpp='$CXXCPP $CPPFLAGS'
53296ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53297ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53298ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53299
53300      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53301/* end confdefs.h.  */
53302#include <math.h>
53303		      #ifdef HAVE_IEEEFP_H
53304		      #include <ieeefp.h>
53305		      #endif
53306
53307int
53308main ()
53309{
53310 sqrtl(0);
53311  ;
53312  return 0;
53313}
53314_ACEOF
53315if ac_fn_cxx_try_compile "$LINENO"; then :
53316  glibcxx_cv_func_sqrtl_use=yes
53317else
53318  glibcxx_cv_func_sqrtl_use=no
53319fi
53320rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53321      ac_ext=c
53322ac_cpp='$CPP $CPPFLAGS'
53323ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53324ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53325ac_compiler_gnu=$ac_cv_c_compiler_gnu
53326
53327
53328fi
53329
53330  fi
53331  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtl_use" >&5
53332$as_echo "$glibcxx_cv_func_sqrtl_use" >&6; }
53333
53334  if test x$glibcxx_cv_func_sqrtl_use = x"yes"; then
53335    for ac_func in sqrtl
53336do :
53337  ac_fn_c_check_func "$LINENO" "sqrtl" "ac_cv_func_sqrtl"
53338if test "x$ac_cv_func_sqrtl" = xyes; then :
53339  cat >>confdefs.h <<_ACEOF
53340#define HAVE_SQRTL 1
53341_ACEOF
53342
53343fi
53344done
53345
53346  else
53347
53348  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5
53349$as_echo_n "checking for _sqrtl declaration... " >&6; }
53350  if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then
53351    if ${glibcxx_cv_func__sqrtl_use+:} false; then :
53352  $as_echo_n "(cached) " >&6
53353else
53354
53355
53356      ac_ext=cpp
53357ac_cpp='$CXXCPP $CPPFLAGS'
53358ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53359ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53360ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53361
53362      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53363/* end confdefs.h.  */
53364#include <math.h>
53365		      #ifdef HAVE_IEEEFP_H
53366		      #include <ieeefp.h>
53367		      #endif
53368
53369int
53370main ()
53371{
53372 _sqrtl(0);
53373  ;
53374  return 0;
53375}
53376_ACEOF
53377if ac_fn_cxx_try_compile "$LINENO"; then :
53378  glibcxx_cv_func__sqrtl_use=yes
53379else
53380  glibcxx_cv_func__sqrtl_use=no
53381fi
53382rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53383      ac_ext=c
53384ac_cpp='$CPP $CPPFLAGS'
53385ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53386ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53387ac_compiler_gnu=$ac_cv_c_compiler_gnu
53388
53389
53390fi
53391
53392  fi
53393  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5
53394$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; }
53395
53396    if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then
53397      for ac_func in _sqrtl
53398do :
53399  ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl"
53400if test "x$ac_cv_func__sqrtl" = xyes; then :
53401  cat >>confdefs.h <<_ACEOF
53402#define HAVE__SQRTL 1
53403_ACEOF
53404
53405fi
53406done
53407
53408    fi
53409  fi
53410
53411
53412
53413
53414
53415  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5
53416$as_echo_n "checking for sincosl declaration... " >&6; }
53417  if test x${glibcxx_cv_func_sincosl_use+set} != xset; then
53418    if ${glibcxx_cv_func_sincosl_use+:} false; then :
53419  $as_echo_n "(cached) " >&6
53420else
53421
53422
53423      ac_ext=cpp
53424ac_cpp='$CXXCPP $CPPFLAGS'
53425ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53426ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53427ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53428
53429      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53430/* end confdefs.h.  */
53431#include <math.h>
53432int
53433main ()
53434{
53435 sincosl(0, 0, 0);
53436  ;
53437  return 0;
53438}
53439_ACEOF
53440if ac_fn_cxx_try_compile "$LINENO"; then :
53441  glibcxx_cv_func_sincosl_use=yes
53442else
53443  glibcxx_cv_func_sincosl_use=no
53444fi
53445rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53446      ac_ext=c
53447ac_cpp='$CPP $CPPFLAGS'
53448ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53449ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53450ac_compiler_gnu=$ac_cv_c_compiler_gnu
53451
53452
53453fi
53454
53455  fi
53456  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosl_use" >&5
53457$as_echo "$glibcxx_cv_func_sincosl_use" >&6; }
53458
53459  if test x$glibcxx_cv_func_sincosl_use = x"yes"; then
53460    for ac_func in sincosl
53461do :
53462  ac_fn_c_check_func "$LINENO" "sincosl" "ac_cv_func_sincosl"
53463if test "x$ac_cv_func_sincosl" = xyes; then :
53464  cat >>confdefs.h <<_ACEOF
53465#define HAVE_SINCOSL 1
53466_ACEOF
53467
53468fi
53469done
53470
53471  else
53472
53473  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5
53474$as_echo_n "checking for _sincosl declaration... " >&6; }
53475  if test x${glibcxx_cv_func__sincosl_use+set} != xset; then
53476    if ${glibcxx_cv_func__sincosl_use+:} false; then :
53477  $as_echo_n "(cached) " >&6
53478else
53479
53480
53481      ac_ext=cpp
53482ac_cpp='$CXXCPP $CPPFLAGS'
53483ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53484ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53485ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53486
53487      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53488/* end confdefs.h.  */
53489#include <math.h>
53490int
53491main ()
53492{
53493 _sincosl(0, 0, 0);
53494  ;
53495  return 0;
53496}
53497_ACEOF
53498if ac_fn_cxx_try_compile "$LINENO"; then :
53499  glibcxx_cv_func__sincosl_use=yes
53500else
53501  glibcxx_cv_func__sincosl_use=no
53502fi
53503rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53504      ac_ext=c
53505ac_cpp='$CPP $CPPFLAGS'
53506ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53507ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53508ac_compiler_gnu=$ac_cv_c_compiler_gnu
53509
53510
53511fi
53512
53513  fi
53514  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5
53515$as_echo "$glibcxx_cv_func__sincosl_use" >&6; }
53516
53517    if test x$glibcxx_cv_func__sincosl_use = x"yes"; then
53518      for ac_func in _sincosl
53519do :
53520  ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl"
53521if test "x$ac_cv_func__sincosl" = xyes; then :
53522  cat >>confdefs.h <<_ACEOF
53523#define HAVE__SINCOSL 1
53524_ACEOF
53525
53526fi
53527done
53528
53529    fi
53530  fi
53531
53532
53533
53534
53535
53536  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5
53537$as_echo_n "checking for finitel declaration... " >&6; }
53538  if test x${glibcxx_cv_func_finitel_use+set} != xset; then
53539    if ${glibcxx_cv_func_finitel_use+:} false; then :
53540  $as_echo_n "(cached) " >&6
53541else
53542
53543
53544      ac_ext=cpp
53545ac_cpp='$CXXCPP $CPPFLAGS'
53546ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53547ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53548ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53549
53550      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53551/* end confdefs.h.  */
53552#include <math.h>
53553		      #ifdef HAVE_IEEEFP_H
53554		      #include <ieeefp.h>
53555		      #endif
53556
53557int
53558main ()
53559{
53560 finitel(0);
53561  ;
53562  return 0;
53563}
53564_ACEOF
53565if ac_fn_cxx_try_compile "$LINENO"; then :
53566  glibcxx_cv_func_finitel_use=yes
53567else
53568  glibcxx_cv_func_finitel_use=no
53569fi
53570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53571      ac_ext=c
53572ac_cpp='$CPP $CPPFLAGS'
53573ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53574ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53575ac_compiler_gnu=$ac_cv_c_compiler_gnu
53576
53577
53578fi
53579
53580  fi
53581  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitel_use" >&5
53582$as_echo "$glibcxx_cv_func_finitel_use" >&6; }
53583
53584  if test x$glibcxx_cv_func_finitel_use = x"yes"; then
53585    for ac_func in finitel
53586do :
53587  ac_fn_c_check_func "$LINENO" "finitel" "ac_cv_func_finitel"
53588if test "x$ac_cv_func_finitel" = xyes; then :
53589  cat >>confdefs.h <<_ACEOF
53590#define HAVE_FINITEL 1
53591_ACEOF
53592
53593fi
53594done
53595
53596  else
53597
53598  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5
53599$as_echo_n "checking for _finitel declaration... " >&6; }
53600  if test x${glibcxx_cv_func__finitel_use+set} != xset; then
53601    if ${glibcxx_cv_func__finitel_use+:} false; then :
53602  $as_echo_n "(cached) " >&6
53603else
53604
53605
53606      ac_ext=cpp
53607ac_cpp='$CXXCPP $CPPFLAGS'
53608ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53609ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53610ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53611
53612      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53613/* end confdefs.h.  */
53614#include <math.h>
53615		      #ifdef HAVE_IEEEFP_H
53616		      #include <ieeefp.h>
53617		      #endif
53618
53619int
53620main ()
53621{
53622 _finitel(0);
53623  ;
53624  return 0;
53625}
53626_ACEOF
53627if ac_fn_cxx_try_compile "$LINENO"; then :
53628  glibcxx_cv_func__finitel_use=yes
53629else
53630  glibcxx_cv_func__finitel_use=no
53631fi
53632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53633      ac_ext=c
53634ac_cpp='$CPP $CPPFLAGS'
53635ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53636ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53637ac_compiler_gnu=$ac_cv_c_compiler_gnu
53638
53639
53640fi
53641
53642  fi
53643  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5
53644$as_echo "$glibcxx_cv_func__finitel_use" >&6; }
53645
53646    if test x$glibcxx_cv_func__finitel_use = x"yes"; then
53647      for ac_func in _finitel
53648do :
53649  ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel"
53650if test "x$ac_cv_func__finitel" = xyes; then :
53651  cat >>confdefs.h <<_ACEOF
53652#define HAVE__FINITEL 1
53653_ACEOF
53654
53655fi
53656done
53657
53658    fi
53659  fi
53660
53661
53662
53663
53664  LIBS="$ac_save_LIBS"
53665  CXXFLAGS="$ac_save_CXXFLAGS"
53666
53667
53668  ac_test_CXXFLAGS="${CXXFLAGS+set}"
53669  ac_save_CXXFLAGS="$CXXFLAGS"
53670  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
53671
53672
53673  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for at_quick_exit declaration" >&5
53674$as_echo_n "checking for at_quick_exit declaration... " >&6; }
53675  if test x${glibcxx_cv_func_at_quick_exit_use+set} != xset; then
53676    if ${glibcxx_cv_func_at_quick_exit_use+:} false; then :
53677  $as_echo_n "(cached) " >&6
53678else
53679
53680
53681      ac_ext=cpp
53682ac_cpp='$CXXCPP $CPPFLAGS'
53683ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53684ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53685ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53686
53687      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53688/* end confdefs.h.  */
53689#include <stdlib.h>
53690int
53691main ()
53692{
53693 at_quick_exit(0);
53694  ;
53695  return 0;
53696}
53697_ACEOF
53698if ac_fn_cxx_try_compile "$LINENO"; then :
53699  glibcxx_cv_func_at_quick_exit_use=yes
53700else
53701  glibcxx_cv_func_at_quick_exit_use=no
53702fi
53703rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53704      ac_ext=c
53705ac_cpp='$CPP $CPPFLAGS'
53706ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53707ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53708ac_compiler_gnu=$ac_cv_c_compiler_gnu
53709
53710
53711fi
53712
53713  fi
53714  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_at_quick_exit_use" >&5
53715$as_echo "$glibcxx_cv_func_at_quick_exit_use" >&6; }
53716  if test x$glibcxx_cv_func_at_quick_exit_use = x"yes"; then
53717    for ac_func in at_quick_exit
53718do :
53719  ac_fn_c_check_func "$LINENO" "at_quick_exit" "ac_cv_func_at_quick_exit"
53720if test "x$ac_cv_func_at_quick_exit" = xyes; then :
53721  cat >>confdefs.h <<_ACEOF
53722#define HAVE_AT_QUICK_EXIT 1
53723_ACEOF
53724
53725fi
53726done
53727
53728  fi
53729
53730
53731  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for quick_exit declaration" >&5
53732$as_echo_n "checking for quick_exit declaration... " >&6; }
53733  if test x${glibcxx_cv_func_quick_exit_use+set} != xset; then
53734    if ${glibcxx_cv_func_quick_exit_use+:} false; then :
53735  $as_echo_n "(cached) " >&6
53736else
53737
53738
53739      ac_ext=cpp
53740ac_cpp='$CXXCPP $CPPFLAGS'
53741ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53742ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53743ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53744
53745      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53746/* end confdefs.h.  */
53747#include <stdlib.h>
53748int
53749main ()
53750{
53751 quick_exit(0);
53752  ;
53753  return 0;
53754}
53755_ACEOF
53756if ac_fn_cxx_try_compile "$LINENO"; then :
53757  glibcxx_cv_func_quick_exit_use=yes
53758else
53759  glibcxx_cv_func_quick_exit_use=no
53760fi
53761rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53762      ac_ext=c
53763ac_cpp='$CPP $CPPFLAGS'
53764ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53765ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53766ac_compiler_gnu=$ac_cv_c_compiler_gnu
53767
53768
53769fi
53770
53771  fi
53772  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_quick_exit_use" >&5
53773$as_echo "$glibcxx_cv_func_quick_exit_use" >&6; }
53774  if test x$glibcxx_cv_func_quick_exit_use = x"yes"; then
53775    for ac_func in quick_exit
53776do :
53777  ac_fn_c_check_func "$LINENO" "quick_exit" "ac_cv_func_quick_exit"
53778if test "x$ac_cv_func_quick_exit" = xyes; then :
53779  cat >>confdefs.h <<_ACEOF
53780#define HAVE_QUICK_EXIT 1
53781_ACEOF
53782
53783fi
53784done
53785
53786  fi
53787
53788
53789  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtold declaration" >&5
53790$as_echo_n "checking for strtold declaration... " >&6; }
53791  if test x${glibcxx_cv_func_strtold_use+set} != xset; then
53792    if ${glibcxx_cv_func_strtold_use+:} false; then :
53793  $as_echo_n "(cached) " >&6
53794else
53795
53796
53797      ac_ext=cpp
53798ac_cpp='$CXXCPP $CPPFLAGS'
53799ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53800ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53801ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53802
53803      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53804/* end confdefs.h.  */
53805#include <stdlib.h>
53806int
53807main ()
53808{
53809 strtold(0, 0);
53810  ;
53811  return 0;
53812}
53813_ACEOF
53814if ac_fn_cxx_try_compile "$LINENO"; then :
53815  glibcxx_cv_func_strtold_use=yes
53816else
53817  glibcxx_cv_func_strtold_use=no
53818fi
53819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53820      ac_ext=c
53821ac_cpp='$CPP $CPPFLAGS'
53822ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53823ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53824ac_compiler_gnu=$ac_cv_c_compiler_gnu
53825
53826
53827fi
53828
53829  fi
53830  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtold_use" >&5
53831$as_echo "$glibcxx_cv_func_strtold_use" >&6; }
53832  if test x$glibcxx_cv_func_strtold_use = x"yes"; then
53833    for ac_func in strtold
53834do :
53835  ac_fn_c_check_func "$LINENO" "strtold" "ac_cv_func_strtold"
53836if test "x$ac_cv_func_strtold" = xyes; then :
53837  cat >>confdefs.h <<_ACEOF
53838#define HAVE_STRTOLD 1
53839_ACEOF
53840
53841fi
53842done
53843
53844  fi
53845
53846
53847
53848
53849  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5
53850$as_echo_n "checking for strtof declaration... " >&6; }
53851  if test x${glibcxx_cv_func_strtof_use+set} != xset; then
53852    if ${glibcxx_cv_func_strtof_use+:} false; then :
53853  $as_echo_n "(cached) " >&6
53854else
53855
53856
53857      ac_ext=cpp
53858ac_cpp='$CXXCPP $CPPFLAGS'
53859ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53860ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53861ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
53862
53863      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53864/* end confdefs.h.  */
53865#include <stdlib.h>
53866int
53867main ()
53868{
53869 strtof(0, 0);
53870  ;
53871  return 0;
53872}
53873_ACEOF
53874if ac_fn_cxx_try_compile "$LINENO"; then :
53875  glibcxx_cv_func_strtof_use=yes
53876else
53877  glibcxx_cv_func_strtof_use=no
53878fi
53879rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53880      ac_ext=c
53881ac_cpp='$CPP $CPPFLAGS'
53882ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
53883ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
53884ac_compiler_gnu=$ac_cv_c_compiler_gnu
53885
53886
53887fi
53888
53889  fi
53890  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtof_use" >&5
53891$as_echo "$glibcxx_cv_func_strtof_use" >&6; }
53892  if test x$glibcxx_cv_func_strtof_use = x"yes"; then
53893    for ac_func in strtof
53894do :
53895  ac_fn_c_check_func "$LINENO" "strtof" "ac_cv_func_strtof"
53896if test "x$ac_cv_func_strtof" = xyes; then :
53897  cat >>confdefs.h <<_ACEOF
53898#define HAVE_STRTOF 1
53899_ACEOF
53900
53901fi
53902done
53903
53904  fi
53905
53906
53907
53908
53909  CXXFLAGS="$ac_save_CXXFLAGS"
53910
53911    $as_echo "#define _GLIBCXX_USE_DEV_RANDOM 1" >>confdefs.h
53912
53913    $as_echo "#define _GLIBCXX_USE_RANDOM_TR1 1" >>confdefs.h
53914
53915
53916
53917   # Check whether --enable-tls was given.
53918if test "${enable_tls+set}" = set; then :
53919  enableval=$enable_tls;
53920      case "$enableval" in
53921       yes|no) ;;
53922       *) as_fn_error $? "Argument to enable/disable tls must be yes or no" "$LINENO" 5 ;;
53923      esac
53924
53925else
53926  enable_tls=yes
53927fi
53928
53929
53930  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports thread-local storage" >&5
53931$as_echo_n "checking whether the target supports thread-local storage... " >&6; }
53932if ${gcc_cv_have_tls+:} false; then :
53933  $as_echo_n "(cached) " >&6
53934else
53935
53936    if test "$cross_compiling" = yes; then :
53937                if test x$gcc_no_link = xyes; then
53938  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
53939fi
53940cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53941/* end confdefs.h.  */
53942__thread int a; int b; int main() { return a = b; }
53943_ACEOF
53944if ac_fn_c_try_link "$LINENO"; then :
53945  chktls_save_LDFLAGS="$LDFLAGS"
53946	  	  	  case $host in
53947	    *-*-linux* | -*-uclinuxfdpic*)
53948	      LDFLAGS="-shared -Wl,--no-undefined $LDFLAGS"
53949	      ;;
53950	  esac
53951	  chktls_save_CFLAGS="$CFLAGS"
53952	  CFLAGS="-fPIC $CFLAGS"
53953	  	  if test x$gcc_no_link = xyes; then
53954  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
53955fi
53956cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53957/* end confdefs.h.  */
53958int f() { return 0; }
53959_ACEOF
53960if ac_fn_c_try_link "$LINENO"; then :
53961  if test x$gcc_no_link = xyes; then
53962  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
53963fi
53964cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53965/* end confdefs.h.  */
53966__thread int a; int b; int f() { return a = b; }
53967_ACEOF
53968if ac_fn_c_try_link "$LINENO"; then :
53969  gcc_cv_have_tls=yes
53970else
53971  gcc_cv_have_tls=no
53972fi
53973rm -f core conftest.err conftest.$ac_objext \
53974    conftest$ac_exeext conftest.$ac_ext
53975else
53976  gcc_cv_have_tls=yes
53977fi
53978rm -f core conftest.err conftest.$ac_objext \
53979    conftest$ac_exeext conftest.$ac_ext
53980	  CFLAGS="$chktls_save_CFLAGS"
53981	  LDFLAGS="$chktls_save_LDFLAGS"
53982else
53983  gcc_cv_have_tls=no
53984fi
53985rm -f core conftest.err conftest.$ac_objext \
53986    conftest$ac_exeext conftest.$ac_ext
53987
53988
53989else
53990  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53991/* end confdefs.h.  */
53992__thread int a; int b; int main() { return a = b; }
53993_ACEOF
53994if ac_fn_c_try_run "$LINENO"; then :
53995                      chktls_save_LDFLAGS="$LDFLAGS"
53996      LDFLAGS="-static $LDFLAGS"
53997      if test x$gcc_no_link = xyes; then
53998  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
53999fi
54000cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54001/* end confdefs.h.  */
54002int main() { return 0; }
54003_ACEOF
54004if ac_fn_c_try_link "$LINENO"; then :
54005  if test "$cross_compiling" = yes; then :
54006  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
54007$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
54008as_fn_error $? "cannot run test program while cross compiling
54009See \`config.log' for more details" "$LINENO" 5; }
54010else
54011  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54012/* end confdefs.h.  */
54013__thread int a; int b; int main() { return a = b; }
54014_ACEOF
54015if ac_fn_c_try_run "$LINENO"; then :
54016  gcc_cv_have_tls=yes
54017else
54018  gcc_cv_have_tls=no
54019fi
54020rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
54021  conftest.$ac_objext conftest.beam conftest.$ac_ext
54022fi
54023
54024else
54025  gcc_cv_have_tls=yes
54026fi
54027rm -f core conftest.err conftest.$ac_objext \
54028    conftest$ac_exeext conftest.$ac_ext
54029      LDFLAGS="$chktls_save_LDFLAGS"
54030      if test $gcc_cv_have_tls = yes; then
54031						chktls_save_CFLAGS="$CFLAGS"
54032	thread_CFLAGS=failed
54033	for flag in '' '-pthread' '-lpthread'; do
54034	  CFLAGS="$flag $chktls_save_CFLAGS"
54035	  if test x$gcc_no_link = xyes; then
54036  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
54037fi
54038cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54039/* end confdefs.h.  */
54040#include <pthread.h>
54041		void *g(void *d) { return NULL; }
54042int
54043main ()
54044{
54045pthread_t t; pthread_create(&t,NULL,g,NULL);
54046  ;
54047  return 0;
54048}
54049_ACEOF
54050if ac_fn_c_try_link "$LINENO"; then :
54051  thread_CFLAGS="$flag"
54052fi
54053rm -f core conftest.err conftest.$ac_objext \
54054    conftest$ac_exeext conftest.$ac_ext
54055	  if test "X$thread_CFLAGS" != Xfailed; then
54056	    break
54057	  fi
54058	done
54059	CFLAGS="$chktls_save_CFLAGS"
54060	if test "X$thread_CFLAGS" != Xfailed; then
54061	  CFLAGS="$thread_CFLAGS $chktls_save_CFLAGS"
54062 	  	  	  	  	  	  if test "$cross_compiling" = yes; then :
54063  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
54064$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
54065as_fn_error $? "cannot run test program while cross compiling
54066See \`config.log' for more details" "$LINENO" 5; }
54067else
54068  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54069/* end confdefs.h.  */
54070#include <pthread.h>
54071		__thread int a;
54072		static int *volatile a_in_other_thread;
54073		static void *
54074		thread_func (void *arg)
54075		{
54076		  a_in_other_thread = &a;
54077		  return (void *)0;
54078		}
54079int
54080main ()
54081{
54082pthread_t thread;
54083		void *thread_retval;
54084		int *volatile a_in_main_thread;
54085		a_in_main_thread = &a;
54086		if (pthread_create (&thread, (pthread_attr_t *)0,
54087				    thread_func, (void *)0))
54088		  return 0;
54089		if (pthread_join (thread, &thread_retval))
54090		  return 0;
54091		return (a_in_other_thread == a_in_main_thread);
54092  ;
54093  return 0;
54094}
54095_ACEOF
54096if ac_fn_c_try_run "$LINENO"; then :
54097  gcc_cv_have_tls=yes
54098else
54099  gcc_cv_have_tls=no
54100fi
54101rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
54102  conftest.$ac_objext conftest.beam conftest.$ac_ext
54103fi
54104
54105	  CFLAGS="$chktls_save_CFLAGS"
54106	fi
54107      fi
54108else
54109  gcc_cv_have_tls=no
54110fi
54111rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
54112  conftest.$ac_objext conftest.beam conftest.$ac_ext
54113fi
54114
54115fi
54116{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_have_tls" >&5
54117$as_echo "$gcc_cv_have_tls" >&6; }
54118  if test "$enable_tls $gcc_cv_have_tls" = "yes yes"; then
54119
54120$as_echo "#define HAVE_TLS 1" >>confdefs.h
54121
54122  fi
54123    for ac_func in __cxa_thread_atexit_impl
54124do :
54125  ac_fn_c_check_func "$LINENO" "__cxa_thread_atexit_impl" "ac_cv_func___cxa_thread_atexit_impl"
54126if test "x$ac_cv_func___cxa_thread_atexit_impl" = xyes; then :
54127  cat >>confdefs.h <<_ACEOF
54128#define HAVE___CXA_THREAD_ATEXIT_IMPL 1
54129_ACEOF
54130
54131fi
54132done
54133
54134    for ac_func in aligned_alloc posix_memalign memalign _aligned_malloc
54135do :
54136  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
54137ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
54138if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
54139  cat >>confdefs.h <<_ACEOF
54140#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
54141_ACEOF
54142
54143fi
54144done
54145
54146    for ac_func in timespec_get
54147do :
54148  ac_fn_c_check_func "$LINENO" "timespec_get" "ac_cv_func_timespec_get"
54149if test "x$ac_cv_func_timespec_get" = xyes; then :
54150  cat >>confdefs.h <<_ACEOF
54151#define HAVE_TIMESPEC_GET 1
54152_ACEOF
54153
54154fi
54155done
54156
54157    for ac_func in sockatmark
54158do :
54159  ac_fn_c_check_func "$LINENO" "sockatmark" "ac_cv_func_sockatmark"
54160if test "x$ac_cv_func_sockatmark" = xyes; then :
54161  cat >>confdefs.h <<_ACEOF
54162#define HAVE_SOCKATMARK 1
54163_ACEOF
54164
54165fi
54166done
54167
54168    for ac_func in uselocale
54169do :
54170  ac_fn_c_check_func "$LINENO" "uselocale" "ac_cv_func_uselocale"
54171if test "x$ac_cv_func_uselocale" = xyes; then :
54172  cat >>confdefs.h <<_ACEOF
54173#define HAVE_USELOCALE 1
54174_ACEOF
54175
54176fi
54177done
54178
54179
54180
54181
54182
54183
54184  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
54185$as_echo_n "checking for iconv... " >&6; }
54186if ${am_cv_func_iconv+:} false; then :
54187  $as_echo_n "(cached) " >&6
54188else
54189
54190    am_cv_func_iconv="no, consider installing GNU libiconv"
54191    am_cv_lib_iconv=no
54192                    am_save_CPPFLAGS="$CPPFLAGS"
54193    CPPFLAGS="$CPPFLAGS $INCICONV"
54194    if test x$gcc_no_link = xyes; then
54195  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
54196fi
54197cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54198/* end confdefs.h.  */
54199#include <stdlib.h>
54200#include <iconv.h>
54201int
54202main ()
54203{
54204iconv_t cd = iconv_open("","");
54205       iconv(cd,NULL,NULL,NULL,NULL);
54206       iconv_close(cd);
54207  ;
54208  return 0;
54209}
54210_ACEOF
54211if ac_fn_c_try_link "$LINENO"; then :
54212  am_cv_func_iconv=yes
54213fi
54214rm -f core conftest.err conftest.$ac_objext \
54215    conftest$ac_exeext conftest.$ac_ext
54216    CPPFLAGS="$am_save_CPPFLAGS"
54217
54218    if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
54219      for _libs in .libs _libs; do
54220        am_save_CPPFLAGS="$CPPFLAGS"
54221        am_save_LIBS="$LIBS"
54222        CPPFLAGS="$CPPFLAGS -I../libiconv/include"
54223        LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
54224        if test x$gcc_no_link = xyes; then
54225  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
54226fi
54227cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54228/* end confdefs.h.  */
54229#include <stdlib.h>
54230#include <iconv.h>
54231int
54232main ()
54233{
54234iconv_t cd = iconv_open("","");
54235           iconv(cd,NULL,NULL,NULL,NULL);
54236           iconv_close(cd);
54237  ;
54238  return 0;
54239}
54240_ACEOF
54241if ac_fn_c_try_link "$LINENO"; then :
54242  INCICONV="-I../libiconv/include"
54243          LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
54244          LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
54245          am_cv_lib_iconv=yes
54246          am_cv_func_iconv=yes
54247fi
54248rm -f core conftest.err conftest.$ac_objext \
54249    conftest$ac_exeext conftest.$ac_ext
54250        CPPFLAGS="$am_save_CPPFLAGS"
54251        LIBS="$am_save_LIBS"
54252        if test "$am_cv_func_iconv" = "yes"; then
54253          break
54254        fi
54255      done
54256    fi
54257
54258    if test "$am_cv_func_iconv" != yes; then
54259      am_save_CPPFLAGS="$CPPFLAGS"
54260      am_save_LIBS="$LIBS"
54261      CPPFLAGS="$CPPFLAGS $INCICONV"
54262      LIBS="$LIBS $LIBICONV"
54263      if test x$gcc_no_link = xyes; then
54264  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
54265fi
54266cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54267/* end confdefs.h.  */
54268#include <stdlib.h>
54269#include <iconv.h>
54270int
54271main ()
54272{
54273iconv_t cd = iconv_open("","");
54274         iconv(cd,NULL,NULL,NULL,NULL);
54275         iconv_close(cd);
54276  ;
54277  return 0;
54278}
54279_ACEOF
54280if ac_fn_c_try_link "$LINENO"; then :
54281  am_cv_lib_iconv=yes
54282        am_cv_func_iconv=yes
54283fi
54284rm -f core conftest.err conftest.$ac_objext \
54285    conftest$ac_exeext conftest.$ac_ext
54286      CPPFLAGS="$am_save_CPPFLAGS"
54287      LIBS="$am_save_LIBS"
54288    fi
54289
54290fi
54291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
54292$as_echo "$am_cv_func_iconv" >&6; }
54293  if test "$am_cv_func_iconv" = yes; then
54294
54295$as_echo "#define HAVE_ICONV 1" >>confdefs.h
54296
54297  fi
54298  if test "$am_cv_lib_iconv" = yes; then
54299
54300  for element in $INCICONV; do
54301    haveit=
54302    for x in $CPPFLAGS; do
54303
54304  acl_save_prefix="$prefix"
54305  prefix="$acl_final_prefix"
54306  acl_save_exec_prefix="$exec_prefix"
54307  exec_prefix="$acl_final_exec_prefix"
54308  eval x=\"$x\"
54309  exec_prefix="$acl_save_exec_prefix"
54310  prefix="$acl_save_prefix"
54311
54312      if test "X$x" = "X$element"; then
54313        haveit=yes
54314        break
54315      fi
54316    done
54317    if test -z "$haveit"; then
54318      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
54319    fi
54320  done
54321
54322    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
54323$as_echo_n "checking how to link with libiconv... " >&6; }
54324    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
54325$as_echo "$LIBICONV" >&6; }
54326  else
54327    LIBICONV=
54328    LTLIBICONV=
54329  fi
54330
54331
54332
54333  if test "$am_cv_func_iconv" = yes; then
54334    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
54335$as_echo_n "checking for iconv declaration... " >&6; }
54336    if ${am_cv_proto_iconv+:} false; then :
54337  $as_echo_n "(cached) " >&6
54338else
54339
54340      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54341/* end confdefs.h.  */
54342
54343#include <stdlib.h>
54344#include <iconv.h>
54345extern
54346#ifdef __cplusplus
54347"C"
54348#endif
54349#if defined(__STDC__) || defined(__cplusplus)
54350size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
54351#else
54352size_t iconv();
54353#endif
54354
54355int
54356main ()
54357{
54358
54359  ;
54360  return 0;
54361}
54362_ACEOF
54363if ac_fn_c_try_compile "$LINENO"; then :
54364  am_cv_proto_iconv_arg1=""
54365else
54366  am_cv_proto_iconv_arg1="const"
54367fi
54368rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54369      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
54370fi
54371
54372    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
54373    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
54374         }$am_cv_proto_iconv" >&5
54375$as_echo "${ac_t:-
54376         }$am_cv_proto_iconv" >&6; }
54377
54378cat >>confdefs.h <<_ACEOF
54379#define ICONV_CONST $am_cv_proto_iconv_arg1
54380_ACEOF
54381
54382  fi
54383
54384    ;;
54385  *-mingw32*)
54386
54387  # If we're not using GNU ld, then there's no point in even trying these
54388  # tests.  Check for that first.  We should have already tested for gld
54389  # by now (in libtool), but require it now just to be safe...
54390  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
54391  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
54392
54393
54394
54395  # The name set by libtool depends on the version of libtool.  Shame on us
54396  # for depending on an impl detail, but c'est la vie.  Older versions used
54397  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
54398  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
54399  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
54400  # set (hence we're using an older libtool), then set it.
54401  if test x${with_gnu_ld+set} != xset; then
54402    if test x${ac_cv_prog_gnu_ld+set} != xset; then
54403      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
54404      with_gnu_ld=no
54405    else
54406      with_gnu_ld=$ac_cv_prog_gnu_ld
54407    fi
54408  fi
54409
54410  # Start by getting the version number.  I think the libtool test already
54411  # does some of this, but throws away the result.
54412  glibcxx_ld_is_gold=no
54413  glibcxx_ld_is_mold=no
54414  if test x"$with_gnu_ld" = x"yes"; then
54415    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
54416$as_echo_n "checking for ld version... " >&6; }
54417
54418    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
54419      glibcxx_ld_is_gold=yes
54420    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
54421      glibcxx_ld_is_mold=yes
54422    fi
54423    ldver=`$LD --version 2>/dev/null |
54424	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
54425
54426    glibcxx_gnu_ld_version=`echo $ldver | \
54427	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
54428    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
54429$as_echo "$glibcxx_gnu_ld_version" >&6; }
54430  fi
54431
54432  # Set --gc-sections.
54433  glibcxx_have_gc_sections=no
54434  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
54435    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
54436      glibcxx_have_gc_sections=yes
54437    fi
54438  else
54439    glibcxx_gcsections_min_ld=21602
54440    if test x"$with_gnu_ld" = x"yes" &&
54441	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
54442      glibcxx_have_gc_sections=yes
54443    fi
54444  fi
54445  if test "$glibcxx_have_gc_sections" = "yes"; then
54446    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
54447    # NB: This flag only works reliably after 2.16.1. Configure tests
54448    # for this are difficult, so hard wire a value that should work.
54449
54450    ac_test_CFLAGS="${CFLAGS+set}"
54451    ac_save_CFLAGS="$CFLAGS"
54452    CFLAGS='-Wl,--gc-sections'
54453
54454    # Check for -Wl,--gc-sections
54455    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
54456$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
54457    if test x$gcc_no_link = xyes; then
54458  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
54459fi
54460cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54461/* end confdefs.h.  */
54462 int one(void) { return 1; }
54463     int two(void) { return 2; }
54464
54465int
54466main ()
54467{
54468 two();
54469  ;
54470  return 0;
54471}
54472_ACEOF
54473if ac_fn_c_try_link "$LINENO"; then :
54474  ac_gcsections=yes
54475else
54476  ac_gcsections=no
54477fi
54478rm -f core conftest.err conftest.$ac_objext \
54479    conftest$ac_exeext conftest.$ac_ext
54480    if test "$ac_gcsections" = "yes"; then
54481      rm -f conftest.c
54482      touch conftest.c
54483      if $CC -c conftest.c; then
54484	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
54485	   grep "Warning: gc-sections option ignored" > /dev/null; then
54486	  ac_gcsections=no
54487	fi
54488      fi
54489      rm -f conftest.c conftest.o conftest
54490    fi
54491    if test "$ac_gcsections" = "yes"; then
54492      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
54493    fi
54494    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
54495$as_echo "$ac_gcsections" >&6; }
54496
54497    if test "$ac_test_CFLAGS" = set; then
54498      CFLAGS="$ac_save_CFLAGS"
54499    else
54500      # this is the suspicious part
54501      CFLAGS=''
54502    fi
54503  fi
54504
54505  # Set -z,relro.
54506  # Note this is only for shared objects.
54507  ac_ld_relro=no
54508  if test x"$with_gnu_ld" = x"yes"; then
54509    # cygwin and mingw uses PE, which has no ELF relro support,
54510    # multi target ld may confuse configure machinery
54511    case "$host" in
54512    *-*-cygwin*)
54513     ;;
54514    *-*-mingw*)
54515     ;;
54516    *)
54517      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
54518$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
54519      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
54520      if test -n "$cxx_z_relo"; then
54521        OPT_LDFLAGS="-Wl,-z,relro"
54522        ac_ld_relro=yes
54523      fi
54524      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
54525$as_echo "$ac_ld_relro" >&6; }
54526    esac
54527  fi
54528
54529  # Set linker optimization flags.
54530  if test x"$with_gnu_ld" = x"yes"; then
54531    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
54532  fi
54533
54534
54535
54536
54537
54538  ac_test_CXXFLAGS="${CXXFLAGS+set}"
54539  ac_save_CXXFLAGS="$CXXFLAGS"
54540  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
54541
54542    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
54543$as_echo_n "checking for sin in -lm... " >&6; }
54544if ${ac_cv_lib_m_sin+:} false; then :
54545  $as_echo_n "(cached) " >&6
54546else
54547  ac_check_lib_save_LIBS=$LIBS
54548LIBS="-lm  $LIBS"
54549if test x$gcc_no_link = xyes; then
54550  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
54551fi
54552cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54553/* end confdefs.h.  */
54554
54555/* Override any GCC internal prototype to avoid an error.
54556   Use char because int might match the return type of a GCC
54557   builtin and then its argument prototype would still apply.  */
54558#ifdef __cplusplus
54559extern "C"
54560#endif
54561char sin ();
54562int
54563main ()
54564{
54565return sin ();
54566  ;
54567  return 0;
54568}
54569_ACEOF
54570if ac_fn_c_try_link "$LINENO"; then :
54571  ac_cv_lib_m_sin=yes
54572else
54573  ac_cv_lib_m_sin=no
54574fi
54575rm -f core conftest.err conftest.$ac_objext \
54576    conftest$ac_exeext conftest.$ac_ext
54577LIBS=$ac_check_lib_save_LIBS
54578fi
54579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
54580$as_echo "$ac_cv_lib_m_sin" >&6; }
54581if test "x$ac_cv_lib_m_sin" = xyes; then :
54582  libm="-lm"
54583fi
54584
54585  ac_save_LIBS="$LIBS"
54586  LIBS="$LIBS $libm"
54587
54588
54589
54590  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf declaration" >&5
54591$as_echo_n "checking for isinf declaration... " >&6; }
54592  if test x${glibcxx_cv_func_isinf_use+set} != xset; then
54593    if ${glibcxx_cv_func_isinf_use+:} false; then :
54594  $as_echo_n "(cached) " >&6
54595else
54596
54597
54598      ac_ext=cpp
54599ac_cpp='$CXXCPP $CPPFLAGS'
54600ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54601ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54602ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
54603
54604      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54605/* end confdefs.h.  */
54606#include <math.h>
54607		      #ifdef HAVE_IEEEFP_H
54608		      #include <ieeefp.h>
54609		      #endif
54610
54611int
54612main ()
54613{
54614 isinf(0);
54615  ;
54616  return 0;
54617}
54618_ACEOF
54619if ac_fn_cxx_try_compile "$LINENO"; then :
54620  glibcxx_cv_func_isinf_use=yes
54621else
54622  glibcxx_cv_func_isinf_use=no
54623fi
54624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54625      ac_ext=c
54626ac_cpp='$CPP $CPPFLAGS'
54627ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54628ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54629ac_compiler_gnu=$ac_cv_c_compiler_gnu
54630
54631
54632fi
54633
54634  fi
54635  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinf_use" >&5
54636$as_echo "$glibcxx_cv_func_isinf_use" >&6; }
54637
54638  if test x$glibcxx_cv_func_isinf_use = x"yes"; then
54639    for ac_func in isinf
54640do :
54641  ac_fn_c_check_func "$LINENO" "isinf" "ac_cv_func_isinf"
54642if test "x$ac_cv_func_isinf" = xyes; then :
54643  cat >>confdefs.h <<_ACEOF
54644#define HAVE_ISINF 1
54645_ACEOF
54646
54647fi
54648done
54649
54650  else
54651
54652  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5
54653$as_echo_n "checking for _isinf declaration... " >&6; }
54654  if test x${glibcxx_cv_func__isinf_use+set} != xset; then
54655    if ${glibcxx_cv_func__isinf_use+:} false; then :
54656  $as_echo_n "(cached) " >&6
54657else
54658
54659
54660      ac_ext=cpp
54661ac_cpp='$CXXCPP $CPPFLAGS'
54662ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54663ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54664ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
54665
54666      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54667/* end confdefs.h.  */
54668#include <math.h>
54669		      #ifdef HAVE_IEEEFP_H
54670		      #include <ieeefp.h>
54671		      #endif
54672
54673int
54674main ()
54675{
54676 _isinf(0);
54677  ;
54678  return 0;
54679}
54680_ACEOF
54681if ac_fn_cxx_try_compile "$LINENO"; then :
54682  glibcxx_cv_func__isinf_use=yes
54683else
54684  glibcxx_cv_func__isinf_use=no
54685fi
54686rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54687      ac_ext=c
54688ac_cpp='$CPP $CPPFLAGS'
54689ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54690ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54691ac_compiler_gnu=$ac_cv_c_compiler_gnu
54692
54693
54694fi
54695
54696  fi
54697  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5
54698$as_echo "$glibcxx_cv_func__isinf_use" >&6; }
54699
54700    if test x$glibcxx_cv_func__isinf_use = x"yes"; then
54701      for ac_func in _isinf
54702do :
54703  ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf"
54704if test "x$ac_cv_func__isinf" = xyes; then :
54705  cat >>confdefs.h <<_ACEOF
54706#define HAVE__ISINF 1
54707_ACEOF
54708
54709fi
54710done
54711
54712    fi
54713  fi
54714
54715
54716
54717
54718
54719  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5
54720$as_echo_n "checking for isnan declaration... " >&6; }
54721  if test x${glibcxx_cv_func_isnan_use+set} != xset; then
54722    if ${glibcxx_cv_func_isnan_use+:} false; then :
54723  $as_echo_n "(cached) " >&6
54724else
54725
54726
54727      ac_ext=cpp
54728ac_cpp='$CXXCPP $CPPFLAGS'
54729ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54730ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54731ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
54732
54733      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54734/* end confdefs.h.  */
54735#include <math.h>
54736		      #ifdef HAVE_IEEEFP_H
54737		      #include <ieeefp.h>
54738		      #endif
54739
54740int
54741main ()
54742{
54743 isnan(0);
54744  ;
54745  return 0;
54746}
54747_ACEOF
54748if ac_fn_cxx_try_compile "$LINENO"; then :
54749  glibcxx_cv_func_isnan_use=yes
54750else
54751  glibcxx_cv_func_isnan_use=no
54752fi
54753rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54754      ac_ext=c
54755ac_cpp='$CPP $CPPFLAGS'
54756ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54757ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54758ac_compiler_gnu=$ac_cv_c_compiler_gnu
54759
54760
54761fi
54762
54763  fi
54764  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnan_use" >&5
54765$as_echo "$glibcxx_cv_func_isnan_use" >&6; }
54766
54767  if test x$glibcxx_cv_func_isnan_use = x"yes"; then
54768    for ac_func in isnan
54769do :
54770  ac_fn_c_check_func "$LINENO" "isnan" "ac_cv_func_isnan"
54771if test "x$ac_cv_func_isnan" = xyes; then :
54772  cat >>confdefs.h <<_ACEOF
54773#define HAVE_ISNAN 1
54774_ACEOF
54775
54776fi
54777done
54778
54779  else
54780
54781  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5
54782$as_echo_n "checking for _isnan declaration... " >&6; }
54783  if test x${glibcxx_cv_func__isnan_use+set} != xset; then
54784    if ${glibcxx_cv_func__isnan_use+:} false; then :
54785  $as_echo_n "(cached) " >&6
54786else
54787
54788
54789      ac_ext=cpp
54790ac_cpp='$CXXCPP $CPPFLAGS'
54791ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54792ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54793ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
54794
54795      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54796/* end confdefs.h.  */
54797#include <math.h>
54798		      #ifdef HAVE_IEEEFP_H
54799		      #include <ieeefp.h>
54800		      #endif
54801
54802int
54803main ()
54804{
54805 _isnan(0);
54806  ;
54807  return 0;
54808}
54809_ACEOF
54810if ac_fn_cxx_try_compile "$LINENO"; then :
54811  glibcxx_cv_func__isnan_use=yes
54812else
54813  glibcxx_cv_func__isnan_use=no
54814fi
54815rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54816      ac_ext=c
54817ac_cpp='$CPP $CPPFLAGS'
54818ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54819ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54820ac_compiler_gnu=$ac_cv_c_compiler_gnu
54821
54822
54823fi
54824
54825  fi
54826  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5
54827$as_echo "$glibcxx_cv_func__isnan_use" >&6; }
54828
54829    if test x$glibcxx_cv_func__isnan_use = x"yes"; then
54830      for ac_func in _isnan
54831do :
54832  ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan"
54833if test "x$ac_cv_func__isnan" = xyes; then :
54834  cat >>confdefs.h <<_ACEOF
54835#define HAVE__ISNAN 1
54836_ACEOF
54837
54838fi
54839done
54840
54841    fi
54842  fi
54843
54844
54845
54846
54847
54848  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5
54849$as_echo_n "checking for finite declaration... " >&6; }
54850  if test x${glibcxx_cv_func_finite_use+set} != xset; then
54851    if ${glibcxx_cv_func_finite_use+:} false; then :
54852  $as_echo_n "(cached) " >&6
54853else
54854
54855
54856      ac_ext=cpp
54857ac_cpp='$CXXCPP $CPPFLAGS'
54858ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54859ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54860ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
54861
54862      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54863/* end confdefs.h.  */
54864#include <math.h>
54865		      #ifdef HAVE_IEEEFP_H
54866		      #include <ieeefp.h>
54867		      #endif
54868
54869int
54870main ()
54871{
54872 finite(0);
54873  ;
54874  return 0;
54875}
54876_ACEOF
54877if ac_fn_cxx_try_compile "$LINENO"; then :
54878  glibcxx_cv_func_finite_use=yes
54879else
54880  glibcxx_cv_func_finite_use=no
54881fi
54882rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54883      ac_ext=c
54884ac_cpp='$CPP $CPPFLAGS'
54885ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54886ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54887ac_compiler_gnu=$ac_cv_c_compiler_gnu
54888
54889
54890fi
54891
54892  fi
54893  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finite_use" >&5
54894$as_echo "$glibcxx_cv_func_finite_use" >&6; }
54895
54896  if test x$glibcxx_cv_func_finite_use = x"yes"; then
54897    for ac_func in finite
54898do :
54899  ac_fn_c_check_func "$LINENO" "finite" "ac_cv_func_finite"
54900if test "x$ac_cv_func_finite" = xyes; then :
54901  cat >>confdefs.h <<_ACEOF
54902#define HAVE_FINITE 1
54903_ACEOF
54904
54905fi
54906done
54907
54908  else
54909
54910  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5
54911$as_echo_n "checking for _finite declaration... " >&6; }
54912  if test x${glibcxx_cv_func__finite_use+set} != xset; then
54913    if ${glibcxx_cv_func__finite_use+:} false; then :
54914  $as_echo_n "(cached) " >&6
54915else
54916
54917
54918      ac_ext=cpp
54919ac_cpp='$CXXCPP $CPPFLAGS'
54920ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54921ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54922ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
54923
54924      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54925/* end confdefs.h.  */
54926#include <math.h>
54927		      #ifdef HAVE_IEEEFP_H
54928		      #include <ieeefp.h>
54929		      #endif
54930
54931int
54932main ()
54933{
54934 _finite(0);
54935  ;
54936  return 0;
54937}
54938_ACEOF
54939if ac_fn_cxx_try_compile "$LINENO"; then :
54940  glibcxx_cv_func__finite_use=yes
54941else
54942  glibcxx_cv_func__finite_use=no
54943fi
54944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54945      ac_ext=c
54946ac_cpp='$CPP $CPPFLAGS'
54947ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54948ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54949ac_compiler_gnu=$ac_cv_c_compiler_gnu
54950
54951
54952fi
54953
54954  fi
54955  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5
54956$as_echo "$glibcxx_cv_func__finite_use" >&6; }
54957
54958    if test x$glibcxx_cv_func__finite_use = x"yes"; then
54959      for ac_func in _finite
54960do :
54961  ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite"
54962if test "x$ac_cv_func__finite" = xyes; then :
54963  cat >>confdefs.h <<_ACEOF
54964#define HAVE__FINITE 1
54965_ACEOF
54966
54967fi
54968done
54969
54970    fi
54971  fi
54972
54973
54974
54975
54976
54977  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5
54978$as_echo_n "checking for sincos declaration... " >&6; }
54979  if test x${glibcxx_cv_func_sincos_use+set} != xset; then
54980    if ${glibcxx_cv_func_sincos_use+:} false; then :
54981  $as_echo_n "(cached) " >&6
54982else
54983
54984
54985      ac_ext=cpp
54986ac_cpp='$CXXCPP $CPPFLAGS'
54987ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
54988ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
54989ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
54990
54991      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54992/* end confdefs.h.  */
54993#include <math.h>
54994int
54995main ()
54996{
54997 sincos(0, 0, 0);
54998  ;
54999  return 0;
55000}
55001_ACEOF
55002if ac_fn_cxx_try_compile "$LINENO"; then :
55003  glibcxx_cv_func_sincos_use=yes
55004else
55005  glibcxx_cv_func_sincos_use=no
55006fi
55007rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55008      ac_ext=c
55009ac_cpp='$CPP $CPPFLAGS'
55010ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55011ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55012ac_compiler_gnu=$ac_cv_c_compiler_gnu
55013
55014
55015fi
55016
55017  fi
55018  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincos_use" >&5
55019$as_echo "$glibcxx_cv_func_sincos_use" >&6; }
55020
55021  if test x$glibcxx_cv_func_sincos_use = x"yes"; then
55022    for ac_func in sincos
55023do :
55024  ac_fn_c_check_func "$LINENO" "sincos" "ac_cv_func_sincos"
55025if test "x$ac_cv_func_sincos" = xyes; then :
55026  cat >>confdefs.h <<_ACEOF
55027#define HAVE_SINCOS 1
55028_ACEOF
55029
55030fi
55031done
55032
55033  else
55034
55035  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5
55036$as_echo_n "checking for _sincos declaration... " >&6; }
55037  if test x${glibcxx_cv_func__sincos_use+set} != xset; then
55038    if ${glibcxx_cv_func__sincos_use+:} false; then :
55039  $as_echo_n "(cached) " >&6
55040else
55041
55042
55043      ac_ext=cpp
55044ac_cpp='$CXXCPP $CPPFLAGS'
55045ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55046ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55047ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55048
55049      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55050/* end confdefs.h.  */
55051#include <math.h>
55052int
55053main ()
55054{
55055 _sincos(0, 0, 0);
55056  ;
55057  return 0;
55058}
55059_ACEOF
55060if ac_fn_cxx_try_compile "$LINENO"; then :
55061  glibcxx_cv_func__sincos_use=yes
55062else
55063  glibcxx_cv_func__sincos_use=no
55064fi
55065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55066      ac_ext=c
55067ac_cpp='$CPP $CPPFLAGS'
55068ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55069ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55070ac_compiler_gnu=$ac_cv_c_compiler_gnu
55071
55072
55073fi
55074
55075  fi
55076  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5
55077$as_echo "$glibcxx_cv_func__sincos_use" >&6; }
55078
55079    if test x$glibcxx_cv_func__sincos_use = x"yes"; then
55080      for ac_func in _sincos
55081do :
55082  ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos"
55083if test "x$ac_cv_func__sincos" = xyes; then :
55084  cat >>confdefs.h <<_ACEOF
55085#define HAVE__SINCOS 1
55086_ACEOF
55087
55088fi
55089done
55090
55091    fi
55092  fi
55093
55094
55095
55096
55097
55098  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5
55099$as_echo_n "checking for fpclass declaration... " >&6; }
55100  if test x${glibcxx_cv_func_fpclass_use+set} != xset; then
55101    if ${glibcxx_cv_func_fpclass_use+:} false; then :
55102  $as_echo_n "(cached) " >&6
55103else
55104
55105
55106      ac_ext=cpp
55107ac_cpp='$CXXCPP $CPPFLAGS'
55108ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55109ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55110ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55111
55112      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55113/* end confdefs.h.  */
55114#include <math.h>
55115		      #ifdef HAVE_IEEEFP_H
55116		      #include <ieeefp.h>
55117		      #endif
55118
55119int
55120main ()
55121{
55122 fpclass(0);
55123  ;
55124  return 0;
55125}
55126_ACEOF
55127if ac_fn_cxx_try_compile "$LINENO"; then :
55128  glibcxx_cv_func_fpclass_use=yes
55129else
55130  glibcxx_cv_func_fpclass_use=no
55131fi
55132rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55133      ac_ext=c
55134ac_cpp='$CPP $CPPFLAGS'
55135ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55136ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55137ac_compiler_gnu=$ac_cv_c_compiler_gnu
55138
55139
55140fi
55141
55142  fi
55143  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fpclass_use" >&5
55144$as_echo "$glibcxx_cv_func_fpclass_use" >&6; }
55145
55146  if test x$glibcxx_cv_func_fpclass_use = x"yes"; then
55147    for ac_func in fpclass
55148do :
55149  ac_fn_c_check_func "$LINENO" "fpclass" "ac_cv_func_fpclass"
55150if test "x$ac_cv_func_fpclass" = xyes; then :
55151  cat >>confdefs.h <<_ACEOF
55152#define HAVE_FPCLASS 1
55153_ACEOF
55154
55155fi
55156done
55157
55158  else
55159
55160  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5
55161$as_echo_n "checking for _fpclass declaration... " >&6; }
55162  if test x${glibcxx_cv_func__fpclass_use+set} != xset; then
55163    if ${glibcxx_cv_func__fpclass_use+:} false; then :
55164  $as_echo_n "(cached) " >&6
55165else
55166
55167
55168      ac_ext=cpp
55169ac_cpp='$CXXCPP $CPPFLAGS'
55170ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55171ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55172ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55173
55174      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55175/* end confdefs.h.  */
55176#include <math.h>
55177		      #ifdef HAVE_IEEEFP_H
55178		      #include <ieeefp.h>
55179		      #endif
55180
55181int
55182main ()
55183{
55184 _fpclass(0);
55185  ;
55186  return 0;
55187}
55188_ACEOF
55189if ac_fn_cxx_try_compile "$LINENO"; then :
55190  glibcxx_cv_func__fpclass_use=yes
55191else
55192  glibcxx_cv_func__fpclass_use=no
55193fi
55194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55195      ac_ext=c
55196ac_cpp='$CPP $CPPFLAGS'
55197ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55198ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55199ac_compiler_gnu=$ac_cv_c_compiler_gnu
55200
55201
55202fi
55203
55204  fi
55205  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5
55206$as_echo "$glibcxx_cv_func__fpclass_use" >&6; }
55207
55208    if test x$glibcxx_cv_func__fpclass_use = x"yes"; then
55209      for ac_func in _fpclass
55210do :
55211  ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass"
55212if test "x$ac_cv_func__fpclass" = xyes; then :
55213  cat >>confdefs.h <<_ACEOF
55214#define HAVE__FPCLASS 1
55215_ACEOF
55216
55217fi
55218done
55219
55220    fi
55221  fi
55222
55223
55224
55225
55226
55227  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5
55228$as_echo_n "checking for qfpclass declaration... " >&6; }
55229  if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then
55230    if ${glibcxx_cv_func_qfpclass_use+:} false; then :
55231  $as_echo_n "(cached) " >&6
55232else
55233
55234
55235      ac_ext=cpp
55236ac_cpp='$CXXCPP $CPPFLAGS'
55237ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55238ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55239ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55240
55241      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55242/* end confdefs.h.  */
55243#include <math.h>
55244		      #ifdef HAVE_IEEEFP_H
55245		      #include <ieeefp.h>
55246		      #endif
55247
55248int
55249main ()
55250{
55251 qfpclass(0);
55252  ;
55253  return 0;
55254}
55255_ACEOF
55256if ac_fn_cxx_try_compile "$LINENO"; then :
55257  glibcxx_cv_func_qfpclass_use=yes
55258else
55259  glibcxx_cv_func_qfpclass_use=no
55260fi
55261rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55262      ac_ext=c
55263ac_cpp='$CPP $CPPFLAGS'
55264ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55265ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55266ac_compiler_gnu=$ac_cv_c_compiler_gnu
55267
55268
55269fi
55270
55271  fi
55272  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_qfpclass_use" >&5
55273$as_echo "$glibcxx_cv_func_qfpclass_use" >&6; }
55274
55275  if test x$glibcxx_cv_func_qfpclass_use = x"yes"; then
55276    for ac_func in qfpclass
55277do :
55278  ac_fn_c_check_func "$LINENO" "qfpclass" "ac_cv_func_qfpclass"
55279if test "x$ac_cv_func_qfpclass" = xyes; then :
55280  cat >>confdefs.h <<_ACEOF
55281#define HAVE_QFPCLASS 1
55282_ACEOF
55283
55284fi
55285done
55286
55287  else
55288
55289  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5
55290$as_echo_n "checking for _qfpclass declaration... " >&6; }
55291  if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then
55292    if ${glibcxx_cv_func__qfpclass_use+:} false; then :
55293  $as_echo_n "(cached) " >&6
55294else
55295
55296
55297      ac_ext=cpp
55298ac_cpp='$CXXCPP $CPPFLAGS'
55299ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55300ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55301ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55302
55303      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55304/* end confdefs.h.  */
55305#include <math.h>
55306		      #ifdef HAVE_IEEEFP_H
55307		      #include <ieeefp.h>
55308		      #endif
55309
55310int
55311main ()
55312{
55313 _qfpclass(0);
55314  ;
55315  return 0;
55316}
55317_ACEOF
55318if ac_fn_cxx_try_compile "$LINENO"; then :
55319  glibcxx_cv_func__qfpclass_use=yes
55320else
55321  glibcxx_cv_func__qfpclass_use=no
55322fi
55323rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55324      ac_ext=c
55325ac_cpp='$CPP $CPPFLAGS'
55326ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55327ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55328ac_compiler_gnu=$ac_cv_c_compiler_gnu
55329
55330
55331fi
55332
55333  fi
55334  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5
55335$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; }
55336
55337    if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then
55338      for ac_func in _qfpclass
55339do :
55340  ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass"
55341if test "x$ac_cv_func__qfpclass" = xyes; then :
55342  cat >>confdefs.h <<_ACEOF
55343#define HAVE__QFPCLASS 1
55344_ACEOF
55345
55346fi
55347done
55348
55349    fi
55350  fi
55351
55352
55353
55354
55355
55356  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5
55357$as_echo_n "checking for hypot declaration... " >&6; }
55358  if test x${glibcxx_cv_func_hypot_use+set} != xset; then
55359    if ${glibcxx_cv_func_hypot_use+:} false; then :
55360  $as_echo_n "(cached) " >&6
55361else
55362
55363
55364      ac_ext=cpp
55365ac_cpp='$CXXCPP $CPPFLAGS'
55366ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55367ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55368ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55369
55370      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55371/* end confdefs.h.  */
55372#include <math.h>
55373int
55374main ()
55375{
55376 hypot(0, 0);
55377  ;
55378  return 0;
55379}
55380_ACEOF
55381if ac_fn_cxx_try_compile "$LINENO"; then :
55382  glibcxx_cv_func_hypot_use=yes
55383else
55384  glibcxx_cv_func_hypot_use=no
55385fi
55386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55387      ac_ext=c
55388ac_cpp='$CPP $CPPFLAGS'
55389ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55390ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55391ac_compiler_gnu=$ac_cv_c_compiler_gnu
55392
55393
55394fi
55395
55396  fi
55397  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypot_use" >&5
55398$as_echo "$glibcxx_cv_func_hypot_use" >&6; }
55399
55400  if test x$glibcxx_cv_func_hypot_use = x"yes"; then
55401    for ac_func in hypot
55402do :
55403  ac_fn_c_check_func "$LINENO" "hypot" "ac_cv_func_hypot"
55404if test "x$ac_cv_func_hypot" = xyes; then :
55405  cat >>confdefs.h <<_ACEOF
55406#define HAVE_HYPOT 1
55407_ACEOF
55408
55409fi
55410done
55411
55412  else
55413
55414  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5
55415$as_echo_n "checking for _hypot declaration... " >&6; }
55416  if test x${glibcxx_cv_func__hypot_use+set} != xset; then
55417    if ${glibcxx_cv_func__hypot_use+:} false; then :
55418  $as_echo_n "(cached) " >&6
55419else
55420
55421
55422      ac_ext=cpp
55423ac_cpp='$CXXCPP $CPPFLAGS'
55424ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55425ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55426ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55427
55428      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55429/* end confdefs.h.  */
55430#include <math.h>
55431int
55432main ()
55433{
55434 _hypot(0, 0);
55435  ;
55436  return 0;
55437}
55438_ACEOF
55439if ac_fn_cxx_try_compile "$LINENO"; then :
55440  glibcxx_cv_func__hypot_use=yes
55441else
55442  glibcxx_cv_func__hypot_use=no
55443fi
55444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55445      ac_ext=c
55446ac_cpp='$CPP $CPPFLAGS'
55447ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55448ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55449ac_compiler_gnu=$ac_cv_c_compiler_gnu
55450
55451
55452fi
55453
55454  fi
55455  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5
55456$as_echo "$glibcxx_cv_func__hypot_use" >&6; }
55457
55458    if test x$glibcxx_cv_func__hypot_use = x"yes"; then
55459      for ac_func in _hypot
55460do :
55461  ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot"
55462if test "x$ac_cv_func__hypot" = xyes; then :
55463  cat >>confdefs.h <<_ACEOF
55464#define HAVE__HYPOT 1
55465_ACEOF
55466
55467fi
55468done
55469
55470    fi
55471  fi
55472
55473
55474
55475
55476
55477    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5
55478$as_echo_n "checking for float trig functions... " >&6; }
55479  if ${glibcxx_cv_func_float_trig_use+:} false; then :
55480  $as_echo_n "(cached) " >&6
55481else
55482
55483
55484    ac_ext=cpp
55485ac_cpp='$CXXCPP $CPPFLAGS'
55486ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55487ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55488ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55489
55490    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55491/* end confdefs.h.  */
55492#include <math.h>
55493int
55494main ()
55495{
55496acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
55497  ;
55498  return 0;
55499}
55500_ACEOF
55501if ac_fn_cxx_try_compile "$LINENO"; then :
55502  glibcxx_cv_func_float_trig_use=yes
55503else
55504  glibcxx_cv_func_float_trig_use=no
55505fi
55506rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55507    ac_ext=c
55508ac_cpp='$CPP $CPPFLAGS'
55509ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55510ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55511ac_compiler_gnu=$ac_cv_c_compiler_gnu
55512
55513fi
55514
55515  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_trig_use" >&5
55516$as_echo "$glibcxx_cv_func_float_trig_use" >&6; }
55517  if test x$glibcxx_cv_func_float_trig_use = x"yes"; then
55518    for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
55519do :
55520  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
55521ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
55522if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
55523  cat >>confdefs.h <<_ACEOF
55524#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
55525_ACEOF
55526
55527fi
55528done
55529
55530  else
55531    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5
55532$as_echo_n "checking for _float trig functions... " >&6; }
55533    if ${glibcxx_cv_func__float_trig_use+:} false; then :
55534  $as_echo_n "(cached) " >&6
55535else
55536
55537
55538      ac_ext=cpp
55539ac_cpp='$CXXCPP $CPPFLAGS'
55540ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55541ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55542ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55543
55544      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55545/* end confdefs.h.  */
55546#include <math.h>
55547int
55548main ()
55549{
55550_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0);
55551  ;
55552  return 0;
55553}
55554_ACEOF
55555if ac_fn_cxx_try_compile "$LINENO"; then :
55556  glibcxx_cv_func__float_trig_use=yes
55557else
55558  glibcxx_cv_func__float_trig_use=no
55559fi
55560rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55561      ac_ext=c
55562ac_cpp='$CPP $CPPFLAGS'
55563ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55564ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55565ac_compiler_gnu=$ac_cv_c_compiler_gnu
55566
55567fi
55568
55569    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5
55570$as_echo "$glibcxx_cv_func__float_trig_use" >&6; }
55571    if test x$glibcxx_cv_func__float_trig_use = x"yes"; then
55572      for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf
55573do :
55574  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
55575ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
55576if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
55577  cat >>confdefs.h <<_ACEOF
55578#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
55579_ACEOF
55580
55581fi
55582done
55583
55584    fi
55585  fi
55586
55587
55588
55589
55590
55591    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5
55592$as_echo_n "checking for float round functions... " >&6; }
55593  if ${glibcxx_cv_func_float_round_use+:} false; then :
55594  $as_echo_n "(cached) " >&6
55595else
55596
55597
55598    ac_ext=cpp
55599ac_cpp='$CXXCPP $CPPFLAGS'
55600ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55601ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55602ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55603
55604    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55605/* end confdefs.h.  */
55606#include <math.h>
55607int
55608main ()
55609{
55610ceilf (0); floorf (0);
55611  ;
55612  return 0;
55613}
55614_ACEOF
55615if ac_fn_cxx_try_compile "$LINENO"; then :
55616  glibcxx_cv_func_float_round_use=yes
55617else
55618  glibcxx_cv_func_float_round_use=no
55619fi
55620rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55621    ac_ext=c
55622ac_cpp='$CPP $CPPFLAGS'
55623ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55624ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55625ac_compiler_gnu=$ac_cv_c_compiler_gnu
55626
55627fi
55628
55629  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_round_use" >&5
55630$as_echo "$glibcxx_cv_func_float_round_use" >&6; }
55631  if test x$glibcxx_cv_func_float_round_use = x"yes"; then
55632    for ac_func in ceilf floorf
55633do :
55634  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
55635ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
55636if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
55637  cat >>confdefs.h <<_ACEOF
55638#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
55639_ACEOF
55640
55641fi
55642done
55643
55644  else
55645    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5
55646$as_echo_n "checking for _float round functions... " >&6; }
55647    if ${glibcxx_cv_func__float_round_use+:} false; then :
55648  $as_echo_n "(cached) " >&6
55649else
55650
55651
55652      ac_ext=cpp
55653ac_cpp='$CXXCPP $CPPFLAGS'
55654ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55655ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55656ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55657
55658      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55659/* end confdefs.h.  */
55660#include <math.h>
55661int
55662main ()
55663{
55664_ceilf (0); _floorf (0);
55665  ;
55666  return 0;
55667}
55668_ACEOF
55669if ac_fn_cxx_try_compile "$LINENO"; then :
55670  glibcxx_cv_func__float_round_use=yes
55671else
55672  glibcxx_cv_func__float_round_use=no
55673fi
55674rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55675      ac_ext=c
55676ac_cpp='$CPP $CPPFLAGS'
55677ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55678ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55679ac_compiler_gnu=$ac_cv_c_compiler_gnu
55680
55681fi
55682
55683    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5
55684$as_echo "$glibcxx_cv_func__float_round_use" >&6; }
55685    if test x$glibcxx_cv_func__float_round_use = x"yes"; then
55686      for ac_func in _ceilf _floorf
55687do :
55688  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
55689ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
55690if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
55691  cat >>confdefs.h <<_ACEOF
55692#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
55693_ACEOF
55694
55695fi
55696done
55697
55698    fi
55699  fi
55700
55701
55702
55703
55704
55705
55706  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5
55707$as_echo_n "checking for expf declaration... " >&6; }
55708  if test x${glibcxx_cv_func_expf_use+set} != xset; then
55709    if ${glibcxx_cv_func_expf_use+:} false; then :
55710  $as_echo_n "(cached) " >&6
55711else
55712
55713
55714      ac_ext=cpp
55715ac_cpp='$CXXCPP $CPPFLAGS'
55716ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55717ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55718ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55719
55720      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55721/* end confdefs.h.  */
55722#include <math.h>
55723		      #ifdef HAVE_IEEEFP_H
55724		      #include <ieeefp.h>
55725		      #endif
55726
55727int
55728main ()
55729{
55730 expf(0);
55731  ;
55732  return 0;
55733}
55734_ACEOF
55735if ac_fn_cxx_try_compile "$LINENO"; then :
55736  glibcxx_cv_func_expf_use=yes
55737else
55738  glibcxx_cv_func_expf_use=no
55739fi
55740rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55741      ac_ext=c
55742ac_cpp='$CPP $CPPFLAGS'
55743ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55744ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55745ac_compiler_gnu=$ac_cv_c_compiler_gnu
55746
55747
55748fi
55749
55750  fi
55751  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expf_use" >&5
55752$as_echo "$glibcxx_cv_func_expf_use" >&6; }
55753
55754  if test x$glibcxx_cv_func_expf_use = x"yes"; then
55755    for ac_func in expf
55756do :
55757  ac_fn_c_check_func "$LINENO" "expf" "ac_cv_func_expf"
55758if test "x$ac_cv_func_expf" = xyes; then :
55759  cat >>confdefs.h <<_ACEOF
55760#define HAVE_EXPF 1
55761_ACEOF
55762
55763fi
55764done
55765
55766  else
55767
55768  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5
55769$as_echo_n "checking for _expf declaration... " >&6; }
55770  if test x${glibcxx_cv_func__expf_use+set} != xset; then
55771    if ${glibcxx_cv_func__expf_use+:} false; then :
55772  $as_echo_n "(cached) " >&6
55773else
55774
55775
55776      ac_ext=cpp
55777ac_cpp='$CXXCPP $CPPFLAGS'
55778ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55779ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55780ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55781
55782      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55783/* end confdefs.h.  */
55784#include <math.h>
55785		      #ifdef HAVE_IEEEFP_H
55786		      #include <ieeefp.h>
55787		      #endif
55788
55789int
55790main ()
55791{
55792 _expf(0);
55793  ;
55794  return 0;
55795}
55796_ACEOF
55797if ac_fn_cxx_try_compile "$LINENO"; then :
55798  glibcxx_cv_func__expf_use=yes
55799else
55800  glibcxx_cv_func__expf_use=no
55801fi
55802rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55803      ac_ext=c
55804ac_cpp='$CPP $CPPFLAGS'
55805ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55806ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55807ac_compiler_gnu=$ac_cv_c_compiler_gnu
55808
55809
55810fi
55811
55812  fi
55813  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5
55814$as_echo "$glibcxx_cv_func__expf_use" >&6; }
55815
55816    if test x$glibcxx_cv_func__expf_use = x"yes"; then
55817      for ac_func in _expf
55818do :
55819  ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf"
55820if test "x$ac_cv_func__expf" = xyes; then :
55821  cat >>confdefs.h <<_ACEOF
55822#define HAVE__EXPF 1
55823_ACEOF
55824
55825fi
55826done
55827
55828    fi
55829  fi
55830
55831
55832
55833
55834
55835  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5
55836$as_echo_n "checking for isnanf declaration... " >&6; }
55837  if test x${glibcxx_cv_func_isnanf_use+set} != xset; then
55838    if ${glibcxx_cv_func_isnanf_use+:} false; then :
55839  $as_echo_n "(cached) " >&6
55840else
55841
55842
55843      ac_ext=cpp
55844ac_cpp='$CXXCPP $CPPFLAGS'
55845ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55846ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55847ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55848
55849      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55850/* end confdefs.h.  */
55851#include <math.h>
55852		      #ifdef HAVE_IEEEFP_H
55853		      #include <ieeefp.h>
55854		      #endif
55855
55856int
55857main ()
55858{
55859 isnanf(0);
55860  ;
55861  return 0;
55862}
55863_ACEOF
55864if ac_fn_cxx_try_compile "$LINENO"; then :
55865  glibcxx_cv_func_isnanf_use=yes
55866else
55867  glibcxx_cv_func_isnanf_use=no
55868fi
55869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55870      ac_ext=c
55871ac_cpp='$CPP $CPPFLAGS'
55872ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55873ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55874ac_compiler_gnu=$ac_cv_c_compiler_gnu
55875
55876
55877fi
55878
55879  fi
55880  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanf_use" >&5
55881$as_echo "$glibcxx_cv_func_isnanf_use" >&6; }
55882
55883  if test x$glibcxx_cv_func_isnanf_use = x"yes"; then
55884    for ac_func in isnanf
55885do :
55886  ac_fn_c_check_func "$LINENO" "isnanf" "ac_cv_func_isnanf"
55887if test "x$ac_cv_func_isnanf" = xyes; then :
55888  cat >>confdefs.h <<_ACEOF
55889#define HAVE_ISNANF 1
55890_ACEOF
55891
55892fi
55893done
55894
55895  else
55896
55897  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5
55898$as_echo_n "checking for _isnanf declaration... " >&6; }
55899  if test x${glibcxx_cv_func__isnanf_use+set} != xset; then
55900    if ${glibcxx_cv_func__isnanf_use+:} false; then :
55901  $as_echo_n "(cached) " >&6
55902else
55903
55904
55905      ac_ext=cpp
55906ac_cpp='$CXXCPP $CPPFLAGS'
55907ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55908ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55909ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55910
55911      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55912/* end confdefs.h.  */
55913#include <math.h>
55914		      #ifdef HAVE_IEEEFP_H
55915		      #include <ieeefp.h>
55916		      #endif
55917
55918int
55919main ()
55920{
55921 _isnanf(0);
55922  ;
55923  return 0;
55924}
55925_ACEOF
55926if ac_fn_cxx_try_compile "$LINENO"; then :
55927  glibcxx_cv_func__isnanf_use=yes
55928else
55929  glibcxx_cv_func__isnanf_use=no
55930fi
55931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55932      ac_ext=c
55933ac_cpp='$CPP $CPPFLAGS'
55934ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55935ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55936ac_compiler_gnu=$ac_cv_c_compiler_gnu
55937
55938
55939fi
55940
55941  fi
55942  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5
55943$as_echo "$glibcxx_cv_func__isnanf_use" >&6; }
55944
55945    if test x$glibcxx_cv_func__isnanf_use = x"yes"; then
55946      for ac_func in _isnanf
55947do :
55948  ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf"
55949if test "x$ac_cv_func__isnanf" = xyes; then :
55950  cat >>confdefs.h <<_ACEOF
55951#define HAVE__ISNANF 1
55952_ACEOF
55953
55954fi
55955done
55956
55957    fi
55958  fi
55959
55960
55961
55962
55963
55964  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5
55965$as_echo_n "checking for isinff declaration... " >&6; }
55966  if test x${glibcxx_cv_func_isinff_use+set} != xset; then
55967    if ${glibcxx_cv_func_isinff_use+:} false; then :
55968  $as_echo_n "(cached) " >&6
55969else
55970
55971
55972      ac_ext=cpp
55973ac_cpp='$CXXCPP $CPPFLAGS'
55974ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
55975ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
55976ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
55977
55978      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55979/* end confdefs.h.  */
55980#include <math.h>
55981		      #ifdef HAVE_IEEEFP_H
55982		      #include <ieeefp.h>
55983		      #endif
55984
55985int
55986main ()
55987{
55988 isinff(0);
55989  ;
55990  return 0;
55991}
55992_ACEOF
55993if ac_fn_cxx_try_compile "$LINENO"; then :
55994  glibcxx_cv_func_isinff_use=yes
55995else
55996  glibcxx_cv_func_isinff_use=no
55997fi
55998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55999      ac_ext=c
56000ac_cpp='$CPP $CPPFLAGS'
56001ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56002ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56003ac_compiler_gnu=$ac_cv_c_compiler_gnu
56004
56005
56006fi
56007
56008  fi
56009  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinff_use" >&5
56010$as_echo "$glibcxx_cv_func_isinff_use" >&6; }
56011
56012  if test x$glibcxx_cv_func_isinff_use = x"yes"; then
56013    for ac_func in isinff
56014do :
56015  ac_fn_c_check_func "$LINENO" "isinff" "ac_cv_func_isinff"
56016if test "x$ac_cv_func_isinff" = xyes; then :
56017  cat >>confdefs.h <<_ACEOF
56018#define HAVE_ISINFF 1
56019_ACEOF
56020
56021fi
56022done
56023
56024  else
56025
56026  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5
56027$as_echo_n "checking for _isinff declaration... " >&6; }
56028  if test x${glibcxx_cv_func__isinff_use+set} != xset; then
56029    if ${glibcxx_cv_func__isinff_use+:} false; then :
56030  $as_echo_n "(cached) " >&6
56031else
56032
56033
56034      ac_ext=cpp
56035ac_cpp='$CXXCPP $CPPFLAGS'
56036ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56037ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56038ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56039
56040      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56041/* end confdefs.h.  */
56042#include <math.h>
56043		      #ifdef HAVE_IEEEFP_H
56044		      #include <ieeefp.h>
56045		      #endif
56046
56047int
56048main ()
56049{
56050 _isinff(0);
56051  ;
56052  return 0;
56053}
56054_ACEOF
56055if ac_fn_cxx_try_compile "$LINENO"; then :
56056  glibcxx_cv_func__isinff_use=yes
56057else
56058  glibcxx_cv_func__isinff_use=no
56059fi
56060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56061      ac_ext=c
56062ac_cpp='$CPP $CPPFLAGS'
56063ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56064ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56065ac_compiler_gnu=$ac_cv_c_compiler_gnu
56066
56067
56068fi
56069
56070  fi
56071  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5
56072$as_echo "$glibcxx_cv_func__isinff_use" >&6; }
56073
56074    if test x$glibcxx_cv_func__isinff_use = x"yes"; then
56075      for ac_func in _isinff
56076do :
56077  ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff"
56078if test "x$ac_cv_func__isinff" = xyes; then :
56079  cat >>confdefs.h <<_ACEOF
56080#define HAVE__ISINFF 1
56081_ACEOF
56082
56083fi
56084done
56085
56086    fi
56087  fi
56088
56089
56090
56091
56092
56093  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5
56094$as_echo_n "checking for atan2f declaration... " >&6; }
56095  if test x${glibcxx_cv_func_atan2f_use+set} != xset; then
56096    if ${glibcxx_cv_func_atan2f_use+:} false; then :
56097  $as_echo_n "(cached) " >&6
56098else
56099
56100
56101      ac_ext=cpp
56102ac_cpp='$CXXCPP $CPPFLAGS'
56103ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56104ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56105ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56106
56107      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56108/* end confdefs.h.  */
56109#include <math.h>
56110int
56111main ()
56112{
56113 atan2f(0, 0);
56114  ;
56115  return 0;
56116}
56117_ACEOF
56118if ac_fn_cxx_try_compile "$LINENO"; then :
56119  glibcxx_cv_func_atan2f_use=yes
56120else
56121  glibcxx_cv_func_atan2f_use=no
56122fi
56123rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56124      ac_ext=c
56125ac_cpp='$CPP $CPPFLAGS'
56126ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56127ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56128ac_compiler_gnu=$ac_cv_c_compiler_gnu
56129
56130
56131fi
56132
56133  fi
56134  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2f_use" >&5
56135$as_echo "$glibcxx_cv_func_atan2f_use" >&6; }
56136
56137  if test x$glibcxx_cv_func_atan2f_use = x"yes"; then
56138    for ac_func in atan2f
56139do :
56140  ac_fn_c_check_func "$LINENO" "atan2f" "ac_cv_func_atan2f"
56141if test "x$ac_cv_func_atan2f" = xyes; then :
56142  cat >>confdefs.h <<_ACEOF
56143#define HAVE_ATAN2F 1
56144_ACEOF
56145
56146fi
56147done
56148
56149  else
56150
56151  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5
56152$as_echo_n "checking for _atan2f declaration... " >&6; }
56153  if test x${glibcxx_cv_func__atan2f_use+set} != xset; then
56154    if ${glibcxx_cv_func__atan2f_use+:} false; then :
56155  $as_echo_n "(cached) " >&6
56156else
56157
56158
56159      ac_ext=cpp
56160ac_cpp='$CXXCPP $CPPFLAGS'
56161ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56162ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56163ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56164
56165      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56166/* end confdefs.h.  */
56167#include <math.h>
56168int
56169main ()
56170{
56171 _atan2f(0, 0);
56172  ;
56173  return 0;
56174}
56175_ACEOF
56176if ac_fn_cxx_try_compile "$LINENO"; then :
56177  glibcxx_cv_func__atan2f_use=yes
56178else
56179  glibcxx_cv_func__atan2f_use=no
56180fi
56181rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56182      ac_ext=c
56183ac_cpp='$CPP $CPPFLAGS'
56184ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56185ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56186ac_compiler_gnu=$ac_cv_c_compiler_gnu
56187
56188
56189fi
56190
56191  fi
56192  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5
56193$as_echo "$glibcxx_cv_func__atan2f_use" >&6; }
56194
56195    if test x$glibcxx_cv_func__atan2f_use = x"yes"; then
56196      for ac_func in _atan2f
56197do :
56198  ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f"
56199if test "x$ac_cv_func__atan2f" = xyes; then :
56200  cat >>confdefs.h <<_ACEOF
56201#define HAVE__ATAN2F 1
56202_ACEOF
56203
56204fi
56205done
56206
56207    fi
56208  fi
56209
56210
56211
56212
56213
56214  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5
56215$as_echo_n "checking for fabsf declaration... " >&6; }
56216  if test x${glibcxx_cv_func_fabsf_use+set} != xset; then
56217    if ${glibcxx_cv_func_fabsf_use+:} false; then :
56218  $as_echo_n "(cached) " >&6
56219else
56220
56221
56222      ac_ext=cpp
56223ac_cpp='$CXXCPP $CPPFLAGS'
56224ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56225ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56226ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56227
56228      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56229/* end confdefs.h.  */
56230#include <math.h>
56231		      #ifdef HAVE_IEEEFP_H
56232		      #include <ieeefp.h>
56233		      #endif
56234
56235int
56236main ()
56237{
56238 fabsf(0);
56239  ;
56240  return 0;
56241}
56242_ACEOF
56243if ac_fn_cxx_try_compile "$LINENO"; then :
56244  glibcxx_cv_func_fabsf_use=yes
56245else
56246  glibcxx_cv_func_fabsf_use=no
56247fi
56248rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56249      ac_ext=c
56250ac_cpp='$CPP $CPPFLAGS'
56251ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56252ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56253ac_compiler_gnu=$ac_cv_c_compiler_gnu
56254
56255
56256fi
56257
56258  fi
56259  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsf_use" >&5
56260$as_echo "$glibcxx_cv_func_fabsf_use" >&6; }
56261
56262  if test x$glibcxx_cv_func_fabsf_use = x"yes"; then
56263    for ac_func in fabsf
56264do :
56265  ac_fn_c_check_func "$LINENO" "fabsf" "ac_cv_func_fabsf"
56266if test "x$ac_cv_func_fabsf" = xyes; then :
56267  cat >>confdefs.h <<_ACEOF
56268#define HAVE_FABSF 1
56269_ACEOF
56270
56271fi
56272done
56273
56274  else
56275
56276  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5
56277$as_echo_n "checking for _fabsf declaration... " >&6; }
56278  if test x${glibcxx_cv_func__fabsf_use+set} != xset; then
56279    if ${glibcxx_cv_func__fabsf_use+:} false; then :
56280  $as_echo_n "(cached) " >&6
56281else
56282
56283
56284      ac_ext=cpp
56285ac_cpp='$CXXCPP $CPPFLAGS'
56286ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56287ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56288ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56289
56290      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56291/* end confdefs.h.  */
56292#include <math.h>
56293		      #ifdef HAVE_IEEEFP_H
56294		      #include <ieeefp.h>
56295		      #endif
56296
56297int
56298main ()
56299{
56300 _fabsf(0);
56301  ;
56302  return 0;
56303}
56304_ACEOF
56305if ac_fn_cxx_try_compile "$LINENO"; then :
56306  glibcxx_cv_func__fabsf_use=yes
56307else
56308  glibcxx_cv_func__fabsf_use=no
56309fi
56310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56311      ac_ext=c
56312ac_cpp='$CPP $CPPFLAGS'
56313ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56314ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56315ac_compiler_gnu=$ac_cv_c_compiler_gnu
56316
56317
56318fi
56319
56320  fi
56321  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5
56322$as_echo "$glibcxx_cv_func__fabsf_use" >&6; }
56323
56324    if test x$glibcxx_cv_func__fabsf_use = x"yes"; then
56325      for ac_func in _fabsf
56326do :
56327  ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf"
56328if test "x$ac_cv_func__fabsf" = xyes; then :
56329  cat >>confdefs.h <<_ACEOF
56330#define HAVE__FABSF 1
56331_ACEOF
56332
56333fi
56334done
56335
56336    fi
56337  fi
56338
56339
56340
56341
56342
56343  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5
56344$as_echo_n "checking for fmodf declaration... " >&6; }
56345  if test x${glibcxx_cv_func_fmodf_use+set} != xset; then
56346    if ${glibcxx_cv_func_fmodf_use+:} false; then :
56347  $as_echo_n "(cached) " >&6
56348else
56349
56350
56351      ac_ext=cpp
56352ac_cpp='$CXXCPP $CPPFLAGS'
56353ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56354ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56355ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56356
56357      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56358/* end confdefs.h.  */
56359#include <math.h>
56360int
56361main ()
56362{
56363 fmodf(0, 0);
56364  ;
56365  return 0;
56366}
56367_ACEOF
56368if ac_fn_cxx_try_compile "$LINENO"; then :
56369  glibcxx_cv_func_fmodf_use=yes
56370else
56371  glibcxx_cv_func_fmodf_use=no
56372fi
56373rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56374      ac_ext=c
56375ac_cpp='$CPP $CPPFLAGS'
56376ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56377ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56378ac_compiler_gnu=$ac_cv_c_compiler_gnu
56379
56380
56381fi
56382
56383  fi
56384  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodf_use" >&5
56385$as_echo "$glibcxx_cv_func_fmodf_use" >&6; }
56386
56387  if test x$glibcxx_cv_func_fmodf_use = x"yes"; then
56388    for ac_func in fmodf
56389do :
56390  ac_fn_c_check_func "$LINENO" "fmodf" "ac_cv_func_fmodf"
56391if test "x$ac_cv_func_fmodf" = xyes; then :
56392  cat >>confdefs.h <<_ACEOF
56393#define HAVE_FMODF 1
56394_ACEOF
56395
56396fi
56397done
56398
56399  else
56400
56401  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5
56402$as_echo_n "checking for _fmodf declaration... " >&6; }
56403  if test x${glibcxx_cv_func__fmodf_use+set} != xset; then
56404    if ${glibcxx_cv_func__fmodf_use+:} false; then :
56405  $as_echo_n "(cached) " >&6
56406else
56407
56408
56409      ac_ext=cpp
56410ac_cpp='$CXXCPP $CPPFLAGS'
56411ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56412ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56413ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56414
56415      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56416/* end confdefs.h.  */
56417#include <math.h>
56418int
56419main ()
56420{
56421 _fmodf(0, 0);
56422  ;
56423  return 0;
56424}
56425_ACEOF
56426if ac_fn_cxx_try_compile "$LINENO"; then :
56427  glibcxx_cv_func__fmodf_use=yes
56428else
56429  glibcxx_cv_func__fmodf_use=no
56430fi
56431rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56432      ac_ext=c
56433ac_cpp='$CPP $CPPFLAGS'
56434ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56435ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56436ac_compiler_gnu=$ac_cv_c_compiler_gnu
56437
56438
56439fi
56440
56441  fi
56442  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5
56443$as_echo "$glibcxx_cv_func__fmodf_use" >&6; }
56444
56445    if test x$glibcxx_cv_func__fmodf_use = x"yes"; then
56446      for ac_func in _fmodf
56447do :
56448  ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf"
56449if test "x$ac_cv_func__fmodf" = xyes; then :
56450  cat >>confdefs.h <<_ACEOF
56451#define HAVE__FMODF 1
56452_ACEOF
56453
56454fi
56455done
56456
56457    fi
56458  fi
56459
56460
56461
56462
56463
56464  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5
56465$as_echo_n "checking for frexpf declaration... " >&6; }
56466  if test x${glibcxx_cv_func_frexpf_use+set} != xset; then
56467    if ${glibcxx_cv_func_frexpf_use+:} false; then :
56468  $as_echo_n "(cached) " >&6
56469else
56470
56471
56472      ac_ext=cpp
56473ac_cpp='$CXXCPP $CPPFLAGS'
56474ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56475ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56476ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56477
56478      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56479/* end confdefs.h.  */
56480#include <math.h>
56481int
56482main ()
56483{
56484 frexpf(0, 0);
56485  ;
56486  return 0;
56487}
56488_ACEOF
56489if ac_fn_cxx_try_compile "$LINENO"; then :
56490  glibcxx_cv_func_frexpf_use=yes
56491else
56492  glibcxx_cv_func_frexpf_use=no
56493fi
56494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56495      ac_ext=c
56496ac_cpp='$CPP $CPPFLAGS'
56497ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56498ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56499ac_compiler_gnu=$ac_cv_c_compiler_gnu
56500
56501
56502fi
56503
56504  fi
56505  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpf_use" >&5
56506$as_echo "$glibcxx_cv_func_frexpf_use" >&6; }
56507
56508  if test x$glibcxx_cv_func_frexpf_use = x"yes"; then
56509    for ac_func in frexpf
56510do :
56511  ac_fn_c_check_func "$LINENO" "frexpf" "ac_cv_func_frexpf"
56512if test "x$ac_cv_func_frexpf" = xyes; then :
56513  cat >>confdefs.h <<_ACEOF
56514#define HAVE_FREXPF 1
56515_ACEOF
56516
56517fi
56518done
56519
56520  else
56521
56522  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5
56523$as_echo_n "checking for _frexpf declaration... " >&6; }
56524  if test x${glibcxx_cv_func__frexpf_use+set} != xset; then
56525    if ${glibcxx_cv_func__frexpf_use+:} false; then :
56526  $as_echo_n "(cached) " >&6
56527else
56528
56529
56530      ac_ext=cpp
56531ac_cpp='$CXXCPP $CPPFLAGS'
56532ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56533ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56534ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56535
56536      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56537/* end confdefs.h.  */
56538#include <math.h>
56539int
56540main ()
56541{
56542 _frexpf(0, 0);
56543  ;
56544  return 0;
56545}
56546_ACEOF
56547if ac_fn_cxx_try_compile "$LINENO"; then :
56548  glibcxx_cv_func__frexpf_use=yes
56549else
56550  glibcxx_cv_func__frexpf_use=no
56551fi
56552rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56553      ac_ext=c
56554ac_cpp='$CPP $CPPFLAGS'
56555ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56556ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56557ac_compiler_gnu=$ac_cv_c_compiler_gnu
56558
56559
56560fi
56561
56562  fi
56563  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5
56564$as_echo "$glibcxx_cv_func__frexpf_use" >&6; }
56565
56566    if test x$glibcxx_cv_func__frexpf_use = x"yes"; then
56567      for ac_func in _frexpf
56568do :
56569  ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf"
56570if test "x$ac_cv_func__frexpf" = xyes; then :
56571  cat >>confdefs.h <<_ACEOF
56572#define HAVE__FREXPF 1
56573_ACEOF
56574
56575fi
56576done
56577
56578    fi
56579  fi
56580
56581
56582
56583
56584
56585  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5
56586$as_echo_n "checking for hypotf declaration... " >&6; }
56587  if test x${glibcxx_cv_func_hypotf_use+set} != xset; then
56588    if ${glibcxx_cv_func_hypotf_use+:} false; then :
56589  $as_echo_n "(cached) " >&6
56590else
56591
56592
56593      ac_ext=cpp
56594ac_cpp='$CXXCPP $CPPFLAGS'
56595ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56596ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56597ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56598
56599      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56600/* end confdefs.h.  */
56601#include <math.h>
56602int
56603main ()
56604{
56605 hypotf(0, 0);
56606  ;
56607  return 0;
56608}
56609_ACEOF
56610if ac_fn_cxx_try_compile "$LINENO"; then :
56611  glibcxx_cv_func_hypotf_use=yes
56612else
56613  glibcxx_cv_func_hypotf_use=no
56614fi
56615rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56616      ac_ext=c
56617ac_cpp='$CPP $CPPFLAGS'
56618ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56619ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56620ac_compiler_gnu=$ac_cv_c_compiler_gnu
56621
56622
56623fi
56624
56625  fi
56626  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotf_use" >&5
56627$as_echo "$glibcxx_cv_func_hypotf_use" >&6; }
56628
56629  if test x$glibcxx_cv_func_hypotf_use = x"yes"; then
56630    for ac_func in hypotf
56631do :
56632  ac_fn_c_check_func "$LINENO" "hypotf" "ac_cv_func_hypotf"
56633if test "x$ac_cv_func_hypotf" = xyes; then :
56634  cat >>confdefs.h <<_ACEOF
56635#define HAVE_HYPOTF 1
56636_ACEOF
56637
56638fi
56639done
56640
56641  else
56642
56643  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5
56644$as_echo_n "checking for _hypotf declaration... " >&6; }
56645  if test x${glibcxx_cv_func__hypotf_use+set} != xset; then
56646    if ${glibcxx_cv_func__hypotf_use+:} false; then :
56647  $as_echo_n "(cached) " >&6
56648else
56649
56650
56651      ac_ext=cpp
56652ac_cpp='$CXXCPP $CPPFLAGS'
56653ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56654ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56655ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56656
56657      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56658/* end confdefs.h.  */
56659#include <math.h>
56660int
56661main ()
56662{
56663 _hypotf(0, 0);
56664  ;
56665  return 0;
56666}
56667_ACEOF
56668if ac_fn_cxx_try_compile "$LINENO"; then :
56669  glibcxx_cv_func__hypotf_use=yes
56670else
56671  glibcxx_cv_func__hypotf_use=no
56672fi
56673rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56674      ac_ext=c
56675ac_cpp='$CPP $CPPFLAGS'
56676ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56677ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56678ac_compiler_gnu=$ac_cv_c_compiler_gnu
56679
56680
56681fi
56682
56683  fi
56684  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5
56685$as_echo "$glibcxx_cv_func__hypotf_use" >&6; }
56686
56687    if test x$glibcxx_cv_func__hypotf_use = x"yes"; then
56688      for ac_func in _hypotf
56689do :
56690  ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf"
56691if test "x$ac_cv_func__hypotf" = xyes; then :
56692  cat >>confdefs.h <<_ACEOF
56693#define HAVE__HYPOTF 1
56694_ACEOF
56695
56696fi
56697done
56698
56699    fi
56700  fi
56701
56702
56703
56704
56705
56706  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5
56707$as_echo_n "checking for ldexpf declaration... " >&6; }
56708  if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then
56709    if ${glibcxx_cv_func_ldexpf_use+:} false; then :
56710  $as_echo_n "(cached) " >&6
56711else
56712
56713
56714      ac_ext=cpp
56715ac_cpp='$CXXCPP $CPPFLAGS'
56716ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56717ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56718ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56719
56720      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56721/* end confdefs.h.  */
56722#include <math.h>
56723int
56724main ()
56725{
56726 ldexpf(0, 0);
56727  ;
56728  return 0;
56729}
56730_ACEOF
56731if ac_fn_cxx_try_compile "$LINENO"; then :
56732  glibcxx_cv_func_ldexpf_use=yes
56733else
56734  glibcxx_cv_func_ldexpf_use=no
56735fi
56736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56737      ac_ext=c
56738ac_cpp='$CPP $CPPFLAGS'
56739ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56740ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56741ac_compiler_gnu=$ac_cv_c_compiler_gnu
56742
56743
56744fi
56745
56746  fi
56747  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpf_use" >&5
56748$as_echo "$glibcxx_cv_func_ldexpf_use" >&6; }
56749
56750  if test x$glibcxx_cv_func_ldexpf_use = x"yes"; then
56751    for ac_func in ldexpf
56752do :
56753  ac_fn_c_check_func "$LINENO" "ldexpf" "ac_cv_func_ldexpf"
56754if test "x$ac_cv_func_ldexpf" = xyes; then :
56755  cat >>confdefs.h <<_ACEOF
56756#define HAVE_LDEXPF 1
56757_ACEOF
56758
56759fi
56760done
56761
56762  else
56763
56764  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5
56765$as_echo_n "checking for _ldexpf declaration... " >&6; }
56766  if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then
56767    if ${glibcxx_cv_func__ldexpf_use+:} false; then :
56768  $as_echo_n "(cached) " >&6
56769else
56770
56771
56772      ac_ext=cpp
56773ac_cpp='$CXXCPP $CPPFLAGS'
56774ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56775ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56776ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56777
56778      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56779/* end confdefs.h.  */
56780#include <math.h>
56781int
56782main ()
56783{
56784 _ldexpf(0, 0);
56785  ;
56786  return 0;
56787}
56788_ACEOF
56789if ac_fn_cxx_try_compile "$LINENO"; then :
56790  glibcxx_cv_func__ldexpf_use=yes
56791else
56792  glibcxx_cv_func__ldexpf_use=no
56793fi
56794rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56795      ac_ext=c
56796ac_cpp='$CPP $CPPFLAGS'
56797ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56798ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56799ac_compiler_gnu=$ac_cv_c_compiler_gnu
56800
56801
56802fi
56803
56804  fi
56805  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5
56806$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; }
56807
56808    if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then
56809      for ac_func in _ldexpf
56810do :
56811  ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf"
56812if test "x$ac_cv_func__ldexpf" = xyes; then :
56813  cat >>confdefs.h <<_ACEOF
56814#define HAVE__LDEXPF 1
56815_ACEOF
56816
56817fi
56818done
56819
56820    fi
56821  fi
56822
56823
56824
56825
56826
56827  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5
56828$as_echo_n "checking for logf declaration... " >&6; }
56829  if test x${glibcxx_cv_func_logf_use+set} != xset; then
56830    if ${glibcxx_cv_func_logf_use+:} false; then :
56831  $as_echo_n "(cached) " >&6
56832else
56833
56834
56835      ac_ext=cpp
56836ac_cpp='$CXXCPP $CPPFLAGS'
56837ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56838ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56839ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56840
56841      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56842/* end confdefs.h.  */
56843#include <math.h>
56844		      #ifdef HAVE_IEEEFP_H
56845		      #include <ieeefp.h>
56846		      #endif
56847
56848int
56849main ()
56850{
56851 logf(0);
56852  ;
56853  return 0;
56854}
56855_ACEOF
56856if ac_fn_cxx_try_compile "$LINENO"; then :
56857  glibcxx_cv_func_logf_use=yes
56858else
56859  glibcxx_cv_func_logf_use=no
56860fi
56861rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56862      ac_ext=c
56863ac_cpp='$CPP $CPPFLAGS'
56864ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56865ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56866ac_compiler_gnu=$ac_cv_c_compiler_gnu
56867
56868
56869fi
56870
56871  fi
56872  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logf_use" >&5
56873$as_echo "$glibcxx_cv_func_logf_use" >&6; }
56874
56875  if test x$glibcxx_cv_func_logf_use = x"yes"; then
56876    for ac_func in logf
56877do :
56878  ac_fn_c_check_func "$LINENO" "logf" "ac_cv_func_logf"
56879if test "x$ac_cv_func_logf" = xyes; then :
56880  cat >>confdefs.h <<_ACEOF
56881#define HAVE_LOGF 1
56882_ACEOF
56883
56884fi
56885done
56886
56887  else
56888
56889  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5
56890$as_echo_n "checking for _logf declaration... " >&6; }
56891  if test x${glibcxx_cv_func__logf_use+set} != xset; then
56892    if ${glibcxx_cv_func__logf_use+:} false; then :
56893  $as_echo_n "(cached) " >&6
56894else
56895
56896
56897      ac_ext=cpp
56898ac_cpp='$CXXCPP $CPPFLAGS'
56899ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56900ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56901ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56902
56903      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56904/* end confdefs.h.  */
56905#include <math.h>
56906		      #ifdef HAVE_IEEEFP_H
56907		      #include <ieeefp.h>
56908		      #endif
56909
56910int
56911main ()
56912{
56913 _logf(0);
56914  ;
56915  return 0;
56916}
56917_ACEOF
56918if ac_fn_cxx_try_compile "$LINENO"; then :
56919  glibcxx_cv_func__logf_use=yes
56920else
56921  glibcxx_cv_func__logf_use=no
56922fi
56923rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56924      ac_ext=c
56925ac_cpp='$CPP $CPPFLAGS'
56926ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56927ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56928ac_compiler_gnu=$ac_cv_c_compiler_gnu
56929
56930
56931fi
56932
56933  fi
56934  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5
56935$as_echo "$glibcxx_cv_func__logf_use" >&6; }
56936
56937    if test x$glibcxx_cv_func__logf_use = x"yes"; then
56938      for ac_func in _logf
56939do :
56940  ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf"
56941if test "x$ac_cv_func__logf" = xyes; then :
56942  cat >>confdefs.h <<_ACEOF
56943#define HAVE__LOGF 1
56944_ACEOF
56945
56946fi
56947done
56948
56949    fi
56950  fi
56951
56952
56953
56954
56955
56956  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5
56957$as_echo_n "checking for log10f declaration... " >&6; }
56958  if test x${glibcxx_cv_func_log10f_use+set} != xset; then
56959    if ${glibcxx_cv_func_log10f_use+:} false; then :
56960  $as_echo_n "(cached) " >&6
56961else
56962
56963
56964      ac_ext=cpp
56965ac_cpp='$CXXCPP $CPPFLAGS'
56966ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56967ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56968ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
56969
56970      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56971/* end confdefs.h.  */
56972#include <math.h>
56973		      #ifdef HAVE_IEEEFP_H
56974		      #include <ieeefp.h>
56975		      #endif
56976
56977int
56978main ()
56979{
56980 log10f(0);
56981  ;
56982  return 0;
56983}
56984_ACEOF
56985if ac_fn_cxx_try_compile "$LINENO"; then :
56986  glibcxx_cv_func_log10f_use=yes
56987else
56988  glibcxx_cv_func_log10f_use=no
56989fi
56990rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56991      ac_ext=c
56992ac_cpp='$CPP $CPPFLAGS'
56993ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
56994ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
56995ac_compiler_gnu=$ac_cv_c_compiler_gnu
56996
56997
56998fi
56999
57000  fi
57001  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10f_use" >&5
57002$as_echo "$glibcxx_cv_func_log10f_use" >&6; }
57003
57004  if test x$glibcxx_cv_func_log10f_use = x"yes"; then
57005    for ac_func in log10f
57006do :
57007  ac_fn_c_check_func "$LINENO" "log10f" "ac_cv_func_log10f"
57008if test "x$ac_cv_func_log10f" = xyes; then :
57009  cat >>confdefs.h <<_ACEOF
57010#define HAVE_LOG10F 1
57011_ACEOF
57012
57013fi
57014done
57015
57016  else
57017
57018  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5
57019$as_echo_n "checking for _log10f declaration... " >&6; }
57020  if test x${glibcxx_cv_func__log10f_use+set} != xset; then
57021    if ${glibcxx_cv_func__log10f_use+:} false; then :
57022  $as_echo_n "(cached) " >&6
57023else
57024
57025
57026      ac_ext=cpp
57027ac_cpp='$CXXCPP $CPPFLAGS'
57028ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57029ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57030ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57031
57032      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57033/* end confdefs.h.  */
57034#include <math.h>
57035		      #ifdef HAVE_IEEEFP_H
57036		      #include <ieeefp.h>
57037		      #endif
57038
57039int
57040main ()
57041{
57042 _log10f(0);
57043  ;
57044  return 0;
57045}
57046_ACEOF
57047if ac_fn_cxx_try_compile "$LINENO"; then :
57048  glibcxx_cv_func__log10f_use=yes
57049else
57050  glibcxx_cv_func__log10f_use=no
57051fi
57052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57053      ac_ext=c
57054ac_cpp='$CPP $CPPFLAGS'
57055ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57056ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57057ac_compiler_gnu=$ac_cv_c_compiler_gnu
57058
57059
57060fi
57061
57062  fi
57063  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5
57064$as_echo "$glibcxx_cv_func__log10f_use" >&6; }
57065
57066    if test x$glibcxx_cv_func__log10f_use = x"yes"; then
57067      for ac_func in _log10f
57068do :
57069  ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f"
57070if test "x$ac_cv_func__log10f" = xyes; then :
57071  cat >>confdefs.h <<_ACEOF
57072#define HAVE__LOG10F 1
57073_ACEOF
57074
57075fi
57076done
57077
57078    fi
57079  fi
57080
57081
57082
57083
57084
57085  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5
57086$as_echo_n "checking for modff declaration... " >&6; }
57087  if test x${glibcxx_cv_func_modff_use+set} != xset; then
57088    if ${glibcxx_cv_func_modff_use+:} false; then :
57089  $as_echo_n "(cached) " >&6
57090else
57091
57092
57093      ac_ext=cpp
57094ac_cpp='$CXXCPP $CPPFLAGS'
57095ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57096ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57097ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57098
57099      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57100/* end confdefs.h.  */
57101#include <math.h>
57102int
57103main ()
57104{
57105 modff(0, 0);
57106  ;
57107  return 0;
57108}
57109_ACEOF
57110if ac_fn_cxx_try_compile "$LINENO"; then :
57111  glibcxx_cv_func_modff_use=yes
57112else
57113  glibcxx_cv_func_modff_use=no
57114fi
57115rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57116      ac_ext=c
57117ac_cpp='$CPP $CPPFLAGS'
57118ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57119ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57120ac_compiler_gnu=$ac_cv_c_compiler_gnu
57121
57122
57123fi
57124
57125  fi
57126  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modff_use" >&5
57127$as_echo "$glibcxx_cv_func_modff_use" >&6; }
57128
57129  if test x$glibcxx_cv_func_modff_use = x"yes"; then
57130    for ac_func in modff
57131do :
57132  ac_fn_c_check_func "$LINENO" "modff" "ac_cv_func_modff"
57133if test "x$ac_cv_func_modff" = xyes; then :
57134  cat >>confdefs.h <<_ACEOF
57135#define HAVE_MODFF 1
57136_ACEOF
57137
57138fi
57139done
57140
57141  else
57142
57143  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5
57144$as_echo_n "checking for _modff declaration... " >&6; }
57145  if test x${glibcxx_cv_func__modff_use+set} != xset; then
57146    if ${glibcxx_cv_func__modff_use+:} false; then :
57147  $as_echo_n "(cached) " >&6
57148else
57149
57150
57151      ac_ext=cpp
57152ac_cpp='$CXXCPP $CPPFLAGS'
57153ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57154ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57155ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57156
57157      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57158/* end confdefs.h.  */
57159#include <math.h>
57160int
57161main ()
57162{
57163 _modff(0, 0);
57164  ;
57165  return 0;
57166}
57167_ACEOF
57168if ac_fn_cxx_try_compile "$LINENO"; then :
57169  glibcxx_cv_func__modff_use=yes
57170else
57171  glibcxx_cv_func__modff_use=no
57172fi
57173rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57174      ac_ext=c
57175ac_cpp='$CPP $CPPFLAGS'
57176ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57177ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57178ac_compiler_gnu=$ac_cv_c_compiler_gnu
57179
57180
57181fi
57182
57183  fi
57184  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5
57185$as_echo "$glibcxx_cv_func__modff_use" >&6; }
57186
57187    if test x$glibcxx_cv_func__modff_use = x"yes"; then
57188      for ac_func in _modff
57189do :
57190  ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff"
57191if test "x$ac_cv_func__modff" = xyes; then :
57192  cat >>confdefs.h <<_ACEOF
57193#define HAVE__MODFF 1
57194_ACEOF
57195
57196fi
57197done
57198
57199    fi
57200  fi
57201
57202
57203
57204
57205
57206  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5
57207$as_echo_n "checking for modf declaration... " >&6; }
57208  if test x${glibcxx_cv_func_modf_use+set} != xset; then
57209    if ${glibcxx_cv_func_modf_use+:} false; then :
57210  $as_echo_n "(cached) " >&6
57211else
57212
57213
57214      ac_ext=cpp
57215ac_cpp='$CXXCPP $CPPFLAGS'
57216ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57217ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57218ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57219
57220      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57221/* end confdefs.h.  */
57222#include <math.h>
57223int
57224main ()
57225{
57226 modf(0, 0);
57227  ;
57228  return 0;
57229}
57230_ACEOF
57231if ac_fn_cxx_try_compile "$LINENO"; then :
57232  glibcxx_cv_func_modf_use=yes
57233else
57234  glibcxx_cv_func_modf_use=no
57235fi
57236rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57237      ac_ext=c
57238ac_cpp='$CPP $CPPFLAGS'
57239ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57240ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57241ac_compiler_gnu=$ac_cv_c_compiler_gnu
57242
57243
57244fi
57245
57246  fi
57247  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modf_use" >&5
57248$as_echo "$glibcxx_cv_func_modf_use" >&6; }
57249
57250  if test x$glibcxx_cv_func_modf_use = x"yes"; then
57251    for ac_func in modf
57252do :
57253  ac_fn_c_check_func "$LINENO" "modf" "ac_cv_func_modf"
57254if test "x$ac_cv_func_modf" = xyes; then :
57255  cat >>confdefs.h <<_ACEOF
57256#define HAVE_MODF 1
57257_ACEOF
57258
57259fi
57260done
57261
57262  else
57263
57264  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5
57265$as_echo_n "checking for _modf declaration... " >&6; }
57266  if test x${glibcxx_cv_func__modf_use+set} != xset; then
57267    if ${glibcxx_cv_func__modf_use+:} false; then :
57268  $as_echo_n "(cached) " >&6
57269else
57270
57271
57272      ac_ext=cpp
57273ac_cpp='$CXXCPP $CPPFLAGS'
57274ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57275ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57276ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57277
57278      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57279/* end confdefs.h.  */
57280#include <math.h>
57281int
57282main ()
57283{
57284 _modf(0, 0);
57285  ;
57286  return 0;
57287}
57288_ACEOF
57289if ac_fn_cxx_try_compile "$LINENO"; then :
57290  glibcxx_cv_func__modf_use=yes
57291else
57292  glibcxx_cv_func__modf_use=no
57293fi
57294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57295      ac_ext=c
57296ac_cpp='$CPP $CPPFLAGS'
57297ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57298ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57299ac_compiler_gnu=$ac_cv_c_compiler_gnu
57300
57301
57302fi
57303
57304  fi
57305  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5
57306$as_echo "$glibcxx_cv_func__modf_use" >&6; }
57307
57308    if test x$glibcxx_cv_func__modf_use = x"yes"; then
57309      for ac_func in _modf
57310do :
57311  ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf"
57312if test "x$ac_cv_func__modf" = xyes; then :
57313  cat >>confdefs.h <<_ACEOF
57314#define HAVE__MODF 1
57315_ACEOF
57316
57317fi
57318done
57319
57320    fi
57321  fi
57322
57323
57324
57325
57326
57327  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5
57328$as_echo_n "checking for powf declaration... " >&6; }
57329  if test x${glibcxx_cv_func_powf_use+set} != xset; then
57330    if ${glibcxx_cv_func_powf_use+:} false; then :
57331  $as_echo_n "(cached) " >&6
57332else
57333
57334
57335      ac_ext=cpp
57336ac_cpp='$CXXCPP $CPPFLAGS'
57337ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57338ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57339ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57340
57341      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57342/* end confdefs.h.  */
57343#include <math.h>
57344int
57345main ()
57346{
57347 powf(0, 0);
57348  ;
57349  return 0;
57350}
57351_ACEOF
57352if ac_fn_cxx_try_compile "$LINENO"; then :
57353  glibcxx_cv_func_powf_use=yes
57354else
57355  glibcxx_cv_func_powf_use=no
57356fi
57357rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57358      ac_ext=c
57359ac_cpp='$CPP $CPPFLAGS'
57360ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57361ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57362ac_compiler_gnu=$ac_cv_c_compiler_gnu
57363
57364
57365fi
57366
57367  fi
57368  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powf_use" >&5
57369$as_echo "$glibcxx_cv_func_powf_use" >&6; }
57370
57371  if test x$glibcxx_cv_func_powf_use = x"yes"; then
57372    for ac_func in powf
57373do :
57374  ac_fn_c_check_func "$LINENO" "powf" "ac_cv_func_powf"
57375if test "x$ac_cv_func_powf" = xyes; then :
57376  cat >>confdefs.h <<_ACEOF
57377#define HAVE_POWF 1
57378_ACEOF
57379
57380fi
57381done
57382
57383  else
57384
57385  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5
57386$as_echo_n "checking for _powf declaration... " >&6; }
57387  if test x${glibcxx_cv_func__powf_use+set} != xset; then
57388    if ${glibcxx_cv_func__powf_use+:} false; then :
57389  $as_echo_n "(cached) " >&6
57390else
57391
57392
57393      ac_ext=cpp
57394ac_cpp='$CXXCPP $CPPFLAGS'
57395ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57396ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57397ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57398
57399      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57400/* end confdefs.h.  */
57401#include <math.h>
57402int
57403main ()
57404{
57405 _powf(0, 0);
57406  ;
57407  return 0;
57408}
57409_ACEOF
57410if ac_fn_cxx_try_compile "$LINENO"; then :
57411  glibcxx_cv_func__powf_use=yes
57412else
57413  glibcxx_cv_func__powf_use=no
57414fi
57415rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57416      ac_ext=c
57417ac_cpp='$CPP $CPPFLAGS'
57418ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57419ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57420ac_compiler_gnu=$ac_cv_c_compiler_gnu
57421
57422
57423fi
57424
57425  fi
57426  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5
57427$as_echo "$glibcxx_cv_func__powf_use" >&6; }
57428
57429    if test x$glibcxx_cv_func__powf_use = x"yes"; then
57430      for ac_func in _powf
57431do :
57432  ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf"
57433if test "x$ac_cv_func__powf" = xyes; then :
57434  cat >>confdefs.h <<_ACEOF
57435#define HAVE__POWF 1
57436_ACEOF
57437
57438fi
57439done
57440
57441    fi
57442  fi
57443
57444
57445
57446
57447
57448  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5
57449$as_echo_n "checking for sqrtf declaration... " >&6; }
57450  if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then
57451    if ${glibcxx_cv_func_sqrtf_use+:} false; then :
57452  $as_echo_n "(cached) " >&6
57453else
57454
57455
57456      ac_ext=cpp
57457ac_cpp='$CXXCPP $CPPFLAGS'
57458ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57459ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57460ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57461
57462      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57463/* end confdefs.h.  */
57464#include <math.h>
57465		      #ifdef HAVE_IEEEFP_H
57466		      #include <ieeefp.h>
57467		      #endif
57468
57469int
57470main ()
57471{
57472 sqrtf(0);
57473  ;
57474  return 0;
57475}
57476_ACEOF
57477if ac_fn_cxx_try_compile "$LINENO"; then :
57478  glibcxx_cv_func_sqrtf_use=yes
57479else
57480  glibcxx_cv_func_sqrtf_use=no
57481fi
57482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57483      ac_ext=c
57484ac_cpp='$CPP $CPPFLAGS'
57485ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57486ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57487ac_compiler_gnu=$ac_cv_c_compiler_gnu
57488
57489
57490fi
57491
57492  fi
57493  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtf_use" >&5
57494$as_echo "$glibcxx_cv_func_sqrtf_use" >&6; }
57495
57496  if test x$glibcxx_cv_func_sqrtf_use = x"yes"; then
57497    for ac_func in sqrtf
57498do :
57499  ac_fn_c_check_func "$LINENO" "sqrtf" "ac_cv_func_sqrtf"
57500if test "x$ac_cv_func_sqrtf" = xyes; then :
57501  cat >>confdefs.h <<_ACEOF
57502#define HAVE_SQRTF 1
57503_ACEOF
57504
57505fi
57506done
57507
57508  else
57509
57510  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5
57511$as_echo_n "checking for _sqrtf declaration... " >&6; }
57512  if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then
57513    if ${glibcxx_cv_func__sqrtf_use+:} false; then :
57514  $as_echo_n "(cached) " >&6
57515else
57516
57517
57518      ac_ext=cpp
57519ac_cpp='$CXXCPP $CPPFLAGS'
57520ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57521ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57522ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57523
57524      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57525/* end confdefs.h.  */
57526#include <math.h>
57527		      #ifdef HAVE_IEEEFP_H
57528		      #include <ieeefp.h>
57529		      #endif
57530
57531int
57532main ()
57533{
57534 _sqrtf(0);
57535  ;
57536  return 0;
57537}
57538_ACEOF
57539if ac_fn_cxx_try_compile "$LINENO"; then :
57540  glibcxx_cv_func__sqrtf_use=yes
57541else
57542  glibcxx_cv_func__sqrtf_use=no
57543fi
57544rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57545      ac_ext=c
57546ac_cpp='$CPP $CPPFLAGS'
57547ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57548ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57549ac_compiler_gnu=$ac_cv_c_compiler_gnu
57550
57551
57552fi
57553
57554  fi
57555  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5
57556$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; }
57557
57558    if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then
57559      for ac_func in _sqrtf
57560do :
57561  ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf"
57562if test "x$ac_cv_func__sqrtf" = xyes; then :
57563  cat >>confdefs.h <<_ACEOF
57564#define HAVE__SQRTF 1
57565_ACEOF
57566
57567fi
57568done
57569
57570    fi
57571  fi
57572
57573
57574
57575
57576
57577  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5
57578$as_echo_n "checking for sincosf declaration... " >&6; }
57579  if test x${glibcxx_cv_func_sincosf_use+set} != xset; then
57580    if ${glibcxx_cv_func_sincosf_use+:} false; then :
57581  $as_echo_n "(cached) " >&6
57582else
57583
57584
57585      ac_ext=cpp
57586ac_cpp='$CXXCPP $CPPFLAGS'
57587ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57588ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57589ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57590
57591      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57592/* end confdefs.h.  */
57593#include <math.h>
57594int
57595main ()
57596{
57597 sincosf(0, 0, 0);
57598  ;
57599  return 0;
57600}
57601_ACEOF
57602if ac_fn_cxx_try_compile "$LINENO"; then :
57603  glibcxx_cv_func_sincosf_use=yes
57604else
57605  glibcxx_cv_func_sincosf_use=no
57606fi
57607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57608      ac_ext=c
57609ac_cpp='$CPP $CPPFLAGS'
57610ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57611ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57612ac_compiler_gnu=$ac_cv_c_compiler_gnu
57613
57614
57615fi
57616
57617  fi
57618  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosf_use" >&5
57619$as_echo "$glibcxx_cv_func_sincosf_use" >&6; }
57620
57621  if test x$glibcxx_cv_func_sincosf_use = x"yes"; then
57622    for ac_func in sincosf
57623do :
57624  ac_fn_c_check_func "$LINENO" "sincosf" "ac_cv_func_sincosf"
57625if test "x$ac_cv_func_sincosf" = xyes; then :
57626  cat >>confdefs.h <<_ACEOF
57627#define HAVE_SINCOSF 1
57628_ACEOF
57629
57630fi
57631done
57632
57633  else
57634
57635  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5
57636$as_echo_n "checking for _sincosf declaration... " >&6; }
57637  if test x${glibcxx_cv_func__sincosf_use+set} != xset; then
57638    if ${glibcxx_cv_func__sincosf_use+:} false; then :
57639  $as_echo_n "(cached) " >&6
57640else
57641
57642
57643      ac_ext=cpp
57644ac_cpp='$CXXCPP $CPPFLAGS'
57645ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57646ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57647ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57648
57649      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57650/* end confdefs.h.  */
57651#include <math.h>
57652int
57653main ()
57654{
57655 _sincosf(0, 0, 0);
57656  ;
57657  return 0;
57658}
57659_ACEOF
57660if ac_fn_cxx_try_compile "$LINENO"; then :
57661  glibcxx_cv_func__sincosf_use=yes
57662else
57663  glibcxx_cv_func__sincosf_use=no
57664fi
57665rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57666      ac_ext=c
57667ac_cpp='$CPP $CPPFLAGS'
57668ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57669ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57670ac_compiler_gnu=$ac_cv_c_compiler_gnu
57671
57672
57673fi
57674
57675  fi
57676  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5
57677$as_echo "$glibcxx_cv_func__sincosf_use" >&6; }
57678
57679    if test x$glibcxx_cv_func__sincosf_use = x"yes"; then
57680      for ac_func in _sincosf
57681do :
57682  ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf"
57683if test "x$ac_cv_func__sincosf" = xyes; then :
57684  cat >>confdefs.h <<_ACEOF
57685#define HAVE__SINCOSF 1
57686_ACEOF
57687
57688fi
57689done
57690
57691    fi
57692  fi
57693
57694
57695
57696
57697
57698  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5
57699$as_echo_n "checking for finitef declaration... " >&6; }
57700  if test x${glibcxx_cv_func_finitef_use+set} != xset; then
57701    if ${glibcxx_cv_func_finitef_use+:} false; then :
57702  $as_echo_n "(cached) " >&6
57703else
57704
57705
57706      ac_ext=cpp
57707ac_cpp='$CXXCPP $CPPFLAGS'
57708ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57709ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57710ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57711
57712      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57713/* end confdefs.h.  */
57714#include <math.h>
57715		      #ifdef HAVE_IEEEFP_H
57716		      #include <ieeefp.h>
57717		      #endif
57718
57719int
57720main ()
57721{
57722 finitef(0);
57723  ;
57724  return 0;
57725}
57726_ACEOF
57727if ac_fn_cxx_try_compile "$LINENO"; then :
57728  glibcxx_cv_func_finitef_use=yes
57729else
57730  glibcxx_cv_func_finitef_use=no
57731fi
57732rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57733      ac_ext=c
57734ac_cpp='$CPP $CPPFLAGS'
57735ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57736ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57737ac_compiler_gnu=$ac_cv_c_compiler_gnu
57738
57739
57740fi
57741
57742  fi
57743  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitef_use" >&5
57744$as_echo "$glibcxx_cv_func_finitef_use" >&6; }
57745
57746  if test x$glibcxx_cv_func_finitef_use = x"yes"; then
57747    for ac_func in finitef
57748do :
57749  ac_fn_c_check_func "$LINENO" "finitef" "ac_cv_func_finitef"
57750if test "x$ac_cv_func_finitef" = xyes; then :
57751  cat >>confdefs.h <<_ACEOF
57752#define HAVE_FINITEF 1
57753_ACEOF
57754
57755fi
57756done
57757
57758  else
57759
57760  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5
57761$as_echo_n "checking for _finitef declaration... " >&6; }
57762  if test x${glibcxx_cv_func__finitef_use+set} != xset; then
57763    if ${glibcxx_cv_func__finitef_use+:} false; then :
57764  $as_echo_n "(cached) " >&6
57765else
57766
57767
57768      ac_ext=cpp
57769ac_cpp='$CXXCPP $CPPFLAGS'
57770ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57771ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57772ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57773
57774      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57775/* end confdefs.h.  */
57776#include <math.h>
57777		      #ifdef HAVE_IEEEFP_H
57778		      #include <ieeefp.h>
57779		      #endif
57780
57781int
57782main ()
57783{
57784 _finitef(0);
57785  ;
57786  return 0;
57787}
57788_ACEOF
57789if ac_fn_cxx_try_compile "$LINENO"; then :
57790  glibcxx_cv_func__finitef_use=yes
57791else
57792  glibcxx_cv_func__finitef_use=no
57793fi
57794rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57795      ac_ext=c
57796ac_cpp='$CPP $CPPFLAGS'
57797ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57798ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57799ac_compiler_gnu=$ac_cv_c_compiler_gnu
57800
57801
57802fi
57803
57804  fi
57805  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5
57806$as_echo "$glibcxx_cv_func__finitef_use" >&6; }
57807
57808    if test x$glibcxx_cv_func__finitef_use = x"yes"; then
57809      for ac_func in _finitef
57810do :
57811  ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef"
57812if test "x$ac_cv_func__finitef" = xyes; then :
57813  cat >>confdefs.h <<_ACEOF
57814#define HAVE__FINITEF 1
57815_ACEOF
57816
57817fi
57818done
57819
57820    fi
57821  fi
57822
57823
57824
57825
57826
57827    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5
57828$as_echo_n "checking for long double trig functions... " >&6; }
57829  if ${glibcxx_cv_func_long_double_trig_use+:} false; then :
57830  $as_echo_n "(cached) " >&6
57831else
57832
57833
57834    ac_ext=cpp
57835ac_cpp='$CXXCPP $CPPFLAGS'
57836ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57837ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57838ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57839
57840    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57841/* end confdefs.h.  */
57842#include <math.h>
57843int
57844main ()
57845{
57846acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
57847  ;
57848  return 0;
57849}
57850_ACEOF
57851if ac_fn_cxx_try_compile "$LINENO"; then :
57852  glibcxx_cv_func_long_double_trig_use=yes
57853else
57854  glibcxx_cv_func_long_double_trig_use=no
57855fi
57856rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57857    ac_ext=c
57858ac_cpp='$CPP $CPPFLAGS'
57859ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57860ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57861ac_compiler_gnu=$ac_cv_c_compiler_gnu
57862
57863fi
57864
57865  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_trig_use" >&5
57866$as_echo "$glibcxx_cv_func_long_double_trig_use" >&6; }
57867  if test x$glibcxx_cv_func_long_double_trig_use = x"yes"; then
57868    for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
57869do :
57870  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
57871ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
57872if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
57873  cat >>confdefs.h <<_ACEOF
57874#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
57875_ACEOF
57876
57877fi
57878done
57879
57880  else
57881    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5
57882$as_echo_n "checking for _long double trig functions... " >&6; }
57883    if ${glibcxx_cv_func__long_double_trig_use+:} false; then :
57884  $as_echo_n "(cached) " >&6
57885else
57886
57887
57888      ac_ext=cpp
57889ac_cpp='$CXXCPP $CPPFLAGS'
57890ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57891ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57892ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57893
57894      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57895/* end confdefs.h.  */
57896#include <math.h>
57897int
57898main ()
57899{
57900_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0);
57901  ;
57902  return 0;
57903}
57904_ACEOF
57905if ac_fn_cxx_try_compile "$LINENO"; then :
57906  glibcxx_cv_func__long_double_trig_use=yes
57907else
57908  glibcxx_cv_func__long_double_trig_use=no
57909fi
57910rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57911      ac_ext=c
57912ac_cpp='$CPP $CPPFLAGS'
57913ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57914ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57915ac_compiler_gnu=$ac_cv_c_compiler_gnu
57916
57917fi
57918
57919    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5
57920$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; }
57921    if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then
57922      for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl
57923do :
57924  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
57925ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
57926if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
57927  cat >>confdefs.h <<_ACEOF
57928#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
57929_ACEOF
57930
57931fi
57932done
57933
57934    fi
57935  fi
57936
57937
57938
57939
57940
57941    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5
57942$as_echo_n "checking for long double round functions... " >&6; }
57943  if ${glibcxx_cv_func_long_double_round_use+:} false; then :
57944  $as_echo_n "(cached) " >&6
57945else
57946
57947
57948    ac_ext=cpp
57949ac_cpp='$CXXCPP $CPPFLAGS'
57950ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57951ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57952ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
57953
57954    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57955/* end confdefs.h.  */
57956#include <math.h>
57957int
57958main ()
57959{
57960ceill (0); floorl (0);
57961  ;
57962  return 0;
57963}
57964_ACEOF
57965if ac_fn_cxx_try_compile "$LINENO"; then :
57966  glibcxx_cv_func_long_double_round_use=yes
57967else
57968  glibcxx_cv_func_long_double_round_use=no
57969fi
57970rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57971    ac_ext=c
57972ac_cpp='$CPP $CPPFLAGS'
57973ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
57974ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
57975ac_compiler_gnu=$ac_cv_c_compiler_gnu
57976
57977fi
57978
57979  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_round_use" >&5
57980$as_echo "$glibcxx_cv_func_long_double_round_use" >&6; }
57981  if test x$glibcxx_cv_func_long_double_round_use = x"yes"; then
57982    for ac_func in ceill floorl
57983do :
57984  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
57985ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
57986if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
57987  cat >>confdefs.h <<_ACEOF
57988#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
57989_ACEOF
57990
57991fi
57992done
57993
57994  else
57995    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5
57996$as_echo_n "checking for _long double round functions... " >&6; }
57997    if ${glibcxx_cv_func__long_double_round_use+:} false; then :
57998  $as_echo_n "(cached) " >&6
57999else
58000
58001
58002      ac_ext=cpp
58003ac_cpp='$CXXCPP $CPPFLAGS'
58004ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58005ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58006ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58007
58008      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58009/* end confdefs.h.  */
58010#include <math.h>
58011int
58012main ()
58013{
58014_ceill (0); _floorl (0);
58015  ;
58016  return 0;
58017}
58018_ACEOF
58019if ac_fn_cxx_try_compile "$LINENO"; then :
58020  glibcxx_cv_func__long_double_round_use=yes
58021else
58022  glibcxx_cv_func__long_double_round_use=no
58023fi
58024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58025      ac_ext=c
58026ac_cpp='$CPP $CPPFLAGS'
58027ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58028ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58029ac_compiler_gnu=$ac_cv_c_compiler_gnu
58030
58031fi
58032
58033    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5
58034$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; }
58035    if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then
58036      for ac_func in _ceill _floorl
58037do :
58038  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58039ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
58040if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
58041  cat >>confdefs.h <<_ACEOF
58042#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58043_ACEOF
58044
58045fi
58046done
58047
58048    fi
58049  fi
58050
58051
58052
58053
58054
58055
58056  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5
58057$as_echo_n "checking for isnanl declaration... " >&6; }
58058  if test x${glibcxx_cv_func_isnanl_use+set} != xset; then
58059    if ${glibcxx_cv_func_isnanl_use+:} false; then :
58060  $as_echo_n "(cached) " >&6
58061else
58062
58063
58064      ac_ext=cpp
58065ac_cpp='$CXXCPP $CPPFLAGS'
58066ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58067ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58068ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58069
58070      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58071/* end confdefs.h.  */
58072#include <math.h>
58073		      #ifdef HAVE_IEEEFP_H
58074		      #include <ieeefp.h>
58075		      #endif
58076
58077int
58078main ()
58079{
58080 isnanl(0);
58081  ;
58082  return 0;
58083}
58084_ACEOF
58085if ac_fn_cxx_try_compile "$LINENO"; then :
58086  glibcxx_cv_func_isnanl_use=yes
58087else
58088  glibcxx_cv_func_isnanl_use=no
58089fi
58090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58091      ac_ext=c
58092ac_cpp='$CPP $CPPFLAGS'
58093ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58094ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58095ac_compiler_gnu=$ac_cv_c_compiler_gnu
58096
58097
58098fi
58099
58100  fi
58101  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanl_use" >&5
58102$as_echo "$glibcxx_cv_func_isnanl_use" >&6; }
58103
58104  if test x$glibcxx_cv_func_isnanl_use = x"yes"; then
58105    for ac_func in isnanl
58106do :
58107  ac_fn_c_check_func "$LINENO" "isnanl" "ac_cv_func_isnanl"
58108if test "x$ac_cv_func_isnanl" = xyes; then :
58109  cat >>confdefs.h <<_ACEOF
58110#define HAVE_ISNANL 1
58111_ACEOF
58112
58113fi
58114done
58115
58116  else
58117
58118  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5
58119$as_echo_n "checking for _isnanl declaration... " >&6; }
58120  if test x${glibcxx_cv_func__isnanl_use+set} != xset; then
58121    if ${glibcxx_cv_func__isnanl_use+:} false; then :
58122  $as_echo_n "(cached) " >&6
58123else
58124
58125
58126      ac_ext=cpp
58127ac_cpp='$CXXCPP $CPPFLAGS'
58128ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58129ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58130ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58131
58132      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58133/* end confdefs.h.  */
58134#include <math.h>
58135		      #ifdef HAVE_IEEEFP_H
58136		      #include <ieeefp.h>
58137		      #endif
58138
58139int
58140main ()
58141{
58142 _isnanl(0);
58143  ;
58144  return 0;
58145}
58146_ACEOF
58147if ac_fn_cxx_try_compile "$LINENO"; then :
58148  glibcxx_cv_func__isnanl_use=yes
58149else
58150  glibcxx_cv_func__isnanl_use=no
58151fi
58152rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58153      ac_ext=c
58154ac_cpp='$CPP $CPPFLAGS'
58155ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58156ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58157ac_compiler_gnu=$ac_cv_c_compiler_gnu
58158
58159
58160fi
58161
58162  fi
58163  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5
58164$as_echo "$glibcxx_cv_func__isnanl_use" >&6; }
58165
58166    if test x$glibcxx_cv_func__isnanl_use = x"yes"; then
58167      for ac_func in _isnanl
58168do :
58169  ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl"
58170if test "x$ac_cv_func__isnanl" = xyes; then :
58171  cat >>confdefs.h <<_ACEOF
58172#define HAVE__ISNANL 1
58173_ACEOF
58174
58175fi
58176done
58177
58178    fi
58179  fi
58180
58181
58182
58183
58184
58185  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5
58186$as_echo_n "checking for isinfl declaration... " >&6; }
58187  if test x${glibcxx_cv_func_isinfl_use+set} != xset; then
58188    if ${glibcxx_cv_func_isinfl_use+:} false; then :
58189  $as_echo_n "(cached) " >&6
58190else
58191
58192
58193      ac_ext=cpp
58194ac_cpp='$CXXCPP $CPPFLAGS'
58195ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58196ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58197ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58198
58199      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58200/* end confdefs.h.  */
58201#include <math.h>
58202		      #ifdef HAVE_IEEEFP_H
58203		      #include <ieeefp.h>
58204		      #endif
58205
58206int
58207main ()
58208{
58209 isinfl(0);
58210  ;
58211  return 0;
58212}
58213_ACEOF
58214if ac_fn_cxx_try_compile "$LINENO"; then :
58215  glibcxx_cv_func_isinfl_use=yes
58216else
58217  glibcxx_cv_func_isinfl_use=no
58218fi
58219rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58220      ac_ext=c
58221ac_cpp='$CPP $CPPFLAGS'
58222ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58223ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58224ac_compiler_gnu=$ac_cv_c_compiler_gnu
58225
58226
58227fi
58228
58229  fi
58230  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinfl_use" >&5
58231$as_echo "$glibcxx_cv_func_isinfl_use" >&6; }
58232
58233  if test x$glibcxx_cv_func_isinfl_use = x"yes"; then
58234    for ac_func in isinfl
58235do :
58236  ac_fn_c_check_func "$LINENO" "isinfl" "ac_cv_func_isinfl"
58237if test "x$ac_cv_func_isinfl" = xyes; then :
58238  cat >>confdefs.h <<_ACEOF
58239#define HAVE_ISINFL 1
58240_ACEOF
58241
58242fi
58243done
58244
58245  else
58246
58247  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5
58248$as_echo_n "checking for _isinfl declaration... " >&6; }
58249  if test x${glibcxx_cv_func__isinfl_use+set} != xset; then
58250    if ${glibcxx_cv_func__isinfl_use+:} false; then :
58251  $as_echo_n "(cached) " >&6
58252else
58253
58254
58255      ac_ext=cpp
58256ac_cpp='$CXXCPP $CPPFLAGS'
58257ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58258ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58259ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58260
58261      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58262/* end confdefs.h.  */
58263#include <math.h>
58264		      #ifdef HAVE_IEEEFP_H
58265		      #include <ieeefp.h>
58266		      #endif
58267
58268int
58269main ()
58270{
58271 _isinfl(0);
58272  ;
58273  return 0;
58274}
58275_ACEOF
58276if ac_fn_cxx_try_compile "$LINENO"; then :
58277  glibcxx_cv_func__isinfl_use=yes
58278else
58279  glibcxx_cv_func__isinfl_use=no
58280fi
58281rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58282      ac_ext=c
58283ac_cpp='$CPP $CPPFLAGS'
58284ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58285ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58286ac_compiler_gnu=$ac_cv_c_compiler_gnu
58287
58288
58289fi
58290
58291  fi
58292  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5
58293$as_echo "$glibcxx_cv_func__isinfl_use" >&6; }
58294
58295    if test x$glibcxx_cv_func__isinfl_use = x"yes"; then
58296      for ac_func in _isinfl
58297do :
58298  ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl"
58299if test "x$ac_cv_func__isinfl" = xyes; then :
58300  cat >>confdefs.h <<_ACEOF
58301#define HAVE__ISINFL 1
58302_ACEOF
58303
58304fi
58305done
58306
58307    fi
58308  fi
58309
58310
58311
58312
58313
58314  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5
58315$as_echo_n "checking for atan2l declaration... " >&6; }
58316  if test x${glibcxx_cv_func_atan2l_use+set} != xset; then
58317    if ${glibcxx_cv_func_atan2l_use+:} false; then :
58318  $as_echo_n "(cached) " >&6
58319else
58320
58321
58322      ac_ext=cpp
58323ac_cpp='$CXXCPP $CPPFLAGS'
58324ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58325ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58326ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58327
58328      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58329/* end confdefs.h.  */
58330#include <math.h>
58331int
58332main ()
58333{
58334 atan2l(0, 0);
58335  ;
58336  return 0;
58337}
58338_ACEOF
58339if ac_fn_cxx_try_compile "$LINENO"; then :
58340  glibcxx_cv_func_atan2l_use=yes
58341else
58342  glibcxx_cv_func_atan2l_use=no
58343fi
58344rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58345      ac_ext=c
58346ac_cpp='$CPP $CPPFLAGS'
58347ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58348ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58349ac_compiler_gnu=$ac_cv_c_compiler_gnu
58350
58351
58352fi
58353
58354  fi
58355  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2l_use" >&5
58356$as_echo "$glibcxx_cv_func_atan2l_use" >&6; }
58357
58358  if test x$glibcxx_cv_func_atan2l_use = x"yes"; then
58359    for ac_func in atan2l
58360do :
58361  ac_fn_c_check_func "$LINENO" "atan2l" "ac_cv_func_atan2l"
58362if test "x$ac_cv_func_atan2l" = xyes; then :
58363  cat >>confdefs.h <<_ACEOF
58364#define HAVE_ATAN2L 1
58365_ACEOF
58366
58367fi
58368done
58369
58370  else
58371
58372  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5
58373$as_echo_n "checking for _atan2l declaration... " >&6; }
58374  if test x${glibcxx_cv_func__atan2l_use+set} != xset; then
58375    if ${glibcxx_cv_func__atan2l_use+:} false; then :
58376  $as_echo_n "(cached) " >&6
58377else
58378
58379
58380      ac_ext=cpp
58381ac_cpp='$CXXCPP $CPPFLAGS'
58382ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58383ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58384ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58385
58386      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58387/* end confdefs.h.  */
58388#include <math.h>
58389int
58390main ()
58391{
58392 _atan2l(0, 0);
58393  ;
58394  return 0;
58395}
58396_ACEOF
58397if ac_fn_cxx_try_compile "$LINENO"; then :
58398  glibcxx_cv_func__atan2l_use=yes
58399else
58400  glibcxx_cv_func__atan2l_use=no
58401fi
58402rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58403      ac_ext=c
58404ac_cpp='$CPP $CPPFLAGS'
58405ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58406ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58407ac_compiler_gnu=$ac_cv_c_compiler_gnu
58408
58409
58410fi
58411
58412  fi
58413  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5
58414$as_echo "$glibcxx_cv_func__atan2l_use" >&6; }
58415
58416    if test x$glibcxx_cv_func__atan2l_use = x"yes"; then
58417      for ac_func in _atan2l
58418do :
58419  ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l"
58420if test "x$ac_cv_func__atan2l" = xyes; then :
58421  cat >>confdefs.h <<_ACEOF
58422#define HAVE__ATAN2L 1
58423_ACEOF
58424
58425fi
58426done
58427
58428    fi
58429  fi
58430
58431
58432
58433
58434
58435  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5
58436$as_echo_n "checking for expl declaration... " >&6; }
58437  if test x${glibcxx_cv_func_expl_use+set} != xset; then
58438    if ${glibcxx_cv_func_expl_use+:} false; then :
58439  $as_echo_n "(cached) " >&6
58440else
58441
58442
58443      ac_ext=cpp
58444ac_cpp='$CXXCPP $CPPFLAGS'
58445ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58446ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58447ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58448
58449      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58450/* end confdefs.h.  */
58451#include <math.h>
58452		      #ifdef HAVE_IEEEFP_H
58453		      #include <ieeefp.h>
58454		      #endif
58455
58456int
58457main ()
58458{
58459 expl(0);
58460  ;
58461  return 0;
58462}
58463_ACEOF
58464if ac_fn_cxx_try_compile "$LINENO"; then :
58465  glibcxx_cv_func_expl_use=yes
58466else
58467  glibcxx_cv_func_expl_use=no
58468fi
58469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58470      ac_ext=c
58471ac_cpp='$CPP $CPPFLAGS'
58472ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58473ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58474ac_compiler_gnu=$ac_cv_c_compiler_gnu
58475
58476
58477fi
58478
58479  fi
58480  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expl_use" >&5
58481$as_echo "$glibcxx_cv_func_expl_use" >&6; }
58482
58483  if test x$glibcxx_cv_func_expl_use = x"yes"; then
58484    for ac_func in expl
58485do :
58486  ac_fn_c_check_func "$LINENO" "expl" "ac_cv_func_expl"
58487if test "x$ac_cv_func_expl" = xyes; then :
58488  cat >>confdefs.h <<_ACEOF
58489#define HAVE_EXPL 1
58490_ACEOF
58491
58492fi
58493done
58494
58495  else
58496
58497  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5
58498$as_echo_n "checking for _expl declaration... " >&6; }
58499  if test x${glibcxx_cv_func__expl_use+set} != xset; then
58500    if ${glibcxx_cv_func__expl_use+:} false; then :
58501  $as_echo_n "(cached) " >&6
58502else
58503
58504
58505      ac_ext=cpp
58506ac_cpp='$CXXCPP $CPPFLAGS'
58507ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58508ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58509ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58510
58511      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58512/* end confdefs.h.  */
58513#include <math.h>
58514		      #ifdef HAVE_IEEEFP_H
58515		      #include <ieeefp.h>
58516		      #endif
58517
58518int
58519main ()
58520{
58521 _expl(0);
58522  ;
58523  return 0;
58524}
58525_ACEOF
58526if ac_fn_cxx_try_compile "$LINENO"; then :
58527  glibcxx_cv_func__expl_use=yes
58528else
58529  glibcxx_cv_func__expl_use=no
58530fi
58531rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58532      ac_ext=c
58533ac_cpp='$CPP $CPPFLAGS'
58534ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58535ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58536ac_compiler_gnu=$ac_cv_c_compiler_gnu
58537
58538
58539fi
58540
58541  fi
58542  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5
58543$as_echo "$glibcxx_cv_func__expl_use" >&6; }
58544
58545    if test x$glibcxx_cv_func__expl_use = x"yes"; then
58546      for ac_func in _expl
58547do :
58548  ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl"
58549if test "x$ac_cv_func__expl" = xyes; then :
58550  cat >>confdefs.h <<_ACEOF
58551#define HAVE__EXPL 1
58552_ACEOF
58553
58554fi
58555done
58556
58557    fi
58558  fi
58559
58560
58561
58562
58563
58564  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5
58565$as_echo_n "checking for fabsl declaration... " >&6; }
58566  if test x${glibcxx_cv_func_fabsl_use+set} != xset; then
58567    if ${glibcxx_cv_func_fabsl_use+:} false; then :
58568  $as_echo_n "(cached) " >&6
58569else
58570
58571
58572      ac_ext=cpp
58573ac_cpp='$CXXCPP $CPPFLAGS'
58574ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58575ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58576ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58577
58578      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58579/* end confdefs.h.  */
58580#include <math.h>
58581		      #ifdef HAVE_IEEEFP_H
58582		      #include <ieeefp.h>
58583		      #endif
58584
58585int
58586main ()
58587{
58588 fabsl(0);
58589  ;
58590  return 0;
58591}
58592_ACEOF
58593if ac_fn_cxx_try_compile "$LINENO"; then :
58594  glibcxx_cv_func_fabsl_use=yes
58595else
58596  glibcxx_cv_func_fabsl_use=no
58597fi
58598rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58599      ac_ext=c
58600ac_cpp='$CPP $CPPFLAGS'
58601ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58602ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58603ac_compiler_gnu=$ac_cv_c_compiler_gnu
58604
58605
58606fi
58607
58608  fi
58609  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsl_use" >&5
58610$as_echo "$glibcxx_cv_func_fabsl_use" >&6; }
58611
58612  if test x$glibcxx_cv_func_fabsl_use = x"yes"; then
58613    for ac_func in fabsl
58614do :
58615  ac_fn_c_check_func "$LINENO" "fabsl" "ac_cv_func_fabsl"
58616if test "x$ac_cv_func_fabsl" = xyes; then :
58617  cat >>confdefs.h <<_ACEOF
58618#define HAVE_FABSL 1
58619_ACEOF
58620
58621fi
58622done
58623
58624  else
58625
58626  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5
58627$as_echo_n "checking for _fabsl declaration... " >&6; }
58628  if test x${glibcxx_cv_func__fabsl_use+set} != xset; then
58629    if ${glibcxx_cv_func__fabsl_use+:} false; then :
58630  $as_echo_n "(cached) " >&6
58631else
58632
58633
58634      ac_ext=cpp
58635ac_cpp='$CXXCPP $CPPFLAGS'
58636ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58637ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58638ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58639
58640      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58641/* end confdefs.h.  */
58642#include <math.h>
58643		      #ifdef HAVE_IEEEFP_H
58644		      #include <ieeefp.h>
58645		      #endif
58646
58647int
58648main ()
58649{
58650 _fabsl(0);
58651  ;
58652  return 0;
58653}
58654_ACEOF
58655if ac_fn_cxx_try_compile "$LINENO"; then :
58656  glibcxx_cv_func__fabsl_use=yes
58657else
58658  glibcxx_cv_func__fabsl_use=no
58659fi
58660rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58661      ac_ext=c
58662ac_cpp='$CPP $CPPFLAGS'
58663ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58664ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58665ac_compiler_gnu=$ac_cv_c_compiler_gnu
58666
58667
58668fi
58669
58670  fi
58671  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5
58672$as_echo "$glibcxx_cv_func__fabsl_use" >&6; }
58673
58674    if test x$glibcxx_cv_func__fabsl_use = x"yes"; then
58675      for ac_func in _fabsl
58676do :
58677  ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl"
58678if test "x$ac_cv_func__fabsl" = xyes; then :
58679  cat >>confdefs.h <<_ACEOF
58680#define HAVE__FABSL 1
58681_ACEOF
58682
58683fi
58684done
58685
58686    fi
58687  fi
58688
58689
58690
58691
58692
58693  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5
58694$as_echo_n "checking for fmodl declaration... " >&6; }
58695  if test x${glibcxx_cv_func_fmodl_use+set} != xset; then
58696    if ${glibcxx_cv_func_fmodl_use+:} false; then :
58697  $as_echo_n "(cached) " >&6
58698else
58699
58700
58701      ac_ext=cpp
58702ac_cpp='$CXXCPP $CPPFLAGS'
58703ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58704ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58705ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58706
58707      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58708/* end confdefs.h.  */
58709#include <math.h>
58710int
58711main ()
58712{
58713 fmodl(0, 0);
58714  ;
58715  return 0;
58716}
58717_ACEOF
58718if ac_fn_cxx_try_compile "$LINENO"; then :
58719  glibcxx_cv_func_fmodl_use=yes
58720else
58721  glibcxx_cv_func_fmodl_use=no
58722fi
58723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58724      ac_ext=c
58725ac_cpp='$CPP $CPPFLAGS'
58726ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58727ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58728ac_compiler_gnu=$ac_cv_c_compiler_gnu
58729
58730
58731fi
58732
58733  fi
58734  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodl_use" >&5
58735$as_echo "$glibcxx_cv_func_fmodl_use" >&6; }
58736
58737  if test x$glibcxx_cv_func_fmodl_use = x"yes"; then
58738    for ac_func in fmodl
58739do :
58740  ac_fn_c_check_func "$LINENO" "fmodl" "ac_cv_func_fmodl"
58741if test "x$ac_cv_func_fmodl" = xyes; then :
58742  cat >>confdefs.h <<_ACEOF
58743#define HAVE_FMODL 1
58744_ACEOF
58745
58746fi
58747done
58748
58749  else
58750
58751  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5
58752$as_echo_n "checking for _fmodl declaration... " >&6; }
58753  if test x${glibcxx_cv_func__fmodl_use+set} != xset; then
58754    if ${glibcxx_cv_func__fmodl_use+:} false; then :
58755  $as_echo_n "(cached) " >&6
58756else
58757
58758
58759      ac_ext=cpp
58760ac_cpp='$CXXCPP $CPPFLAGS'
58761ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58762ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58763ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58764
58765      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58766/* end confdefs.h.  */
58767#include <math.h>
58768int
58769main ()
58770{
58771 _fmodl(0, 0);
58772  ;
58773  return 0;
58774}
58775_ACEOF
58776if ac_fn_cxx_try_compile "$LINENO"; then :
58777  glibcxx_cv_func__fmodl_use=yes
58778else
58779  glibcxx_cv_func__fmodl_use=no
58780fi
58781rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58782      ac_ext=c
58783ac_cpp='$CPP $CPPFLAGS'
58784ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58785ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58786ac_compiler_gnu=$ac_cv_c_compiler_gnu
58787
58788
58789fi
58790
58791  fi
58792  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5
58793$as_echo "$glibcxx_cv_func__fmodl_use" >&6; }
58794
58795    if test x$glibcxx_cv_func__fmodl_use = x"yes"; then
58796      for ac_func in _fmodl
58797do :
58798  ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl"
58799if test "x$ac_cv_func__fmodl" = xyes; then :
58800  cat >>confdefs.h <<_ACEOF
58801#define HAVE__FMODL 1
58802_ACEOF
58803
58804fi
58805done
58806
58807    fi
58808  fi
58809
58810
58811
58812
58813
58814  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5
58815$as_echo_n "checking for frexpl declaration... " >&6; }
58816  if test x${glibcxx_cv_func_frexpl_use+set} != xset; then
58817    if ${glibcxx_cv_func_frexpl_use+:} false; then :
58818  $as_echo_n "(cached) " >&6
58819else
58820
58821
58822      ac_ext=cpp
58823ac_cpp='$CXXCPP $CPPFLAGS'
58824ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58825ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58826ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58827
58828      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58829/* end confdefs.h.  */
58830#include <math.h>
58831int
58832main ()
58833{
58834 frexpl(0, 0);
58835  ;
58836  return 0;
58837}
58838_ACEOF
58839if ac_fn_cxx_try_compile "$LINENO"; then :
58840  glibcxx_cv_func_frexpl_use=yes
58841else
58842  glibcxx_cv_func_frexpl_use=no
58843fi
58844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58845      ac_ext=c
58846ac_cpp='$CPP $CPPFLAGS'
58847ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58848ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58849ac_compiler_gnu=$ac_cv_c_compiler_gnu
58850
58851
58852fi
58853
58854  fi
58855  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpl_use" >&5
58856$as_echo "$glibcxx_cv_func_frexpl_use" >&6; }
58857
58858  if test x$glibcxx_cv_func_frexpl_use = x"yes"; then
58859    for ac_func in frexpl
58860do :
58861  ac_fn_c_check_func "$LINENO" "frexpl" "ac_cv_func_frexpl"
58862if test "x$ac_cv_func_frexpl" = xyes; then :
58863  cat >>confdefs.h <<_ACEOF
58864#define HAVE_FREXPL 1
58865_ACEOF
58866
58867fi
58868done
58869
58870  else
58871
58872  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5
58873$as_echo_n "checking for _frexpl declaration... " >&6; }
58874  if test x${glibcxx_cv_func__frexpl_use+set} != xset; then
58875    if ${glibcxx_cv_func__frexpl_use+:} false; then :
58876  $as_echo_n "(cached) " >&6
58877else
58878
58879
58880      ac_ext=cpp
58881ac_cpp='$CXXCPP $CPPFLAGS'
58882ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58883ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58884ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58885
58886      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58887/* end confdefs.h.  */
58888#include <math.h>
58889int
58890main ()
58891{
58892 _frexpl(0, 0);
58893  ;
58894  return 0;
58895}
58896_ACEOF
58897if ac_fn_cxx_try_compile "$LINENO"; then :
58898  glibcxx_cv_func__frexpl_use=yes
58899else
58900  glibcxx_cv_func__frexpl_use=no
58901fi
58902rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58903      ac_ext=c
58904ac_cpp='$CPP $CPPFLAGS'
58905ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58906ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58907ac_compiler_gnu=$ac_cv_c_compiler_gnu
58908
58909
58910fi
58911
58912  fi
58913  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5
58914$as_echo "$glibcxx_cv_func__frexpl_use" >&6; }
58915
58916    if test x$glibcxx_cv_func__frexpl_use = x"yes"; then
58917      for ac_func in _frexpl
58918do :
58919  ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl"
58920if test "x$ac_cv_func__frexpl" = xyes; then :
58921  cat >>confdefs.h <<_ACEOF
58922#define HAVE__FREXPL 1
58923_ACEOF
58924
58925fi
58926done
58927
58928    fi
58929  fi
58930
58931
58932
58933
58934
58935  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5
58936$as_echo_n "checking for hypotl declaration... " >&6; }
58937  if test x${glibcxx_cv_func_hypotl_use+set} != xset; then
58938    if ${glibcxx_cv_func_hypotl_use+:} false; then :
58939  $as_echo_n "(cached) " >&6
58940else
58941
58942
58943      ac_ext=cpp
58944ac_cpp='$CXXCPP $CPPFLAGS'
58945ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58946ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58947ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
58948
58949      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58950/* end confdefs.h.  */
58951#include <math.h>
58952int
58953main ()
58954{
58955 hypotl(0, 0);
58956  ;
58957  return 0;
58958}
58959_ACEOF
58960if ac_fn_cxx_try_compile "$LINENO"; then :
58961  glibcxx_cv_func_hypotl_use=yes
58962else
58963  glibcxx_cv_func_hypotl_use=no
58964fi
58965rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58966      ac_ext=c
58967ac_cpp='$CPP $CPPFLAGS'
58968ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
58969ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
58970ac_compiler_gnu=$ac_cv_c_compiler_gnu
58971
58972
58973fi
58974
58975  fi
58976  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotl_use" >&5
58977$as_echo "$glibcxx_cv_func_hypotl_use" >&6; }
58978
58979  if test x$glibcxx_cv_func_hypotl_use = x"yes"; then
58980    for ac_func in hypotl
58981do :
58982  ac_fn_c_check_func "$LINENO" "hypotl" "ac_cv_func_hypotl"
58983if test "x$ac_cv_func_hypotl" = xyes; then :
58984  cat >>confdefs.h <<_ACEOF
58985#define HAVE_HYPOTL 1
58986_ACEOF
58987
58988fi
58989done
58990
58991  else
58992
58993  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5
58994$as_echo_n "checking for _hypotl declaration... " >&6; }
58995  if test x${glibcxx_cv_func__hypotl_use+set} != xset; then
58996    if ${glibcxx_cv_func__hypotl_use+:} false; then :
58997  $as_echo_n "(cached) " >&6
58998else
58999
59000
59001      ac_ext=cpp
59002ac_cpp='$CXXCPP $CPPFLAGS'
59003ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59004ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59005ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59006
59007      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59008/* end confdefs.h.  */
59009#include <math.h>
59010int
59011main ()
59012{
59013 _hypotl(0, 0);
59014  ;
59015  return 0;
59016}
59017_ACEOF
59018if ac_fn_cxx_try_compile "$LINENO"; then :
59019  glibcxx_cv_func__hypotl_use=yes
59020else
59021  glibcxx_cv_func__hypotl_use=no
59022fi
59023rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59024      ac_ext=c
59025ac_cpp='$CPP $CPPFLAGS'
59026ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59027ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59028ac_compiler_gnu=$ac_cv_c_compiler_gnu
59029
59030
59031fi
59032
59033  fi
59034  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5
59035$as_echo "$glibcxx_cv_func__hypotl_use" >&6; }
59036
59037    if test x$glibcxx_cv_func__hypotl_use = x"yes"; then
59038      for ac_func in _hypotl
59039do :
59040  ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl"
59041if test "x$ac_cv_func__hypotl" = xyes; then :
59042  cat >>confdefs.h <<_ACEOF
59043#define HAVE__HYPOTL 1
59044_ACEOF
59045
59046fi
59047done
59048
59049    fi
59050  fi
59051
59052
59053
59054
59055
59056  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5
59057$as_echo_n "checking for ldexpl declaration... " >&6; }
59058  if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then
59059    if ${glibcxx_cv_func_ldexpl_use+:} false; then :
59060  $as_echo_n "(cached) " >&6
59061else
59062
59063
59064      ac_ext=cpp
59065ac_cpp='$CXXCPP $CPPFLAGS'
59066ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59067ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59068ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59069
59070      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59071/* end confdefs.h.  */
59072#include <math.h>
59073int
59074main ()
59075{
59076 ldexpl(0, 0);
59077  ;
59078  return 0;
59079}
59080_ACEOF
59081if ac_fn_cxx_try_compile "$LINENO"; then :
59082  glibcxx_cv_func_ldexpl_use=yes
59083else
59084  glibcxx_cv_func_ldexpl_use=no
59085fi
59086rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59087      ac_ext=c
59088ac_cpp='$CPP $CPPFLAGS'
59089ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59090ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59091ac_compiler_gnu=$ac_cv_c_compiler_gnu
59092
59093
59094fi
59095
59096  fi
59097  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpl_use" >&5
59098$as_echo "$glibcxx_cv_func_ldexpl_use" >&6; }
59099
59100  if test x$glibcxx_cv_func_ldexpl_use = x"yes"; then
59101    for ac_func in ldexpl
59102do :
59103  ac_fn_c_check_func "$LINENO" "ldexpl" "ac_cv_func_ldexpl"
59104if test "x$ac_cv_func_ldexpl" = xyes; then :
59105  cat >>confdefs.h <<_ACEOF
59106#define HAVE_LDEXPL 1
59107_ACEOF
59108
59109fi
59110done
59111
59112  else
59113
59114  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5
59115$as_echo_n "checking for _ldexpl declaration... " >&6; }
59116  if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then
59117    if ${glibcxx_cv_func__ldexpl_use+:} false; then :
59118  $as_echo_n "(cached) " >&6
59119else
59120
59121
59122      ac_ext=cpp
59123ac_cpp='$CXXCPP $CPPFLAGS'
59124ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59125ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59126ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59127
59128      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59129/* end confdefs.h.  */
59130#include <math.h>
59131int
59132main ()
59133{
59134 _ldexpl(0, 0);
59135  ;
59136  return 0;
59137}
59138_ACEOF
59139if ac_fn_cxx_try_compile "$LINENO"; then :
59140  glibcxx_cv_func__ldexpl_use=yes
59141else
59142  glibcxx_cv_func__ldexpl_use=no
59143fi
59144rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59145      ac_ext=c
59146ac_cpp='$CPP $CPPFLAGS'
59147ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59148ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59149ac_compiler_gnu=$ac_cv_c_compiler_gnu
59150
59151
59152fi
59153
59154  fi
59155  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5
59156$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; }
59157
59158    if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then
59159      for ac_func in _ldexpl
59160do :
59161  ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl"
59162if test "x$ac_cv_func__ldexpl" = xyes; then :
59163  cat >>confdefs.h <<_ACEOF
59164#define HAVE__LDEXPL 1
59165_ACEOF
59166
59167fi
59168done
59169
59170    fi
59171  fi
59172
59173
59174
59175
59176
59177  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5
59178$as_echo_n "checking for logl declaration... " >&6; }
59179  if test x${glibcxx_cv_func_logl_use+set} != xset; then
59180    if ${glibcxx_cv_func_logl_use+:} false; then :
59181  $as_echo_n "(cached) " >&6
59182else
59183
59184
59185      ac_ext=cpp
59186ac_cpp='$CXXCPP $CPPFLAGS'
59187ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59188ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59189ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59190
59191      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59192/* end confdefs.h.  */
59193#include <math.h>
59194		      #ifdef HAVE_IEEEFP_H
59195		      #include <ieeefp.h>
59196		      #endif
59197
59198int
59199main ()
59200{
59201 logl(0);
59202  ;
59203  return 0;
59204}
59205_ACEOF
59206if ac_fn_cxx_try_compile "$LINENO"; then :
59207  glibcxx_cv_func_logl_use=yes
59208else
59209  glibcxx_cv_func_logl_use=no
59210fi
59211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59212      ac_ext=c
59213ac_cpp='$CPP $CPPFLAGS'
59214ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59215ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59216ac_compiler_gnu=$ac_cv_c_compiler_gnu
59217
59218
59219fi
59220
59221  fi
59222  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logl_use" >&5
59223$as_echo "$glibcxx_cv_func_logl_use" >&6; }
59224
59225  if test x$glibcxx_cv_func_logl_use = x"yes"; then
59226    for ac_func in logl
59227do :
59228  ac_fn_c_check_func "$LINENO" "logl" "ac_cv_func_logl"
59229if test "x$ac_cv_func_logl" = xyes; then :
59230  cat >>confdefs.h <<_ACEOF
59231#define HAVE_LOGL 1
59232_ACEOF
59233
59234fi
59235done
59236
59237  else
59238
59239  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5
59240$as_echo_n "checking for _logl declaration... " >&6; }
59241  if test x${glibcxx_cv_func__logl_use+set} != xset; then
59242    if ${glibcxx_cv_func__logl_use+:} false; then :
59243  $as_echo_n "(cached) " >&6
59244else
59245
59246
59247      ac_ext=cpp
59248ac_cpp='$CXXCPP $CPPFLAGS'
59249ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59250ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59251ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59252
59253      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59254/* end confdefs.h.  */
59255#include <math.h>
59256		      #ifdef HAVE_IEEEFP_H
59257		      #include <ieeefp.h>
59258		      #endif
59259
59260int
59261main ()
59262{
59263 _logl(0);
59264  ;
59265  return 0;
59266}
59267_ACEOF
59268if ac_fn_cxx_try_compile "$LINENO"; then :
59269  glibcxx_cv_func__logl_use=yes
59270else
59271  glibcxx_cv_func__logl_use=no
59272fi
59273rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59274      ac_ext=c
59275ac_cpp='$CPP $CPPFLAGS'
59276ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59277ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59278ac_compiler_gnu=$ac_cv_c_compiler_gnu
59279
59280
59281fi
59282
59283  fi
59284  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5
59285$as_echo "$glibcxx_cv_func__logl_use" >&6; }
59286
59287    if test x$glibcxx_cv_func__logl_use = x"yes"; then
59288      for ac_func in _logl
59289do :
59290  ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl"
59291if test "x$ac_cv_func__logl" = xyes; then :
59292  cat >>confdefs.h <<_ACEOF
59293#define HAVE__LOGL 1
59294_ACEOF
59295
59296fi
59297done
59298
59299    fi
59300  fi
59301
59302
59303
59304
59305
59306  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5
59307$as_echo_n "checking for log10l declaration... " >&6; }
59308  if test x${glibcxx_cv_func_log10l_use+set} != xset; then
59309    if ${glibcxx_cv_func_log10l_use+:} false; then :
59310  $as_echo_n "(cached) " >&6
59311else
59312
59313
59314      ac_ext=cpp
59315ac_cpp='$CXXCPP $CPPFLAGS'
59316ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59317ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59318ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59319
59320      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59321/* end confdefs.h.  */
59322#include <math.h>
59323		      #ifdef HAVE_IEEEFP_H
59324		      #include <ieeefp.h>
59325		      #endif
59326
59327int
59328main ()
59329{
59330 log10l(0);
59331  ;
59332  return 0;
59333}
59334_ACEOF
59335if ac_fn_cxx_try_compile "$LINENO"; then :
59336  glibcxx_cv_func_log10l_use=yes
59337else
59338  glibcxx_cv_func_log10l_use=no
59339fi
59340rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59341      ac_ext=c
59342ac_cpp='$CPP $CPPFLAGS'
59343ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59344ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59345ac_compiler_gnu=$ac_cv_c_compiler_gnu
59346
59347
59348fi
59349
59350  fi
59351  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10l_use" >&5
59352$as_echo "$glibcxx_cv_func_log10l_use" >&6; }
59353
59354  if test x$glibcxx_cv_func_log10l_use = x"yes"; then
59355    for ac_func in log10l
59356do :
59357  ac_fn_c_check_func "$LINENO" "log10l" "ac_cv_func_log10l"
59358if test "x$ac_cv_func_log10l" = xyes; then :
59359  cat >>confdefs.h <<_ACEOF
59360#define HAVE_LOG10L 1
59361_ACEOF
59362
59363fi
59364done
59365
59366  else
59367
59368  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5
59369$as_echo_n "checking for _log10l declaration... " >&6; }
59370  if test x${glibcxx_cv_func__log10l_use+set} != xset; then
59371    if ${glibcxx_cv_func__log10l_use+:} false; then :
59372  $as_echo_n "(cached) " >&6
59373else
59374
59375
59376      ac_ext=cpp
59377ac_cpp='$CXXCPP $CPPFLAGS'
59378ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59379ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59380ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59381
59382      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59383/* end confdefs.h.  */
59384#include <math.h>
59385		      #ifdef HAVE_IEEEFP_H
59386		      #include <ieeefp.h>
59387		      #endif
59388
59389int
59390main ()
59391{
59392 _log10l(0);
59393  ;
59394  return 0;
59395}
59396_ACEOF
59397if ac_fn_cxx_try_compile "$LINENO"; then :
59398  glibcxx_cv_func__log10l_use=yes
59399else
59400  glibcxx_cv_func__log10l_use=no
59401fi
59402rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59403      ac_ext=c
59404ac_cpp='$CPP $CPPFLAGS'
59405ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59406ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59407ac_compiler_gnu=$ac_cv_c_compiler_gnu
59408
59409
59410fi
59411
59412  fi
59413  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5
59414$as_echo "$glibcxx_cv_func__log10l_use" >&6; }
59415
59416    if test x$glibcxx_cv_func__log10l_use = x"yes"; then
59417      for ac_func in _log10l
59418do :
59419  ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l"
59420if test "x$ac_cv_func__log10l" = xyes; then :
59421  cat >>confdefs.h <<_ACEOF
59422#define HAVE__LOG10L 1
59423_ACEOF
59424
59425fi
59426done
59427
59428    fi
59429  fi
59430
59431
59432
59433
59434
59435  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5
59436$as_echo_n "checking for modfl declaration... " >&6; }
59437  if test x${glibcxx_cv_func_modfl_use+set} != xset; then
59438    if ${glibcxx_cv_func_modfl_use+:} false; then :
59439  $as_echo_n "(cached) " >&6
59440else
59441
59442
59443      ac_ext=cpp
59444ac_cpp='$CXXCPP $CPPFLAGS'
59445ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59446ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59447ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59448
59449      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59450/* end confdefs.h.  */
59451#include <math.h>
59452int
59453main ()
59454{
59455 modfl(0, 0);
59456  ;
59457  return 0;
59458}
59459_ACEOF
59460if ac_fn_cxx_try_compile "$LINENO"; then :
59461  glibcxx_cv_func_modfl_use=yes
59462else
59463  glibcxx_cv_func_modfl_use=no
59464fi
59465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59466      ac_ext=c
59467ac_cpp='$CPP $CPPFLAGS'
59468ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59469ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59470ac_compiler_gnu=$ac_cv_c_compiler_gnu
59471
59472
59473fi
59474
59475  fi
59476  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modfl_use" >&5
59477$as_echo "$glibcxx_cv_func_modfl_use" >&6; }
59478
59479  if test x$glibcxx_cv_func_modfl_use = x"yes"; then
59480    for ac_func in modfl
59481do :
59482  ac_fn_c_check_func "$LINENO" "modfl" "ac_cv_func_modfl"
59483if test "x$ac_cv_func_modfl" = xyes; then :
59484  cat >>confdefs.h <<_ACEOF
59485#define HAVE_MODFL 1
59486_ACEOF
59487
59488fi
59489done
59490
59491  else
59492
59493  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5
59494$as_echo_n "checking for _modfl declaration... " >&6; }
59495  if test x${glibcxx_cv_func__modfl_use+set} != xset; then
59496    if ${glibcxx_cv_func__modfl_use+:} false; then :
59497  $as_echo_n "(cached) " >&6
59498else
59499
59500
59501      ac_ext=cpp
59502ac_cpp='$CXXCPP $CPPFLAGS'
59503ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59504ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59505ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59506
59507      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59508/* end confdefs.h.  */
59509#include <math.h>
59510int
59511main ()
59512{
59513 _modfl(0, 0);
59514  ;
59515  return 0;
59516}
59517_ACEOF
59518if ac_fn_cxx_try_compile "$LINENO"; then :
59519  glibcxx_cv_func__modfl_use=yes
59520else
59521  glibcxx_cv_func__modfl_use=no
59522fi
59523rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59524      ac_ext=c
59525ac_cpp='$CPP $CPPFLAGS'
59526ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59527ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59528ac_compiler_gnu=$ac_cv_c_compiler_gnu
59529
59530
59531fi
59532
59533  fi
59534  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5
59535$as_echo "$glibcxx_cv_func__modfl_use" >&6; }
59536
59537    if test x$glibcxx_cv_func__modfl_use = x"yes"; then
59538      for ac_func in _modfl
59539do :
59540  ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl"
59541if test "x$ac_cv_func__modfl" = xyes; then :
59542  cat >>confdefs.h <<_ACEOF
59543#define HAVE__MODFL 1
59544_ACEOF
59545
59546fi
59547done
59548
59549    fi
59550  fi
59551
59552
59553
59554
59555
59556  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5
59557$as_echo_n "checking for powl declaration... " >&6; }
59558  if test x${glibcxx_cv_func_powl_use+set} != xset; then
59559    if ${glibcxx_cv_func_powl_use+:} false; then :
59560  $as_echo_n "(cached) " >&6
59561else
59562
59563
59564      ac_ext=cpp
59565ac_cpp='$CXXCPP $CPPFLAGS'
59566ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59567ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59568ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59569
59570      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59571/* end confdefs.h.  */
59572#include <math.h>
59573int
59574main ()
59575{
59576 powl(0, 0);
59577  ;
59578  return 0;
59579}
59580_ACEOF
59581if ac_fn_cxx_try_compile "$LINENO"; then :
59582  glibcxx_cv_func_powl_use=yes
59583else
59584  glibcxx_cv_func_powl_use=no
59585fi
59586rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59587      ac_ext=c
59588ac_cpp='$CPP $CPPFLAGS'
59589ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59590ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59591ac_compiler_gnu=$ac_cv_c_compiler_gnu
59592
59593
59594fi
59595
59596  fi
59597  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powl_use" >&5
59598$as_echo "$glibcxx_cv_func_powl_use" >&6; }
59599
59600  if test x$glibcxx_cv_func_powl_use = x"yes"; then
59601    for ac_func in powl
59602do :
59603  ac_fn_c_check_func "$LINENO" "powl" "ac_cv_func_powl"
59604if test "x$ac_cv_func_powl" = xyes; then :
59605  cat >>confdefs.h <<_ACEOF
59606#define HAVE_POWL 1
59607_ACEOF
59608
59609fi
59610done
59611
59612  else
59613
59614  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5
59615$as_echo_n "checking for _powl declaration... " >&6; }
59616  if test x${glibcxx_cv_func__powl_use+set} != xset; then
59617    if ${glibcxx_cv_func__powl_use+:} false; then :
59618  $as_echo_n "(cached) " >&6
59619else
59620
59621
59622      ac_ext=cpp
59623ac_cpp='$CXXCPP $CPPFLAGS'
59624ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59625ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59626ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59627
59628      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59629/* end confdefs.h.  */
59630#include <math.h>
59631int
59632main ()
59633{
59634 _powl(0, 0);
59635  ;
59636  return 0;
59637}
59638_ACEOF
59639if ac_fn_cxx_try_compile "$LINENO"; then :
59640  glibcxx_cv_func__powl_use=yes
59641else
59642  glibcxx_cv_func__powl_use=no
59643fi
59644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59645      ac_ext=c
59646ac_cpp='$CPP $CPPFLAGS'
59647ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59648ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59649ac_compiler_gnu=$ac_cv_c_compiler_gnu
59650
59651
59652fi
59653
59654  fi
59655  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5
59656$as_echo "$glibcxx_cv_func__powl_use" >&6; }
59657
59658    if test x$glibcxx_cv_func__powl_use = x"yes"; then
59659      for ac_func in _powl
59660do :
59661  ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl"
59662if test "x$ac_cv_func__powl" = xyes; then :
59663  cat >>confdefs.h <<_ACEOF
59664#define HAVE__POWL 1
59665_ACEOF
59666
59667fi
59668done
59669
59670    fi
59671  fi
59672
59673
59674
59675
59676
59677  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5
59678$as_echo_n "checking for sqrtl declaration... " >&6; }
59679  if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then
59680    if ${glibcxx_cv_func_sqrtl_use+:} false; then :
59681  $as_echo_n "(cached) " >&6
59682else
59683
59684
59685      ac_ext=cpp
59686ac_cpp='$CXXCPP $CPPFLAGS'
59687ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59688ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59689ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59690
59691      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59692/* end confdefs.h.  */
59693#include <math.h>
59694		      #ifdef HAVE_IEEEFP_H
59695		      #include <ieeefp.h>
59696		      #endif
59697
59698int
59699main ()
59700{
59701 sqrtl(0);
59702  ;
59703  return 0;
59704}
59705_ACEOF
59706if ac_fn_cxx_try_compile "$LINENO"; then :
59707  glibcxx_cv_func_sqrtl_use=yes
59708else
59709  glibcxx_cv_func_sqrtl_use=no
59710fi
59711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59712      ac_ext=c
59713ac_cpp='$CPP $CPPFLAGS'
59714ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59715ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59716ac_compiler_gnu=$ac_cv_c_compiler_gnu
59717
59718
59719fi
59720
59721  fi
59722  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtl_use" >&5
59723$as_echo "$glibcxx_cv_func_sqrtl_use" >&6; }
59724
59725  if test x$glibcxx_cv_func_sqrtl_use = x"yes"; then
59726    for ac_func in sqrtl
59727do :
59728  ac_fn_c_check_func "$LINENO" "sqrtl" "ac_cv_func_sqrtl"
59729if test "x$ac_cv_func_sqrtl" = xyes; then :
59730  cat >>confdefs.h <<_ACEOF
59731#define HAVE_SQRTL 1
59732_ACEOF
59733
59734fi
59735done
59736
59737  else
59738
59739  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5
59740$as_echo_n "checking for _sqrtl declaration... " >&6; }
59741  if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then
59742    if ${glibcxx_cv_func__sqrtl_use+:} false; then :
59743  $as_echo_n "(cached) " >&6
59744else
59745
59746
59747      ac_ext=cpp
59748ac_cpp='$CXXCPP $CPPFLAGS'
59749ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59750ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59751ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59752
59753      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59754/* end confdefs.h.  */
59755#include <math.h>
59756		      #ifdef HAVE_IEEEFP_H
59757		      #include <ieeefp.h>
59758		      #endif
59759
59760int
59761main ()
59762{
59763 _sqrtl(0);
59764  ;
59765  return 0;
59766}
59767_ACEOF
59768if ac_fn_cxx_try_compile "$LINENO"; then :
59769  glibcxx_cv_func__sqrtl_use=yes
59770else
59771  glibcxx_cv_func__sqrtl_use=no
59772fi
59773rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59774      ac_ext=c
59775ac_cpp='$CPP $CPPFLAGS'
59776ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59777ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59778ac_compiler_gnu=$ac_cv_c_compiler_gnu
59779
59780
59781fi
59782
59783  fi
59784  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5
59785$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; }
59786
59787    if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then
59788      for ac_func in _sqrtl
59789do :
59790  ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl"
59791if test "x$ac_cv_func__sqrtl" = xyes; then :
59792  cat >>confdefs.h <<_ACEOF
59793#define HAVE__SQRTL 1
59794_ACEOF
59795
59796fi
59797done
59798
59799    fi
59800  fi
59801
59802
59803
59804
59805
59806  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5
59807$as_echo_n "checking for sincosl declaration... " >&6; }
59808  if test x${glibcxx_cv_func_sincosl_use+set} != xset; then
59809    if ${glibcxx_cv_func_sincosl_use+:} false; then :
59810  $as_echo_n "(cached) " >&6
59811else
59812
59813
59814      ac_ext=cpp
59815ac_cpp='$CXXCPP $CPPFLAGS'
59816ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59817ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59818ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59819
59820      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59821/* end confdefs.h.  */
59822#include <math.h>
59823int
59824main ()
59825{
59826 sincosl(0, 0, 0);
59827  ;
59828  return 0;
59829}
59830_ACEOF
59831if ac_fn_cxx_try_compile "$LINENO"; then :
59832  glibcxx_cv_func_sincosl_use=yes
59833else
59834  glibcxx_cv_func_sincosl_use=no
59835fi
59836rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59837      ac_ext=c
59838ac_cpp='$CPP $CPPFLAGS'
59839ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59840ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59841ac_compiler_gnu=$ac_cv_c_compiler_gnu
59842
59843
59844fi
59845
59846  fi
59847  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosl_use" >&5
59848$as_echo "$glibcxx_cv_func_sincosl_use" >&6; }
59849
59850  if test x$glibcxx_cv_func_sincosl_use = x"yes"; then
59851    for ac_func in sincosl
59852do :
59853  ac_fn_c_check_func "$LINENO" "sincosl" "ac_cv_func_sincosl"
59854if test "x$ac_cv_func_sincosl" = xyes; then :
59855  cat >>confdefs.h <<_ACEOF
59856#define HAVE_SINCOSL 1
59857_ACEOF
59858
59859fi
59860done
59861
59862  else
59863
59864  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5
59865$as_echo_n "checking for _sincosl declaration... " >&6; }
59866  if test x${glibcxx_cv_func__sincosl_use+set} != xset; then
59867    if ${glibcxx_cv_func__sincosl_use+:} false; then :
59868  $as_echo_n "(cached) " >&6
59869else
59870
59871
59872      ac_ext=cpp
59873ac_cpp='$CXXCPP $CPPFLAGS'
59874ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59875ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59876ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59877
59878      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59879/* end confdefs.h.  */
59880#include <math.h>
59881int
59882main ()
59883{
59884 _sincosl(0, 0, 0);
59885  ;
59886  return 0;
59887}
59888_ACEOF
59889if ac_fn_cxx_try_compile "$LINENO"; then :
59890  glibcxx_cv_func__sincosl_use=yes
59891else
59892  glibcxx_cv_func__sincosl_use=no
59893fi
59894rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59895      ac_ext=c
59896ac_cpp='$CPP $CPPFLAGS'
59897ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59898ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59899ac_compiler_gnu=$ac_cv_c_compiler_gnu
59900
59901
59902fi
59903
59904  fi
59905  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5
59906$as_echo "$glibcxx_cv_func__sincosl_use" >&6; }
59907
59908    if test x$glibcxx_cv_func__sincosl_use = x"yes"; then
59909      for ac_func in _sincosl
59910do :
59911  ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl"
59912if test "x$ac_cv_func__sincosl" = xyes; then :
59913  cat >>confdefs.h <<_ACEOF
59914#define HAVE__SINCOSL 1
59915_ACEOF
59916
59917fi
59918done
59919
59920    fi
59921  fi
59922
59923
59924
59925
59926
59927  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5
59928$as_echo_n "checking for finitel declaration... " >&6; }
59929  if test x${glibcxx_cv_func_finitel_use+set} != xset; then
59930    if ${glibcxx_cv_func_finitel_use+:} false; then :
59931  $as_echo_n "(cached) " >&6
59932else
59933
59934
59935      ac_ext=cpp
59936ac_cpp='$CXXCPP $CPPFLAGS'
59937ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59938ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59939ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
59940
59941      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59942/* end confdefs.h.  */
59943#include <math.h>
59944		      #ifdef HAVE_IEEEFP_H
59945		      #include <ieeefp.h>
59946		      #endif
59947
59948int
59949main ()
59950{
59951 finitel(0);
59952  ;
59953  return 0;
59954}
59955_ACEOF
59956if ac_fn_cxx_try_compile "$LINENO"; then :
59957  glibcxx_cv_func_finitel_use=yes
59958else
59959  glibcxx_cv_func_finitel_use=no
59960fi
59961rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59962      ac_ext=c
59963ac_cpp='$CPP $CPPFLAGS'
59964ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
59965ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
59966ac_compiler_gnu=$ac_cv_c_compiler_gnu
59967
59968
59969fi
59970
59971  fi
59972  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitel_use" >&5
59973$as_echo "$glibcxx_cv_func_finitel_use" >&6; }
59974
59975  if test x$glibcxx_cv_func_finitel_use = x"yes"; then
59976    for ac_func in finitel
59977do :
59978  ac_fn_c_check_func "$LINENO" "finitel" "ac_cv_func_finitel"
59979if test "x$ac_cv_func_finitel" = xyes; then :
59980  cat >>confdefs.h <<_ACEOF
59981#define HAVE_FINITEL 1
59982_ACEOF
59983
59984fi
59985done
59986
59987  else
59988
59989  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5
59990$as_echo_n "checking for _finitel declaration... " >&6; }
59991  if test x${glibcxx_cv_func__finitel_use+set} != xset; then
59992    if ${glibcxx_cv_func__finitel_use+:} false; then :
59993  $as_echo_n "(cached) " >&6
59994else
59995
59996
59997      ac_ext=cpp
59998ac_cpp='$CXXCPP $CPPFLAGS'
59999ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60000ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60001ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
60002
60003      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60004/* end confdefs.h.  */
60005#include <math.h>
60006		      #ifdef HAVE_IEEEFP_H
60007		      #include <ieeefp.h>
60008		      #endif
60009
60010int
60011main ()
60012{
60013 _finitel(0);
60014  ;
60015  return 0;
60016}
60017_ACEOF
60018if ac_fn_cxx_try_compile "$LINENO"; then :
60019  glibcxx_cv_func__finitel_use=yes
60020else
60021  glibcxx_cv_func__finitel_use=no
60022fi
60023rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60024      ac_ext=c
60025ac_cpp='$CPP $CPPFLAGS'
60026ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60027ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60028ac_compiler_gnu=$ac_cv_c_compiler_gnu
60029
60030
60031fi
60032
60033  fi
60034  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5
60035$as_echo "$glibcxx_cv_func__finitel_use" >&6; }
60036
60037    if test x$glibcxx_cv_func__finitel_use = x"yes"; then
60038      for ac_func in _finitel
60039do :
60040  ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel"
60041if test "x$ac_cv_func__finitel" = xyes; then :
60042  cat >>confdefs.h <<_ACEOF
60043#define HAVE__FINITEL 1
60044_ACEOF
60045
60046fi
60047done
60048
60049    fi
60050  fi
60051
60052
60053
60054
60055  LIBS="$ac_save_LIBS"
60056  CXXFLAGS="$ac_save_CXXFLAGS"
60057
60058
60059  ac_test_CXXFLAGS="${CXXFLAGS+set}"
60060  ac_save_CXXFLAGS="$CXXFLAGS"
60061  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
60062
60063
60064  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for at_quick_exit declaration" >&5
60065$as_echo_n "checking for at_quick_exit declaration... " >&6; }
60066  if test x${glibcxx_cv_func_at_quick_exit_use+set} != xset; then
60067    if ${glibcxx_cv_func_at_quick_exit_use+:} false; then :
60068  $as_echo_n "(cached) " >&6
60069else
60070
60071
60072      ac_ext=cpp
60073ac_cpp='$CXXCPP $CPPFLAGS'
60074ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60075ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60076ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
60077
60078      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60079/* end confdefs.h.  */
60080#include <stdlib.h>
60081int
60082main ()
60083{
60084 at_quick_exit(0);
60085  ;
60086  return 0;
60087}
60088_ACEOF
60089if ac_fn_cxx_try_compile "$LINENO"; then :
60090  glibcxx_cv_func_at_quick_exit_use=yes
60091else
60092  glibcxx_cv_func_at_quick_exit_use=no
60093fi
60094rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60095      ac_ext=c
60096ac_cpp='$CPP $CPPFLAGS'
60097ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60098ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60099ac_compiler_gnu=$ac_cv_c_compiler_gnu
60100
60101
60102fi
60103
60104  fi
60105  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_at_quick_exit_use" >&5
60106$as_echo "$glibcxx_cv_func_at_quick_exit_use" >&6; }
60107  if test x$glibcxx_cv_func_at_quick_exit_use = x"yes"; then
60108    for ac_func in at_quick_exit
60109do :
60110  ac_fn_c_check_func "$LINENO" "at_quick_exit" "ac_cv_func_at_quick_exit"
60111if test "x$ac_cv_func_at_quick_exit" = xyes; then :
60112  cat >>confdefs.h <<_ACEOF
60113#define HAVE_AT_QUICK_EXIT 1
60114_ACEOF
60115
60116fi
60117done
60118
60119  fi
60120
60121
60122  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for quick_exit declaration" >&5
60123$as_echo_n "checking for quick_exit declaration... " >&6; }
60124  if test x${glibcxx_cv_func_quick_exit_use+set} != xset; then
60125    if ${glibcxx_cv_func_quick_exit_use+:} false; then :
60126  $as_echo_n "(cached) " >&6
60127else
60128
60129
60130      ac_ext=cpp
60131ac_cpp='$CXXCPP $CPPFLAGS'
60132ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60133ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60134ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
60135
60136      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60137/* end confdefs.h.  */
60138#include <stdlib.h>
60139int
60140main ()
60141{
60142 quick_exit(0);
60143  ;
60144  return 0;
60145}
60146_ACEOF
60147if ac_fn_cxx_try_compile "$LINENO"; then :
60148  glibcxx_cv_func_quick_exit_use=yes
60149else
60150  glibcxx_cv_func_quick_exit_use=no
60151fi
60152rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60153      ac_ext=c
60154ac_cpp='$CPP $CPPFLAGS'
60155ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60156ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60157ac_compiler_gnu=$ac_cv_c_compiler_gnu
60158
60159
60160fi
60161
60162  fi
60163  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_quick_exit_use" >&5
60164$as_echo "$glibcxx_cv_func_quick_exit_use" >&6; }
60165  if test x$glibcxx_cv_func_quick_exit_use = x"yes"; then
60166    for ac_func in quick_exit
60167do :
60168  ac_fn_c_check_func "$LINENO" "quick_exit" "ac_cv_func_quick_exit"
60169if test "x$ac_cv_func_quick_exit" = xyes; then :
60170  cat >>confdefs.h <<_ACEOF
60171#define HAVE_QUICK_EXIT 1
60172_ACEOF
60173
60174fi
60175done
60176
60177  fi
60178
60179
60180  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtold declaration" >&5
60181$as_echo_n "checking for strtold declaration... " >&6; }
60182  if test x${glibcxx_cv_func_strtold_use+set} != xset; then
60183    if ${glibcxx_cv_func_strtold_use+:} false; then :
60184  $as_echo_n "(cached) " >&6
60185else
60186
60187
60188      ac_ext=cpp
60189ac_cpp='$CXXCPP $CPPFLAGS'
60190ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60191ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60192ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
60193
60194      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60195/* end confdefs.h.  */
60196#include <stdlib.h>
60197int
60198main ()
60199{
60200 strtold(0, 0);
60201  ;
60202  return 0;
60203}
60204_ACEOF
60205if ac_fn_cxx_try_compile "$LINENO"; then :
60206  glibcxx_cv_func_strtold_use=yes
60207else
60208  glibcxx_cv_func_strtold_use=no
60209fi
60210rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60211      ac_ext=c
60212ac_cpp='$CPP $CPPFLAGS'
60213ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60214ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60215ac_compiler_gnu=$ac_cv_c_compiler_gnu
60216
60217
60218fi
60219
60220  fi
60221  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtold_use" >&5
60222$as_echo "$glibcxx_cv_func_strtold_use" >&6; }
60223  if test x$glibcxx_cv_func_strtold_use = x"yes"; then
60224    for ac_func in strtold
60225do :
60226  ac_fn_c_check_func "$LINENO" "strtold" "ac_cv_func_strtold"
60227if test "x$ac_cv_func_strtold" = xyes; then :
60228  cat >>confdefs.h <<_ACEOF
60229#define HAVE_STRTOLD 1
60230_ACEOF
60231
60232fi
60233done
60234
60235  fi
60236
60237
60238
60239
60240  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5
60241$as_echo_n "checking for strtof declaration... " >&6; }
60242  if test x${glibcxx_cv_func_strtof_use+set} != xset; then
60243    if ${glibcxx_cv_func_strtof_use+:} false; then :
60244  $as_echo_n "(cached) " >&6
60245else
60246
60247
60248      ac_ext=cpp
60249ac_cpp='$CXXCPP $CPPFLAGS'
60250ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60251ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60252ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
60253
60254      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60255/* end confdefs.h.  */
60256#include <stdlib.h>
60257int
60258main ()
60259{
60260 strtof(0, 0);
60261  ;
60262  return 0;
60263}
60264_ACEOF
60265if ac_fn_cxx_try_compile "$LINENO"; then :
60266  glibcxx_cv_func_strtof_use=yes
60267else
60268  glibcxx_cv_func_strtof_use=no
60269fi
60270rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60271      ac_ext=c
60272ac_cpp='$CPP $CPPFLAGS'
60273ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60274ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60275ac_compiler_gnu=$ac_cv_c_compiler_gnu
60276
60277
60278fi
60279
60280  fi
60281  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtof_use" >&5
60282$as_echo "$glibcxx_cv_func_strtof_use" >&6; }
60283  if test x$glibcxx_cv_func_strtof_use = x"yes"; then
60284    for ac_func in strtof
60285do :
60286  ac_fn_c_check_func "$LINENO" "strtof" "ac_cv_func_strtof"
60287if test "x$ac_cv_func_strtof" = xyes; then :
60288  cat >>confdefs.h <<_ACEOF
60289#define HAVE_STRTOF 1
60290_ACEOF
60291
60292fi
60293done
60294
60295  fi
60296
60297
60298
60299
60300  CXXFLAGS="$ac_save_CXXFLAGS"
60301
60302    for ac_func in aligned_alloc posix_memalign memalign _aligned_malloc
60303do :
60304  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
60305ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
60306if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
60307  cat >>confdefs.h <<_ACEOF
60308#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
60309_ACEOF
60310
60311fi
60312done
60313
60314    for ac_func in _wfopen
60315do :
60316  ac_fn_c_check_func "$LINENO" "_wfopen" "ac_cv_func__wfopen"
60317if test "x$ac_cv_func__wfopen" = xyes; then :
60318  cat >>confdefs.h <<_ACEOF
60319#define HAVE__WFOPEN 1
60320_ACEOF
60321
60322fi
60323done
60324
60325
60326
60327   # Check whether --enable-tls was given.
60328if test "${enable_tls+set}" = set; then :
60329  enableval=$enable_tls;
60330      case "$enableval" in
60331       yes|no) ;;
60332       *) as_fn_error $? "Argument to enable/disable tls must be yes or no" "$LINENO" 5 ;;
60333      esac
60334
60335else
60336  enable_tls=yes
60337fi
60338
60339
60340  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports thread-local storage" >&5
60341$as_echo_n "checking whether the target supports thread-local storage... " >&6; }
60342if ${gcc_cv_have_tls+:} false; then :
60343  $as_echo_n "(cached) " >&6
60344else
60345
60346    if test "$cross_compiling" = yes; then :
60347                if test x$gcc_no_link = xyes; then
60348  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
60349fi
60350cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60351/* end confdefs.h.  */
60352__thread int a; int b; int main() { return a = b; }
60353_ACEOF
60354if ac_fn_c_try_link "$LINENO"; then :
60355  chktls_save_LDFLAGS="$LDFLAGS"
60356	  	  	  case $host in
60357	    *-*-linux* | -*-uclinuxfdpic*)
60358	      LDFLAGS="-shared -Wl,--no-undefined $LDFLAGS"
60359	      ;;
60360	  esac
60361	  chktls_save_CFLAGS="$CFLAGS"
60362	  CFLAGS="-fPIC $CFLAGS"
60363	  	  if test x$gcc_no_link = xyes; then
60364  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
60365fi
60366cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60367/* end confdefs.h.  */
60368int f() { return 0; }
60369_ACEOF
60370if ac_fn_c_try_link "$LINENO"; then :
60371  if test x$gcc_no_link = xyes; then
60372  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
60373fi
60374cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60375/* end confdefs.h.  */
60376__thread int a; int b; int f() { return a = b; }
60377_ACEOF
60378if ac_fn_c_try_link "$LINENO"; then :
60379  gcc_cv_have_tls=yes
60380else
60381  gcc_cv_have_tls=no
60382fi
60383rm -f core conftest.err conftest.$ac_objext \
60384    conftest$ac_exeext conftest.$ac_ext
60385else
60386  gcc_cv_have_tls=yes
60387fi
60388rm -f core conftest.err conftest.$ac_objext \
60389    conftest$ac_exeext conftest.$ac_ext
60390	  CFLAGS="$chktls_save_CFLAGS"
60391	  LDFLAGS="$chktls_save_LDFLAGS"
60392else
60393  gcc_cv_have_tls=no
60394fi
60395rm -f core conftest.err conftest.$ac_objext \
60396    conftest$ac_exeext conftest.$ac_ext
60397
60398
60399else
60400  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60401/* end confdefs.h.  */
60402__thread int a; int b; int main() { return a = b; }
60403_ACEOF
60404if ac_fn_c_try_run "$LINENO"; then :
60405                      chktls_save_LDFLAGS="$LDFLAGS"
60406      LDFLAGS="-static $LDFLAGS"
60407      if test x$gcc_no_link = xyes; then
60408  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
60409fi
60410cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60411/* end confdefs.h.  */
60412int main() { return 0; }
60413_ACEOF
60414if ac_fn_c_try_link "$LINENO"; then :
60415  if test "$cross_compiling" = yes; then :
60416  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
60417$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
60418as_fn_error $? "cannot run test program while cross compiling
60419See \`config.log' for more details" "$LINENO" 5; }
60420else
60421  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60422/* end confdefs.h.  */
60423__thread int a; int b; int main() { return a = b; }
60424_ACEOF
60425if ac_fn_c_try_run "$LINENO"; then :
60426  gcc_cv_have_tls=yes
60427else
60428  gcc_cv_have_tls=no
60429fi
60430rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
60431  conftest.$ac_objext conftest.beam conftest.$ac_ext
60432fi
60433
60434else
60435  gcc_cv_have_tls=yes
60436fi
60437rm -f core conftest.err conftest.$ac_objext \
60438    conftest$ac_exeext conftest.$ac_ext
60439      LDFLAGS="$chktls_save_LDFLAGS"
60440      if test $gcc_cv_have_tls = yes; then
60441						chktls_save_CFLAGS="$CFLAGS"
60442	thread_CFLAGS=failed
60443	for flag in '' '-pthread' '-lpthread'; do
60444	  CFLAGS="$flag $chktls_save_CFLAGS"
60445	  if test x$gcc_no_link = xyes; then
60446  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
60447fi
60448cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60449/* end confdefs.h.  */
60450#include <pthread.h>
60451		void *g(void *d) { return NULL; }
60452int
60453main ()
60454{
60455pthread_t t; pthread_create(&t,NULL,g,NULL);
60456  ;
60457  return 0;
60458}
60459_ACEOF
60460if ac_fn_c_try_link "$LINENO"; then :
60461  thread_CFLAGS="$flag"
60462fi
60463rm -f core conftest.err conftest.$ac_objext \
60464    conftest$ac_exeext conftest.$ac_ext
60465	  if test "X$thread_CFLAGS" != Xfailed; then
60466	    break
60467	  fi
60468	done
60469	CFLAGS="$chktls_save_CFLAGS"
60470	if test "X$thread_CFLAGS" != Xfailed; then
60471	  CFLAGS="$thread_CFLAGS $chktls_save_CFLAGS"
60472 	  	  	  	  	  	  if test "$cross_compiling" = yes; then :
60473  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
60474$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
60475as_fn_error $? "cannot run test program while cross compiling
60476See \`config.log' for more details" "$LINENO" 5; }
60477else
60478  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60479/* end confdefs.h.  */
60480#include <pthread.h>
60481		__thread int a;
60482		static int *volatile a_in_other_thread;
60483		static void *
60484		thread_func (void *arg)
60485		{
60486		  a_in_other_thread = &a;
60487		  return (void *)0;
60488		}
60489int
60490main ()
60491{
60492pthread_t thread;
60493		void *thread_retval;
60494		int *volatile a_in_main_thread;
60495		a_in_main_thread = &a;
60496		if (pthread_create (&thread, (pthread_attr_t *)0,
60497				    thread_func, (void *)0))
60498		  return 0;
60499		if (pthread_join (thread, &thread_retval))
60500		  return 0;
60501		return (a_in_other_thread == a_in_main_thread);
60502  ;
60503  return 0;
60504}
60505_ACEOF
60506if ac_fn_c_try_run "$LINENO"; then :
60507  gcc_cv_have_tls=yes
60508else
60509  gcc_cv_have_tls=no
60510fi
60511rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
60512  conftest.$ac_objext conftest.beam conftest.$ac_ext
60513fi
60514
60515	  CFLAGS="$chktls_save_CFLAGS"
60516	fi
60517      fi
60518else
60519  gcc_cv_have_tls=no
60520fi
60521rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
60522  conftest.$ac_objext conftest.beam conftest.$ac_ext
60523fi
60524
60525fi
60526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_have_tls" >&5
60527$as_echo "$gcc_cv_have_tls" >&6; }
60528  if test "$enable_tls $gcc_cv_have_tls" = "yes yes"; then
60529
60530$as_echo "#define HAVE_TLS 1" >>confdefs.h
60531
60532  fi
60533    ;;
60534  *-netbsd* | *-openbsd*)
60535    SECTION_FLAGS='-ffunction-sections -fdata-sections'
60536
60537
60538  # If we're not using GNU ld, then there's no point in even trying these
60539  # tests.  Check for that first.  We should have already tested for gld
60540  # by now (in libtool), but require it now just to be safe...
60541  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
60542  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
60543
60544
60545
60546  # The name set by libtool depends on the version of libtool.  Shame on us
60547  # for depending on an impl detail, but c'est la vie.  Older versions used
60548  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
60549  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
60550  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
60551  # set (hence we're using an older libtool), then set it.
60552  if test x${with_gnu_ld+set} != xset; then
60553    if test x${ac_cv_prog_gnu_ld+set} != xset; then
60554      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
60555      with_gnu_ld=no
60556    else
60557      with_gnu_ld=$ac_cv_prog_gnu_ld
60558    fi
60559  fi
60560
60561  # Start by getting the version number.  I think the libtool test already
60562  # does some of this, but throws away the result.
60563  glibcxx_ld_is_gold=no
60564  glibcxx_ld_is_mold=no
60565  if test x"$with_gnu_ld" = x"yes"; then
60566    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
60567$as_echo_n "checking for ld version... " >&6; }
60568
60569    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
60570      glibcxx_ld_is_gold=yes
60571    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
60572      glibcxx_ld_is_mold=yes
60573    fi
60574    ldver=`$LD --version 2>/dev/null |
60575	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
60576
60577    glibcxx_gnu_ld_version=`echo $ldver | \
60578	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
60579    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
60580$as_echo "$glibcxx_gnu_ld_version" >&6; }
60581  fi
60582
60583  # Set --gc-sections.
60584  glibcxx_have_gc_sections=no
60585  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
60586    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
60587      glibcxx_have_gc_sections=yes
60588    fi
60589  else
60590    glibcxx_gcsections_min_ld=21602
60591    if test x"$with_gnu_ld" = x"yes" &&
60592	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
60593      glibcxx_have_gc_sections=yes
60594    fi
60595  fi
60596  if test "$glibcxx_have_gc_sections" = "yes"; then
60597    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
60598    # NB: This flag only works reliably after 2.16.1. Configure tests
60599    # for this are difficult, so hard wire a value that should work.
60600
60601    ac_test_CFLAGS="${CFLAGS+set}"
60602    ac_save_CFLAGS="$CFLAGS"
60603    CFLAGS='-Wl,--gc-sections'
60604
60605    # Check for -Wl,--gc-sections
60606    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
60607$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
60608    if test x$gcc_no_link = xyes; then
60609  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
60610fi
60611cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60612/* end confdefs.h.  */
60613 int one(void) { return 1; }
60614     int two(void) { return 2; }
60615
60616int
60617main ()
60618{
60619 two();
60620  ;
60621  return 0;
60622}
60623_ACEOF
60624if ac_fn_c_try_link "$LINENO"; then :
60625  ac_gcsections=yes
60626else
60627  ac_gcsections=no
60628fi
60629rm -f core conftest.err conftest.$ac_objext \
60630    conftest$ac_exeext conftest.$ac_ext
60631    if test "$ac_gcsections" = "yes"; then
60632      rm -f conftest.c
60633      touch conftest.c
60634      if $CC -c conftest.c; then
60635	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
60636	   grep "Warning: gc-sections option ignored" > /dev/null; then
60637	  ac_gcsections=no
60638	fi
60639      fi
60640      rm -f conftest.c conftest.o conftest
60641    fi
60642    if test "$ac_gcsections" = "yes"; then
60643      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
60644    fi
60645    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
60646$as_echo "$ac_gcsections" >&6; }
60647
60648    if test "$ac_test_CFLAGS" = set; then
60649      CFLAGS="$ac_save_CFLAGS"
60650    else
60651      # this is the suspicious part
60652      CFLAGS=''
60653    fi
60654  fi
60655
60656  # Set -z,relro.
60657  # Note this is only for shared objects.
60658  ac_ld_relro=no
60659  if test x"$with_gnu_ld" = x"yes"; then
60660    # cygwin and mingw uses PE, which has no ELF relro support,
60661    # multi target ld may confuse configure machinery
60662    case "$host" in
60663    *-*-cygwin*)
60664     ;;
60665    *-*-mingw*)
60666     ;;
60667    *)
60668      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
60669$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
60670      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
60671      if test -n "$cxx_z_relo"; then
60672        OPT_LDFLAGS="-Wl,-z,relro"
60673        ac_ld_relro=yes
60674      fi
60675      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
60676$as_echo "$ac_ld_relro" >&6; }
60677    esac
60678  fi
60679
60680  # Set linker optimization flags.
60681  if test x"$with_gnu_ld" = x"yes"; then
60682    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
60683  fi
60684
60685
60686
60687
60688    $as_echo "#define HAVE_FINITEF 1" >>confdefs.h
60689
60690    $as_echo "#define HAVE_FINITE 1" >>confdefs.h
60691
60692    $as_echo "#define HAVE_FREXPF 1" >>confdefs.h
60693
60694    $as_echo "#define HAVE_HYPOTF 1" >>confdefs.h
60695
60696    $as_echo "#define HAVE_ISINF 1" >>confdefs.h
60697
60698    $as_echo "#define HAVE_ISINFF 1" >>confdefs.h
60699
60700    $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
60701
60702    $as_echo "#define HAVE_ISNANF 1" >>confdefs.h
60703
60704    if test x"long_double_math_on_this_cpu" = x"yes"; then
60705      $as_echo "#define HAVE_FINITEL 1" >>confdefs.h
60706
60707      $as_echo "#define HAVE_ISINFL 1" >>confdefs.h
60708
60709      $as_echo "#define HAVE_ISNANL 1" >>confdefs.h
60710
60711    fi
60712    for ac_func in aligned_alloc posix_memalign memalign _aligned_malloc
60713do :
60714  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
60715ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
60716if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
60717  cat >>confdefs.h <<_ACEOF
60718#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
60719_ACEOF
60720
60721fi
60722done
60723
60724    for ac_func in timespec_get
60725do :
60726  ac_fn_c_check_func "$LINENO" "timespec_get" "ac_cv_func_timespec_get"
60727if test "x$ac_cv_func_timespec_get" = xyes; then :
60728  cat >>confdefs.h <<_ACEOF
60729#define HAVE_TIMESPEC_GET 1
60730_ACEOF
60731
60732fi
60733done
60734
60735    for ac_func in sockatmark
60736do :
60737  ac_fn_c_check_func "$LINENO" "sockatmark" "ac_cv_func_sockatmark"
60738if test "x$ac_cv_func_sockatmark" = xyes; then :
60739  cat >>confdefs.h <<_ACEOF
60740#define HAVE_SOCKATMARK 1
60741_ACEOF
60742
60743fi
60744done
60745
60746    ;;
60747  *-qnx6.1* | *-qnx6.2*)
60748    SECTION_FLAGS='-ffunction-sections -fdata-sections'
60749
60750
60751  # If we're not using GNU ld, then there's no point in even trying these
60752  # tests.  Check for that first.  We should have already tested for gld
60753  # by now (in libtool), but require it now just to be safe...
60754  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
60755  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
60756
60757
60758
60759  # The name set by libtool depends on the version of libtool.  Shame on us
60760  # for depending on an impl detail, but c'est la vie.  Older versions used
60761  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
60762  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
60763  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
60764  # set (hence we're using an older libtool), then set it.
60765  if test x${with_gnu_ld+set} != xset; then
60766    if test x${ac_cv_prog_gnu_ld+set} != xset; then
60767      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
60768      with_gnu_ld=no
60769    else
60770      with_gnu_ld=$ac_cv_prog_gnu_ld
60771    fi
60772  fi
60773
60774  # Start by getting the version number.  I think the libtool test already
60775  # does some of this, but throws away the result.
60776  glibcxx_ld_is_gold=no
60777  glibcxx_ld_is_mold=no
60778  if test x"$with_gnu_ld" = x"yes"; then
60779    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
60780$as_echo_n "checking for ld version... " >&6; }
60781
60782    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
60783      glibcxx_ld_is_gold=yes
60784    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
60785      glibcxx_ld_is_mold=yes
60786    fi
60787    ldver=`$LD --version 2>/dev/null |
60788	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
60789
60790    glibcxx_gnu_ld_version=`echo $ldver | \
60791	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
60792    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
60793$as_echo "$glibcxx_gnu_ld_version" >&6; }
60794  fi
60795
60796  # Set --gc-sections.
60797  glibcxx_have_gc_sections=no
60798  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
60799    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
60800      glibcxx_have_gc_sections=yes
60801    fi
60802  else
60803    glibcxx_gcsections_min_ld=21602
60804    if test x"$with_gnu_ld" = x"yes" &&
60805	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
60806      glibcxx_have_gc_sections=yes
60807    fi
60808  fi
60809  if test "$glibcxx_have_gc_sections" = "yes"; then
60810    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
60811    # NB: This flag only works reliably after 2.16.1. Configure tests
60812    # for this are difficult, so hard wire a value that should work.
60813
60814    ac_test_CFLAGS="${CFLAGS+set}"
60815    ac_save_CFLAGS="$CFLAGS"
60816    CFLAGS='-Wl,--gc-sections'
60817
60818    # Check for -Wl,--gc-sections
60819    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
60820$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
60821    if test x$gcc_no_link = xyes; then
60822  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
60823fi
60824cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60825/* end confdefs.h.  */
60826 int one(void) { return 1; }
60827     int two(void) { return 2; }
60828
60829int
60830main ()
60831{
60832 two();
60833  ;
60834  return 0;
60835}
60836_ACEOF
60837if ac_fn_c_try_link "$LINENO"; then :
60838  ac_gcsections=yes
60839else
60840  ac_gcsections=no
60841fi
60842rm -f core conftest.err conftest.$ac_objext \
60843    conftest$ac_exeext conftest.$ac_ext
60844    if test "$ac_gcsections" = "yes"; then
60845      rm -f conftest.c
60846      touch conftest.c
60847      if $CC -c conftest.c; then
60848	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
60849	   grep "Warning: gc-sections option ignored" > /dev/null; then
60850	  ac_gcsections=no
60851	fi
60852      fi
60853      rm -f conftest.c conftest.o conftest
60854    fi
60855    if test "$ac_gcsections" = "yes"; then
60856      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
60857    fi
60858    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
60859$as_echo "$ac_gcsections" >&6; }
60860
60861    if test "$ac_test_CFLAGS" = set; then
60862      CFLAGS="$ac_save_CFLAGS"
60863    else
60864      # this is the suspicious part
60865      CFLAGS=''
60866    fi
60867  fi
60868
60869  # Set -z,relro.
60870  # Note this is only for shared objects.
60871  ac_ld_relro=no
60872  if test x"$with_gnu_ld" = x"yes"; then
60873    # cygwin and mingw uses PE, which has no ELF relro support,
60874    # multi target ld may confuse configure machinery
60875    case "$host" in
60876    *-*-cygwin*)
60877     ;;
60878    *-*-mingw*)
60879     ;;
60880    *)
60881      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
60882$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
60883      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
60884      if test -n "$cxx_z_relo"; then
60885        OPT_LDFLAGS="-Wl,-z,relro"
60886        ac_ld_relro=yes
60887      fi
60888      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
60889$as_echo "$ac_ld_relro" >&6; }
60890    esac
60891  fi
60892
60893  # Set linker optimization flags.
60894  if test x"$with_gnu_ld" = x"yes"; then
60895    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
60896  fi
60897
60898
60899
60900
60901    $as_echo "#define HAVE_COSF 1" >>confdefs.h
60902
60903    $as_echo "#define HAVE_COSL 1" >>confdefs.h
60904
60905    $as_echo "#define HAVE_COSHF 1" >>confdefs.h
60906
60907    $as_echo "#define HAVE_COSHL 1" >>confdefs.h
60908
60909    $as_echo "#define HAVE_LOGF 1" >>confdefs.h
60910
60911    $as_echo "#define HAVE_LOGL 1" >>confdefs.h
60912
60913    $as_echo "#define HAVE_LOG10F 1" >>confdefs.h
60914
60915    $as_echo "#define HAVE_LOG10L 1" >>confdefs.h
60916
60917    $as_echo "#define HAVE_SINF 1" >>confdefs.h
60918
60919    $as_echo "#define HAVE_SINL 1" >>confdefs.h
60920
60921    $as_echo "#define HAVE_SINHF 1" >>confdefs.h
60922
60923    $as_echo "#define HAVE_SINHL 1" >>confdefs.h
60924
60925    ;;
60926  *-rtems*)
60927
60928  # All these tests are for C++; save the language and the compiler flags.
60929  # The CXXFLAGS thing is suspicious, but based on similar bits previously
60930  # found in GLIBCXX_CONFIGURE.
60931
60932  ac_ext=cpp
60933ac_cpp='$CXXCPP $CPPFLAGS'
60934ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60935ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60936ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
60937
60938  ac_test_CXXFLAGS="${CXXFLAGS+set}"
60939  ac_save_CXXFLAGS="$CXXFLAGS"
60940
60941  # Check for -ffunction-sections -fdata-sections
60942  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for g++ that supports -ffunction-sections -fdata-sections" >&5
60943$as_echo_n "checking for g++ that supports -ffunction-sections -fdata-sections... " >&6; }
60944  CXXFLAGS='-g -Werror -ffunction-sections -fdata-sections'
60945  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60946/* end confdefs.h.  */
60947int foo; void bar() { };
60948int
60949main ()
60950{
60951
60952  ;
60953  return 0;
60954}
60955_ACEOF
60956if ac_fn_cxx_try_compile "$LINENO"; then :
60957  ac_fdsections=yes
60958else
60959  ac_fdsections=no
60960fi
60961rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60962  if test "$ac_test_CXXFLAGS" = set; then
60963    CXXFLAGS="$ac_save_CXXFLAGS"
60964  else
60965    # this is the suspicious part
60966    CXXFLAGS=''
60967  fi
60968  if test x"$ac_fdsections" = x"yes"; then
60969    SECTION_FLAGS='-ffunction-sections -fdata-sections'
60970  fi
60971  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_fdsections" >&5
60972$as_echo "$ac_fdsections" >&6; }
60973
60974  ac_ext=c
60975ac_cpp='$CPP $CPPFLAGS'
60976ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
60977ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
60978ac_compiler_gnu=$ac_cv_c_compiler_gnu
60979
60980
60981
60982
60983  # If we're not using GNU ld, then there's no point in even trying these
60984  # tests.  Check for that first.  We should have already tested for gld
60985  # by now (in libtool), but require it now just to be safe...
60986  test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
60987  test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
60988
60989
60990
60991  # The name set by libtool depends on the version of libtool.  Shame on us
60992  # for depending on an impl detail, but c'est la vie.  Older versions used
60993  # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
60994  # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
60995  # makes sense).  We'll test with_gnu_ld everywhere else, so if that isn't
60996  # set (hence we're using an older libtool), then set it.
60997  if test x${with_gnu_ld+set} != xset; then
60998    if test x${ac_cv_prog_gnu_ld+set} != xset; then
60999      # We got through "ac_require(ac_prog_ld)" and still not set?  Huh?
61000      with_gnu_ld=no
61001    else
61002      with_gnu_ld=$ac_cv_prog_gnu_ld
61003    fi
61004  fi
61005
61006  # Start by getting the version number.  I think the libtool test already
61007  # does some of this, but throws away the result.
61008  glibcxx_ld_is_gold=no
61009  glibcxx_ld_is_mold=no
61010  if test x"$with_gnu_ld" = x"yes"; then
61011    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld version" >&5
61012$as_echo_n "checking for ld version... " >&6; }
61013
61014    if $LD --version 2>/dev/null | grep 'GNU gold' >/dev/null 2>&1; then
61015      glibcxx_ld_is_gold=yes
61016    elif $LD --version 2>/dev/null | grep 'mold' >/dev/null 2>&1; then
61017      glibcxx_ld_is_mold=yes
61018    fi
61019    ldver=`$LD --version 2>/dev/null |
61020	   sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
61021
61022    glibcxx_gnu_ld_version=`echo $ldver | \
61023	   $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
61024    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_gnu_ld_version" >&5
61025$as_echo "$glibcxx_gnu_ld_version" >&6; }
61026  fi
61027
61028  # Set --gc-sections.
61029  glibcxx_have_gc_sections=no
61030  if test "$glibcxx_ld_is_gold" = "yes" || test "$glibcxx_ld_is_mold" = "yes" ; then
61031    if $LD --help 2>/dev/null | grep gc-sections >/dev/null 2>&1; then
61032      glibcxx_have_gc_sections=yes
61033    fi
61034  else
61035    glibcxx_gcsections_min_ld=21602
61036    if test x"$with_gnu_ld" = x"yes" &&
61037	test $glibcxx_gnu_ld_version -gt $glibcxx_gcsections_min_ld ; then
61038      glibcxx_have_gc_sections=yes
61039    fi
61040  fi
61041  if test "$glibcxx_have_gc_sections" = "yes"; then
61042    # Sufficiently young GNU ld it is!  Joy and bunny rabbits!
61043    # NB: This flag only works reliably after 2.16.1. Configure tests
61044    # for this are difficult, so hard wire a value that should work.
61045
61046    ac_test_CFLAGS="${CFLAGS+set}"
61047    ac_save_CFLAGS="$CFLAGS"
61048    CFLAGS='-Wl,--gc-sections'
61049
61050    # Check for -Wl,--gc-sections
61051    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
61052$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
61053    if test x$gcc_no_link = xyes; then
61054  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
61055fi
61056cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61057/* end confdefs.h.  */
61058 int one(void) { return 1; }
61059     int two(void) { return 2; }
61060
61061int
61062main ()
61063{
61064 two();
61065  ;
61066  return 0;
61067}
61068_ACEOF
61069if ac_fn_c_try_link "$LINENO"; then :
61070  ac_gcsections=yes
61071else
61072  ac_gcsections=no
61073fi
61074rm -f core conftest.err conftest.$ac_objext \
61075    conftest$ac_exeext conftest.$ac_ext
61076    if test "$ac_gcsections" = "yes"; then
61077      rm -f conftest.c
61078      touch conftest.c
61079      if $CC -c conftest.c; then
61080	if $LD --gc-sections -o conftest conftest.o 2>&1 | \
61081	   grep "Warning: gc-sections option ignored" > /dev/null; then
61082	  ac_gcsections=no
61083	fi
61084      fi
61085      rm -f conftest.c conftest.o conftest
61086    fi
61087    if test "$ac_gcsections" = "yes"; then
61088      SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
61089    fi
61090    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_gcsections" >&5
61091$as_echo "$ac_gcsections" >&6; }
61092
61093    if test "$ac_test_CFLAGS" = set; then
61094      CFLAGS="$ac_save_CFLAGS"
61095    else
61096      # this is the suspicious part
61097      CFLAGS=''
61098    fi
61099  fi
61100
61101  # Set -z,relro.
61102  # Note this is only for shared objects.
61103  ac_ld_relro=no
61104  if test x"$with_gnu_ld" = x"yes"; then
61105    # cygwin and mingw uses PE, which has no ELF relro support,
61106    # multi target ld may confuse configure machinery
61107    case "$host" in
61108    *-*-cygwin*)
61109     ;;
61110    *-*-mingw*)
61111     ;;
61112    *)
61113      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-z,relro" >&5
61114$as_echo_n "checking for ld that supports -Wl,-z,relro... " >&6; }
61115      cxx_z_relo=`$LD -v --help 2>/dev/null | grep "z relro"`
61116      if test -n "$cxx_z_relo"; then
61117        OPT_LDFLAGS="-Wl,-z,relro"
61118        ac_ld_relro=yes
61119      fi
61120      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ld_relro" >&5
61121$as_echo "$ac_ld_relro" >&6; }
61122    esac
61123  fi
61124
61125  # Set linker optimization flags.
61126  if test x"$with_gnu_ld" = x"yes"; then
61127    OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
61128  fi
61129
61130
61131
61132
61133
61134  ac_test_CXXFLAGS="${CXXFLAGS+set}"
61135  ac_save_CXXFLAGS="$CXXFLAGS"
61136  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
61137
61138    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
61139$as_echo_n "checking for sin in -lm... " >&6; }
61140if ${ac_cv_lib_m_sin+:} false; then :
61141  $as_echo_n "(cached) " >&6
61142else
61143  ac_check_lib_save_LIBS=$LIBS
61144LIBS="-lm  $LIBS"
61145if test x$gcc_no_link = xyes; then
61146  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
61147fi
61148cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61149/* end confdefs.h.  */
61150
61151/* Override any GCC internal prototype to avoid an error.
61152   Use char because int might match the return type of a GCC
61153   builtin and then its argument prototype would still apply.  */
61154#ifdef __cplusplus
61155extern "C"
61156#endif
61157char sin ();
61158int
61159main ()
61160{
61161return sin ();
61162  ;
61163  return 0;
61164}
61165_ACEOF
61166if ac_fn_c_try_link "$LINENO"; then :
61167  ac_cv_lib_m_sin=yes
61168else
61169  ac_cv_lib_m_sin=no
61170fi
61171rm -f core conftest.err conftest.$ac_objext \
61172    conftest$ac_exeext conftest.$ac_ext
61173LIBS=$ac_check_lib_save_LIBS
61174fi
61175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
61176$as_echo "$ac_cv_lib_m_sin" >&6; }
61177if test "x$ac_cv_lib_m_sin" = xyes; then :
61178  libm="-lm"
61179fi
61180
61181  ac_save_LIBS="$LIBS"
61182  LIBS="$LIBS $libm"
61183
61184
61185
61186  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf declaration" >&5
61187$as_echo_n "checking for isinf declaration... " >&6; }
61188  if test x${glibcxx_cv_func_isinf_use+set} != xset; then
61189    if ${glibcxx_cv_func_isinf_use+:} false; then :
61190  $as_echo_n "(cached) " >&6
61191else
61192
61193
61194      ac_ext=cpp
61195ac_cpp='$CXXCPP $CPPFLAGS'
61196ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61197ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61198ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61199
61200      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61201/* end confdefs.h.  */
61202#include <math.h>
61203		      #ifdef HAVE_IEEEFP_H
61204		      #include <ieeefp.h>
61205		      #endif
61206
61207int
61208main ()
61209{
61210 isinf(0);
61211  ;
61212  return 0;
61213}
61214_ACEOF
61215if ac_fn_cxx_try_compile "$LINENO"; then :
61216  glibcxx_cv_func_isinf_use=yes
61217else
61218  glibcxx_cv_func_isinf_use=no
61219fi
61220rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61221      ac_ext=c
61222ac_cpp='$CPP $CPPFLAGS'
61223ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61224ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61225ac_compiler_gnu=$ac_cv_c_compiler_gnu
61226
61227
61228fi
61229
61230  fi
61231  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinf_use" >&5
61232$as_echo "$glibcxx_cv_func_isinf_use" >&6; }
61233
61234  if test x$glibcxx_cv_func_isinf_use = x"yes"; then
61235    for ac_func in isinf
61236do :
61237  ac_fn_c_check_func "$LINENO" "isinf" "ac_cv_func_isinf"
61238if test "x$ac_cv_func_isinf" = xyes; then :
61239  cat >>confdefs.h <<_ACEOF
61240#define HAVE_ISINF 1
61241_ACEOF
61242
61243fi
61244done
61245
61246  else
61247
61248  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5
61249$as_echo_n "checking for _isinf declaration... " >&6; }
61250  if test x${glibcxx_cv_func__isinf_use+set} != xset; then
61251    if ${glibcxx_cv_func__isinf_use+:} false; then :
61252  $as_echo_n "(cached) " >&6
61253else
61254
61255
61256      ac_ext=cpp
61257ac_cpp='$CXXCPP $CPPFLAGS'
61258ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61259ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61260ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61261
61262      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61263/* end confdefs.h.  */
61264#include <math.h>
61265		      #ifdef HAVE_IEEEFP_H
61266		      #include <ieeefp.h>
61267		      #endif
61268
61269int
61270main ()
61271{
61272 _isinf(0);
61273  ;
61274  return 0;
61275}
61276_ACEOF
61277if ac_fn_cxx_try_compile "$LINENO"; then :
61278  glibcxx_cv_func__isinf_use=yes
61279else
61280  glibcxx_cv_func__isinf_use=no
61281fi
61282rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61283      ac_ext=c
61284ac_cpp='$CPP $CPPFLAGS'
61285ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61286ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61287ac_compiler_gnu=$ac_cv_c_compiler_gnu
61288
61289
61290fi
61291
61292  fi
61293  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5
61294$as_echo "$glibcxx_cv_func__isinf_use" >&6; }
61295
61296    if test x$glibcxx_cv_func__isinf_use = x"yes"; then
61297      for ac_func in _isinf
61298do :
61299  ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf"
61300if test "x$ac_cv_func__isinf" = xyes; then :
61301  cat >>confdefs.h <<_ACEOF
61302#define HAVE__ISINF 1
61303_ACEOF
61304
61305fi
61306done
61307
61308    fi
61309  fi
61310
61311
61312
61313
61314
61315  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5
61316$as_echo_n "checking for isnan declaration... " >&6; }
61317  if test x${glibcxx_cv_func_isnan_use+set} != xset; then
61318    if ${glibcxx_cv_func_isnan_use+:} false; then :
61319  $as_echo_n "(cached) " >&6
61320else
61321
61322
61323      ac_ext=cpp
61324ac_cpp='$CXXCPP $CPPFLAGS'
61325ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61326ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61327ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61328
61329      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61330/* end confdefs.h.  */
61331#include <math.h>
61332		      #ifdef HAVE_IEEEFP_H
61333		      #include <ieeefp.h>
61334		      #endif
61335
61336int
61337main ()
61338{
61339 isnan(0);
61340  ;
61341  return 0;
61342}
61343_ACEOF
61344if ac_fn_cxx_try_compile "$LINENO"; then :
61345  glibcxx_cv_func_isnan_use=yes
61346else
61347  glibcxx_cv_func_isnan_use=no
61348fi
61349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61350      ac_ext=c
61351ac_cpp='$CPP $CPPFLAGS'
61352ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61353ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61354ac_compiler_gnu=$ac_cv_c_compiler_gnu
61355
61356
61357fi
61358
61359  fi
61360  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnan_use" >&5
61361$as_echo "$glibcxx_cv_func_isnan_use" >&6; }
61362
61363  if test x$glibcxx_cv_func_isnan_use = x"yes"; then
61364    for ac_func in isnan
61365do :
61366  ac_fn_c_check_func "$LINENO" "isnan" "ac_cv_func_isnan"
61367if test "x$ac_cv_func_isnan" = xyes; then :
61368  cat >>confdefs.h <<_ACEOF
61369#define HAVE_ISNAN 1
61370_ACEOF
61371
61372fi
61373done
61374
61375  else
61376
61377  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5
61378$as_echo_n "checking for _isnan declaration... " >&6; }
61379  if test x${glibcxx_cv_func__isnan_use+set} != xset; then
61380    if ${glibcxx_cv_func__isnan_use+:} false; then :
61381  $as_echo_n "(cached) " >&6
61382else
61383
61384
61385      ac_ext=cpp
61386ac_cpp='$CXXCPP $CPPFLAGS'
61387ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61388ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61389ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61390
61391      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61392/* end confdefs.h.  */
61393#include <math.h>
61394		      #ifdef HAVE_IEEEFP_H
61395		      #include <ieeefp.h>
61396		      #endif
61397
61398int
61399main ()
61400{
61401 _isnan(0);
61402  ;
61403  return 0;
61404}
61405_ACEOF
61406if ac_fn_cxx_try_compile "$LINENO"; then :
61407  glibcxx_cv_func__isnan_use=yes
61408else
61409  glibcxx_cv_func__isnan_use=no
61410fi
61411rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61412      ac_ext=c
61413ac_cpp='$CPP $CPPFLAGS'
61414ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61415ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61416ac_compiler_gnu=$ac_cv_c_compiler_gnu
61417
61418
61419fi
61420
61421  fi
61422  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5
61423$as_echo "$glibcxx_cv_func__isnan_use" >&6; }
61424
61425    if test x$glibcxx_cv_func__isnan_use = x"yes"; then
61426      for ac_func in _isnan
61427do :
61428  ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan"
61429if test "x$ac_cv_func__isnan" = xyes; then :
61430  cat >>confdefs.h <<_ACEOF
61431#define HAVE__ISNAN 1
61432_ACEOF
61433
61434fi
61435done
61436
61437    fi
61438  fi
61439
61440
61441
61442
61443
61444  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5
61445$as_echo_n "checking for finite declaration... " >&6; }
61446  if test x${glibcxx_cv_func_finite_use+set} != xset; then
61447    if ${glibcxx_cv_func_finite_use+:} false; then :
61448  $as_echo_n "(cached) " >&6
61449else
61450
61451
61452      ac_ext=cpp
61453ac_cpp='$CXXCPP $CPPFLAGS'
61454ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61455ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61456ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61457
61458      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61459/* end confdefs.h.  */
61460#include <math.h>
61461		      #ifdef HAVE_IEEEFP_H
61462		      #include <ieeefp.h>
61463		      #endif
61464
61465int
61466main ()
61467{
61468 finite(0);
61469  ;
61470  return 0;
61471}
61472_ACEOF
61473if ac_fn_cxx_try_compile "$LINENO"; then :
61474  glibcxx_cv_func_finite_use=yes
61475else
61476  glibcxx_cv_func_finite_use=no
61477fi
61478rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61479      ac_ext=c
61480ac_cpp='$CPP $CPPFLAGS'
61481ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61482ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61483ac_compiler_gnu=$ac_cv_c_compiler_gnu
61484
61485
61486fi
61487
61488  fi
61489  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finite_use" >&5
61490$as_echo "$glibcxx_cv_func_finite_use" >&6; }
61491
61492  if test x$glibcxx_cv_func_finite_use = x"yes"; then
61493    for ac_func in finite
61494do :
61495  ac_fn_c_check_func "$LINENO" "finite" "ac_cv_func_finite"
61496if test "x$ac_cv_func_finite" = xyes; then :
61497  cat >>confdefs.h <<_ACEOF
61498#define HAVE_FINITE 1
61499_ACEOF
61500
61501fi
61502done
61503
61504  else
61505
61506  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5
61507$as_echo_n "checking for _finite declaration... " >&6; }
61508  if test x${glibcxx_cv_func__finite_use+set} != xset; then
61509    if ${glibcxx_cv_func__finite_use+:} false; then :
61510  $as_echo_n "(cached) " >&6
61511else
61512
61513
61514      ac_ext=cpp
61515ac_cpp='$CXXCPP $CPPFLAGS'
61516ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61517ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61518ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61519
61520      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61521/* end confdefs.h.  */
61522#include <math.h>
61523		      #ifdef HAVE_IEEEFP_H
61524		      #include <ieeefp.h>
61525		      #endif
61526
61527int
61528main ()
61529{
61530 _finite(0);
61531  ;
61532  return 0;
61533}
61534_ACEOF
61535if ac_fn_cxx_try_compile "$LINENO"; then :
61536  glibcxx_cv_func__finite_use=yes
61537else
61538  glibcxx_cv_func__finite_use=no
61539fi
61540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61541      ac_ext=c
61542ac_cpp='$CPP $CPPFLAGS'
61543ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61544ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61545ac_compiler_gnu=$ac_cv_c_compiler_gnu
61546
61547
61548fi
61549
61550  fi
61551  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5
61552$as_echo "$glibcxx_cv_func__finite_use" >&6; }
61553
61554    if test x$glibcxx_cv_func__finite_use = x"yes"; then
61555      for ac_func in _finite
61556do :
61557  ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite"
61558if test "x$ac_cv_func__finite" = xyes; then :
61559  cat >>confdefs.h <<_ACEOF
61560#define HAVE__FINITE 1
61561_ACEOF
61562
61563fi
61564done
61565
61566    fi
61567  fi
61568
61569
61570
61571
61572
61573  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5
61574$as_echo_n "checking for sincos declaration... " >&6; }
61575  if test x${glibcxx_cv_func_sincos_use+set} != xset; then
61576    if ${glibcxx_cv_func_sincos_use+:} false; then :
61577  $as_echo_n "(cached) " >&6
61578else
61579
61580
61581      ac_ext=cpp
61582ac_cpp='$CXXCPP $CPPFLAGS'
61583ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61584ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61585ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61586
61587      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61588/* end confdefs.h.  */
61589#include <math.h>
61590int
61591main ()
61592{
61593 sincos(0, 0, 0);
61594  ;
61595  return 0;
61596}
61597_ACEOF
61598if ac_fn_cxx_try_compile "$LINENO"; then :
61599  glibcxx_cv_func_sincos_use=yes
61600else
61601  glibcxx_cv_func_sincos_use=no
61602fi
61603rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61604      ac_ext=c
61605ac_cpp='$CPP $CPPFLAGS'
61606ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61607ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61608ac_compiler_gnu=$ac_cv_c_compiler_gnu
61609
61610
61611fi
61612
61613  fi
61614  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincos_use" >&5
61615$as_echo "$glibcxx_cv_func_sincos_use" >&6; }
61616
61617  if test x$glibcxx_cv_func_sincos_use = x"yes"; then
61618    for ac_func in sincos
61619do :
61620  ac_fn_c_check_func "$LINENO" "sincos" "ac_cv_func_sincos"
61621if test "x$ac_cv_func_sincos" = xyes; then :
61622  cat >>confdefs.h <<_ACEOF
61623#define HAVE_SINCOS 1
61624_ACEOF
61625
61626fi
61627done
61628
61629  else
61630
61631  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5
61632$as_echo_n "checking for _sincos declaration... " >&6; }
61633  if test x${glibcxx_cv_func__sincos_use+set} != xset; then
61634    if ${glibcxx_cv_func__sincos_use+:} false; then :
61635  $as_echo_n "(cached) " >&6
61636else
61637
61638
61639      ac_ext=cpp
61640ac_cpp='$CXXCPP $CPPFLAGS'
61641ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61642ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61643ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61644
61645      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61646/* end confdefs.h.  */
61647#include <math.h>
61648int
61649main ()
61650{
61651 _sincos(0, 0, 0);
61652  ;
61653  return 0;
61654}
61655_ACEOF
61656if ac_fn_cxx_try_compile "$LINENO"; then :
61657  glibcxx_cv_func__sincos_use=yes
61658else
61659  glibcxx_cv_func__sincos_use=no
61660fi
61661rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61662      ac_ext=c
61663ac_cpp='$CPP $CPPFLAGS'
61664ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61665ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61666ac_compiler_gnu=$ac_cv_c_compiler_gnu
61667
61668
61669fi
61670
61671  fi
61672  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5
61673$as_echo "$glibcxx_cv_func__sincos_use" >&6; }
61674
61675    if test x$glibcxx_cv_func__sincos_use = x"yes"; then
61676      for ac_func in _sincos
61677do :
61678  ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos"
61679if test "x$ac_cv_func__sincos" = xyes; then :
61680  cat >>confdefs.h <<_ACEOF
61681#define HAVE__SINCOS 1
61682_ACEOF
61683
61684fi
61685done
61686
61687    fi
61688  fi
61689
61690
61691
61692
61693
61694  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5
61695$as_echo_n "checking for fpclass declaration... " >&6; }
61696  if test x${glibcxx_cv_func_fpclass_use+set} != xset; then
61697    if ${glibcxx_cv_func_fpclass_use+:} false; then :
61698  $as_echo_n "(cached) " >&6
61699else
61700
61701
61702      ac_ext=cpp
61703ac_cpp='$CXXCPP $CPPFLAGS'
61704ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61705ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61706ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61707
61708      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61709/* end confdefs.h.  */
61710#include <math.h>
61711		      #ifdef HAVE_IEEEFP_H
61712		      #include <ieeefp.h>
61713		      #endif
61714
61715int
61716main ()
61717{
61718 fpclass(0);
61719  ;
61720  return 0;
61721}
61722_ACEOF
61723if ac_fn_cxx_try_compile "$LINENO"; then :
61724  glibcxx_cv_func_fpclass_use=yes
61725else
61726  glibcxx_cv_func_fpclass_use=no
61727fi
61728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61729      ac_ext=c
61730ac_cpp='$CPP $CPPFLAGS'
61731ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61732ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61733ac_compiler_gnu=$ac_cv_c_compiler_gnu
61734
61735
61736fi
61737
61738  fi
61739  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fpclass_use" >&5
61740$as_echo "$glibcxx_cv_func_fpclass_use" >&6; }
61741
61742  if test x$glibcxx_cv_func_fpclass_use = x"yes"; then
61743    for ac_func in fpclass
61744do :
61745  ac_fn_c_check_func "$LINENO" "fpclass" "ac_cv_func_fpclass"
61746if test "x$ac_cv_func_fpclass" = xyes; then :
61747  cat >>confdefs.h <<_ACEOF
61748#define HAVE_FPCLASS 1
61749_ACEOF
61750
61751fi
61752done
61753
61754  else
61755
61756  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5
61757$as_echo_n "checking for _fpclass declaration... " >&6; }
61758  if test x${glibcxx_cv_func__fpclass_use+set} != xset; then
61759    if ${glibcxx_cv_func__fpclass_use+:} false; then :
61760  $as_echo_n "(cached) " >&6
61761else
61762
61763
61764      ac_ext=cpp
61765ac_cpp='$CXXCPP $CPPFLAGS'
61766ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61767ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61768ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61769
61770      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61771/* end confdefs.h.  */
61772#include <math.h>
61773		      #ifdef HAVE_IEEEFP_H
61774		      #include <ieeefp.h>
61775		      #endif
61776
61777int
61778main ()
61779{
61780 _fpclass(0);
61781  ;
61782  return 0;
61783}
61784_ACEOF
61785if ac_fn_cxx_try_compile "$LINENO"; then :
61786  glibcxx_cv_func__fpclass_use=yes
61787else
61788  glibcxx_cv_func__fpclass_use=no
61789fi
61790rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61791      ac_ext=c
61792ac_cpp='$CPP $CPPFLAGS'
61793ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61794ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61795ac_compiler_gnu=$ac_cv_c_compiler_gnu
61796
61797
61798fi
61799
61800  fi
61801  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5
61802$as_echo "$glibcxx_cv_func__fpclass_use" >&6; }
61803
61804    if test x$glibcxx_cv_func__fpclass_use = x"yes"; then
61805      for ac_func in _fpclass
61806do :
61807  ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass"
61808if test "x$ac_cv_func__fpclass" = xyes; then :
61809  cat >>confdefs.h <<_ACEOF
61810#define HAVE__FPCLASS 1
61811_ACEOF
61812
61813fi
61814done
61815
61816    fi
61817  fi
61818
61819
61820
61821
61822
61823  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5
61824$as_echo_n "checking for qfpclass declaration... " >&6; }
61825  if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then
61826    if ${glibcxx_cv_func_qfpclass_use+:} false; then :
61827  $as_echo_n "(cached) " >&6
61828else
61829
61830
61831      ac_ext=cpp
61832ac_cpp='$CXXCPP $CPPFLAGS'
61833ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61834ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61835ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61836
61837      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61838/* end confdefs.h.  */
61839#include <math.h>
61840		      #ifdef HAVE_IEEEFP_H
61841		      #include <ieeefp.h>
61842		      #endif
61843
61844int
61845main ()
61846{
61847 qfpclass(0);
61848  ;
61849  return 0;
61850}
61851_ACEOF
61852if ac_fn_cxx_try_compile "$LINENO"; then :
61853  glibcxx_cv_func_qfpclass_use=yes
61854else
61855  glibcxx_cv_func_qfpclass_use=no
61856fi
61857rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61858      ac_ext=c
61859ac_cpp='$CPP $CPPFLAGS'
61860ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61861ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61862ac_compiler_gnu=$ac_cv_c_compiler_gnu
61863
61864
61865fi
61866
61867  fi
61868  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_qfpclass_use" >&5
61869$as_echo "$glibcxx_cv_func_qfpclass_use" >&6; }
61870
61871  if test x$glibcxx_cv_func_qfpclass_use = x"yes"; then
61872    for ac_func in qfpclass
61873do :
61874  ac_fn_c_check_func "$LINENO" "qfpclass" "ac_cv_func_qfpclass"
61875if test "x$ac_cv_func_qfpclass" = xyes; then :
61876  cat >>confdefs.h <<_ACEOF
61877#define HAVE_QFPCLASS 1
61878_ACEOF
61879
61880fi
61881done
61882
61883  else
61884
61885  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5
61886$as_echo_n "checking for _qfpclass declaration... " >&6; }
61887  if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then
61888    if ${glibcxx_cv_func__qfpclass_use+:} false; then :
61889  $as_echo_n "(cached) " >&6
61890else
61891
61892
61893      ac_ext=cpp
61894ac_cpp='$CXXCPP $CPPFLAGS'
61895ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61896ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61897ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61898
61899      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61900/* end confdefs.h.  */
61901#include <math.h>
61902		      #ifdef HAVE_IEEEFP_H
61903		      #include <ieeefp.h>
61904		      #endif
61905
61906int
61907main ()
61908{
61909 _qfpclass(0);
61910  ;
61911  return 0;
61912}
61913_ACEOF
61914if ac_fn_cxx_try_compile "$LINENO"; then :
61915  glibcxx_cv_func__qfpclass_use=yes
61916else
61917  glibcxx_cv_func__qfpclass_use=no
61918fi
61919rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61920      ac_ext=c
61921ac_cpp='$CPP $CPPFLAGS'
61922ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61923ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61924ac_compiler_gnu=$ac_cv_c_compiler_gnu
61925
61926
61927fi
61928
61929  fi
61930  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5
61931$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; }
61932
61933    if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then
61934      for ac_func in _qfpclass
61935do :
61936  ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass"
61937if test "x$ac_cv_func__qfpclass" = xyes; then :
61938  cat >>confdefs.h <<_ACEOF
61939#define HAVE__QFPCLASS 1
61940_ACEOF
61941
61942fi
61943done
61944
61945    fi
61946  fi
61947
61948
61949
61950
61951
61952  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5
61953$as_echo_n "checking for hypot declaration... " >&6; }
61954  if test x${glibcxx_cv_func_hypot_use+set} != xset; then
61955    if ${glibcxx_cv_func_hypot_use+:} false; then :
61956  $as_echo_n "(cached) " >&6
61957else
61958
61959
61960      ac_ext=cpp
61961ac_cpp='$CXXCPP $CPPFLAGS'
61962ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61963ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61964ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
61965
61966      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61967/* end confdefs.h.  */
61968#include <math.h>
61969int
61970main ()
61971{
61972 hypot(0, 0);
61973  ;
61974  return 0;
61975}
61976_ACEOF
61977if ac_fn_cxx_try_compile "$LINENO"; then :
61978  glibcxx_cv_func_hypot_use=yes
61979else
61980  glibcxx_cv_func_hypot_use=no
61981fi
61982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61983      ac_ext=c
61984ac_cpp='$CPP $CPPFLAGS'
61985ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
61986ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
61987ac_compiler_gnu=$ac_cv_c_compiler_gnu
61988
61989
61990fi
61991
61992  fi
61993  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypot_use" >&5
61994$as_echo "$glibcxx_cv_func_hypot_use" >&6; }
61995
61996  if test x$glibcxx_cv_func_hypot_use = x"yes"; then
61997    for ac_func in hypot
61998do :
61999  ac_fn_c_check_func "$LINENO" "hypot" "ac_cv_func_hypot"
62000if test "x$ac_cv_func_hypot" = xyes; then :
62001  cat >>confdefs.h <<_ACEOF
62002#define HAVE_HYPOT 1
62003_ACEOF
62004
62005fi
62006done
62007
62008  else
62009
62010  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5
62011$as_echo_n "checking for _hypot declaration... " >&6; }
62012  if test x${glibcxx_cv_func__hypot_use+set} != xset; then
62013    if ${glibcxx_cv_func__hypot_use+:} false; then :
62014  $as_echo_n "(cached) " >&6
62015else
62016
62017
62018      ac_ext=cpp
62019ac_cpp='$CXXCPP $CPPFLAGS'
62020ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62021ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62022ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62023
62024      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62025/* end confdefs.h.  */
62026#include <math.h>
62027int
62028main ()
62029{
62030 _hypot(0, 0);
62031  ;
62032  return 0;
62033}
62034_ACEOF
62035if ac_fn_cxx_try_compile "$LINENO"; then :
62036  glibcxx_cv_func__hypot_use=yes
62037else
62038  glibcxx_cv_func__hypot_use=no
62039fi
62040rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62041      ac_ext=c
62042ac_cpp='$CPP $CPPFLAGS'
62043ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62044ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62045ac_compiler_gnu=$ac_cv_c_compiler_gnu
62046
62047
62048fi
62049
62050  fi
62051  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5
62052$as_echo "$glibcxx_cv_func__hypot_use" >&6; }
62053
62054    if test x$glibcxx_cv_func__hypot_use = x"yes"; then
62055      for ac_func in _hypot
62056do :
62057  ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot"
62058if test "x$ac_cv_func__hypot" = xyes; then :
62059  cat >>confdefs.h <<_ACEOF
62060#define HAVE__HYPOT 1
62061_ACEOF
62062
62063fi
62064done
62065
62066    fi
62067  fi
62068
62069
62070
62071
62072
62073    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5
62074$as_echo_n "checking for float trig functions... " >&6; }
62075  if ${glibcxx_cv_func_float_trig_use+:} false; then :
62076  $as_echo_n "(cached) " >&6
62077else
62078
62079
62080    ac_ext=cpp
62081ac_cpp='$CXXCPP $CPPFLAGS'
62082ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62083ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62084ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62085
62086    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62087/* end confdefs.h.  */
62088#include <math.h>
62089int
62090main ()
62091{
62092acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
62093  ;
62094  return 0;
62095}
62096_ACEOF
62097if ac_fn_cxx_try_compile "$LINENO"; then :
62098  glibcxx_cv_func_float_trig_use=yes
62099else
62100  glibcxx_cv_func_float_trig_use=no
62101fi
62102rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62103    ac_ext=c
62104ac_cpp='$CPP $CPPFLAGS'
62105ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62106ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62107ac_compiler_gnu=$ac_cv_c_compiler_gnu
62108
62109fi
62110
62111  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_trig_use" >&5
62112$as_echo "$glibcxx_cv_func_float_trig_use" >&6; }
62113  if test x$glibcxx_cv_func_float_trig_use = x"yes"; then
62114    for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
62115do :
62116  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
62117ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
62118if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
62119  cat >>confdefs.h <<_ACEOF
62120#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
62121_ACEOF
62122
62123fi
62124done
62125
62126  else
62127    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5
62128$as_echo_n "checking for _float trig functions... " >&6; }
62129    if ${glibcxx_cv_func__float_trig_use+:} false; then :
62130  $as_echo_n "(cached) " >&6
62131else
62132
62133
62134      ac_ext=cpp
62135ac_cpp='$CXXCPP $CPPFLAGS'
62136ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62137ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62138ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62139
62140      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62141/* end confdefs.h.  */
62142#include <math.h>
62143int
62144main ()
62145{
62146_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0);
62147  ;
62148  return 0;
62149}
62150_ACEOF
62151if ac_fn_cxx_try_compile "$LINENO"; then :
62152  glibcxx_cv_func__float_trig_use=yes
62153else
62154  glibcxx_cv_func__float_trig_use=no
62155fi
62156rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62157      ac_ext=c
62158ac_cpp='$CPP $CPPFLAGS'
62159ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62160ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62161ac_compiler_gnu=$ac_cv_c_compiler_gnu
62162
62163fi
62164
62165    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5
62166$as_echo "$glibcxx_cv_func__float_trig_use" >&6; }
62167    if test x$glibcxx_cv_func__float_trig_use = x"yes"; then
62168      for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf
62169do :
62170  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
62171ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
62172if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
62173  cat >>confdefs.h <<_ACEOF
62174#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
62175_ACEOF
62176
62177fi
62178done
62179
62180    fi
62181  fi
62182
62183
62184
62185
62186
62187    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5
62188$as_echo_n "checking for float round functions... " >&6; }
62189  if ${glibcxx_cv_func_float_round_use+:} false; then :
62190  $as_echo_n "(cached) " >&6
62191else
62192
62193
62194    ac_ext=cpp
62195ac_cpp='$CXXCPP $CPPFLAGS'
62196ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62197ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62198ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62199
62200    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62201/* end confdefs.h.  */
62202#include <math.h>
62203int
62204main ()
62205{
62206ceilf (0); floorf (0);
62207  ;
62208  return 0;
62209}
62210_ACEOF
62211if ac_fn_cxx_try_compile "$LINENO"; then :
62212  glibcxx_cv_func_float_round_use=yes
62213else
62214  glibcxx_cv_func_float_round_use=no
62215fi
62216rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62217    ac_ext=c
62218ac_cpp='$CPP $CPPFLAGS'
62219ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62220ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62221ac_compiler_gnu=$ac_cv_c_compiler_gnu
62222
62223fi
62224
62225  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_round_use" >&5
62226$as_echo "$glibcxx_cv_func_float_round_use" >&6; }
62227  if test x$glibcxx_cv_func_float_round_use = x"yes"; then
62228    for ac_func in ceilf floorf
62229do :
62230  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
62231ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
62232if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
62233  cat >>confdefs.h <<_ACEOF
62234#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
62235_ACEOF
62236
62237fi
62238done
62239
62240  else
62241    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5
62242$as_echo_n "checking for _float round functions... " >&6; }
62243    if ${glibcxx_cv_func__float_round_use+:} false; then :
62244  $as_echo_n "(cached) " >&6
62245else
62246
62247
62248      ac_ext=cpp
62249ac_cpp='$CXXCPP $CPPFLAGS'
62250ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62251ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62252ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62253
62254      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62255/* end confdefs.h.  */
62256#include <math.h>
62257int
62258main ()
62259{
62260_ceilf (0); _floorf (0);
62261  ;
62262  return 0;
62263}
62264_ACEOF
62265if ac_fn_cxx_try_compile "$LINENO"; then :
62266  glibcxx_cv_func__float_round_use=yes
62267else
62268  glibcxx_cv_func__float_round_use=no
62269fi
62270rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62271      ac_ext=c
62272ac_cpp='$CPP $CPPFLAGS'
62273ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62274ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62275ac_compiler_gnu=$ac_cv_c_compiler_gnu
62276
62277fi
62278
62279    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5
62280$as_echo "$glibcxx_cv_func__float_round_use" >&6; }
62281    if test x$glibcxx_cv_func__float_round_use = x"yes"; then
62282      for ac_func in _ceilf _floorf
62283do :
62284  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
62285ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
62286if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
62287  cat >>confdefs.h <<_ACEOF
62288#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
62289_ACEOF
62290
62291fi
62292done
62293
62294    fi
62295  fi
62296
62297
62298
62299
62300
62301
62302  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5
62303$as_echo_n "checking for expf declaration... " >&6; }
62304  if test x${glibcxx_cv_func_expf_use+set} != xset; then
62305    if ${glibcxx_cv_func_expf_use+:} false; then :
62306  $as_echo_n "(cached) " >&6
62307else
62308
62309
62310      ac_ext=cpp
62311ac_cpp='$CXXCPP $CPPFLAGS'
62312ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62313ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62314ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62315
62316      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62317/* end confdefs.h.  */
62318#include <math.h>
62319		      #ifdef HAVE_IEEEFP_H
62320		      #include <ieeefp.h>
62321		      #endif
62322
62323int
62324main ()
62325{
62326 expf(0);
62327  ;
62328  return 0;
62329}
62330_ACEOF
62331if ac_fn_cxx_try_compile "$LINENO"; then :
62332  glibcxx_cv_func_expf_use=yes
62333else
62334  glibcxx_cv_func_expf_use=no
62335fi
62336rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62337      ac_ext=c
62338ac_cpp='$CPP $CPPFLAGS'
62339ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62340ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62341ac_compiler_gnu=$ac_cv_c_compiler_gnu
62342
62343
62344fi
62345
62346  fi
62347  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expf_use" >&5
62348$as_echo "$glibcxx_cv_func_expf_use" >&6; }
62349
62350  if test x$glibcxx_cv_func_expf_use = x"yes"; then
62351    for ac_func in expf
62352do :
62353  ac_fn_c_check_func "$LINENO" "expf" "ac_cv_func_expf"
62354if test "x$ac_cv_func_expf" = xyes; then :
62355  cat >>confdefs.h <<_ACEOF
62356#define HAVE_EXPF 1
62357_ACEOF
62358
62359fi
62360done
62361
62362  else
62363
62364  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5
62365$as_echo_n "checking for _expf declaration... " >&6; }
62366  if test x${glibcxx_cv_func__expf_use+set} != xset; then
62367    if ${glibcxx_cv_func__expf_use+:} false; then :
62368  $as_echo_n "(cached) " >&6
62369else
62370
62371
62372      ac_ext=cpp
62373ac_cpp='$CXXCPP $CPPFLAGS'
62374ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62375ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62376ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62377
62378      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62379/* end confdefs.h.  */
62380#include <math.h>
62381		      #ifdef HAVE_IEEEFP_H
62382		      #include <ieeefp.h>
62383		      #endif
62384
62385int
62386main ()
62387{
62388 _expf(0);
62389  ;
62390  return 0;
62391}
62392_ACEOF
62393if ac_fn_cxx_try_compile "$LINENO"; then :
62394  glibcxx_cv_func__expf_use=yes
62395else
62396  glibcxx_cv_func__expf_use=no
62397fi
62398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62399      ac_ext=c
62400ac_cpp='$CPP $CPPFLAGS'
62401ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62402ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62403ac_compiler_gnu=$ac_cv_c_compiler_gnu
62404
62405
62406fi
62407
62408  fi
62409  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5
62410$as_echo "$glibcxx_cv_func__expf_use" >&6; }
62411
62412    if test x$glibcxx_cv_func__expf_use = x"yes"; then
62413      for ac_func in _expf
62414do :
62415  ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf"
62416if test "x$ac_cv_func__expf" = xyes; then :
62417  cat >>confdefs.h <<_ACEOF
62418#define HAVE__EXPF 1
62419_ACEOF
62420
62421fi
62422done
62423
62424    fi
62425  fi
62426
62427
62428
62429
62430
62431  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5
62432$as_echo_n "checking for isnanf declaration... " >&6; }
62433  if test x${glibcxx_cv_func_isnanf_use+set} != xset; then
62434    if ${glibcxx_cv_func_isnanf_use+:} false; then :
62435  $as_echo_n "(cached) " >&6
62436else
62437
62438
62439      ac_ext=cpp
62440ac_cpp='$CXXCPP $CPPFLAGS'
62441ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62442ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62443ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62444
62445      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62446/* end confdefs.h.  */
62447#include <math.h>
62448		      #ifdef HAVE_IEEEFP_H
62449		      #include <ieeefp.h>
62450		      #endif
62451
62452int
62453main ()
62454{
62455 isnanf(0);
62456  ;
62457  return 0;
62458}
62459_ACEOF
62460if ac_fn_cxx_try_compile "$LINENO"; then :
62461  glibcxx_cv_func_isnanf_use=yes
62462else
62463  glibcxx_cv_func_isnanf_use=no
62464fi
62465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62466      ac_ext=c
62467ac_cpp='$CPP $CPPFLAGS'
62468ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62469ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62470ac_compiler_gnu=$ac_cv_c_compiler_gnu
62471
62472
62473fi
62474
62475  fi
62476  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanf_use" >&5
62477$as_echo "$glibcxx_cv_func_isnanf_use" >&6; }
62478
62479  if test x$glibcxx_cv_func_isnanf_use = x"yes"; then
62480    for ac_func in isnanf
62481do :
62482  ac_fn_c_check_func "$LINENO" "isnanf" "ac_cv_func_isnanf"
62483if test "x$ac_cv_func_isnanf" = xyes; then :
62484  cat >>confdefs.h <<_ACEOF
62485#define HAVE_ISNANF 1
62486_ACEOF
62487
62488fi
62489done
62490
62491  else
62492
62493  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5
62494$as_echo_n "checking for _isnanf declaration... " >&6; }
62495  if test x${glibcxx_cv_func__isnanf_use+set} != xset; then
62496    if ${glibcxx_cv_func__isnanf_use+:} false; then :
62497  $as_echo_n "(cached) " >&6
62498else
62499
62500
62501      ac_ext=cpp
62502ac_cpp='$CXXCPP $CPPFLAGS'
62503ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62504ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62505ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62506
62507      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62508/* end confdefs.h.  */
62509#include <math.h>
62510		      #ifdef HAVE_IEEEFP_H
62511		      #include <ieeefp.h>
62512		      #endif
62513
62514int
62515main ()
62516{
62517 _isnanf(0);
62518  ;
62519  return 0;
62520}
62521_ACEOF
62522if ac_fn_cxx_try_compile "$LINENO"; then :
62523  glibcxx_cv_func__isnanf_use=yes
62524else
62525  glibcxx_cv_func__isnanf_use=no
62526fi
62527rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62528      ac_ext=c
62529ac_cpp='$CPP $CPPFLAGS'
62530ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62531ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62532ac_compiler_gnu=$ac_cv_c_compiler_gnu
62533
62534
62535fi
62536
62537  fi
62538  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5
62539$as_echo "$glibcxx_cv_func__isnanf_use" >&6; }
62540
62541    if test x$glibcxx_cv_func__isnanf_use = x"yes"; then
62542      for ac_func in _isnanf
62543do :
62544  ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf"
62545if test "x$ac_cv_func__isnanf" = xyes; then :
62546  cat >>confdefs.h <<_ACEOF
62547#define HAVE__ISNANF 1
62548_ACEOF
62549
62550fi
62551done
62552
62553    fi
62554  fi
62555
62556
62557
62558
62559
62560  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5
62561$as_echo_n "checking for isinff declaration... " >&6; }
62562  if test x${glibcxx_cv_func_isinff_use+set} != xset; then
62563    if ${glibcxx_cv_func_isinff_use+:} false; then :
62564  $as_echo_n "(cached) " >&6
62565else
62566
62567
62568      ac_ext=cpp
62569ac_cpp='$CXXCPP $CPPFLAGS'
62570ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62571ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62572ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62573
62574      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62575/* end confdefs.h.  */
62576#include <math.h>
62577		      #ifdef HAVE_IEEEFP_H
62578		      #include <ieeefp.h>
62579		      #endif
62580
62581int
62582main ()
62583{
62584 isinff(0);
62585  ;
62586  return 0;
62587}
62588_ACEOF
62589if ac_fn_cxx_try_compile "$LINENO"; then :
62590  glibcxx_cv_func_isinff_use=yes
62591else
62592  glibcxx_cv_func_isinff_use=no
62593fi
62594rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62595      ac_ext=c
62596ac_cpp='$CPP $CPPFLAGS'
62597ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62598ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62599ac_compiler_gnu=$ac_cv_c_compiler_gnu
62600
62601
62602fi
62603
62604  fi
62605  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinff_use" >&5
62606$as_echo "$glibcxx_cv_func_isinff_use" >&6; }
62607
62608  if test x$glibcxx_cv_func_isinff_use = x"yes"; then
62609    for ac_func in isinff
62610do :
62611  ac_fn_c_check_func "$LINENO" "isinff" "ac_cv_func_isinff"
62612if test "x$ac_cv_func_isinff" = xyes; then :
62613  cat >>confdefs.h <<_ACEOF
62614#define HAVE_ISINFF 1
62615_ACEOF
62616
62617fi
62618done
62619
62620  else
62621
62622  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5
62623$as_echo_n "checking for _isinff declaration... " >&6; }
62624  if test x${glibcxx_cv_func__isinff_use+set} != xset; then
62625    if ${glibcxx_cv_func__isinff_use+:} false; then :
62626  $as_echo_n "(cached) " >&6
62627else
62628
62629
62630      ac_ext=cpp
62631ac_cpp='$CXXCPP $CPPFLAGS'
62632ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62633ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62634ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62635
62636      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62637/* end confdefs.h.  */
62638#include <math.h>
62639		      #ifdef HAVE_IEEEFP_H
62640		      #include <ieeefp.h>
62641		      #endif
62642
62643int
62644main ()
62645{
62646 _isinff(0);
62647  ;
62648  return 0;
62649}
62650_ACEOF
62651if ac_fn_cxx_try_compile "$LINENO"; then :
62652  glibcxx_cv_func__isinff_use=yes
62653else
62654  glibcxx_cv_func__isinff_use=no
62655fi
62656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62657      ac_ext=c
62658ac_cpp='$CPP $CPPFLAGS'
62659ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62660ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62661ac_compiler_gnu=$ac_cv_c_compiler_gnu
62662
62663
62664fi
62665
62666  fi
62667  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5
62668$as_echo "$glibcxx_cv_func__isinff_use" >&6; }
62669
62670    if test x$glibcxx_cv_func__isinff_use = x"yes"; then
62671      for ac_func in _isinff
62672do :
62673  ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff"
62674if test "x$ac_cv_func__isinff" = xyes; then :
62675  cat >>confdefs.h <<_ACEOF
62676#define HAVE__ISINFF 1
62677_ACEOF
62678
62679fi
62680done
62681
62682    fi
62683  fi
62684
62685
62686
62687
62688
62689  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5
62690$as_echo_n "checking for atan2f declaration... " >&6; }
62691  if test x${glibcxx_cv_func_atan2f_use+set} != xset; then
62692    if ${glibcxx_cv_func_atan2f_use+:} false; then :
62693  $as_echo_n "(cached) " >&6
62694else
62695
62696
62697      ac_ext=cpp
62698ac_cpp='$CXXCPP $CPPFLAGS'
62699ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62700ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62701ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62702
62703      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62704/* end confdefs.h.  */
62705#include <math.h>
62706int
62707main ()
62708{
62709 atan2f(0, 0);
62710  ;
62711  return 0;
62712}
62713_ACEOF
62714if ac_fn_cxx_try_compile "$LINENO"; then :
62715  glibcxx_cv_func_atan2f_use=yes
62716else
62717  glibcxx_cv_func_atan2f_use=no
62718fi
62719rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62720      ac_ext=c
62721ac_cpp='$CPP $CPPFLAGS'
62722ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62723ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62724ac_compiler_gnu=$ac_cv_c_compiler_gnu
62725
62726
62727fi
62728
62729  fi
62730  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2f_use" >&5
62731$as_echo "$glibcxx_cv_func_atan2f_use" >&6; }
62732
62733  if test x$glibcxx_cv_func_atan2f_use = x"yes"; then
62734    for ac_func in atan2f
62735do :
62736  ac_fn_c_check_func "$LINENO" "atan2f" "ac_cv_func_atan2f"
62737if test "x$ac_cv_func_atan2f" = xyes; then :
62738  cat >>confdefs.h <<_ACEOF
62739#define HAVE_ATAN2F 1
62740_ACEOF
62741
62742fi
62743done
62744
62745  else
62746
62747  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5
62748$as_echo_n "checking for _atan2f declaration... " >&6; }
62749  if test x${glibcxx_cv_func__atan2f_use+set} != xset; then
62750    if ${glibcxx_cv_func__atan2f_use+:} false; then :
62751  $as_echo_n "(cached) " >&6
62752else
62753
62754
62755      ac_ext=cpp
62756ac_cpp='$CXXCPP $CPPFLAGS'
62757ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62758ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62759ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62760
62761      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62762/* end confdefs.h.  */
62763#include <math.h>
62764int
62765main ()
62766{
62767 _atan2f(0, 0);
62768  ;
62769  return 0;
62770}
62771_ACEOF
62772if ac_fn_cxx_try_compile "$LINENO"; then :
62773  glibcxx_cv_func__atan2f_use=yes
62774else
62775  glibcxx_cv_func__atan2f_use=no
62776fi
62777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62778      ac_ext=c
62779ac_cpp='$CPP $CPPFLAGS'
62780ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62781ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62782ac_compiler_gnu=$ac_cv_c_compiler_gnu
62783
62784
62785fi
62786
62787  fi
62788  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5
62789$as_echo "$glibcxx_cv_func__atan2f_use" >&6; }
62790
62791    if test x$glibcxx_cv_func__atan2f_use = x"yes"; then
62792      for ac_func in _atan2f
62793do :
62794  ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f"
62795if test "x$ac_cv_func__atan2f" = xyes; then :
62796  cat >>confdefs.h <<_ACEOF
62797#define HAVE__ATAN2F 1
62798_ACEOF
62799
62800fi
62801done
62802
62803    fi
62804  fi
62805
62806
62807
62808
62809
62810  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5
62811$as_echo_n "checking for fabsf declaration... " >&6; }
62812  if test x${glibcxx_cv_func_fabsf_use+set} != xset; then
62813    if ${glibcxx_cv_func_fabsf_use+:} false; then :
62814  $as_echo_n "(cached) " >&6
62815else
62816
62817
62818      ac_ext=cpp
62819ac_cpp='$CXXCPP $CPPFLAGS'
62820ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62821ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62822ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62823
62824      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62825/* end confdefs.h.  */
62826#include <math.h>
62827		      #ifdef HAVE_IEEEFP_H
62828		      #include <ieeefp.h>
62829		      #endif
62830
62831int
62832main ()
62833{
62834 fabsf(0);
62835  ;
62836  return 0;
62837}
62838_ACEOF
62839if ac_fn_cxx_try_compile "$LINENO"; then :
62840  glibcxx_cv_func_fabsf_use=yes
62841else
62842  glibcxx_cv_func_fabsf_use=no
62843fi
62844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62845      ac_ext=c
62846ac_cpp='$CPP $CPPFLAGS'
62847ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62848ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62849ac_compiler_gnu=$ac_cv_c_compiler_gnu
62850
62851
62852fi
62853
62854  fi
62855  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsf_use" >&5
62856$as_echo "$glibcxx_cv_func_fabsf_use" >&6; }
62857
62858  if test x$glibcxx_cv_func_fabsf_use = x"yes"; then
62859    for ac_func in fabsf
62860do :
62861  ac_fn_c_check_func "$LINENO" "fabsf" "ac_cv_func_fabsf"
62862if test "x$ac_cv_func_fabsf" = xyes; then :
62863  cat >>confdefs.h <<_ACEOF
62864#define HAVE_FABSF 1
62865_ACEOF
62866
62867fi
62868done
62869
62870  else
62871
62872  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5
62873$as_echo_n "checking for _fabsf declaration... " >&6; }
62874  if test x${glibcxx_cv_func__fabsf_use+set} != xset; then
62875    if ${glibcxx_cv_func__fabsf_use+:} false; then :
62876  $as_echo_n "(cached) " >&6
62877else
62878
62879
62880      ac_ext=cpp
62881ac_cpp='$CXXCPP $CPPFLAGS'
62882ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62883ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62884ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62885
62886      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62887/* end confdefs.h.  */
62888#include <math.h>
62889		      #ifdef HAVE_IEEEFP_H
62890		      #include <ieeefp.h>
62891		      #endif
62892
62893int
62894main ()
62895{
62896 _fabsf(0);
62897  ;
62898  return 0;
62899}
62900_ACEOF
62901if ac_fn_cxx_try_compile "$LINENO"; then :
62902  glibcxx_cv_func__fabsf_use=yes
62903else
62904  glibcxx_cv_func__fabsf_use=no
62905fi
62906rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62907      ac_ext=c
62908ac_cpp='$CPP $CPPFLAGS'
62909ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62910ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62911ac_compiler_gnu=$ac_cv_c_compiler_gnu
62912
62913
62914fi
62915
62916  fi
62917  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5
62918$as_echo "$glibcxx_cv_func__fabsf_use" >&6; }
62919
62920    if test x$glibcxx_cv_func__fabsf_use = x"yes"; then
62921      for ac_func in _fabsf
62922do :
62923  ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf"
62924if test "x$ac_cv_func__fabsf" = xyes; then :
62925  cat >>confdefs.h <<_ACEOF
62926#define HAVE__FABSF 1
62927_ACEOF
62928
62929fi
62930done
62931
62932    fi
62933  fi
62934
62935
62936
62937
62938
62939  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5
62940$as_echo_n "checking for fmodf declaration... " >&6; }
62941  if test x${glibcxx_cv_func_fmodf_use+set} != xset; then
62942    if ${glibcxx_cv_func_fmodf_use+:} false; then :
62943  $as_echo_n "(cached) " >&6
62944else
62945
62946
62947      ac_ext=cpp
62948ac_cpp='$CXXCPP $CPPFLAGS'
62949ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62950ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62951ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
62952
62953      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62954/* end confdefs.h.  */
62955#include <math.h>
62956int
62957main ()
62958{
62959 fmodf(0, 0);
62960  ;
62961  return 0;
62962}
62963_ACEOF
62964if ac_fn_cxx_try_compile "$LINENO"; then :
62965  glibcxx_cv_func_fmodf_use=yes
62966else
62967  glibcxx_cv_func_fmodf_use=no
62968fi
62969rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62970      ac_ext=c
62971ac_cpp='$CPP $CPPFLAGS'
62972ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
62973ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
62974ac_compiler_gnu=$ac_cv_c_compiler_gnu
62975
62976
62977fi
62978
62979  fi
62980  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodf_use" >&5
62981$as_echo "$glibcxx_cv_func_fmodf_use" >&6; }
62982
62983  if test x$glibcxx_cv_func_fmodf_use = x"yes"; then
62984    for ac_func in fmodf
62985do :
62986  ac_fn_c_check_func "$LINENO" "fmodf" "ac_cv_func_fmodf"
62987if test "x$ac_cv_func_fmodf" = xyes; then :
62988  cat >>confdefs.h <<_ACEOF
62989#define HAVE_FMODF 1
62990_ACEOF
62991
62992fi
62993done
62994
62995  else
62996
62997  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5
62998$as_echo_n "checking for _fmodf declaration... " >&6; }
62999  if test x${glibcxx_cv_func__fmodf_use+set} != xset; then
63000    if ${glibcxx_cv_func__fmodf_use+:} false; then :
63001  $as_echo_n "(cached) " >&6
63002else
63003
63004
63005      ac_ext=cpp
63006ac_cpp='$CXXCPP $CPPFLAGS'
63007ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63008ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63009ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63010
63011      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63012/* end confdefs.h.  */
63013#include <math.h>
63014int
63015main ()
63016{
63017 _fmodf(0, 0);
63018  ;
63019  return 0;
63020}
63021_ACEOF
63022if ac_fn_cxx_try_compile "$LINENO"; then :
63023  glibcxx_cv_func__fmodf_use=yes
63024else
63025  glibcxx_cv_func__fmodf_use=no
63026fi
63027rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63028      ac_ext=c
63029ac_cpp='$CPP $CPPFLAGS'
63030ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63031ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63032ac_compiler_gnu=$ac_cv_c_compiler_gnu
63033
63034
63035fi
63036
63037  fi
63038  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5
63039$as_echo "$glibcxx_cv_func__fmodf_use" >&6; }
63040
63041    if test x$glibcxx_cv_func__fmodf_use = x"yes"; then
63042      for ac_func in _fmodf
63043do :
63044  ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf"
63045if test "x$ac_cv_func__fmodf" = xyes; then :
63046  cat >>confdefs.h <<_ACEOF
63047#define HAVE__FMODF 1
63048_ACEOF
63049
63050fi
63051done
63052
63053    fi
63054  fi
63055
63056
63057
63058
63059
63060  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5
63061$as_echo_n "checking for frexpf declaration... " >&6; }
63062  if test x${glibcxx_cv_func_frexpf_use+set} != xset; then
63063    if ${glibcxx_cv_func_frexpf_use+:} false; then :
63064  $as_echo_n "(cached) " >&6
63065else
63066
63067
63068      ac_ext=cpp
63069ac_cpp='$CXXCPP $CPPFLAGS'
63070ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63071ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63072ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63073
63074      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63075/* end confdefs.h.  */
63076#include <math.h>
63077int
63078main ()
63079{
63080 frexpf(0, 0);
63081  ;
63082  return 0;
63083}
63084_ACEOF
63085if ac_fn_cxx_try_compile "$LINENO"; then :
63086  glibcxx_cv_func_frexpf_use=yes
63087else
63088  glibcxx_cv_func_frexpf_use=no
63089fi
63090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63091      ac_ext=c
63092ac_cpp='$CPP $CPPFLAGS'
63093ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63094ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63095ac_compiler_gnu=$ac_cv_c_compiler_gnu
63096
63097
63098fi
63099
63100  fi
63101  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpf_use" >&5
63102$as_echo "$glibcxx_cv_func_frexpf_use" >&6; }
63103
63104  if test x$glibcxx_cv_func_frexpf_use = x"yes"; then
63105    for ac_func in frexpf
63106do :
63107  ac_fn_c_check_func "$LINENO" "frexpf" "ac_cv_func_frexpf"
63108if test "x$ac_cv_func_frexpf" = xyes; then :
63109  cat >>confdefs.h <<_ACEOF
63110#define HAVE_FREXPF 1
63111_ACEOF
63112
63113fi
63114done
63115
63116  else
63117
63118  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5
63119$as_echo_n "checking for _frexpf declaration... " >&6; }
63120  if test x${glibcxx_cv_func__frexpf_use+set} != xset; then
63121    if ${glibcxx_cv_func__frexpf_use+:} false; then :
63122  $as_echo_n "(cached) " >&6
63123else
63124
63125
63126      ac_ext=cpp
63127ac_cpp='$CXXCPP $CPPFLAGS'
63128ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63129ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63130ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63131
63132      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63133/* end confdefs.h.  */
63134#include <math.h>
63135int
63136main ()
63137{
63138 _frexpf(0, 0);
63139  ;
63140  return 0;
63141}
63142_ACEOF
63143if ac_fn_cxx_try_compile "$LINENO"; then :
63144  glibcxx_cv_func__frexpf_use=yes
63145else
63146  glibcxx_cv_func__frexpf_use=no
63147fi
63148rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63149      ac_ext=c
63150ac_cpp='$CPP $CPPFLAGS'
63151ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63152ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63153ac_compiler_gnu=$ac_cv_c_compiler_gnu
63154
63155
63156fi
63157
63158  fi
63159  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5
63160$as_echo "$glibcxx_cv_func__frexpf_use" >&6; }
63161
63162    if test x$glibcxx_cv_func__frexpf_use = x"yes"; then
63163      for ac_func in _frexpf
63164do :
63165  ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf"
63166if test "x$ac_cv_func__frexpf" = xyes; then :
63167  cat >>confdefs.h <<_ACEOF
63168#define HAVE__FREXPF 1
63169_ACEOF
63170
63171fi
63172done
63173
63174    fi
63175  fi
63176
63177
63178
63179
63180
63181  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5
63182$as_echo_n "checking for hypotf declaration... " >&6; }
63183  if test x${glibcxx_cv_func_hypotf_use+set} != xset; then
63184    if ${glibcxx_cv_func_hypotf_use+:} false; then :
63185  $as_echo_n "(cached) " >&6
63186else
63187
63188
63189      ac_ext=cpp
63190ac_cpp='$CXXCPP $CPPFLAGS'
63191ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63192ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63193ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63194
63195      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63196/* end confdefs.h.  */
63197#include <math.h>
63198int
63199main ()
63200{
63201 hypotf(0, 0);
63202  ;
63203  return 0;
63204}
63205_ACEOF
63206if ac_fn_cxx_try_compile "$LINENO"; then :
63207  glibcxx_cv_func_hypotf_use=yes
63208else
63209  glibcxx_cv_func_hypotf_use=no
63210fi
63211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63212      ac_ext=c
63213ac_cpp='$CPP $CPPFLAGS'
63214ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63215ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63216ac_compiler_gnu=$ac_cv_c_compiler_gnu
63217
63218
63219fi
63220
63221  fi
63222  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotf_use" >&5
63223$as_echo "$glibcxx_cv_func_hypotf_use" >&6; }
63224
63225  if test x$glibcxx_cv_func_hypotf_use = x"yes"; then
63226    for ac_func in hypotf
63227do :
63228  ac_fn_c_check_func "$LINENO" "hypotf" "ac_cv_func_hypotf"
63229if test "x$ac_cv_func_hypotf" = xyes; then :
63230  cat >>confdefs.h <<_ACEOF
63231#define HAVE_HYPOTF 1
63232_ACEOF
63233
63234fi
63235done
63236
63237  else
63238
63239  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5
63240$as_echo_n "checking for _hypotf declaration... " >&6; }
63241  if test x${glibcxx_cv_func__hypotf_use+set} != xset; then
63242    if ${glibcxx_cv_func__hypotf_use+:} false; then :
63243  $as_echo_n "(cached) " >&6
63244else
63245
63246
63247      ac_ext=cpp
63248ac_cpp='$CXXCPP $CPPFLAGS'
63249ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63250ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63251ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63252
63253      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63254/* end confdefs.h.  */
63255#include <math.h>
63256int
63257main ()
63258{
63259 _hypotf(0, 0);
63260  ;
63261  return 0;
63262}
63263_ACEOF
63264if ac_fn_cxx_try_compile "$LINENO"; then :
63265  glibcxx_cv_func__hypotf_use=yes
63266else
63267  glibcxx_cv_func__hypotf_use=no
63268fi
63269rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63270      ac_ext=c
63271ac_cpp='$CPP $CPPFLAGS'
63272ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63273ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63274ac_compiler_gnu=$ac_cv_c_compiler_gnu
63275
63276
63277fi
63278
63279  fi
63280  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5
63281$as_echo "$glibcxx_cv_func__hypotf_use" >&6; }
63282
63283    if test x$glibcxx_cv_func__hypotf_use = x"yes"; then
63284      for ac_func in _hypotf
63285do :
63286  ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf"
63287if test "x$ac_cv_func__hypotf" = xyes; then :
63288  cat >>confdefs.h <<_ACEOF
63289#define HAVE__HYPOTF 1
63290_ACEOF
63291
63292fi
63293done
63294
63295    fi
63296  fi
63297
63298
63299
63300
63301
63302  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5
63303$as_echo_n "checking for ldexpf declaration... " >&6; }
63304  if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then
63305    if ${glibcxx_cv_func_ldexpf_use+:} false; then :
63306  $as_echo_n "(cached) " >&6
63307else
63308
63309
63310      ac_ext=cpp
63311ac_cpp='$CXXCPP $CPPFLAGS'
63312ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63313ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63314ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63315
63316      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63317/* end confdefs.h.  */
63318#include <math.h>
63319int
63320main ()
63321{
63322 ldexpf(0, 0);
63323  ;
63324  return 0;
63325}
63326_ACEOF
63327if ac_fn_cxx_try_compile "$LINENO"; then :
63328  glibcxx_cv_func_ldexpf_use=yes
63329else
63330  glibcxx_cv_func_ldexpf_use=no
63331fi
63332rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63333      ac_ext=c
63334ac_cpp='$CPP $CPPFLAGS'
63335ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63336ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63337ac_compiler_gnu=$ac_cv_c_compiler_gnu
63338
63339
63340fi
63341
63342  fi
63343  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpf_use" >&5
63344$as_echo "$glibcxx_cv_func_ldexpf_use" >&6; }
63345
63346  if test x$glibcxx_cv_func_ldexpf_use = x"yes"; then
63347    for ac_func in ldexpf
63348do :
63349  ac_fn_c_check_func "$LINENO" "ldexpf" "ac_cv_func_ldexpf"
63350if test "x$ac_cv_func_ldexpf" = xyes; then :
63351  cat >>confdefs.h <<_ACEOF
63352#define HAVE_LDEXPF 1
63353_ACEOF
63354
63355fi
63356done
63357
63358  else
63359
63360  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5
63361$as_echo_n "checking for _ldexpf declaration... " >&6; }
63362  if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then
63363    if ${glibcxx_cv_func__ldexpf_use+:} false; then :
63364  $as_echo_n "(cached) " >&6
63365else
63366
63367
63368      ac_ext=cpp
63369ac_cpp='$CXXCPP $CPPFLAGS'
63370ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63371ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63372ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63373
63374      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63375/* end confdefs.h.  */
63376#include <math.h>
63377int
63378main ()
63379{
63380 _ldexpf(0, 0);
63381  ;
63382  return 0;
63383}
63384_ACEOF
63385if ac_fn_cxx_try_compile "$LINENO"; then :
63386  glibcxx_cv_func__ldexpf_use=yes
63387else
63388  glibcxx_cv_func__ldexpf_use=no
63389fi
63390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63391      ac_ext=c
63392ac_cpp='$CPP $CPPFLAGS'
63393ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63394ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63395ac_compiler_gnu=$ac_cv_c_compiler_gnu
63396
63397
63398fi
63399
63400  fi
63401  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5
63402$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; }
63403
63404    if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then
63405      for ac_func in _ldexpf
63406do :
63407  ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf"
63408if test "x$ac_cv_func__ldexpf" = xyes; then :
63409  cat >>confdefs.h <<_ACEOF
63410#define HAVE__LDEXPF 1
63411_ACEOF
63412
63413fi
63414done
63415
63416    fi
63417  fi
63418
63419
63420
63421
63422
63423  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5
63424$as_echo_n "checking for logf declaration... " >&6; }
63425  if test x${glibcxx_cv_func_logf_use+set} != xset; then
63426    if ${glibcxx_cv_func_logf_use+:} false; then :
63427  $as_echo_n "(cached) " >&6
63428else
63429
63430
63431      ac_ext=cpp
63432ac_cpp='$CXXCPP $CPPFLAGS'
63433ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63434ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63435ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63436
63437      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63438/* end confdefs.h.  */
63439#include <math.h>
63440		      #ifdef HAVE_IEEEFP_H
63441		      #include <ieeefp.h>
63442		      #endif
63443
63444int
63445main ()
63446{
63447 logf(0);
63448  ;
63449  return 0;
63450}
63451_ACEOF
63452if ac_fn_cxx_try_compile "$LINENO"; then :
63453  glibcxx_cv_func_logf_use=yes
63454else
63455  glibcxx_cv_func_logf_use=no
63456fi
63457rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63458      ac_ext=c
63459ac_cpp='$CPP $CPPFLAGS'
63460ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63461ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63462ac_compiler_gnu=$ac_cv_c_compiler_gnu
63463
63464
63465fi
63466
63467  fi
63468  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logf_use" >&5
63469$as_echo "$glibcxx_cv_func_logf_use" >&6; }
63470
63471  if test x$glibcxx_cv_func_logf_use = x"yes"; then
63472    for ac_func in logf
63473do :
63474  ac_fn_c_check_func "$LINENO" "logf" "ac_cv_func_logf"
63475if test "x$ac_cv_func_logf" = xyes; then :
63476  cat >>confdefs.h <<_ACEOF
63477#define HAVE_LOGF 1
63478_ACEOF
63479
63480fi
63481done
63482
63483  else
63484
63485  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5
63486$as_echo_n "checking for _logf declaration... " >&6; }
63487  if test x${glibcxx_cv_func__logf_use+set} != xset; then
63488    if ${glibcxx_cv_func__logf_use+:} false; then :
63489  $as_echo_n "(cached) " >&6
63490else
63491
63492
63493      ac_ext=cpp
63494ac_cpp='$CXXCPP $CPPFLAGS'
63495ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63496ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63497ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63498
63499      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63500/* end confdefs.h.  */
63501#include <math.h>
63502		      #ifdef HAVE_IEEEFP_H
63503		      #include <ieeefp.h>
63504		      #endif
63505
63506int
63507main ()
63508{
63509 _logf(0);
63510  ;
63511  return 0;
63512}
63513_ACEOF
63514if ac_fn_cxx_try_compile "$LINENO"; then :
63515  glibcxx_cv_func__logf_use=yes
63516else
63517  glibcxx_cv_func__logf_use=no
63518fi
63519rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63520      ac_ext=c
63521ac_cpp='$CPP $CPPFLAGS'
63522ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63523ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63524ac_compiler_gnu=$ac_cv_c_compiler_gnu
63525
63526
63527fi
63528
63529  fi
63530  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5
63531$as_echo "$glibcxx_cv_func__logf_use" >&6; }
63532
63533    if test x$glibcxx_cv_func__logf_use = x"yes"; then
63534      for ac_func in _logf
63535do :
63536  ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf"
63537if test "x$ac_cv_func__logf" = xyes; then :
63538  cat >>confdefs.h <<_ACEOF
63539#define HAVE__LOGF 1
63540_ACEOF
63541
63542fi
63543done
63544
63545    fi
63546  fi
63547
63548
63549
63550
63551
63552  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5
63553$as_echo_n "checking for log10f declaration... " >&6; }
63554  if test x${glibcxx_cv_func_log10f_use+set} != xset; then
63555    if ${glibcxx_cv_func_log10f_use+:} false; then :
63556  $as_echo_n "(cached) " >&6
63557else
63558
63559
63560      ac_ext=cpp
63561ac_cpp='$CXXCPP $CPPFLAGS'
63562ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63563ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63564ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63565
63566      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63567/* end confdefs.h.  */
63568#include <math.h>
63569		      #ifdef HAVE_IEEEFP_H
63570		      #include <ieeefp.h>
63571		      #endif
63572
63573int
63574main ()
63575{
63576 log10f(0);
63577  ;
63578  return 0;
63579}
63580_ACEOF
63581if ac_fn_cxx_try_compile "$LINENO"; then :
63582  glibcxx_cv_func_log10f_use=yes
63583else
63584  glibcxx_cv_func_log10f_use=no
63585fi
63586rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63587      ac_ext=c
63588ac_cpp='$CPP $CPPFLAGS'
63589ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63590ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63591ac_compiler_gnu=$ac_cv_c_compiler_gnu
63592
63593
63594fi
63595
63596  fi
63597  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10f_use" >&5
63598$as_echo "$glibcxx_cv_func_log10f_use" >&6; }
63599
63600  if test x$glibcxx_cv_func_log10f_use = x"yes"; then
63601    for ac_func in log10f
63602do :
63603  ac_fn_c_check_func "$LINENO" "log10f" "ac_cv_func_log10f"
63604if test "x$ac_cv_func_log10f" = xyes; then :
63605  cat >>confdefs.h <<_ACEOF
63606#define HAVE_LOG10F 1
63607_ACEOF
63608
63609fi
63610done
63611
63612  else
63613
63614  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5
63615$as_echo_n "checking for _log10f declaration... " >&6; }
63616  if test x${glibcxx_cv_func__log10f_use+set} != xset; then
63617    if ${glibcxx_cv_func__log10f_use+:} false; then :
63618  $as_echo_n "(cached) " >&6
63619else
63620
63621
63622      ac_ext=cpp
63623ac_cpp='$CXXCPP $CPPFLAGS'
63624ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63625ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63626ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63627
63628      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63629/* end confdefs.h.  */
63630#include <math.h>
63631		      #ifdef HAVE_IEEEFP_H
63632		      #include <ieeefp.h>
63633		      #endif
63634
63635int
63636main ()
63637{
63638 _log10f(0);
63639  ;
63640  return 0;
63641}
63642_ACEOF
63643if ac_fn_cxx_try_compile "$LINENO"; then :
63644  glibcxx_cv_func__log10f_use=yes
63645else
63646  glibcxx_cv_func__log10f_use=no
63647fi
63648rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63649      ac_ext=c
63650ac_cpp='$CPP $CPPFLAGS'
63651ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63652ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63653ac_compiler_gnu=$ac_cv_c_compiler_gnu
63654
63655
63656fi
63657
63658  fi
63659  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5
63660$as_echo "$glibcxx_cv_func__log10f_use" >&6; }
63661
63662    if test x$glibcxx_cv_func__log10f_use = x"yes"; then
63663      for ac_func in _log10f
63664do :
63665  ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f"
63666if test "x$ac_cv_func__log10f" = xyes; then :
63667  cat >>confdefs.h <<_ACEOF
63668#define HAVE__LOG10F 1
63669_ACEOF
63670
63671fi
63672done
63673
63674    fi
63675  fi
63676
63677
63678
63679
63680
63681  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5
63682$as_echo_n "checking for modff declaration... " >&6; }
63683  if test x${glibcxx_cv_func_modff_use+set} != xset; then
63684    if ${glibcxx_cv_func_modff_use+:} false; then :
63685  $as_echo_n "(cached) " >&6
63686else
63687
63688
63689      ac_ext=cpp
63690ac_cpp='$CXXCPP $CPPFLAGS'
63691ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63692ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63693ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63694
63695      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63696/* end confdefs.h.  */
63697#include <math.h>
63698int
63699main ()
63700{
63701 modff(0, 0);
63702  ;
63703  return 0;
63704}
63705_ACEOF
63706if ac_fn_cxx_try_compile "$LINENO"; then :
63707  glibcxx_cv_func_modff_use=yes
63708else
63709  glibcxx_cv_func_modff_use=no
63710fi
63711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63712      ac_ext=c
63713ac_cpp='$CPP $CPPFLAGS'
63714ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63715ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63716ac_compiler_gnu=$ac_cv_c_compiler_gnu
63717
63718
63719fi
63720
63721  fi
63722  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modff_use" >&5
63723$as_echo "$glibcxx_cv_func_modff_use" >&6; }
63724
63725  if test x$glibcxx_cv_func_modff_use = x"yes"; then
63726    for ac_func in modff
63727do :
63728  ac_fn_c_check_func "$LINENO" "modff" "ac_cv_func_modff"
63729if test "x$ac_cv_func_modff" = xyes; then :
63730  cat >>confdefs.h <<_ACEOF
63731#define HAVE_MODFF 1
63732_ACEOF
63733
63734fi
63735done
63736
63737  else
63738
63739  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5
63740$as_echo_n "checking for _modff declaration... " >&6; }
63741  if test x${glibcxx_cv_func__modff_use+set} != xset; then
63742    if ${glibcxx_cv_func__modff_use+:} false; then :
63743  $as_echo_n "(cached) " >&6
63744else
63745
63746
63747      ac_ext=cpp
63748ac_cpp='$CXXCPP $CPPFLAGS'
63749ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63750ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63751ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63752
63753      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63754/* end confdefs.h.  */
63755#include <math.h>
63756int
63757main ()
63758{
63759 _modff(0, 0);
63760  ;
63761  return 0;
63762}
63763_ACEOF
63764if ac_fn_cxx_try_compile "$LINENO"; then :
63765  glibcxx_cv_func__modff_use=yes
63766else
63767  glibcxx_cv_func__modff_use=no
63768fi
63769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63770      ac_ext=c
63771ac_cpp='$CPP $CPPFLAGS'
63772ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63773ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63774ac_compiler_gnu=$ac_cv_c_compiler_gnu
63775
63776
63777fi
63778
63779  fi
63780  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5
63781$as_echo "$glibcxx_cv_func__modff_use" >&6; }
63782
63783    if test x$glibcxx_cv_func__modff_use = x"yes"; then
63784      for ac_func in _modff
63785do :
63786  ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff"
63787if test "x$ac_cv_func__modff" = xyes; then :
63788  cat >>confdefs.h <<_ACEOF
63789#define HAVE__MODFF 1
63790_ACEOF
63791
63792fi
63793done
63794
63795    fi
63796  fi
63797
63798
63799
63800
63801
63802  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5
63803$as_echo_n "checking for modf declaration... " >&6; }
63804  if test x${glibcxx_cv_func_modf_use+set} != xset; then
63805    if ${glibcxx_cv_func_modf_use+:} false; then :
63806  $as_echo_n "(cached) " >&6
63807else
63808
63809
63810      ac_ext=cpp
63811ac_cpp='$CXXCPP $CPPFLAGS'
63812ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63813ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63814ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63815
63816      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63817/* end confdefs.h.  */
63818#include <math.h>
63819int
63820main ()
63821{
63822 modf(0, 0);
63823  ;
63824  return 0;
63825}
63826_ACEOF
63827if ac_fn_cxx_try_compile "$LINENO"; then :
63828  glibcxx_cv_func_modf_use=yes
63829else
63830  glibcxx_cv_func_modf_use=no
63831fi
63832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63833      ac_ext=c
63834ac_cpp='$CPP $CPPFLAGS'
63835ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63836ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63837ac_compiler_gnu=$ac_cv_c_compiler_gnu
63838
63839
63840fi
63841
63842  fi
63843  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modf_use" >&5
63844$as_echo "$glibcxx_cv_func_modf_use" >&6; }
63845
63846  if test x$glibcxx_cv_func_modf_use = x"yes"; then
63847    for ac_func in modf
63848do :
63849  ac_fn_c_check_func "$LINENO" "modf" "ac_cv_func_modf"
63850if test "x$ac_cv_func_modf" = xyes; then :
63851  cat >>confdefs.h <<_ACEOF
63852#define HAVE_MODF 1
63853_ACEOF
63854
63855fi
63856done
63857
63858  else
63859
63860  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5
63861$as_echo_n "checking for _modf declaration... " >&6; }
63862  if test x${glibcxx_cv_func__modf_use+set} != xset; then
63863    if ${glibcxx_cv_func__modf_use+:} false; then :
63864  $as_echo_n "(cached) " >&6
63865else
63866
63867
63868      ac_ext=cpp
63869ac_cpp='$CXXCPP $CPPFLAGS'
63870ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63871ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63872ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63873
63874      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63875/* end confdefs.h.  */
63876#include <math.h>
63877int
63878main ()
63879{
63880 _modf(0, 0);
63881  ;
63882  return 0;
63883}
63884_ACEOF
63885if ac_fn_cxx_try_compile "$LINENO"; then :
63886  glibcxx_cv_func__modf_use=yes
63887else
63888  glibcxx_cv_func__modf_use=no
63889fi
63890rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63891      ac_ext=c
63892ac_cpp='$CPP $CPPFLAGS'
63893ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63894ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63895ac_compiler_gnu=$ac_cv_c_compiler_gnu
63896
63897
63898fi
63899
63900  fi
63901  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5
63902$as_echo "$glibcxx_cv_func__modf_use" >&6; }
63903
63904    if test x$glibcxx_cv_func__modf_use = x"yes"; then
63905      for ac_func in _modf
63906do :
63907  ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf"
63908if test "x$ac_cv_func__modf" = xyes; then :
63909  cat >>confdefs.h <<_ACEOF
63910#define HAVE__MODF 1
63911_ACEOF
63912
63913fi
63914done
63915
63916    fi
63917  fi
63918
63919
63920
63921
63922
63923  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5
63924$as_echo_n "checking for powf declaration... " >&6; }
63925  if test x${glibcxx_cv_func_powf_use+set} != xset; then
63926    if ${glibcxx_cv_func_powf_use+:} false; then :
63927  $as_echo_n "(cached) " >&6
63928else
63929
63930
63931      ac_ext=cpp
63932ac_cpp='$CXXCPP $CPPFLAGS'
63933ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63934ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63935ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63936
63937      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63938/* end confdefs.h.  */
63939#include <math.h>
63940int
63941main ()
63942{
63943 powf(0, 0);
63944  ;
63945  return 0;
63946}
63947_ACEOF
63948if ac_fn_cxx_try_compile "$LINENO"; then :
63949  glibcxx_cv_func_powf_use=yes
63950else
63951  glibcxx_cv_func_powf_use=no
63952fi
63953rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63954      ac_ext=c
63955ac_cpp='$CPP $CPPFLAGS'
63956ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63957ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63958ac_compiler_gnu=$ac_cv_c_compiler_gnu
63959
63960
63961fi
63962
63963  fi
63964  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powf_use" >&5
63965$as_echo "$glibcxx_cv_func_powf_use" >&6; }
63966
63967  if test x$glibcxx_cv_func_powf_use = x"yes"; then
63968    for ac_func in powf
63969do :
63970  ac_fn_c_check_func "$LINENO" "powf" "ac_cv_func_powf"
63971if test "x$ac_cv_func_powf" = xyes; then :
63972  cat >>confdefs.h <<_ACEOF
63973#define HAVE_POWF 1
63974_ACEOF
63975
63976fi
63977done
63978
63979  else
63980
63981  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5
63982$as_echo_n "checking for _powf declaration... " >&6; }
63983  if test x${glibcxx_cv_func__powf_use+set} != xset; then
63984    if ${glibcxx_cv_func__powf_use+:} false; then :
63985  $as_echo_n "(cached) " >&6
63986else
63987
63988
63989      ac_ext=cpp
63990ac_cpp='$CXXCPP $CPPFLAGS'
63991ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
63992ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
63993ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
63994
63995      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63996/* end confdefs.h.  */
63997#include <math.h>
63998int
63999main ()
64000{
64001 _powf(0, 0);
64002  ;
64003  return 0;
64004}
64005_ACEOF
64006if ac_fn_cxx_try_compile "$LINENO"; then :
64007  glibcxx_cv_func__powf_use=yes
64008else
64009  glibcxx_cv_func__powf_use=no
64010fi
64011rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64012      ac_ext=c
64013ac_cpp='$CPP $CPPFLAGS'
64014ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64015ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64016ac_compiler_gnu=$ac_cv_c_compiler_gnu
64017
64018
64019fi
64020
64021  fi
64022  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5
64023$as_echo "$glibcxx_cv_func__powf_use" >&6; }
64024
64025    if test x$glibcxx_cv_func__powf_use = x"yes"; then
64026      for ac_func in _powf
64027do :
64028  ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf"
64029if test "x$ac_cv_func__powf" = xyes; then :
64030  cat >>confdefs.h <<_ACEOF
64031#define HAVE__POWF 1
64032_ACEOF
64033
64034fi
64035done
64036
64037    fi
64038  fi
64039
64040
64041
64042
64043
64044  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5
64045$as_echo_n "checking for sqrtf declaration... " >&6; }
64046  if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then
64047    if ${glibcxx_cv_func_sqrtf_use+:} false; then :
64048  $as_echo_n "(cached) " >&6
64049else
64050
64051
64052      ac_ext=cpp
64053ac_cpp='$CXXCPP $CPPFLAGS'
64054ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64055ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64056ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64057
64058      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64059/* end confdefs.h.  */
64060#include <math.h>
64061		      #ifdef HAVE_IEEEFP_H
64062		      #include <ieeefp.h>
64063		      #endif
64064
64065int
64066main ()
64067{
64068 sqrtf(0);
64069  ;
64070  return 0;
64071}
64072_ACEOF
64073if ac_fn_cxx_try_compile "$LINENO"; then :
64074  glibcxx_cv_func_sqrtf_use=yes
64075else
64076  glibcxx_cv_func_sqrtf_use=no
64077fi
64078rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64079      ac_ext=c
64080ac_cpp='$CPP $CPPFLAGS'
64081ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64082ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64083ac_compiler_gnu=$ac_cv_c_compiler_gnu
64084
64085
64086fi
64087
64088  fi
64089  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtf_use" >&5
64090$as_echo "$glibcxx_cv_func_sqrtf_use" >&6; }
64091
64092  if test x$glibcxx_cv_func_sqrtf_use = x"yes"; then
64093    for ac_func in sqrtf
64094do :
64095  ac_fn_c_check_func "$LINENO" "sqrtf" "ac_cv_func_sqrtf"
64096if test "x$ac_cv_func_sqrtf" = xyes; then :
64097  cat >>confdefs.h <<_ACEOF
64098#define HAVE_SQRTF 1
64099_ACEOF
64100
64101fi
64102done
64103
64104  else
64105
64106  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5
64107$as_echo_n "checking for _sqrtf declaration... " >&6; }
64108  if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then
64109    if ${glibcxx_cv_func__sqrtf_use+:} false; then :
64110  $as_echo_n "(cached) " >&6
64111else
64112
64113
64114      ac_ext=cpp
64115ac_cpp='$CXXCPP $CPPFLAGS'
64116ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64117ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64118ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64119
64120      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64121/* end confdefs.h.  */
64122#include <math.h>
64123		      #ifdef HAVE_IEEEFP_H
64124		      #include <ieeefp.h>
64125		      #endif
64126
64127int
64128main ()
64129{
64130 _sqrtf(0);
64131  ;
64132  return 0;
64133}
64134_ACEOF
64135if ac_fn_cxx_try_compile "$LINENO"; then :
64136  glibcxx_cv_func__sqrtf_use=yes
64137else
64138  glibcxx_cv_func__sqrtf_use=no
64139fi
64140rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64141      ac_ext=c
64142ac_cpp='$CPP $CPPFLAGS'
64143ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64144ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64145ac_compiler_gnu=$ac_cv_c_compiler_gnu
64146
64147
64148fi
64149
64150  fi
64151  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5
64152$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; }
64153
64154    if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then
64155      for ac_func in _sqrtf
64156do :
64157  ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf"
64158if test "x$ac_cv_func__sqrtf" = xyes; then :
64159  cat >>confdefs.h <<_ACEOF
64160#define HAVE__SQRTF 1
64161_ACEOF
64162
64163fi
64164done
64165
64166    fi
64167  fi
64168
64169
64170
64171
64172
64173  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5
64174$as_echo_n "checking for sincosf declaration... " >&6; }
64175  if test x${glibcxx_cv_func_sincosf_use+set} != xset; then
64176    if ${glibcxx_cv_func_sincosf_use+:} false; then :
64177  $as_echo_n "(cached) " >&6
64178else
64179
64180
64181      ac_ext=cpp
64182ac_cpp='$CXXCPP $CPPFLAGS'
64183ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64184ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64185ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64186
64187      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64188/* end confdefs.h.  */
64189#include <math.h>
64190int
64191main ()
64192{
64193 sincosf(0, 0, 0);
64194  ;
64195  return 0;
64196}
64197_ACEOF
64198if ac_fn_cxx_try_compile "$LINENO"; then :
64199  glibcxx_cv_func_sincosf_use=yes
64200else
64201  glibcxx_cv_func_sincosf_use=no
64202fi
64203rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64204      ac_ext=c
64205ac_cpp='$CPP $CPPFLAGS'
64206ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64207ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64208ac_compiler_gnu=$ac_cv_c_compiler_gnu
64209
64210
64211fi
64212
64213  fi
64214  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosf_use" >&5
64215$as_echo "$glibcxx_cv_func_sincosf_use" >&6; }
64216
64217  if test x$glibcxx_cv_func_sincosf_use = x"yes"; then
64218    for ac_func in sincosf
64219do :
64220  ac_fn_c_check_func "$LINENO" "sincosf" "ac_cv_func_sincosf"
64221if test "x$ac_cv_func_sincosf" = xyes; then :
64222  cat >>confdefs.h <<_ACEOF
64223#define HAVE_SINCOSF 1
64224_ACEOF
64225
64226fi
64227done
64228
64229  else
64230
64231  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5
64232$as_echo_n "checking for _sincosf declaration... " >&6; }
64233  if test x${glibcxx_cv_func__sincosf_use+set} != xset; then
64234    if ${glibcxx_cv_func__sincosf_use+:} false; then :
64235  $as_echo_n "(cached) " >&6
64236else
64237
64238
64239      ac_ext=cpp
64240ac_cpp='$CXXCPP $CPPFLAGS'
64241ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64242ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64243ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64244
64245      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64246/* end confdefs.h.  */
64247#include <math.h>
64248int
64249main ()
64250{
64251 _sincosf(0, 0, 0);
64252  ;
64253  return 0;
64254}
64255_ACEOF
64256if ac_fn_cxx_try_compile "$LINENO"; then :
64257  glibcxx_cv_func__sincosf_use=yes
64258else
64259  glibcxx_cv_func__sincosf_use=no
64260fi
64261rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64262      ac_ext=c
64263ac_cpp='$CPP $CPPFLAGS'
64264ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64265ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64266ac_compiler_gnu=$ac_cv_c_compiler_gnu
64267
64268
64269fi
64270
64271  fi
64272  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5
64273$as_echo "$glibcxx_cv_func__sincosf_use" >&6; }
64274
64275    if test x$glibcxx_cv_func__sincosf_use = x"yes"; then
64276      for ac_func in _sincosf
64277do :
64278  ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf"
64279if test "x$ac_cv_func__sincosf" = xyes; then :
64280  cat >>confdefs.h <<_ACEOF
64281#define HAVE__SINCOSF 1
64282_ACEOF
64283
64284fi
64285done
64286
64287    fi
64288  fi
64289
64290
64291
64292
64293
64294  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5
64295$as_echo_n "checking for finitef declaration... " >&6; }
64296  if test x${glibcxx_cv_func_finitef_use+set} != xset; then
64297    if ${glibcxx_cv_func_finitef_use+:} false; then :
64298  $as_echo_n "(cached) " >&6
64299else
64300
64301
64302      ac_ext=cpp
64303ac_cpp='$CXXCPP $CPPFLAGS'
64304ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64305ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64306ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64307
64308      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64309/* end confdefs.h.  */
64310#include <math.h>
64311		      #ifdef HAVE_IEEEFP_H
64312		      #include <ieeefp.h>
64313		      #endif
64314
64315int
64316main ()
64317{
64318 finitef(0);
64319  ;
64320  return 0;
64321}
64322_ACEOF
64323if ac_fn_cxx_try_compile "$LINENO"; then :
64324  glibcxx_cv_func_finitef_use=yes
64325else
64326  glibcxx_cv_func_finitef_use=no
64327fi
64328rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64329      ac_ext=c
64330ac_cpp='$CPP $CPPFLAGS'
64331ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64332ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64333ac_compiler_gnu=$ac_cv_c_compiler_gnu
64334
64335
64336fi
64337
64338  fi
64339  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitef_use" >&5
64340$as_echo "$glibcxx_cv_func_finitef_use" >&6; }
64341
64342  if test x$glibcxx_cv_func_finitef_use = x"yes"; then
64343    for ac_func in finitef
64344do :
64345  ac_fn_c_check_func "$LINENO" "finitef" "ac_cv_func_finitef"
64346if test "x$ac_cv_func_finitef" = xyes; then :
64347  cat >>confdefs.h <<_ACEOF
64348#define HAVE_FINITEF 1
64349_ACEOF
64350
64351fi
64352done
64353
64354  else
64355
64356  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5
64357$as_echo_n "checking for _finitef declaration... " >&6; }
64358  if test x${glibcxx_cv_func__finitef_use+set} != xset; then
64359    if ${glibcxx_cv_func__finitef_use+:} false; then :
64360  $as_echo_n "(cached) " >&6
64361else
64362
64363
64364      ac_ext=cpp
64365ac_cpp='$CXXCPP $CPPFLAGS'
64366ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64367ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64368ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64369
64370      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64371/* end confdefs.h.  */
64372#include <math.h>
64373		      #ifdef HAVE_IEEEFP_H
64374		      #include <ieeefp.h>
64375		      #endif
64376
64377int
64378main ()
64379{
64380 _finitef(0);
64381  ;
64382  return 0;
64383}
64384_ACEOF
64385if ac_fn_cxx_try_compile "$LINENO"; then :
64386  glibcxx_cv_func__finitef_use=yes
64387else
64388  glibcxx_cv_func__finitef_use=no
64389fi
64390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64391      ac_ext=c
64392ac_cpp='$CPP $CPPFLAGS'
64393ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64394ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64395ac_compiler_gnu=$ac_cv_c_compiler_gnu
64396
64397
64398fi
64399
64400  fi
64401  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5
64402$as_echo "$glibcxx_cv_func__finitef_use" >&6; }
64403
64404    if test x$glibcxx_cv_func__finitef_use = x"yes"; then
64405      for ac_func in _finitef
64406do :
64407  ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef"
64408if test "x$ac_cv_func__finitef" = xyes; then :
64409  cat >>confdefs.h <<_ACEOF
64410#define HAVE__FINITEF 1
64411_ACEOF
64412
64413fi
64414done
64415
64416    fi
64417  fi
64418
64419
64420
64421
64422
64423    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5
64424$as_echo_n "checking for long double trig functions... " >&6; }
64425  if ${glibcxx_cv_func_long_double_trig_use+:} false; then :
64426  $as_echo_n "(cached) " >&6
64427else
64428
64429
64430    ac_ext=cpp
64431ac_cpp='$CXXCPP $CPPFLAGS'
64432ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64433ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64434ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64435
64436    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64437/* end confdefs.h.  */
64438#include <math.h>
64439int
64440main ()
64441{
64442acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
64443  ;
64444  return 0;
64445}
64446_ACEOF
64447if ac_fn_cxx_try_compile "$LINENO"; then :
64448  glibcxx_cv_func_long_double_trig_use=yes
64449else
64450  glibcxx_cv_func_long_double_trig_use=no
64451fi
64452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64453    ac_ext=c
64454ac_cpp='$CPP $CPPFLAGS'
64455ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64456ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64457ac_compiler_gnu=$ac_cv_c_compiler_gnu
64458
64459fi
64460
64461  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_trig_use" >&5
64462$as_echo "$glibcxx_cv_func_long_double_trig_use" >&6; }
64463  if test x$glibcxx_cv_func_long_double_trig_use = x"yes"; then
64464    for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
64465do :
64466  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
64467ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
64468if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
64469  cat >>confdefs.h <<_ACEOF
64470#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
64471_ACEOF
64472
64473fi
64474done
64475
64476  else
64477    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5
64478$as_echo_n "checking for _long double trig functions... " >&6; }
64479    if ${glibcxx_cv_func__long_double_trig_use+:} false; then :
64480  $as_echo_n "(cached) " >&6
64481else
64482
64483
64484      ac_ext=cpp
64485ac_cpp='$CXXCPP $CPPFLAGS'
64486ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64487ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64488ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64489
64490      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64491/* end confdefs.h.  */
64492#include <math.h>
64493int
64494main ()
64495{
64496_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0);
64497  ;
64498  return 0;
64499}
64500_ACEOF
64501if ac_fn_cxx_try_compile "$LINENO"; then :
64502  glibcxx_cv_func__long_double_trig_use=yes
64503else
64504  glibcxx_cv_func__long_double_trig_use=no
64505fi
64506rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64507      ac_ext=c
64508ac_cpp='$CPP $CPPFLAGS'
64509ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64510ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64511ac_compiler_gnu=$ac_cv_c_compiler_gnu
64512
64513fi
64514
64515    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5
64516$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; }
64517    if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then
64518      for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl
64519do :
64520  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
64521ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
64522if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
64523  cat >>confdefs.h <<_ACEOF
64524#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
64525_ACEOF
64526
64527fi
64528done
64529
64530    fi
64531  fi
64532
64533
64534
64535
64536
64537    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5
64538$as_echo_n "checking for long double round functions... " >&6; }
64539  if ${glibcxx_cv_func_long_double_round_use+:} false; then :
64540  $as_echo_n "(cached) " >&6
64541else
64542
64543
64544    ac_ext=cpp
64545ac_cpp='$CXXCPP $CPPFLAGS'
64546ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64547ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64548ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64549
64550    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64551/* end confdefs.h.  */
64552#include <math.h>
64553int
64554main ()
64555{
64556ceill (0); floorl (0);
64557  ;
64558  return 0;
64559}
64560_ACEOF
64561if ac_fn_cxx_try_compile "$LINENO"; then :
64562  glibcxx_cv_func_long_double_round_use=yes
64563else
64564  glibcxx_cv_func_long_double_round_use=no
64565fi
64566rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64567    ac_ext=c
64568ac_cpp='$CPP $CPPFLAGS'
64569ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64570ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64571ac_compiler_gnu=$ac_cv_c_compiler_gnu
64572
64573fi
64574
64575  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_round_use" >&5
64576$as_echo "$glibcxx_cv_func_long_double_round_use" >&6; }
64577  if test x$glibcxx_cv_func_long_double_round_use = x"yes"; then
64578    for ac_func in ceill floorl
64579do :
64580  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
64581ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
64582if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
64583  cat >>confdefs.h <<_ACEOF
64584#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
64585_ACEOF
64586
64587fi
64588done
64589
64590  else
64591    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5
64592$as_echo_n "checking for _long double round functions... " >&6; }
64593    if ${glibcxx_cv_func__long_double_round_use+:} false; then :
64594  $as_echo_n "(cached) " >&6
64595else
64596
64597
64598      ac_ext=cpp
64599ac_cpp='$CXXCPP $CPPFLAGS'
64600ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64601ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64602ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64603
64604      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64605/* end confdefs.h.  */
64606#include <math.h>
64607int
64608main ()
64609{
64610_ceill (0); _floorl (0);
64611  ;
64612  return 0;
64613}
64614_ACEOF
64615if ac_fn_cxx_try_compile "$LINENO"; then :
64616  glibcxx_cv_func__long_double_round_use=yes
64617else
64618  glibcxx_cv_func__long_double_round_use=no
64619fi
64620rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64621      ac_ext=c
64622ac_cpp='$CPP $CPPFLAGS'
64623ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64624ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64625ac_compiler_gnu=$ac_cv_c_compiler_gnu
64626
64627fi
64628
64629    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5
64630$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; }
64631    if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then
64632      for ac_func in _ceill _floorl
64633do :
64634  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
64635ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
64636if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
64637  cat >>confdefs.h <<_ACEOF
64638#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
64639_ACEOF
64640
64641fi
64642done
64643
64644    fi
64645  fi
64646
64647
64648
64649
64650
64651
64652  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5
64653$as_echo_n "checking for isnanl declaration... " >&6; }
64654  if test x${glibcxx_cv_func_isnanl_use+set} != xset; then
64655    if ${glibcxx_cv_func_isnanl_use+:} false; then :
64656  $as_echo_n "(cached) " >&6
64657else
64658
64659
64660      ac_ext=cpp
64661ac_cpp='$CXXCPP $CPPFLAGS'
64662ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64663ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64664ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64665
64666      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64667/* end confdefs.h.  */
64668#include <math.h>
64669		      #ifdef HAVE_IEEEFP_H
64670		      #include <ieeefp.h>
64671		      #endif
64672
64673int
64674main ()
64675{
64676 isnanl(0);
64677  ;
64678  return 0;
64679}
64680_ACEOF
64681if ac_fn_cxx_try_compile "$LINENO"; then :
64682  glibcxx_cv_func_isnanl_use=yes
64683else
64684  glibcxx_cv_func_isnanl_use=no
64685fi
64686rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64687      ac_ext=c
64688ac_cpp='$CPP $CPPFLAGS'
64689ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64690ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64691ac_compiler_gnu=$ac_cv_c_compiler_gnu
64692
64693
64694fi
64695
64696  fi
64697  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanl_use" >&5
64698$as_echo "$glibcxx_cv_func_isnanl_use" >&6; }
64699
64700  if test x$glibcxx_cv_func_isnanl_use = x"yes"; then
64701    for ac_func in isnanl
64702do :
64703  ac_fn_c_check_func "$LINENO" "isnanl" "ac_cv_func_isnanl"
64704if test "x$ac_cv_func_isnanl" = xyes; then :
64705  cat >>confdefs.h <<_ACEOF
64706#define HAVE_ISNANL 1
64707_ACEOF
64708
64709fi
64710done
64711
64712  else
64713
64714  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5
64715$as_echo_n "checking for _isnanl declaration... " >&6; }
64716  if test x${glibcxx_cv_func__isnanl_use+set} != xset; then
64717    if ${glibcxx_cv_func__isnanl_use+:} false; then :
64718  $as_echo_n "(cached) " >&6
64719else
64720
64721
64722      ac_ext=cpp
64723ac_cpp='$CXXCPP $CPPFLAGS'
64724ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64725ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64726ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64727
64728      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64729/* end confdefs.h.  */
64730#include <math.h>
64731		      #ifdef HAVE_IEEEFP_H
64732		      #include <ieeefp.h>
64733		      #endif
64734
64735int
64736main ()
64737{
64738 _isnanl(0);
64739  ;
64740  return 0;
64741}
64742_ACEOF
64743if ac_fn_cxx_try_compile "$LINENO"; then :
64744  glibcxx_cv_func__isnanl_use=yes
64745else
64746  glibcxx_cv_func__isnanl_use=no
64747fi
64748rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64749      ac_ext=c
64750ac_cpp='$CPP $CPPFLAGS'
64751ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64752ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64753ac_compiler_gnu=$ac_cv_c_compiler_gnu
64754
64755
64756fi
64757
64758  fi
64759  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5
64760$as_echo "$glibcxx_cv_func__isnanl_use" >&6; }
64761
64762    if test x$glibcxx_cv_func__isnanl_use = x"yes"; then
64763      for ac_func in _isnanl
64764do :
64765  ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl"
64766if test "x$ac_cv_func__isnanl" = xyes; then :
64767  cat >>confdefs.h <<_ACEOF
64768#define HAVE__ISNANL 1
64769_ACEOF
64770
64771fi
64772done
64773
64774    fi
64775  fi
64776
64777
64778
64779
64780
64781  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5
64782$as_echo_n "checking for isinfl declaration... " >&6; }
64783  if test x${glibcxx_cv_func_isinfl_use+set} != xset; then
64784    if ${glibcxx_cv_func_isinfl_use+:} false; then :
64785  $as_echo_n "(cached) " >&6
64786else
64787
64788
64789      ac_ext=cpp
64790ac_cpp='$CXXCPP $CPPFLAGS'
64791ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64792ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64793ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64794
64795      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64796/* end confdefs.h.  */
64797#include <math.h>
64798		      #ifdef HAVE_IEEEFP_H
64799		      #include <ieeefp.h>
64800		      #endif
64801
64802int
64803main ()
64804{
64805 isinfl(0);
64806  ;
64807  return 0;
64808}
64809_ACEOF
64810if ac_fn_cxx_try_compile "$LINENO"; then :
64811  glibcxx_cv_func_isinfl_use=yes
64812else
64813  glibcxx_cv_func_isinfl_use=no
64814fi
64815rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64816      ac_ext=c
64817ac_cpp='$CPP $CPPFLAGS'
64818ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64819ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64820ac_compiler_gnu=$ac_cv_c_compiler_gnu
64821
64822
64823fi
64824
64825  fi
64826  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinfl_use" >&5
64827$as_echo "$glibcxx_cv_func_isinfl_use" >&6; }
64828
64829  if test x$glibcxx_cv_func_isinfl_use = x"yes"; then
64830    for ac_func in isinfl
64831do :
64832  ac_fn_c_check_func "$LINENO" "isinfl" "ac_cv_func_isinfl"
64833if test "x$ac_cv_func_isinfl" = xyes; then :
64834  cat >>confdefs.h <<_ACEOF
64835#define HAVE_ISINFL 1
64836_ACEOF
64837
64838fi
64839done
64840
64841  else
64842
64843  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5
64844$as_echo_n "checking for _isinfl declaration... " >&6; }
64845  if test x${glibcxx_cv_func__isinfl_use+set} != xset; then
64846    if ${glibcxx_cv_func__isinfl_use+:} false; then :
64847  $as_echo_n "(cached) " >&6
64848else
64849
64850
64851      ac_ext=cpp
64852ac_cpp='$CXXCPP $CPPFLAGS'
64853ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64854ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64855ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64856
64857      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64858/* end confdefs.h.  */
64859#include <math.h>
64860		      #ifdef HAVE_IEEEFP_H
64861		      #include <ieeefp.h>
64862		      #endif
64863
64864int
64865main ()
64866{
64867 _isinfl(0);
64868  ;
64869  return 0;
64870}
64871_ACEOF
64872if ac_fn_cxx_try_compile "$LINENO"; then :
64873  glibcxx_cv_func__isinfl_use=yes
64874else
64875  glibcxx_cv_func__isinfl_use=no
64876fi
64877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64878      ac_ext=c
64879ac_cpp='$CPP $CPPFLAGS'
64880ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64881ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64882ac_compiler_gnu=$ac_cv_c_compiler_gnu
64883
64884
64885fi
64886
64887  fi
64888  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5
64889$as_echo "$glibcxx_cv_func__isinfl_use" >&6; }
64890
64891    if test x$glibcxx_cv_func__isinfl_use = x"yes"; then
64892      for ac_func in _isinfl
64893do :
64894  ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl"
64895if test "x$ac_cv_func__isinfl" = xyes; then :
64896  cat >>confdefs.h <<_ACEOF
64897#define HAVE__ISINFL 1
64898_ACEOF
64899
64900fi
64901done
64902
64903    fi
64904  fi
64905
64906
64907
64908
64909
64910  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5
64911$as_echo_n "checking for atan2l declaration... " >&6; }
64912  if test x${glibcxx_cv_func_atan2l_use+set} != xset; then
64913    if ${glibcxx_cv_func_atan2l_use+:} false; then :
64914  $as_echo_n "(cached) " >&6
64915else
64916
64917
64918      ac_ext=cpp
64919ac_cpp='$CXXCPP $CPPFLAGS'
64920ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64921ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64922ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64923
64924      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64925/* end confdefs.h.  */
64926#include <math.h>
64927int
64928main ()
64929{
64930 atan2l(0, 0);
64931  ;
64932  return 0;
64933}
64934_ACEOF
64935if ac_fn_cxx_try_compile "$LINENO"; then :
64936  glibcxx_cv_func_atan2l_use=yes
64937else
64938  glibcxx_cv_func_atan2l_use=no
64939fi
64940rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64941      ac_ext=c
64942ac_cpp='$CPP $CPPFLAGS'
64943ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64944ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64945ac_compiler_gnu=$ac_cv_c_compiler_gnu
64946
64947
64948fi
64949
64950  fi
64951  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2l_use" >&5
64952$as_echo "$glibcxx_cv_func_atan2l_use" >&6; }
64953
64954  if test x$glibcxx_cv_func_atan2l_use = x"yes"; then
64955    for ac_func in atan2l
64956do :
64957  ac_fn_c_check_func "$LINENO" "atan2l" "ac_cv_func_atan2l"
64958if test "x$ac_cv_func_atan2l" = xyes; then :
64959  cat >>confdefs.h <<_ACEOF
64960#define HAVE_ATAN2L 1
64961_ACEOF
64962
64963fi
64964done
64965
64966  else
64967
64968  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5
64969$as_echo_n "checking for _atan2l declaration... " >&6; }
64970  if test x${glibcxx_cv_func__atan2l_use+set} != xset; then
64971    if ${glibcxx_cv_func__atan2l_use+:} false; then :
64972  $as_echo_n "(cached) " >&6
64973else
64974
64975
64976      ac_ext=cpp
64977ac_cpp='$CXXCPP $CPPFLAGS'
64978ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
64979ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
64980ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
64981
64982      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64983/* end confdefs.h.  */
64984#include <math.h>
64985int
64986main ()
64987{
64988 _atan2l(0, 0);
64989  ;
64990  return 0;
64991}
64992_ACEOF
64993if ac_fn_cxx_try_compile "$LINENO"; then :
64994  glibcxx_cv_func__atan2l_use=yes
64995else
64996  glibcxx_cv_func__atan2l_use=no
64997fi
64998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64999      ac_ext=c
65000ac_cpp='$CPP $CPPFLAGS'
65001ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65002ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65003ac_compiler_gnu=$ac_cv_c_compiler_gnu
65004
65005
65006fi
65007
65008  fi
65009  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5
65010$as_echo "$glibcxx_cv_func__atan2l_use" >&6; }
65011
65012    if test x$glibcxx_cv_func__atan2l_use = x"yes"; then
65013      for ac_func in _atan2l
65014do :
65015  ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l"
65016if test "x$ac_cv_func__atan2l" = xyes; then :
65017  cat >>confdefs.h <<_ACEOF
65018#define HAVE__ATAN2L 1
65019_ACEOF
65020
65021fi
65022done
65023
65024    fi
65025  fi
65026
65027
65028
65029
65030
65031  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5
65032$as_echo_n "checking for expl declaration... " >&6; }
65033  if test x${glibcxx_cv_func_expl_use+set} != xset; then
65034    if ${glibcxx_cv_func_expl_use+:} false; then :
65035  $as_echo_n "(cached) " >&6
65036else
65037
65038
65039      ac_ext=cpp
65040ac_cpp='$CXXCPP $CPPFLAGS'
65041ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65042ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65043ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65044
65045      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65046/* end confdefs.h.  */
65047#include <math.h>
65048		      #ifdef HAVE_IEEEFP_H
65049		      #include <ieeefp.h>
65050		      #endif
65051
65052int
65053main ()
65054{
65055 expl(0);
65056  ;
65057  return 0;
65058}
65059_ACEOF
65060if ac_fn_cxx_try_compile "$LINENO"; then :
65061  glibcxx_cv_func_expl_use=yes
65062else
65063  glibcxx_cv_func_expl_use=no
65064fi
65065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65066      ac_ext=c
65067ac_cpp='$CPP $CPPFLAGS'
65068ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65069ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65070ac_compiler_gnu=$ac_cv_c_compiler_gnu
65071
65072
65073fi
65074
65075  fi
65076  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expl_use" >&5
65077$as_echo "$glibcxx_cv_func_expl_use" >&6; }
65078
65079  if test x$glibcxx_cv_func_expl_use = x"yes"; then
65080    for ac_func in expl
65081do :
65082  ac_fn_c_check_func "$LINENO" "expl" "ac_cv_func_expl"
65083if test "x$ac_cv_func_expl" = xyes; then :
65084  cat >>confdefs.h <<_ACEOF
65085#define HAVE_EXPL 1
65086_ACEOF
65087
65088fi
65089done
65090
65091  else
65092
65093  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5
65094$as_echo_n "checking for _expl declaration... " >&6; }
65095  if test x${glibcxx_cv_func__expl_use+set} != xset; then
65096    if ${glibcxx_cv_func__expl_use+:} false; then :
65097  $as_echo_n "(cached) " >&6
65098else
65099
65100
65101      ac_ext=cpp
65102ac_cpp='$CXXCPP $CPPFLAGS'
65103ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65104ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65105ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65106
65107      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65108/* end confdefs.h.  */
65109#include <math.h>
65110		      #ifdef HAVE_IEEEFP_H
65111		      #include <ieeefp.h>
65112		      #endif
65113
65114int
65115main ()
65116{
65117 _expl(0);
65118  ;
65119  return 0;
65120}
65121_ACEOF
65122if ac_fn_cxx_try_compile "$LINENO"; then :
65123  glibcxx_cv_func__expl_use=yes
65124else
65125  glibcxx_cv_func__expl_use=no
65126fi
65127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65128      ac_ext=c
65129ac_cpp='$CPP $CPPFLAGS'
65130ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65131ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65132ac_compiler_gnu=$ac_cv_c_compiler_gnu
65133
65134
65135fi
65136
65137  fi
65138  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5
65139$as_echo "$glibcxx_cv_func__expl_use" >&6; }
65140
65141    if test x$glibcxx_cv_func__expl_use = x"yes"; then
65142      for ac_func in _expl
65143do :
65144  ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl"
65145if test "x$ac_cv_func__expl" = xyes; then :
65146  cat >>confdefs.h <<_ACEOF
65147#define HAVE__EXPL 1
65148_ACEOF
65149
65150fi
65151done
65152
65153    fi
65154  fi
65155
65156
65157
65158
65159
65160  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5
65161$as_echo_n "checking for fabsl declaration... " >&6; }
65162  if test x${glibcxx_cv_func_fabsl_use+set} != xset; then
65163    if ${glibcxx_cv_func_fabsl_use+:} false; then :
65164  $as_echo_n "(cached) " >&6
65165else
65166
65167
65168      ac_ext=cpp
65169ac_cpp='$CXXCPP $CPPFLAGS'
65170ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65171ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65172ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65173
65174      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65175/* end confdefs.h.  */
65176#include <math.h>
65177		      #ifdef HAVE_IEEEFP_H
65178		      #include <ieeefp.h>
65179		      #endif
65180
65181int
65182main ()
65183{
65184 fabsl(0);
65185  ;
65186  return 0;
65187}
65188_ACEOF
65189if ac_fn_cxx_try_compile "$LINENO"; then :
65190  glibcxx_cv_func_fabsl_use=yes
65191else
65192  glibcxx_cv_func_fabsl_use=no
65193fi
65194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65195      ac_ext=c
65196ac_cpp='$CPP $CPPFLAGS'
65197ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65198ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65199ac_compiler_gnu=$ac_cv_c_compiler_gnu
65200
65201
65202fi
65203
65204  fi
65205  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsl_use" >&5
65206$as_echo "$glibcxx_cv_func_fabsl_use" >&6; }
65207
65208  if test x$glibcxx_cv_func_fabsl_use = x"yes"; then
65209    for ac_func in fabsl
65210do :
65211  ac_fn_c_check_func "$LINENO" "fabsl" "ac_cv_func_fabsl"
65212if test "x$ac_cv_func_fabsl" = xyes; then :
65213  cat >>confdefs.h <<_ACEOF
65214#define HAVE_FABSL 1
65215_ACEOF
65216
65217fi
65218done
65219
65220  else
65221
65222  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5
65223$as_echo_n "checking for _fabsl declaration... " >&6; }
65224  if test x${glibcxx_cv_func__fabsl_use+set} != xset; then
65225    if ${glibcxx_cv_func__fabsl_use+:} false; then :
65226  $as_echo_n "(cached) " >&6
65227else
65228
65229
65230      ac_ext=cpp
65231ac_cpp='$CXXCPP $CPPFLAGS'
65232ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65233ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65234ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65235
65236      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65237/* end confdefs.h.  */
65238#include <math.h>
65239		      #ifdef HAVE_IEEEFP_H
65240		      #include <ieeefp.h>
65241		      #endif
65242
65243int
65244main ()
65245{
65246 _fabsl(0);
65247  ;
65248  return 0;
65249}
65250_ACEOF
65251if ac_fn_cxx_try_compile "$LINENO"; then :
65252  glibcxx_cv_func__fabsl_use=yes
65253else
65254  glibcxx_cv_func__fabsl_use=no
65255fi
65256rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65257      ac_ext=c
65258ac_cpp='$CPP $CPPFLAGS'
65259ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65260ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65261ac_compiler_gnu=$ac_cv_c_compiler_gnu
65262
65263
65264fi
65265
65266  fi
65267  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5
65268$as_echo "$glibcxx_cv_func__fabsl_use" >&6; }
65269
65270    if test x$glibcxx_cv_func__fabsl_use = x"yes"; then
65271      for ac_func in _fabsl
65272do :
65273  ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl"
65274if test "x$ac_cv_func__fabsl" = xyes; then :
65275  cat >>confdefs.h <<_ACEOF
65276#define HAVE__FABSL 1
65277_ACEOF
65278
65279fi
65280done
65281
65282    fi
65283  fi
65284
65285
65286
65287
65288
65289  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5
65290$as_echo_n "checking for fmodl declaration... " >&6; }
65291  if test x${glibcxx_cv_func_fmodl_use+set} != xset; then
65292    if ${glibcxx_cv_func_fmodl_use+:} false; then :
65293  $as_echo_n "(cached) " >&6
65294else
65295
65296
65297      ac_ext=cpp
65298ac_cpp='$CXXCPP $CPPFLAGS'
65299ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65300ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65301ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65302
65303      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65304/* end confdefs.h.  */
65305#include <math.h>
65306int
65307main ()
65308{
65309 fmodl(0, 0);
65310  ;
65311  return 0;
65312}
65313_ACEOF
65314if ac_fn_cxx_try_compile "$LINENO"; then :
65315  glibcxx_cv_func_fmodl_use=yes
65316else
65317  glibcxx_cv_func_fmodl_use=no
65318fi
65319rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65320      ac_ext=c
65321ac_cpp='$CPP $CPPFLAGS'
65322ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65323ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65324ac_compiler_gnu=$ac_cv_c_compiler_gnu
65325
65326
65327fi
65328
65329  fi
65330  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodl_use" >&5
65331$as_echo "$glibcxx_cv_func_fmodl_use" >&6; }
65332
65333  if test x$glibcxx_cv_func_fmodl_use = x"yes"; then
65334    for ac_func in fmodl
65335do :
65336  ac_fn_c_check_func "$LINENO" "fmodl" "ac_cv_func_fmodl"
65337if test "x$ac_cv_func_fmodl" = xyes; then :
65338  cat >>confdefs.h <<_ACEOF
65339#define HAVE_FMODL 1
65340_ACEOF
65341
65342fi
65343done
65344
65345  else
65346
65347  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5
65348$as_echo_n "checking for _fmodl declaration... " >&6; }
65349  if test x${glibcxx_cv_func__fmodl_use+set} != xset; then
65350    if ${glibcxx_cv_func__fmodl_use+:} false; then :
65351  $as_echo_n "(cached) " >&6
65352else
65353
65354
65355      ac_ext=cpp
65356ac_cpp='$CXXCPP $CPPFLAGS'
65357ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65358ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65359ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65360
65361      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65362/* end confdefs.h.  */
65363#include <math.h>
65364int
65365main ()
65366{
65367 _fmodl(0, 0);
65368  ;
65369  return 0;
65370}
65371_ACEOF
65372if ac_fn_cxx_try_compile "$LINENO"; then :
65373  glibcxx_cv_func__fmodl_use=yes
65374else
65375  glibcxx_cv_func__fmodl_use=no
65376fi
65377rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65378      ac_ext=c
65379ac_cpp='$CPP $CPPFLAGS'
65380ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65381ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65382ac_compiler_gnu=$ac_cv_c_compiler_gnu
65383
65384
65385fi
65386
65387  fi
65388  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5
65389$as_echo "$glibcxx_cv_func__fmodl_use" >&6; }
65390
65391    if test x$glibcxx_cv_func__fmodl_use = x"yes"; then
65392      for ac_func in _fmodl
65393do :
65394  ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl"
65395if test "x$ac_cv_func__fmodl" = xyes; then :
65396  cat >>confdefs.h <<_ACEOF
65397#define HAVE__FMODL 1
65398_ACEOF
65399
65400fi
65401done
65402
65403    fi
65404  fi
65405
65406
65407
65408
65409
65410  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5
65411$as_echo_n "checking for frexpl declaration... " >&6; }
65412  if test x${glibcxx_cv_func_frexpl_use+set} != xset; then
65413    if ${glibcxx_cv_func_frexpl_use+:} false; then :
65414  $as_echo_n "(cached) " >&6
65415else
65416
65417
65418      ac_ext=cpp
65419ac_cpp='$CXXCPP $CPPFLAGS'
65420ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65421ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65422ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65423
65424      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65425/* end confdefs.h.  */
65426#include <math.h>
65427int
65428main ()
65429{
65430 frexpl(0, 0);
65431  ;
65432  return 0;
65433}
65434_ACEOF
65435if ac_fn_cxx_try_compile "$LINENO"; then :
65436  glibcxx_cv_func_frexpl_use=yes
65437else
65438  glibcxx_cv_func_frexpl_use=no
65439fi
65440rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65441      ac_ext=c
65442ac_cpp='$CPP $CPPFLAGS'
65443ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65444ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65445ac_compiler_gnu=$ac_cv_c_compiler_gnu
65446
65447
65448fi
65449
65450  fi
65451  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpl_use" >&5
65452$as_echo "$glibcxx_cv_func_frexpl_use" >&6; }
65453
65454  if test x$glibcxx_cv_func_frexpl_use = x"yes"; then
65455    for ac_func in frexpl
65456do :
65457  ac_fn_c_check_func "$LINENO" "frexpl" "ac_cv_func_frexpl"
65458if test "x$ac_cv_func_frexpl" = xyes; then :
65459  cat >>confdefs.h <<_ACEOF
65460#define HAVE_FREXPL 1
65461_ACEOF
65462
65463fi
65464done
65465
65466  else
65467
65468  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5
65469$as_echo_n "checking for _frexpl declaration... " >&6; }
65470  if test x${glibcxx_cv_func__frexpl_use+set} != xset; then
65471    if ${glibcxx_cv_func__frexpl_use+:} false; then :
65472  $as_echo_n "(cached) " >&6
65473else
65474
65475
65476      ac_ext=cpp
65477ac_cpp='$CXXCPP $CPPFLAGS'
65478ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65479ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65480ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65481
65482      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65483/* end confdefs.h.  */
65484#include <math.h>
65485int
65486main ()
65487{
65488 _frexpl(0, 0);
65489  ;
65490  return 0;
65491}
65492_ACEOF
65493if ac_fn_cxx_try_compile "$LINENO"; then :
65494  glibcxx_cv_func__frexpl_use=yes
65495else
65496  glibcxx_cv_func__frexpl_use=no
65497fi
65498rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65499      ac_ext=c
65500ac_cpp='$CPP $CPPFLAGS'
65501ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65502ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65503ac_compiler_gnu=$ac_cv_c_compiler_gnu
65504
65505
65506fi
65507
65508  fi
65509  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5
65510$as_echo "$glibcxx_cv_func__frexpl_use" >&6; }
65511
65512    if test x$glibcxx_cv_func__frexpl_use = x"yes"; then
65513      for ac_func in _frexpl
65514do :
65515  ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl"
65516if test "x$ac_cv_func__frexpl" = xyes; then :
65517  cat >>confdefs.h <<_ACEOF
65518#define HAVE__FREXPL 1
65519_ACEOF
65520
65521fi
65522done
65523
65524    fi
65525  fi
65526
65527
65528
65529
65530
65531  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5
65532$as_echo_n "checking for hypotl declaration... " >&6; }
65533  if test x${glibcxx_cv_func_hypotl_use+set} != xset; then
65534    if ${glibcxx_cv_func_hypotl_use+:} false; then :
65535  $as_echo_n "(cached) " >&6
65536else
65537
65538
65539      ac_ext=cpp
65540ac_cpp='$CXXCPP $CPPFLAGS'
65541ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65542ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65543ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65544
65545      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65546/* end confdefs.h.  */
65547#include <math.h>
65548int
65549main ()
65550{
65551 hypotl(0, 0);
65552  ;
65553  return 0;
65554}
65555_ACEOF
65556if ac_fn_cxx_try_compile "$LINENO"; then :
65557  glibcxx_cv_func_hypotl_use=yes
65558else
65559  glibcxx_cv_func_hypotl_use=no
65560fi
65561rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65562      ac_ext=c
65563ac_cpp='$CPP $CPPFLAGS'
65564ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65565ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65566ac_compiler_gnu=$ac_cv_c_compiler_gnu
65567
65568
65569fi
65570
65571  fi
65572  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotl_use" >&5
65573$as_echo "$glibcxx_cv_func_hypotl_use" >&6; }
65574
65575  if test x$glibcxx_cv_func_hypotl_use = x"yes"; then
65576    for ac_func in hypotl
65577do :
65578  ac_fn_c_check_func "$LINENO" "hypotl" "ac_cv_func_hypotl"
65579if test "x$ac_cv_func_hypotl" = xyes; then :
65580  cat >>confdefs.h <<_ACEOF
65581#define HAVE_HYPOTL 1
65582_ACEOF
65583
65584fi
65585done
65586
65587  else
65588
65589  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5
65590$as_echo_n "checking for _hypotl declaration... " >&6; }
65591  if test x${glibcxx_cv_func__hypotl_use+set} != xset; then
65592    if ${glibcxx_cv_func__hypotl_use+:} false; then :
65593  $as_echo_n "(cached) " >&6
65594else
65595
65596
65597      ac_ext=cpp
65598ac_cpp='$CXXCPP $CPPFLAGS'
65599ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65600ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65601ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65602
65603      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65604/* end confdefs.h.  */
65605#include <math.h>
65606int
65607main ()
65608{
65609 _hypotl(0, 0);
65610  ;
65611  return 0;
65612}
65613_ACEOF
65614if ac_fn_cxx_try_compile "$LINENO"; then :
65615  glibcxx_cv_func__hypotl_use=yes
65616else
65617  glibcxx_cv_func__hypotl_use=no
65618fi
65619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65620      ac_ext=c
65621ac_cpp='$CPP $CPPFLAGS'
65622ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65623ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65624ac_compiler_gnu=$ac_cv_c_compiler_gnu
65625
65626
65627fi
65628
65629  fi
65630  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5
65631$as_echo "$glibcxx_cv_func__hypotl_use" >&6; }
65632
65633    if test x$glibcxx_cv_func__hypotl_use = x"yes"; then
65634      for ac_func in _hypotl
65635do :
65636  ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl"
65637if test "x$ac_cv_func__hypotl" = xyes; then :
65638  cat >>confdefs.h <<_ACEOF
65639#define HAVE__HYPOTL 1
65640_ACEOF
65641
65642fi
65643done
65644
65645    fi
65646  fi
65647
65648
65649
65650
65651
65652  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5
65653$as_echo_n "checking for ldexpl declaration... " >&6; }
65654  if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then
65655    if ${glibcxx_cv_func_ldexpl_use+:} false; then :
65656  $as_echo_n "(cached) " >&6
65657else
65658
65659
65660      ac_ext=cpp
65661ac_cpp='$CXXCPP $CPPFLAGS'
65662ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65663ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65664ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65665
65666      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65667/* end confdefs.h.  */
65668#include <math.h>
65669int
65670main ()
65671{
65672 ldexpl(0, 0);
65673  ;
65674  return 0;
65675}
65676_ACEOF
65677if ac_fn_cxx_try_compile "$LINENO"; then :
65678  glibcxx_cv_func_ldexpl_use=yes
65679else
65680  glibcxx_cv_func_ldexpl_use=no
65681fi
65682rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65683      ac_ext=c
65684ac_cpp='$CPP $CPPFLAGS'
65685ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65686ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65687ac_compiler_gnu=$ac_cv_c_compiler_gnu
65688
65689
65690fi
65691
65692  fi
65693  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpl_use" >&5
65694$as_echo "$glibcxx_cv_func_ldexpl_use" >&6; }
65695
65696  if test x$glibcxx_cv_func_ldexpl_use = x"yes"; then
65697    for ac_func in ldexpl
65698do :
65699  ac_fn_c_check_func "$LINENO" "ldexpl" "ac_cv_func_ldexpl"
65700if test "x$ac_cv_func_ldexpl" = xyes; then :
65701  cat >>confdefs.h <<_ACEOF
65702#define HAVE_LDEXPL 1
65703_ACEOF
65704
65705fi
65706done
65707
65708  else
65709
65710  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5
65711$as_echo_n "checking for _ldexpl declaration... " >&6; }
65712  if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then
65713    if ${glibcxx_cv_func__ldexpl_use+:} false; then :
65714  $as_echo_n "(cached) " >&6
65715else
65716
65717
65718      ac_ext=cpp
65719ac_cpp='$CXXCPP $CPPFLAGS'
65720ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65721ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65722ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65723
65724      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65725/* end confdefs.h.  */
65726#include <math.h>
65727int
65728main ()
65729{
65730 _ldexpl(0, 0);
65731  ;
65732  return 0;
65733}
65734_ACEOF
65735if ac_fn_cxx_try_compile "$LINENO"; then :
65736  glibcxx_cv_func__ldexpl_use=yes
65737else
65738  glibcxx_cv_func__ldexpl_use=no
65739fi
65740rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65741      ac_ext=c
65742ac_cpp='$CPP $CPPFLAGS'
65743ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65744ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65745ac_compiler_gnu=$ac_cv_c_compiler_gnu
65746
65747
65748fi
65749
65750  fi
65751  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5
65752$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; }
65753
65754    if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then
65755      for ac_func in _ldexpl
65756do :
65757  ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl"
65758if test "x$ac_cv_func__ldexpl" = xyes; then :
65759  cat >>confdefs.h <<_ACEOF
65760#define HAVE__LDEXPL 1
65761_ACEOF
65762
65763fi
65764done
65765
65766    fi
65767  fi
65768
65769
65770
65771
65772
65773  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5
65774$as_echo_n "checking for logl declaration... " >&6; }
65775  if test x${glibcxx_cv_func_logl_use+set} != xset; then
65776    if ${glibcxx_cv_func_logl_use+:} false; then :
65777  $as_echo_n "(cached) " >&6
65778else
65779
65780
65781      ac_ext=cpp
65782ac_cpp='$CXXCPP $CPPFLAGS'
65783ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65784ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65785ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65786
65787      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65788/* end confdefs.h.  */
65789#include <math.h>
65790		      #ifdef HAVE_IEEEFP_H
65791		      #include <ieeefp.h>
65792		      #endif
65793
65794int
65795main ()
65796{
65797 logl(0);
65798  ;
65799  return 0;
65800}
65801_ACEOF
65802if ac_fn_cxx_try_compile "$LINENO"; then :
65803  glibcxx_cv_func_logl_use=yes
65804else
65805  glibcxx_cv_func_logl_use=no
65806fi
65807rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65808      ac_ext=c
65809ac_cpp='$CPP $CPPFLAGS'
65810ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65811ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65812ac_compiler_gnu=$ac_cv_c_compiler_gnu
65813
65814
65815fi
65816
65817  fi
65818  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logl_use" >&5
65819$as_echo "$glibcxx_cv_func_logl_use" >&6; }
65820
65821  if test x$glibcxx_cv_func_logl_use = x"yes"; then
65822    for ac_func in logl
65823do :
65824  ac_fn_c_check_func "$LINENO" "logl" "ac_cv_func_logl"
65825if test "x$ac_cv_func_logl" = xyes; then :
65826  cat >>confdefs.h <<_ACEOF
65827#define HAVE_LOGL 1
65828_ACEOF
65829
65830fi
65831done
65832
65833  else
65834
65835  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5
65836$as_echo_n "checking for _logl declaration... " >&6; }
65837  if test x${glibcxx_cv_func__logl_use+set} != xset; then
65838    if ${glibcxx_cv_func__logl_use+:} false; then :
65839  $as_echo_n "(cached) " >&6
65840else
65841
65842
65843      ac_ext=cpp
65844ac_cpp='$CXXCPP $CPPFLAGS'
65845ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65846ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65847ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65848
65849      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65850/* end confdefs.h.  */
65851#include <math.h>
65852		      #ifdef HAVE_IEEEFP_H
65853		      #include <ieeefp.h>
65854		      #endif
65855
65856int
65857main ()
65858{
65859 _logl(0);
65860  ;
65861  return 0;
65862}
65863_ACEOF
65864if ac_fn_cxx_try_compile "$LINENO"; then :
65865  glibcxx_cv_func__logl_use=yes
65866else
65867  glibcxx_cv_func__logl_use=no
65868fi
65869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65870      ac_ext=c
65871ac_cpp='$CPP $CPPFLAGS'
65872ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65873ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65874ac_compiler_gnu=$ac_cv_c_compiler_gnu
65875
65876
65877fi
65878
65879  fi
65880  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5
65881$as_echo "$glibcxx_cv_func__logl_use" >&6; }
65882
65883    if test x$glibcxx_cv_func__logl_use = x"yes"; then
65884      for ac_func in _logl
65885do :
65886  ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl"
65887if test "x$ac_cv_func__logl" = xyes; then :
65888  cat >>confdefs.h <<_ACEOF
65889#define HAVE__LOGL 1
65890_ACEOF
65891
65892fi
65893done
65894
65895    fi
65896  fi
65897
65898
65899
65900
65901
65902  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5
65903$as_echo_n "checking for log10l declaration... " >&6; }
65904  if test x${glibcxx_cv_func_log10l_use+set} != xset; then
65905    if ${glibcxx_cv_func_log10l_use+:} false; then :
65906  $as_echo_n "(cached) " >&6
65907else
65908
65909
65910      ac_ext=cpp
65911ac_cpp='$CXXCPP $CPPFLAGS'
65912ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65913ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65914ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65915
65916      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65917/* end confdefs.h.  */
65918#include <math.h>
65919		      #ifdef HAVE_IEEEFP_H
65920		      #include <ieeefp.h>
65921		      #endif
65922
65923int
65924main ()
65925{
65926 log10l(0);
65927  ;
65928  return 0;
65929}
65930_ACEOF
65931if ac_fn_cxx_try_compile "$LINENO"; then :
65932  glibcxx_cv_func_log10l_use=yes
65933else
65934  glibcxx_cv_func_log10l_use=no
65935fi
65936rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65937      ac_ext=c
65938ac_cpp='$CPP $CPPFLAGS'
65939ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65940ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65941ac_compiler_gnu=$ac_cv_c_compiler_gnu
65942
65943
65944fi
65945
65946  fi
65947  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10l_use" >&5
65948$as_echo "$glibcxx_cv_func_log10l_use" >&6; }
65949
65950  if test x$glibcxx_cv_func_log10l_use = x"yes"; then
65951    for ac_func in log10l
65952do :
65953  ac_fn_c_check_func "$LINENO" "log10l" "ac_cv_func_log10l"
65954if test "x$ac_cv_func_log10l" = xyes; then :
65955  cat >>confdefs.h <<_ACEOF
65956#define HAVE_LOG10L 1
65957_ACEOF
65958
65959fi
65960done
65961
65962  else
65963
65964  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5
65965$as_echo_n "checking for _log10l declaration... " >&6; }
65966  if test x${glibcxx_cv_func__log10l_use+set} != xset; then
65967    if ${glibcxx_cv_func__log10l_use+:} false; then :
65968  $as_echo_n "(cached) " >&6
65969else
65970
65971
65972      ac_ext=cpp
65973ac_cpp='$CXXCPP $CPPFLAGS'
65974ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
65975ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
65976ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
65977
65978      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65979/* end confdefs.h.  */
65980#include <math.h>
65981		      #ifdef HAVE_IEEEFP_H
65982		      #include <ieeefp.h>
65983		      #endif
65984
65985int
65986main ()
65987{
65988 _log10l(0);
65989  ;
65990  return 0;
65991}
65992_ACEOF
65993if ac_fn_cxx_try_compile "$LINENO"; then :
65994  glibcxx_cv_func__log10l_use=yes
65995else
65996  glibcxx_cv_func__log10l_use=no
65997fi
65998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65999      ac_ext=c
66000ac_cpp='$CPP $CPPFLAGS'
66001ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66002ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66003ac_compiler_gnu=$ac_cv_c_compiler_gnu
66004
66005
66006fi
66007
66008  fi
66009  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5
66010$as_echo "$glibcxx_cv_func__log10l_use" >&6; }
66011
66012    if test x$glibcxx_cv_func__log10l_use = x"yes"; then
66013      for ac_func in _log10l
66014do :
66015  ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l"
66016if test "x$ac_cv_func__log10l" = xyes; then :
66017  cat >>confdefs.h <<_ACEOF
66018#define HAVE__LOG10L 1
66019_ACEOF
66020
66021fi
66022done
66023
66024    fi
66025  fi
66026
66027
66028
66029
66030
66031  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5
66032$as_echo_n "checking for modfl declaration... " >&6; }
66033  if test x${glibcxx_cv_func_modfl_use+set} != xset; then
66034    if ${glibcxx_cv_func_modfl_use+:} false; then :
66035  $as_echo_n "(cached) " >&6
66036else
66037
66038
66039      ac_ext=cpp
66040ac_cpp='$CXXCPP $CPPFLAGS'
66041ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66042ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66043ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66044
66045      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66046/* end confdefs.h.  */
66047#include <math.h>
66048int
66049main ()
66050{
66051 modfl(0, 0);
66052  ;
66053  return 0;
66054}
66055_ACEOF
66056if ac_fn_cxx_try_compile "$LINENO"; then :
66057  glibcxx_cv_func_modfl_use=yes
66058else
66059  glibcxx_cv_func_modfl_use=no
66060fi
66061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66062      ac_ext=c
66063ac_cpp='$CPP $CPPFLAGS'
66064ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66065ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66066ac_compiler_gnu=$ac_cv_c_compiler_gnu
66067
66068
66069fi
66070
66071  fi
66072  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modfl_use" >&5
66073$as_echo "$glibcxx_cv_func_modfl_use" >&6; }
66074
66075  if test x$glibcxx_cv_func_modfl_use = x"yes"; then
66076    for ac_func in modfl
66077do :
66078  ac_fn_c_check_func "$LINENO" "modfl" "ac_cv_func_modfl"
66079if test "x$ac_cv_func_modfl" = xyes; then :
66080  cat >>confdefs.h <<_ACEOF
66081#define HAVE_MODFL 1
66082_ACEOF
66083
66084fi
66085done
66086
66087  else
66088
66089  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5
66090$as_echo_n "checking for _modfl declaration... " >&6; }
66091  if test x${glibcxx_cv_func__modfl_use+set} != xset; then
66092    if ${glibcxx_cv_func__modfl_use+:} false; then :
66093  $as_echo_n "(cached) " >&6
66094else
66095
66096
66097      ac_ext=cpp
66098ac_cpp='$CXXCPP $CPPFLAGS'
66099ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66100ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66101ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66102
66103      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66104/* end confdefs.h.  */
66105#include <math.h>
66106int
66107main ()
66108{
66109 _modfl(0, 0);
66110  ;
66111  return 0;
66112}
66113_ACEOF
66114if ac_fn_cxx_try_compile "$LINENO"; then :
66115  glibcxx_cv_func__modfl_use=yes
66116else
66117  glibcxx_cv_func__modfl_use=no
66118fi
66119rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66120      ac_ext=c
66121ac_cpp='$CPP $CPPFLAGS'
66122ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66123ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66124ac_compiler_gnu=$ac_cv_c_compiler_gnu
66125
66126
66127fi
66128
66129  fi
66130  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5
66131$as_echo "$glibcxx_cv_func__modfl_use" >&6; }
66132
66133    if test x$glibcxx_cv_func__modfl_use = x"yes"; then
66134      for ac_func in _modfl
66135do :
66136  ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl"
66137if test "x$ac_cv_func__modfl" = xyes; then :
66138  cat >>confdefs.h <<_ACEOF
66139#define HAVE__MODFL 1
66140_ACEOF
66141
66142fi
66143done
66144
66145    fi
66146  fi
66147
66148
66149
66150
66151
66152  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5
66153$as_echo_n "checking for powl declaration... " >&6; }
66154  if test x${glibcxx_cv_func_powl_use+set} != xset; then
66155    if ${glibcxx_cv_func_powl_use+:} false; then :
66156  $as_echo_n "(cached) " >&6
66157else
66158
66159
66160      ac_ext=cpp
66161ac_cpp='$CXXCPP $CPPFLAGS'
66162ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66163ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66164ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66165
66166      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66167/* end confdefs.h.  */
66168#include <math.h>
66169int
66170main ()
66171{
66172 powl(0, 0);
66173  ;
66174  return 0;
66175}
66176_ACEOF
66177if ac_fn_cxx_try_compile "$LINENO"; then :
66178  glibcxx_cv_func_powl_use=yes
66179else
66180  glibcxx_cv_func_powl_use=no
66181fi
66182rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66183      ac_ext=c
66184ac_cpp='$CPP $CPPFLAGS'
66185ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66186ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66187ac_compiler_gnu=$ac_cv_c_compiler_gnu
66188
66189
66190fi
66191
66192  fi
66193  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powl_use" >&5
66194$as_echo "$glibcxx_cv_func_powl_use" >&6; }
66195
66196  if test x$glibcxx_cv_func_powl_use = x"yes"; then
66197    for ac_func in powl
66198do :
66199  ac_fn_c_check_func "$LINENO" "powl" "ac_cv_func_powl"
66200if test "x$ac_cv_func_powl" = xyes; then :
66201  cat >>confdefs.h <<_ACEOF
66202#define HAVE_POWL 1
66203_ACEOF
66204
66205fi
66206done
66207
66208  else
66209
66210  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5
66211$as_echo_n "checking for _powl declaration... " >&6; }
66212  if test x${glibcxx_cv_func__powl_use+set} != xset; then
66213    if ${glibcxx_cv_func__powl_use+:} false; then :
66214  $as_echo_n "(cached) " >&6
66215else
66216
66217
66218      ac_ext=cpp
66219ac_cpp='$CXXCPP $CPPFLAGS'
66220ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66221ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66222ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66223
66224      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66225/* end confdefs.h.  */
66226#include <math.h>
66227int
66228main ()
66229{
66230 _powl(0, 0);
66231  ;
66232  return 0;
66233}
66234_ACEOF
66235if ac_fn_cxx_try_compile "$LINENO"; then :
66236  glibcxx_cv_func__powl_use=yes
66237else
66238  glibcxx_cv_func__powl_use=no
66239fi
66240rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66241      ac_ext=c
66242ac_cpp='$CPP $CPPFLAGS'
66243ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66244ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66245ac_compiler_gnu=$ac_cv_c_compiler_gnu
66246
66247
66248fi
66249
66250  fi
66251  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5
66252$as_echo "$glibcxx_cv_func__powl_use" >&6; }
66253
66254    if test x$glibcxx_cv_func__powl_use = x"yes"; then
66255      for ac_func in _powl
66256do :
66257  ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl"
66258if test "x$ac_cv_func__powl" = xyes; then :
66259  cat >>confdefs.h <<_ACEOF
66260#define HAVE__POWL 1
66261_ACEOF
66262
66263fi
66264done
66265
66266    fi
66267  fi
66268
66269
66270
66271
66272
66273  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5
66274$as_echo_n "checking for sqrtl declaration... " >&6; }
66275  if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then
66276    if ${glibcxx_cv_func_sqrtl_use+:} false; then :
66277  $as_echo_n "(cached) " >&6
66278else
66279
66280
66281      ac_ext=cpp
66282ac_cpp='$CXXCPP $CPPFLAGS'
66283ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66284ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66285ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66286
66287      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66288/* end confdefs.h.  */
66289#include <math.h>
66290		      #ifdef HAVE_IEEEFP_H
66291		      #include <ieeefp.h>
66292		      #endif
66293
66294int
66295main ()
66296{
66297 sqrtl(0);
66298  ;
66299  return 0;
66300}
66301_ACEOF
66302if ac_fn_cxx_try_compile "$LINENO"; then :
66303  glibcxx_cv_func_sqrtl_use=yes
66304else
66305  glibcxx_cv_func_sqrtl_use=no
66306fi
66307rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66308      ac_ext=c
66309ac_cpp='$CPP $CPPFLAGS'
66310ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66311ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66312ac_compiler_gnu=$ac_cv_c_compiler_gnu
66313
66314
66315fi
66316
66317  fi
66318  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtl_use" >&5
66319$as_echo "$glibcxx_cv_func_sqrtl_use" >&6; }
66320
66321  if test x$glibcxx_cv_func_sqrtl_use = x"yes"; then
66322    for ac_func in sqrtl
66323do :
66324  ac_fn_c_check_func "$LINENO" "sqrtl" "ac_cv_func_sqrtl"
66325if test "x$ac_cv_func_sqrtl" = xyes; then :
66326  cat >>confdefs.h <<_ACEOF
66327#define HAVE_SQRTL 1
66328_ACEOF
66329
66330fi
66331done
66332
66333  else
66334
66335  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5
66336$as_echo_n "checking for _sqrtl declaration... " >&6; }
66337  if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then
66338    if ${glibcxx_cv_func__sqrtl_use+:} false; then :
66339  $as_echo_n "(cached) " >&6
66340else
66341
66342
66343      ac_ext=cpp
66344ac_cpp='$CXXCPP $CPPFLAGS'
66345ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66346ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66347ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66348
66349      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66350/* end confdefs.h.  */
66351#include <math.h>
66352		      #ifdef HAVE_IEEEFP_H
66353		      #include <ieeefp.h>
66354		      #endif
66355
66356int
66357main ()
66358{
66359 _sqrtl(0);
66360  ;
66361  return 0;
66362}
66363_ACEOF
66364if ac_fn_cxx_try_compile "$LINENO"; then :
66365  glibcxx_cv_func__sqrtl_use=yes
66366else
66367  glibcxx_cv_func__sqrtl_use=no
66368fi
66369rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66370      ac_ext=c
66371ac_cpp='$CPP $CPPFLAGS'
66372ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66373ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66374ac_compiler_gnu=$ac_cv_c_compiler_gnu
66375
66376
66377fi
66378
66379  fi
66380  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5
66381$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; }
66382
66383    if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then
66384      for ac_func in _sqrtl
66385do :
66386  ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl"
66387if test "x$ac_cv_func__sqrtl" = xyes; then :
66388  cat >>confdefs.h <<_ACEOF
66389#define HAVE__SQRTL 1
66390_ACEOF
66391
66392fi
66393done
66394
66395    fi
66396  fi
66397
66398
66399
66400
66401
66402  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5
66403$as_echo_n "checking for sincosl declaration... " >&6; }
66404  if test x${glibcxx_cv_func_sincosl_use+set} != xset; then
66405    if ${glibcxx_cv_func_sincosl_use+:} false; then :
66406  $as_echo_n "(cached) " >&6
66407else
66408
66409
66410      ac_ext=cpp
66411ac_cpp='$CXXCPP $CPPFLAGS'
66412ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66413ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66414ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66415
66416      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66417/* end confdefs.h.  */
66418#include <math.h>
66419int
66420main ()
66421{
66422 sincosl(0, 0, 0);
66423  ;
66424  return 0;
66425}
66426_ACEOF
66427if ac_fn_cxx_try_compile "$LINENO"; then :
66428  glibcxx_cv_func_sincosl_use=yes
66429else
66430  glibcxx_cv_func_sincosl_use=no
66431fi
66432rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66433      ac_ext=c
66434ac_cpp='$CPP $CPPFLAGS'
66435ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66436ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66437ac_compiler_gnu=$ac_cv_c_compiler_gnu
66438
66439
66440fi
66441
66442  fi
66443  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosl_use" >&5
66444$as_echo "$glibcxx_cv_func_sincosl_use" >&6; }
66445
66446  if test x$glibcxx_cv_func_sincosl_use = x"yes"; then
66447    for ac_func in sincosl
66448do :
66449  ac_fn_c_check_func "$LINENO" "sincosl" "ac_cv_func_sincosl"
66450if test "x$ac_cv_func_sincosl" = xyes; then :
66451  cat >>confdefs.h <<_ACEOF
66452#define HAVE_SINCOSL 1
66453_ACEOF
66454
66455fi
66456done
66457
66458  else
66459
66460  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5
66461$as_echo_n "checking for _sincosl declaration... " >&6; }
66462  if test x${glibcxx_cv_func__sincosl_use+set} != xset; then
66463    if ${glibcxx_cv_func__sincosl_use+:} false; then :
66464  $as_echo_n "(cached) " >&6
66465else
66466
66467
66468      ac_ext=cpp
66469ac_cpp='$CXXCPP $CPPFLAGS'
66470ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66471ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66472ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66473
66474      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66475/* end confdefs.h.  */
66476#include <math.h>
66477int
66478main ()
66479{
66480 _sincosl(0, 0, 0);
66481  ;
66482  return 0;
66483}
66484_ACEOF
66485if ac_fn_cxx_try_compile "$LINENO"; then :
66486  glibcxx_cv_func__sincosl_use=yes
66487else
66488  glibcxx_cv_func__sincosl_use=no
66489fi
66490rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66491      ac_ext=c
66492ac_cpp='$CPP $CPPFLAGS'
66493ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66494ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66495ac_compiler_gnu=$ac_cv_c_compiler_gnu
66496
66497
66498fi
66499
66500  fi
66501  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5
66502$as_echo "$glibcxx_cv_func__sincosl_use" >&6; }
66503
66504    if test x$glibcxx_cv_func__sincosl_use = x"yes"; then
66505      for ac_func in _sincosl
66506do :
66507  ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl"
66508if test "x$ac_cv_func__sincosl" = xyes; then :
66509  cat >>confdefs.h <<_ACEOF
66510#define HAVE__SINCOSL 1
66511_ACEOF
66512
66513fi
66514done
66515
66516    fi
66517  fi
66518
66519
66520
66521
66522
66523  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5
66524$as_echo_n "checking for finitel declaration... " >&6; }
66525  if test x${glibcxx_cv_func_finitel_use+set} != xset; then
66526    if ${glibcxx_cv_func_finitel_use+:} false; then :
66527  $as_echo_n "(cached) " >&6
66528else
66529
66530
66531      ac_ext=cpp
66532ac_cpp='$CXXCPP $CPPFLAGS'
66533ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66534ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66535ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66536
66537      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66538/* end confdefs.h.  */
66539#include <math.h>
66540		      #ifdef HAVE_IEEEFP_H
66541		      #include <ieeefp.h>
66542		      #endif
66543
66544int
66545main ()
66546{
66547 finitel(0);
66548  ;
66549  return 0;
66550}
66551_ACEOF
66552if ac_fn_cxx_try_compile "$LINENO"; then :
66553  glibcxx_cv_func_finitel_use=yes
66554else
66555  glibcxx_cv_func_finitel_use=no
66556fi
66557rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66558      ac_ext=c
66559ac_cpp='$CPP $CPPFLAGS'
66560ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66561ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66562ac_compiler_gnu=$ac_cv_c_compiler_gnu
66563
66564
66565fi
66566
66567  fi
66568  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitel_use" >&5
66569$as_echo "$glibcxx_cv_func_finitel_use" >&6; }
66570
66571  if test x$glibcxx_cv_func_finitel_use = x"yes"; then
66572    for ac_func in finitel
66573do :
66574  ac_fn_c_check_func "$LINENO" "finitel" "ac_cv_func_finitel"
66575if test "x$ac_cv_func_finitel" = xyes; then :
66576  cat >>confdefs.h <<_ACEOF
66577#define HAVE_FINITEL 1
66578_ACEOF
66579
66580fi
66581done
66582
66583  else
66584
66585  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5
66586$as_echo_n "checking for _finitel declaration... " >&6; }
66587  if test x${glibcxx_cv_func__finitel_use+set} != xset; then
66588    if ${glibcxx_cv_func__finitel_use+:} false; then :
66589  $as_echo_n "(cached) " >&6
66590else
66591
66592
66593      ac_ext=cpp
66594ac_cpp='$CXXCPP $CPPFLAGS'
66595ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66596ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66597ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66598
66599      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66600/* end confdefs.h.  */
66601#include <math.h>
66602		      #ifdef HAVE_IEEEFP_H
66603		      #include <ieeefp.h>
66604		      #endif
66605
66606int
66607main ()
66608{
66609 _finitel(0);
66610  ;
66611  return 0;
66612}
66613_ACEOF
66614if ac_fn_cxx_try_compile "$LINENO"; then :
66615  glibcxx_cv_func__finitel_use=yes
66616else
66617  glibcxx_cv_func__finitel_use=no
66618fi
66619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66620      ac_ext=c
66621ac_cpp='$CPP $CPPFLAGS'
66622ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66623ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66624ac_compiler_gnu=$ac_cv_c_compiler_gnu
66625
66626
66627fi
66628
66629  fi
66630  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5
66631$as_echo "$glibcxx_cv_func__finitel_use" >&6; }
66632
66633    if test x$glibcxx_cv_func__finitel_use = x"yes"; then
66634      for ac_func in _finitel
66635do :
66636  ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel"
66637if test "x$ac_cv_func__finitel" = xyes; then :
66638  cat >>confdefs.h <<_ACEOF
66639#define HAVE__FINITEL 1
66640_ACEOF
66641
66642fi
66643done
66644
66645    fi
66646  fi
66647
66648
66649
66650
66651  LIBS="$ac_save_LIBS"
66652  CXXFLAGS="$ac_save_CXXFLAGS"
66653
66654
66655  ac_test_CXXFLAGS="${CXXFLAGS+set}"
66656  ac_save_CXXFLAGS="$CXXFLAGS"
66657  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
66658
66659
66660  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for at_quick_exit declaration" >&5
66661$as_echo_n "checking for at_quick_exit declaration... " >&6; }
66662  if test x${glibcxx_cv_func_at_quick_exit_use+set} != xset; then
66663    if ${glibcxx_cv_func_at_quick_exit_use+:} false; then :
66664  $as_echo_n "(cached) " >&6
66665else
66666
66667
66668      ac_ext=cpp
66669ac_cpp='$CXXCPP $CPPFLAGS'
66670ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66671ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66672ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66673
66674      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66675/* end confdefs.h.  */
66676#include <stdlib.h>
66677int
66678main ()
66679{
66680 at_quick_exit(0);
66681  ;
66682  return 0;
66683}
66684_ACEOF
66685if ac_fn_cxx_try_compile "$LINENO"; then :
66686  glibcxx_cv_func_at_quick_exit_use=yes
66687else
66688  glibcxx_cv_func_at_quick_exit_use=no
66689fi
66690rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66691      ac_ext=c
66692ac_cpp='$CPP $CPPFLAGS'
66693ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66694ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66695ac_compiler_gnu=$ac_cv_c_compiler_gnu
66696
66697
66698fi
66699
66700  fi
66701  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_at_quick_exit_use" >&5
66702$as_echo "$glibcxx_cv_func_at_quick_exit_use" >&6; }
66703  if test x$glibcxx_cv_func_at_quick_exit_use = x"yes"; then
66704    for ac_func in at_quick_exit
66705do :
66706  ac_fn_c_check_func "$LINENO" "at_quick_exit" "ac_cv_func_at_quick_exit"
66707if test "x$ac_cv_func_at_quick_exit" = xyes; then :
66708  cat >>confdefs.h <<_ACEOF
66709#define HAVE_AT_QUICK_EXIT 1
66710_ACEOF
66711
66712fi
66713done
66714
66715  fi
66716
66717
66718  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for quick_exit declaration" >&5
66719$as_echo_n "checking for quick_exit declaration... " >&6; }
66720  if test x${glibcxx_cv_func_quick_exit_use+set} != xset; then
66721    if ${glibcxx_cv_func_quick_exit_use+:} false; then :
66722  $as_echo_n "(cached) " >&6
66723else
66724
66725
66726      ac_ext=cpp
66727ac_cpp='$CXXCPP $CPPFLAGS'
66728ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66729ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66730ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66731
66732      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66733/* end confdefs.h.  */
66734#include <stdlib.h>
66735int
66736main ()
66737{
66738 quick_exit(0);
66739  ;
66740  return 0;
66741}
66742_ACEOF
66743if ac_fn_cxx_try_compile "$LINENO"; then :
66744  glibcxx_cv_func_quick_exit_use=yes
66745else
66746  glibcxx_cv_func_quick_exit_use=no
66747fi
66748rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66749      ac_ext=c
66750ac_cpp='$CPP $CPPFLAGS'
66751ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66752ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66753ac_compiler_gnu=$ac_cv_c_compiler_gnu
66754
66755
66756fi
66757
66758  fi
66759  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_quick_exit_use" >&5
66760$as_echo "$glibcxx_cv_func_quick_exit_use" >&6; }
66761  if test x$glibcxx_cv_func_quick_exit_use = x"yes"; then
66762    for ac_func in quick_exit
66763do :
66764  ac_fn_c_check_func "$LINENO" "quick_exit" "ac_cv_func_quick_exit"
66765if test "x$ac_cv_func_quick_exit" = xyes; then :
66766  cat >>confdefs.h <<_ACEOF
66767#define HAVE_QUICK_EXIT 1
66768_ACEOF
66769
66770fi
66771done
66772
66773  fi
66774
66775
66776  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtold declaration" >&5
66777$as_echo_n "checking for strtold declaration... " >&6; }
66778  if test x${glibcxx_cv_func_strtold_use+set} != xset; then
66779    if ${glibcxx_cv_func_strtold_use+:} false; then :
66780  $as_echo_n "(cached) " >&6
66781else
66782
66783
66784      ac_ext=cpp
66785ac_cpp='$CXXCPP $CPPFLAGS'
66786ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66787ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66788ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66789
66790      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66791/* end confdefs.h.  */
66792#include <stdlib.h>
66793int
66794main ()
66795{
66796 strtold(0, 0);
66797  ;
66798  return 0;
66799}
66800_ACEOF
66801if ac_fn_cxx_try_compile "$LINENO"; then :
66802  glibcxx_cv_func_strtold_use=yes
66803else
66804  glibcxx_cv_func_strtold_use=no
66805fi
66806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66807      ac_ext=c
66808ac_cpp='$CPP $CPPFLAGS'
66809ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66810ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66811ac_compiler_gnu=$ac_cv_c_compiler_gnu
66812
66813
66814fi
66815
66816  fi
66817  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtold_use" >&5
66818$as_echo "$glibcxx_cv_func_strtold_use" >&6; }
66819  if test x$glibcxx_cv_func_strtold_use = x"yes"; then
66820    for ac_func in strtold
66821do :
66822  ac_fn_c_check_func "$LINENO" "strtold" "ac_cv_func_strtold"
66823if test "x$ac_cv_func_strtold" = xyes; then :
66824  cat >>confdefs.h <<_ACEOF
66825#define HAVE_STRTOLD 1
66826_ACEOF
66827
66828fi
66829done
66830
66831  fi
66832
66833
66834
66835
66836  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5
66837$as_echo_n "checking for strtof declaration... " >&6; }
66838  if test x${glibcxx_cv_func_strtof_use+set} != xset; then
66839    if ${glibcxx_cv_func_strtof_use+:} false; then :
66840  $as_echo_n "(cached) " >&6
66841else
66842
66843
66844      ac_ext=cpp
66845ac_cpp='$CXXCPP $CPPFLAGS'
66846ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66847ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66848ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
66849
66850      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66851/* end confdefs.h.  */
66852#include <stdlib.h>
66853int
66854main ()
66855{
66856 strtof(0, 0);
66857  ;
66858  return 0;
66859}
66860_ACEOF
66861if ac_fn_cxx_try_compile "$LINENO"; then :
66862  glibcxx_cv_func_strtof_use=yes
66863else
66864  glibcxx_cv_func_strtof_use=no
66865fi
66866rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66867      ac_ext=c
66868ac_cpp='$CPP $CPPFLAGS'
66869ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
66870ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
66871ac_compiler_gnu=$ac_cv_c_compiler_gnu
66872
66873
66874fi
66875
66876  fi
66877  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtof_use" >&5
66878$as_echo "$glibcxx_cv_func_strtof_use" >&6; }
66879  if test x$glibcxx_cv_func_strtof_use = x"yes"; then
66880    for ac_func in strtof
66881do :
66882  ac_fn_c_check_func "$LINENO" "strtof" "ac_cv_func_strtof"
66883if test "x$ac_cv_func_strtof" = xyes; then :
66884  cat >>confdefs.h <<_ACEOF
66885#define HAVE_STRTOF 1
66886_ACEOF
66887
66888fi
66889done
66890
66891  fi
66892
66893
66894
66895
66896  CXXFLAGS="$ac_save_CXXFLAGS"
66897
66898    ;;
66899  *-tpf)
66900    SECTION_FLAGS='-ffunction-sections -fdata-sections'
66901    SECTION_LDFLAGS='-Wl,--gc-sections $SECTION_LDFLAGS'
66902
66903    $as_echo "#define HAVE_FINITE 1" >>confdefs.h
66904
66905    $as_echo "#define HAVE_FINITEF 1" >>confdefs.h
66906
66907    $as_echo "#define HAVE_FREXPF 1" >>confdefs.h
66908
66909    $as_echo "#define HAVE_HYPOTF 1" >>confdefs.h
66910
66911    $as_echo "#define HAVE_ISINF 1" >>confdefs.h
66912
66913    $as_echo "#define HAVE_ISINFF 1" >>confdefs.h
66914
66915    $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
66916
66917    $as_echo "#define HAVE_ISNANF 1" >>confdefs.h
66918
66919    $as_echo "#define HAVE_SINCOS 1" >>confdefs.h
66920
66921    $as_echo "#define HAVE_SINCOSF 1" >>confdefs.h
66922
66923    if test x"long_double_math_on_this_cpu" = x"yes"; then
66924      $as_echo "#define HAVE_FINITEL 1" >>confdefs.h
66925
66926      $as_echo "#define HAVE_HYPOTL 1" >>confdefs.h
66927
66928      $as_echo "#define HAVE_ISINFL 1" >>confdefs.h
66929
66930      $as_echo "#define HAVE_ISNANL 1" >>confdefs.h
66931
66932    fi
66933    ;;
66934  *-*vms*)
66935    # Check for available headers.
66936    # Don't call GLIBCXX_CHECK_LINKER_FEATURES, VMS doesn't have a GNU ld
66937
66938  ac_test_CXXFLAGS="${CXXFLAGS+set}"
66939  ac_save_CXXFLAGS="$CXXFLAGS"
66940  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
66941
66942    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
66943$as_echo_n "checking for sin in -lm... " >&6; }
66944if ${ac_cv_lib_m_sin+:} false; then :
66945  $as_echo_n "(cached) " >&6
66946else
66947  ac_check_lib_save_LIBS=$LIBS
66948LIBS="-lm  $LIBS"
66949if test x$gcc_no_link = xyes; then
66950  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
66951fi
66952cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66953/* end confdefs.h.  */
66954
66955/* Override any GCC internal prototype to avoid an error.
66956   Use char because int might match the return type of a GCC
66957   builtin and then its argument prototype would still apply.  */
66958#ifdef __cplusplus
66959extern "C"
66960#endif
66961char sin ();
66962int
66963main ()
66964{
66965return sin ();
66966  ;
66967  return 0;
66968}
66969_ACEOF
66970if ac_fn_c_try_link "$LINENO"; then :
66971  ac_cv_lib_m_sin=yes
66972else
66973  ac_cv_lib_m_sin=no
66974fi
66975rm -f core conftest.err conftest.$ac_objext \
66976    conftest$ac_exeext conftest.$ac_ext
66977LIBS=$ac_check_lib_save_LIBS
66978fi
66979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
66980$as_echo "$ac_cv_lib_m_sin" >&6; }
66981if test "x$ac_cv_lib_m_sin" = xyes; then :
66982  libm="-lm"
66983fi
66984
66985  ac_save_LIBS="$LIBS"
66986  LIBS="$LIBS $libm"
66987
66988
66989
66990  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf declaration" >&5
66991$as_echo_n "checking for isinf declaration... " >&6; }
66992  if test x${glibcxx_cv_func_isinf_use+set} != xset; then
66993    if ${glibcxx_cv_func_isinf_use+:} false; then :
66994  $as_echo_n "(cached) " >&6
66995else
66996
66997
66998      ac_ext=cpp
66999ac_cpp='$CXXCPP $CPPFLAGS'
67000ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67001ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67002ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67003
67004      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67005/* end confdefs.h.  */
67006#include <math.h>
67007		      #ifdef HAVE_IEEEFP_H
67008		      #include <ieeefp.h>
67009		      #endif
67010
67011int
67012main ()
67013{
67014 isinf(0);
67015  ;
67016  return 0;
67017}
67018_ACEOF
67019if ac_fn_cxx_try_compile "$LINENO"; then :
67020  glibcxx_cv_func_isinf_use=yes
67021else
67022  glibcxx_cv_func_isinf_use=no
67023fi
67024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67025      ac_ext=c
67026ac_cpp='$CPP $CPPFLAGS'
67027ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67028ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67029ac_compiler_gnu=$ac_cv_c_compiler_gnu
67030
67031
67032fi
67033
67034  fi
67035  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinf_use" >&5
67036$as_echo "$glibcxx_cv_func_isinf_use" >&6; }
67037
67038  if test x$glibcxx_cv_func_isinf_use = x"yes"; then
67039    for ac_func in isinf
67040do :
67041  ac_fn_c_check_func "$LINENO" "isinf" "ac_cv_func_isinf"
67042if test "x$ac_cv_func_isinf" = xyes; then :
67043  cat >>confdefs.h <<_ACEOF
67044#define HAVE_ISINF 1
67045_ACEOF
67046
67047fi
67048done
67049
67050  else
67051
67052  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinf declaration" >&5
67053$as_echo_n "checking for _isinf declaration... " >&6; }
67054  if test x${glibcxx_cv_func__isinf_use+set} != xset; then
67055    if ${glibcxx_cv_func__isinf_use+:} false; then :
67056  $as_echo_n "(cached) " >&6
67057else
67058
67059
67060      ac_ext=cpp
67061ac_cpp='$CXXCPP $CPPFLAGS'
67062ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67063ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67064ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67065
67066      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67067/* end confdefs.h.  */
67068#include <math.h>
67069		      #ifdef HAVE_IEEEFP_H
67070		      #include <ieeefp.h>
67071		      #endif
67072
67073int
67074main ()
67075{
67076 _isinf(0);
67077  ;
67078  return 0;
67079}
67080_ACEOF
67081if ac_fn_cxx_try_compile "$LINENO"; then :
67082  glibcxx_cv_func__isinf_use=yes
67083else
67084  glibcxx_cv_func__isinf_use=no
67085fi
67086rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67087      ac_ext=c
67088ac_cpp='$CPP $CPPFLAGS'
67089ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67090ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67091ac_compiler_gnu=$ac_cv_c_compiler_gnu
67092
67093
67094fi
67095
67096  fi
67097  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinf_use" >&5
67098$as_echo "$glibcxx_cv_func__isinf_use" >&6; }
67099
67100    if test x$glibcxx_cv_func__isinf_use = x"yes"; then
67101      for ac_func in _isinf
67102do :
67103  ac_fn_c_check_func "$LINENO" "_isinf" "ac_cv_func__isinf"
67104if test "x$ac_cv_func__isinf" = xyes; then :
67105  cat >>confdefs.h <<_ACEOF
67106#define HAVE__ISINF 1
67107_ACEOF
67108
67109fi
67110done
67111
67112    fi
67113  fi
67114
67115
67116
67117
67118
67119  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan declaration" >&5
67120$as_echo_n "checking for isnan declaration... " >&6; }
67121  if test x${glibcxx_cv_func_isnan_use+set} != xset; then
67122    if ${glibcxx_cv_func_isnan_use+:} false; then :
67123  $as_echo_n "(cached) " >&6
67124else
67125
67126
67127      ac_ext=cpp
67128ac_cpp='$CXXCPP $CPPFLAGS'
67129ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67130ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67131ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67132
67133      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67134/* end confdefs.h.  */
67135#include <math.h>
67136		      #ifdef HAVE_IEEEFP_H
67137		      #include <ieeefp.h>
67138		      #endif
67139
67140int
67141main ()
67142{
67143 isnan(0);
67144  ;
67145  return 0;
67146}
67147_ACEOF
67148if ac_fn_cxx_try_compile "$LINENO"; then :
67149  glibcxx_cv_func_isnan_use=yes
67150else
67151  glibcxx_cv_func_isnan_use=no
67152fi
67153rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67154      ac_ext=c
67155ac_cpp='$CPP $CPPFLAGS'
67156ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67157ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67158ac_compiler_gnu=$ac_cv_c_compiler_gnu
67159
67160
67161fi
67162
67163  fi
67164  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnan_use" >&5
67165$as_echo "$glibcxx_cv_func_isnan_use" >&6; }
67166
67167  if test x$glibcxx_cv_func_isnan_use = x"yes"; then
67168    for ac_func in isnan
67169do :
67170  ac_fn_c_check_func "$LINENO" "isnan" "ac_cv_func_isnan"
67171if test "x$ac_cv_func_isnan" = xyes; then :
67172  cat >>confdefs.h <<_ACEOF
67173#define HAVE_ISNAN 1
67174_ACEOF
67175
67176fi
67177done
67178
67179  else
67180
67181  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnan declaration" >&5
67182$as_echo_n "checking for _isnan declaration... " >&6; }
67183  if test x${glibcxx_cv_func__isnan_use+set} != xset; then
67184    if ${glibcxx_cv_func__isnan_use+:} false; then :
67185  $as_echo_n "(cached) " >&6
67186else
67187
67188
67189      ac_ext=cpp
67190ac_cpp='$CXXCPP $CPPFLAGS'
67191ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67192ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67193ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67194
67195      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67196/* end confdefs.h.  */
67197#include <math.h>
67198		      #ifdef HAVE_IEEEFP_H
67199		      #include <ieeefp.h>
67200		      #endif
67201
67202int
67203main ()
67204{
67205 _isnan(0);
67206  ;
67207  return 0;
67208}
67209_ACEOF
67210if ac_fn_cxx_try_compile "$LINENO"; then :
67211  glibcxx_cv_func__isnan_use=yes
67212else
67213  glibcxx_cv_func__isnan_use=no
67214fi
67215rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67216      ac_ext=c
67217ac_cpp='$CPP $CPPFLAGS'
67218ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67219ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67220ac_compiler_gnu=$ac_cv_c_compiler_gnu
67221
67222
67223fi
67224
67225  fi
67226  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnan_use" >&5
67227$as_echo "$glibcxx_cv_func__isnan_use" >&6; }
67228
67229    if test x$glibcxx_cv_func__isnan_use = x"yes"; then
67230      for ac_func in _isnan
67231do :
67232  ac_fn_c_check_func "$LINENO" "_isnan" "ac_cv_func__isnan"
67233if test "x$ac_cv_func__isnan" = xyes; then :
67234  cat >>confdefs.h <<_ACEOF
67235#define HAVE__ISNAN 1
67236_ACEOF
67237
67238fi
67239done
67240
67241    fi
67242  fi
67243
67244
67245
67246
67247
67248  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finite declaration" >&5
67249$as_echo_n "checking for finite declaration... " >&6; }
67250  if test x${glibcxx_cv_func_finite_use+set} != xset; then
67251    if ${glibcxx_cv_func_finite_use+:} false; then :
67252  $as_echo_n "(cached) " >&6
67253else
67254
67255
67256      ac_ext=cpp
67257ac_cpp='$CXXCPP $CPPFLAGS'
67258ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67259ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67260ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67261
67262      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67263/* end confdefs.h.  */
67264#include <math.h>
67265		      #ifdef HAVE_IEEEFP_H
67266		      #include <ieeefp.h>
67267		      #endif
67268
67269int
67270main ()
67271{
67272 finite(0);
67273  ;
67274  return 0;
67275}
67276_ACEOF
67277if ac_fn_cxx_try_compile "$LINENO"; then :
67278  glibcxx_cv_func_finite_use=yes
67279else
67280  glibcxx_cv_func_finite_use=no
67281fi
67282rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67283      ac_ext=c
67284ac_cpp='$CPP $CPPFLAGS'
67285ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67286ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67287ac_compiler_gnu=$ac_cv_c_compiler_gnu
67288
67289
67290fi
67291
67292  fi
67293  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finite_use" >&5
67294$as_echo "$glibcxx_cv_func_finite_use" >&6; }
67295
67296  if test x$glibcxx_cv_func_finite_use = x"yes"; then
67297    for ac_func in finite
67298do :
67299  ac_fn_c_check_func "$LINENO" "finite" "ac_cv_func_finite"
67300if test "x$ac_cv_func_finite" = xyes; then :
67301  cat >>confdefs.h <<_ACEOF
67302#define HAVE_FINITE 1
67303_ACEOF
67304
67305fi
67306done
67307
67308  else
67309
67310  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finite declaration" >&5
67311$as_echo_n "checking for _finite declaration... " >&6; }
67312  if test x${glibcxx_cv_func__finite_use+set} != xset; then
67313    if ${glibcxx_cv_func__finite_use+:} false; then :
67314  $as_echo_n "(cached) " >&6
67315else
67316
67317
67318      ac_ext=cpp
67319ac_cpp='$CXXCPP $CPPFLAGS'
67320ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67321ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67322ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67323
67324      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67325/* end confdefs.h.  */
67326#include <math.h>
67327		      #ifdef HAVE_IEEEFP_H
67328		      #include <ieeefp.h>
67329		      #endif
67330
67331int
67332main ()
67333{
67334 _finite(0);
67335  ;
67336  return 0;
67337}
67338_ACEOF
67339if ac_fn_cxx_try_compile "$LINENO"; then :
67340  glibcxx_cv_func__finite_use=yes
67341else
67342  glibcxx_cv_func__finite_use=no
67343fi
67344rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67345      ac_ext=c
67346ac_cpp='$CPP $CPPFLAGS'
67347ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67348ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67349ac_compiler_gnu=$ac_cv_c_compiler_gnu
67350
67351
67352fi
67353
67354  fi
67355  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finite_use" >&5
67356$as_echo "$glibcxx_cv_func__finite_use" >&6; }
67357
67358    if test x$glibcxx_cv_func__finite_use = x"yes"; then
67359      for ac_func in _finite
67360do :
67361  ac_fn_c_check_func "$LINENO" "_finite" "ac_cv_func__finite"
67362if test "x$ac_cv_func__finite" = xyes; then :
67363  cat >>confdefs.h <<_ACEOF
67364#define HAVE__FINITE 1
67365_ACEOF
67366
67367fi
67368done
67369
67370    fi
67371  fi
67372
67373
67374
67375
67376
67377  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincos declaration" >&5
67378$as_echo_n "checking for sincos declaration... " >&6; }
67379  if test x${glibcxx_cv_func_sincos_use+set} != xset; then
67380    if ${glibcxx_cv_func_sincos_use+:} false; then :
67381  $as_echo_n "(cached) " >&6
67382else
67383
67384
67385      ac_ext=cpp
67386ac_cpp='$CXXCPP $CPPFLAGS'
67387ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67388ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67389ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67390
67391      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67392/* end confdefs.h.  */
67393#include <math.h>
67394int
67395main ()
67396{
67397 sincos(0, 0, 0);
67398  ;
67399  return 0;
67400}
67401_ACEOF
67402if ac_fn_cxx_try_compile "$LINENO"; then :
67403  glibcxx_cv_func_sincos_use=yes
67404else
67405  glibcxx_cv_func_sincos_use=no
67406fi
67407rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67408      ac_ext=c
67409ac_cpp='$CPP $CPPFLAGS'
67410ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67411ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67412ac_compiler_gnu=$ac_cv_c_compiler_gnu
67413
67414
67415fi
67416
67417  fi
67418  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincos_use" >&5
67419$as_echo "$glibcxx_cv_func_sincos_use" >&6; }
67420
67421  if test x$glibcxx_cv_func_sincos_use = x"yes"; then
67422    for ac_func in sincos
67423do :
67424  ac_fn_c_check_func "$LINENO" "sincos" "ac_cv_func_sincos"
67425if test "x$ac_cv_func_sincos" = xyes; then :
67426  cat >>confdefs.h <<_ACEOF
67427#define HAVE_SINCOS 1
67428_ACEOF
67429
67430fi
67431done
67432
67433  else
67434
67435  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincos declaration" >&5
67436$as_echo_n "checking for _sincos declaration... " >&6; }
67437  if test x${glibcxx_cv_func__sincos_use+set} != xset; then
67438    if ${glibcxx_cv_func__sincos_use+:} false; then :
67439  $as_echo_n "(cached) " >&6
67440else
67441
67442
67443      ac_ext=cpp
67444ac_cpp='$CXXCPP $CPPFLAGS'
67445ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67446ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67447ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67448
67449      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67450/* end confdefs.h.  */
67451#include <math.h>
67452int
67453main ()
67454{
67455 _sincos(0, 0, 0);
67456  ;
67457  return 0;
67458}
67459_ACEOF
67460if ac_fn_cxx_try_compile "$LINENO"; then :
67461  glibcxx_cv_func__sincos_use=yes
67462else
67463  glibcxx_cv_func__sincos_use=no
67464fi
67465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67466      ac_ext=c
67467ac_cpp='$CPP $CPPFLAGS'
67468ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67469ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67470ac_compiler_gnu=$ac_cv_c_compiler_gnu
67471
67472
67473fi
67474
67475  fi
67476  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincos_use" >&5
67477$as_echo "$glibcxx_cv_func__sincos_use" >&6; }
67478
67479    if test x$glibcxx_cv_func__sincos_use = x"yes"; then
67480      for ac_func in _sincos
67481do :
67482  ac_fn_c_check_func "$LINENO" "_sincos" "ac_cv_func__sincos"
67483if test "x$ac_cv_func__sincos" = xyes; then :
67484  cat >>confdefs.h <<_ACEOF
67485#define HAVE__SINCOS 1
67486_ACEOF
67487
67488fi
67489done
67490
67491    fi
67492  fi
67493
67494
67495
67496
67497
67498  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fpclass declaration" >&5
67499$as_echo_n "checking for fpclass declaration... " >&6; }
67500  if test x${glibcxx_cv_func_fpclass_use+set} != xset; then
67501    if ${glibcxx_cv_func_fpclass_use+:} false; then :
67502  $as_echo_n "(cached) " >&6
67503else
67504
67505
67506      ac_ext=cpp
67507ac_cpp='$CXXCPP $CPPFLAGS'
67508ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67509ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67510ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67511
67512      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67513/* end confdefs.h.  */
67514#include <math.h>
67515		      #ifdef HAVE_IEEEFP_H
67516		      #include <ieeefp.h>
67517		      #endif
67518
67519int
67520main ()
67521{
67522 fpclass(0);
67523  ;
67524  return 0;
67525}
67526_ACEOF
67527if ac_fn_cxx_try_compile "$LINENO"; then :
67528  glibcxx_cv_func_fpclass_use=yes
67529else
67530  glibcxx_cv_func_fpclass_use=no
67531fi
67532rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67533      ac_ext=c
67534ac_cpp='$CPP $CPPFLAGS'
67535ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67537ac_compiler_gnu=$ac_cv_c_compiler_gnu
67538
67539
67540fi
67541
67542  fi
67543  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fpclass_use" >&5
67544$as_echo "$glibcxx_cv_func_fpclass_use" >&6; }
67545
67546  if test x$glibcxx_cv_func_fpclass_use = x"yes"; then
67547    for ac_func in fpclass
67548do :
67549  ac_fn_c_check_func "$LINENO" "fpclass" "ac_cv_func_fpclass"
67550if test "x$ac_cv_func_fpclass" = xyes; then :
67551  cat >>confdefs.h <<_ACEOF
67552#define HAVE_FPCLASS 1
67553_ACEOF
67554
67555fi
67556done
67557
67558  else
67559
67560  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fpclass declaration" >&5
67561$as_echo_n "checking for _fpclass declaration... " >&6; }
67562  if test x${glibcxx_cv_func__fpclass_use+set} != xset; then
67563    if ${glibcxx_cv_func__fpclass_use+:} false; then :
67564  $as_echo_n "(cached) " >&6
67565else
67566
67567
67568      ac_ext=cpp
67569ac_cpp='$CXXCPP $CPPFLAGS'
67570ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67571ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67572ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67573
67574      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67575/* end confdefs.h.  */
67576#include <math.h>
67577		      #ifdef HAVE_IEEEFP_H
67578		      #include <ieeefp.h>
67579		      #endif
67580
67581int
67582main ()
67583{
67584 _fpclass(0);
67585  ;
67586  return 0;
67587}
67588_ACEOF
67589if ac_fn_cxx_try_compile "$LINENO"; then :
67590  glibcxx_cv_func__fpclass_use=yes
67591else
67592  glibcxx_cv_func__fpclass_use=no
67593fi
67594rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67595      ac_ext=c
67596ac_cpp='$CPP $CPPFLAGS'
67597ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67598ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67599ac_compiler_gnu=$ac_cv_c_compiler_gnu
67600
67601
67602fi
67603
67604  fi
67605  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fpclass_use" >&5
67606$as_echo "$glibcxx_cv_func__fpclass_use" >&6; }
67607
67608    if test x$glibcxx_cv_func__fpclass_use = x"yes"; then
67609      for ac_func in _fpclass
67610do :
67611  ac_fn_c_check_func "$LINENO" "_fpclass" "ac_cv_func__fpclass"
67612if test "x$ac_cv_func__fpclass" = xyes; then :
67613  cat >>confdefs.h <<_ACEOF
67614#define HAVE__FPCLASS 1
67615_ACEOF
67616
67617fi
67618done
67619
67620    fi
67621  fi
67622
67623
67624
67625
67626
67627  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for qfpclass declaration" >&5
67628$as_echo_n "checking for qfpclass declaration... " >&6; }
67629  if test x${glibcxx_cv_func_qfpclass_use+set} != xset; then
67630    if ${glibcxx_cv_func_qfpclass_use+:} false; then :
67631  $as_echo_n "(cached) " >&6
67632else
67633
67634
67635      ac_ext=cpp
67636ac_cpp='$CXXCPP $CPPFLAGS'
67637ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67638ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67639ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67640
67641      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67642/* end confdefs.h.  */
67643#include <math.h>
67644		      #ifdef HAVE_IEEEFP_H
67645		      #include <ieeefp.h>
67646		      #endif
67647
67648int
67649main ()
67650{
67651 qfpclass(0);
67652  ;
67653  return 0;
67654}
67655_ACEOF
67656if ac_fn_cxx_try_compile "$LINENO"; then :
67657  glibcxx_cv_func_qfpclass_use=yes
67658else
67659  glibcxx_cv_func_qfpclass_use=no
67660fi
67661rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67662      ac_ext=c
67663ac_cpp='$CPP $CPPFLAGS'
67664ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67665ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67666ac_compiler_gnu=$ac_cv_c_compiler_gnu
67667
67668
67669fi
67670
67671  fi
67672  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_qfpclass_use" >&5
67673$as_echo "$glibcxx_cv_func_qfpclass_use" >&6; }
67674
67675  if test x$glibcxx_cv_func_qfpclass_use = x"yes"; then
67676    for ac_func in qfpclass
67677do :
67678  ac_fn_c_check_func "$LINENO" "qfpclass" "ac_cv_func_qfpclass"
67679if test "x$ac_cv_func_qfpclass" = xyes; then :
67680  cat >>confdefs.h <<_ACEOF
67681#define HAVE_QFPCLASS 1
67682_ACEOF
67683
67684fi
67685done
67686
67687  else
67688
67689  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _qfpclass declaration" >&5
67690$as_echo_n "checking for _qfpclass declaration... " >&6; }
67691  if test x${glibcxx_cv_func__qfpclass_use+set} != xset; then
67692    if ${glibcxx_cv_func__qfpclass_use+:} false; then :
67693  $as_echo_n "(cached) " >&6
67694else
67695
67696
67697      ac_ext=cpp
67698ac_cpp='$CXXCPP $CPPFLAGS'
67699ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67700ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67701ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67702
67703      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67704/* end confdefs.h.  */
67705#include <math.h>
67706		      #ifdef HAVE_IEEEFP_H
67707		      #include <ieeefp.h>
67708		      #endif
67709
67710int
67711main ()
67712{
67713 _qfpclass(0);
67714  ;
67715  return 0;
67716}
67717_ACEOF
67718if ac_fn_cxx_try_compile "$LINENO"; then :
67719  glibcxx_cv_func__qfpclass_use=yes
67720else
67721  glibcxx_cv_func__qfpclass_use=no
67722fi
67723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67724      ac_ext=c
67725ac_cpp='$CPP $CPPFLAGS'
67726ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67727ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67728ac_compiler_gnu=$ac_cv_c_compiler_gnu
67729
67730
67731fi
67732
67733  fi
67734  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__qfpclass_use" >&5
67735$as_echo "$glibcxx_cv_func__qfpclass_use" >&6; }
67736
67737    if test x$glibcxx_cv_func__qfpclass_use = x"yes"; then
67738      for ac_func in _qfpclass
67739do :
67740  ac_fn_c_check_func "$LINENO" "_qfpclass" "ac_cv_func__qfpclass"
67741if test "x$ac_cv_func__qfpclass" = xyes; then :
67742  cat >>confdefs.h <<_ACEOF
67743#define HAVE__QFPCLASS 1
67744_ACEOF
67745
67746fi
67747done
67748
67749    fi
67750  fi
67751
67752
67753
67754
67755
67756  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot declaration" >&5
67757$as_echo_n "checking for hypot declaration... " >&6; }
67758  if test x${glibcxx_cv_func_hypot_use+set} != xset; then
67759    if ${glibcxx_cv_func_hypot_use+:} false; then :
67760  $as_echo_n "(cached) " >&6
67761else
67762
67763
67764      ac_ext=cpp
67765ac_cpp='$CXXCPP $CPPFLAGS'
67766ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67767ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67768ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67769
67770      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67771/* end confdefs.h.  */
67772#include <math.h>
67773int
67774main ()
67775{
67776 hypot(0, 0);
67777  ;
67778  return 0;
67779}
67780_ACEOF
67781if ac_fn_cxx_try_compile "$LINENO"; then :
67782  glibcxx_cv_func_hypot_use=yes
67783else
67784  glibcxx_cv_func_hypot_use=no
67785fi
67786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67787      ac_ext=c
67788ac_cpp='$CPP $CPPFLAGS'
67789ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67790ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67791ac_compiler_gnu=$ac_cv_c_compiler_gnu
67792
67793
67794fi
67795
67796  fi
67797  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypot_use" >&5
67798$as_echo "$glibcxx_cv_func_hypot_use" >&6; }
67799
67800  if test x$glibcxx_cv_func_hypot_use = x"yes"; then
67801    for ac_func in hypot
67802do :
67803  ac_fn_c_check_func "$LINENO" "hypot" "ac_cv_func_hypot"
67804if test "x$ac_cv_func_hypot" = xyes; then :
67805  cat >>confdefs.h <<_ACEOF
67806#define HAVE_HYPOT 1
67807_ACEOF
67808
67809fi
67810done
67811
67812  else
67813
67814  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypot declaration" >&5
67815$as_echo_n "checking for _hypot declaration... " >&6; }
67816  if test x${glibcxx_cv_func__hypot_use+set} != xset; then
67817    if ${glibcxx_cv_func__hypot_use+:} false; then :
67818  $as_echo_n "(cached) " >&6
67819else
67820
67821
67822      ac_ext=cpp
67823ac_cpp='$CXXCPP $CPPFLAGS'
67824ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67825ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67826ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67827
67828      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67829/* end confdefs.h.  */
67830#include <math.h>
67831int
67832main ()
67833{
67834 _hypot(0, 0);
67835  ;
67836  return 0;
67837}
67838_ACEOF
67839if ac_fn_cxx_try_compile "$LINENO"; then :
67840  glibcxx_cv_func__hypot_use=yes
67841else
67842  glibcxx_cv_func__hypot_use=no
67843fi
67844rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67845      ac_ext=c
67846ac_cpp='$CPP $CPPFLAGS'
67847ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67848ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67849ac_compiler_gnu=$ac_cv_c_compiler_gnu
67850
67851
67852fi
67853
67854  fi
67855  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypot_use" >&5
67856$as_echo "$glibcxx_cv_func__hypot_use" >&6; }
67857
67858    if test x$glibcxx_cv_func__hypot_use = x"yes"; then
67859      for ac_func in _hypot
67860do :
67861  ac_fn_c_check_func "$LINENO" "_hypot" "ac_cv_func__hypot"
67862if test "x$ac_cv_func__hypot" = xyes; then :
67863  cat >>confdefs.h <<_ACEOF
67864#define HAVE__HYPOT 1
67865_ACEOF
67866
67867fi
67868done
67869
67870    fi
67871  fi
67872
67873
67874
67875
67876
67877    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float trig functions" >&5
67878$as_echo_n "checking for float trig functions... " >&6; }
67879  if ${glibcxx_cv_func_float_trig_use+:} false; then :
67880  $as_echo_n "(cached) " >&6
67881else
67882
67883
67884    ac_ext=cpp
67885ac_cpp='$CXXCPP $CPPFLAGS'
67886ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67887ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67888ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67889
67890    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67891/* end confdefs.h.  */
67892#include <math.h>
67893int
67894main ()
67895{
67896acosf (0); asinf (0); atanf (0); cosf (0); sinf (0); tanf (0); coshf (0); sinhf (0); tanhf (0);
67897  ;
67898  return 0;
67899}
67900_ACEOF
67901if ac_fn_cxx_try_compile "$LINENO"; then :
67902  glibcxx_cv_func_float_trig_use=yes
67903else
67904  glibcxx_cv_func_float_trig_use=no
67905fi
67906rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67907    ac_ext=c
67908ac_cpp='$CPP $CPPFLAGS'
67909ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67910ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67911ac_compiler_gnu=$ac_cv_c_compiler_gnu
67912
67913fi
67914
67915  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_trig_use" >&5
67916$as_echo "$glibcxx_cv_func_float_trig_use" >&6; }
67917  if test x$glibcxx_cv_func_float_trig_use = x"yes"; then
67918    for ac_func in acosf asinf atanf cosf sinf tanf coshf sinhf tanhf
67919do :
67920  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
67921ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
67922if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
67923  cat >>confdefs.h <<_ACEOF
67924#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
67925_ACEOF
67926
67927fi
67928done
67929
67930  else
67931    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float trig functions" >&5
67932$as_echo_n "checking for _float trig functions... " >&6; }
67933    if ${glibcxx_cv_func__float_trig_use+:} false; then :
67934  $as_echo_n "(cached) " >&6
67935else
67936
67937
67938      ac_ext=cpp
67939ac_cpp='$CXXCPP $CPPFLAGS'
67940ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67941ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67942ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
67943
67944      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67945/* end confdefs.h.  */
67946#include <math.h>
67947int
67948main ()
67949{
67950_acosf (0); _asinf (0); _atanf (0); _cosf (0); _sinf (0); _tanf (0); _coshf (0); _sinhf (0); _tanhf (0);
67951  ;
67952  return 0;
67953}
67954_ACEOF
67955if ac_fn_cxx_try_compile "$LINENO"; then :
67956  glibcxx_cv_func__float_trig_use=yes
67957else
67958  glibcxx_cv_func__float_trig_use=no
67959fi
67960rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67961      ac_ext=c
67962ac_cpp='$CPP $CPPFLAGS'
67963ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
67964ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
67965ac_compiler_gnu=$ac_cv_c_compiler_gnu
67966
67967fi
67968
67969    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_trig_use" >&5
67970$as_echo "$glibcxx_cv_func__float_trig_use" >&6; }
67971    if test x$glibcxx_cv_func__float_trig_use = x"yes"; then
67972      for ac_func in _acosf _asinf _atanf _cosf _sinf _tanf _coshf _sinhf _tanhf
67973do :
67974  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
67975ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
67976if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
67977  cat >>confdefs.h <<_ACEOF
67978#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
67979_ACEOF
67980
67981fi
67982done
67983
67984    fi
67985  fi
67986
67987
67988
67989
67990
67991    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for float round functions" >&5
67992$as_echo_n "checking for float round functions... " >&6; }
67993  if ${glibcxx_cv_func_float_round_use+:} false; then :
67994  $as_echo_n "(cached) " >&6
67995else
67996
67997
67998    ac_ext=cpp
67999ac_cpp='$CXXCPP $CPPFLAGS'
68000ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68001ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68002ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68003
68004    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68005/* end confdefs.h.  */
68006#include <math.h>
68007int
68008main ()
68009{
68010ceilf (0); floorf (0);
68011  ;
68012  return 0;
68013}
68014_ACEOF
68015if ac_fn_cxx_try_compile "$LINENO"; then :
68016  glibcxx_cv_func_float_round_use=yes
68017else
68018  glibcxx_cv_func_float_round_use=no
68019fi
68020rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68021    ac_ext=c
68022ac_cpp='$CPP $CPPFLAGS'
68023ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68024ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68025ac_compiler_gnu=$ac_cv_c_compiler_gnu
68026
68027fi
68028
68029  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_float_round_use" >&5
68030$as_echo "$glibcxx_cv_func_float_round_use" >&6; }
68031  if test x$glibcxx_cv_func_float_round_use = x"yes"; then
68032    for ac_func in ceilf floorf
68033do :
68034  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
68035ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
68036if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
68037  cat >>confdefs.h <<_ACEOF
68038#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
68039_ACEOF
68040
68041fi
68042done
68043
68044  else
68045    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _float round functions" >&5
68046$as_echo_n "checking for _float round functions... " >&6; }
68047    if ${glibcxx_cv_func__float_round_use+:} false; then :
68048  $as_echo_n "(cached) " >&6
68049else
68050
68051
68052      ac_ext=cpp
68053ac_cpp='$CXXCPP $CPPFLAGS'
68054ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68055ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68056ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68057
68058      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68059/* end confdefs.h.  */
68060#include <math.h>
68061int
68062main ()
68063{
68064_ceilf (0); _floorf (0);
68065  ;
68066  return 0;
68067}
68068_ACEOF
68069if ac_fn_cxx_try_compile "$LINENO"; then :
68070  glibcxx_cv_func__float_round_use=yes
68071else
68072  glibcxx_cv_func__float_round_use=no
68073fi
68074rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68075      ac_ext=c
68076ac_cpp='$CPP $CPPFLAGS'
68077ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68078ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68079ac_compiler_gnu=$ac_cv_c_compiler_gnu
68080
68081fi
68082
68083    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__float_round_use" >&5
68084$as_echo "$glibcxx_cv_func__float_round_use" >&6; }
68085    if test x$glibcxx_cv_func__float_round_use = x"yes"; then
68086      for ac_func in _ceilf _floorf
68087do :
68088  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
68089ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
68090if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
68091  cat >>confdefs.h <<_ACEOF
68092#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
68093_ACEOF
68094
68095fi
68096done
68097
68098    fi
68099  fi
68100
68101
68102
68103
68104
68105
68106  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf declaration" >&5
68107$as_echo_n "checking for expf declaration... " >&6; }
68108  if test x${glibcxx_cv_func_expf_use+set} != xset; then
68109    if ${glibcxx_cv_func_expf_use+:} false; then :
68110  $as_echo_n "(cached) " >&6
68111else
68112
68113
68114      ac_ext=cpp
68115ac_cpp='$CXXCPP $CPPFLAGS'
68116ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68117ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68118ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68119
68120      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68121/* end confdefs.h.  */
68122#include <math.h>
68123		      #ifdef HAVE_IEEEFP_H
68124		      #include <ieeefp.h>
68125		      #endif
68126
68127int
68128main ()
68129{
68130 expf(0);
68131  ;
68132  return 0;
68133}
68134_ACEOF
68135if ac_fn_cxx_try_compile "$LINENO"; then :
68136  glibcxx_cv_func_expf_use=yes
68137else
68138  glibcxx_cv_func_expf_use=no
68139fi
68140rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68141      ac_ext=c
68142ac_cpp='$CPP $CPPFLAGS'
68143ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68144ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68145ac_compiler_gnu=$ac_cv_c_compiler_gnu
68146
68147
68148fi
68149
68150  fi
68151  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expf_use" >&5
68152$as_echo "$glibcxx_cv_func_expf_use" >&6; }
68153
68154  if test x$glibcxx_cv_func_expf_use = x"yes"; then
68155    for ac_func in expf
68156do :
68157  ac_fn_c_check_func "$LINENO" "expf" "ac_cv_func_expf"
68158if test "x$ac_cv_func_expf" = xyes; then :
68159  cat >>confdefs.h <<_ACEOF
68160#define HAVE_EXPF 1
68161_ACEOF
68162
68163fi
68164done
68165
68166  else
68167
68168  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expf declaration" >&5
68169$as_echo_n "checking for _expf declaration... " >&6; }
68170  if test x${glibcxx_cv_func__expf_use+set} != xset; then
68171    if ${glibcxx_cv_func__expf_use+:} false; then :
68172  $as_echo_n "(cached) " >&6
68173else
68174
68175
68176      ac_ext=cpp
68177ac_cpp='$CXXCPP $CPPFLAGS'
68178ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68179ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68180ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68181
68182      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68183/* end confdefs.h.  */
68184#include <math.h>
68185		      #ifdef HAVE_IEEEFP_H
68186		      #include <ieeefp.h>
68187		      #endif
68188
68189int
68190main ()
68191{
68192 _expf(0);
68193  ;
68194  return 0;
68195}
68196_ACEOF
68197if ac_fn_cxx_try_compile "$LINENO"; then :
68198  glibcxx_cv_func__expf_use=yes
68199else
68200  glibcxx_cv_func__expf_use=no
68201fi
68202rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68203      ac_ext=c
68204ac_cpp='$CPP $CPPFLAGS'
68205ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68206ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68207ac_compiler_gnu=$ac_cv_c_compiler_gnu
68208
68209
68210fi
68211
68212  fi
68213  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expf_use" >&5
68214$as_echo "$glibcxx_cv_func__expf_use" >&6; }
68215
68216    if test x$glibcxx_cv_func__expf_use = x"yes"; then
68217      for ac_func in _expf
68218do :
68219  ac_fn_c_check_func "$LINENO" "_expf" "ac_cv_func__expf"
68220if test "x$ac_cv_func__expf" = xyes; then :
68221  cat >>confdefs.h <<_ACEOF
68222#define HAVE__EXPF 1
68223_ACEOF
68224
68225fi
68226done
68227
68228    fi
68229  fi
68230
68231
68232
68233
68234
68235  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanf declaration" >&5
68236$as_echo_n "checking for isnanf declaration... " >&6; }
68237  if test x${glibcxx_cv_func_isnanf_use+set} != xset; then
68238    if ${glibcxx_cv_func_isnanf_use+:} false; then :
68239  $as_echo_n "(cached) " >&6
68240else
68241
68242
68243      ac_ext=cpp
68244ac_cpp='$CXXCPP $CPPFLAGS'
68245ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68246ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68247ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68248
68249      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68250/* end confdefs.h.  */
68251#include <math.h>
68252		      #ifdef HAVE_IEEEFP_H
68253		      #include <ieeefp.h>
68254		      #endif
68255
68256int
68257main ()
68258{
68259 isnanf(0);
68260  ;
68261  return 0;
68262}
68263_ACEOF
68264if ac_fn_cxx_try_compile "$LINENO"; then :
68265  glibcxx_cv_func_isnanf_use=yes
68266else
68267  glibcxx_cv_func_isnanf_use=no
68268fi
68269rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68270      ac_ext=c
68271ac_cpp='$CPP $CPPFLAGS'
68272ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68273ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68274ac_compiler_gnu=$ac_cv_c_compiler_gnu
68275
68276
68277fi
68278
68279  fi
68280  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanf_use" >&5
68281$as_echo "$glibcxx_cv_func_isnanf_use" >&6; }
68282
68283  if test x$glibcxx_cv_func_isnanf_use = x"yes"; then
68284    for ac_func in isnanf
68285do :
68286  ac_fn_c_check_func "$LINENO" "isnanf" "ac_cv_func_isnanf"
68287if test "x$ac_cv_func_isnanf" = xyes; then :
68288  cat >>confdefs.h <<_ACEOF
68289#define HAVE_ISNANF 1
68290_ACEOF
68291
68292fi
68293done
68294
68295  else
68296
68297  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanf declaration" >&5
68298$as_echo_n "checking for _isnanf declaration... " >&6; }
68299  if test x${glibcxx_cv_func__isnanf_use+set} != xset; then
68300    if ${glibcxx_cv_func__isnanf_use+:} false; then :
68301  $as_echo_n "(cached) " >&6
68302else
68303
68304
68305      ac_ext=cpp
68306ac_cpp='$CXXCPP $CPPFLAGS'
68307ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68308ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68309ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68310
68311      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68312/* end confdefs.h.  */
68313#include <math.h>
68314		      #ifdef HAVE_IEEEFP_H
68315		      #include <ieeefp.h>
68316		      #endif
68317
68318int
68319main ()
68320{
68321 _isnanf(0);
68322  ;
68323  return 0;
68324}
68325_ACEOF
68326if ac_fn_cxx_try_compile "$LINENO"; then :
68327  glibcxx_cv_func__isnanf_use=yes
68328else
68329  glibcxx_cv_func__isnanf_use=no
68330fi
68331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68332      ac_ext=c
68333ac_cpp='$CPP $CPPFLAGS'
68334ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68335ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68336ac_compiler_gnu=$ac_cv_c_compiler_gnu
68337
68338
68339fi
68340
68341  fi
68342  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanf_use" >&5
68343$as_echo "$glibcxx_cv_func__isnanf_use" >&6; }
68344
68345    if test x$glibcxx_cv_func__isnanf_use = x"yes"; then
68346      for ac_func in _isnanf
68347do :
68348  ac_fn_c_check_func "$LINENO" "_isnanf" "ac_cv_func__isnanf"
68349if test "x$ac_cv_func__isnanf" = xyes; then :
68350  cat >>confdefs.h <<_ACEOF
68351#define HAVE__ISNANF 1
68352_ACEOF
68353
68354fi
68355done
68356
68357    fi
68358  fi
68359
68360
68361
68362
68363
68364  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinff declaration" >&5
68365$as_echo_n "checking for isinff declaration... " >&6; }
68366  if test x${glibcxx_cv_func_isinff_use+set} != xset; then
68367    if ${glibcxx_cv_func_isinff_use+:} false; then :
68368  $as_echo_n "(cached) " >&6
68369else
68370
68371
68372      ac_ext=cpp
68373ac_cpp='$CXXCPP $CPPFLAGS'
68374ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68375ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68376ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68377
68378      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68379/* end confdefs.h.  */
68380#include <math.h>
68381		      #ifdef HAVE_IEEEFP_H
68382		      #include <ieeefp.h>
68383		      #endif
68384
68385int
68386main ()
68387{
68388 isinff(0);
68389  ;
68390  return 0;
68391}
68392_ACEOF
68393if ac_fn_cxx_try_compile "$LINENO"; then :
68394  glibcxx_cv_func_isinff_use=yes
68395else
68396  glibcxx_cv_func_isinff_use=no
68397fi
68398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68399      ac_ext=c
68400ac_cpp='$CPP $CPPFLAGS'
68401ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68402ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68403ac_compiler_gnu=$ac_cv_c_compiler_gnu
68404
68405
68406fi
68407
68408  fi
68409  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinff_use" >&5
68410$as_echo "$glibcxx_cv_func_isinff_use" >&6; }
68411
68412  if test x$glibcxx_cv_func_isinff_use = x"yes"; then
68413    for ac_func in isinff
68414do :
68415  ac_fn_c_check_func "$LINENO" "isinff" "ac_cv_func_isinff"
68416if test "x$ac_cv_func_isinff" = xyes; then :
68417  cat >>confdefs.h <<_ACEOF
68418#define HAVE_ISINFF 1
68419_ACEOF
68420
68421fi
68422done
68423
68424  else
68425
68426  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinff declaration" >&5
68427$as_echo_n "checking for _isinff declaration... " >&6; }
68428  if test x${glibcxx_cv_func__isinff_use+set} != xset; then
68429    if ${glibcxx_cv_func__isinff_use+:} false; then :
68430  $as_echo_n "(cached) " >&6
68431else
68432
68433
68434      ac_ext=cpp
68435ac_cpp='$CXXCPP $CPPFLAGS'
68436ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68437ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68438ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68439
68440      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68441/* end confdefs.h.  */
68442#include <math.h>
68443		      #ifdef HAVE_IEEEFP_H
68444		      #include <ieeefp.h>
68445		      #endif
68446
68447int
68448main ()
68449{
68450 _isinff(0);
68451  ;
68452  return 0;
68453}
68454_ACEOF
68455if ac_fn_cxx_try_compile "$LINENO"; then :
68456  glibcxx_cv_func__isinff_use=yes
68457else
68458  glibcxx_cv_func__isinff_use=no
68459fi
68460rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68461      ac_ext=c
68462ac_cpp='$CPP $CPPFLAGS'
68463ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68464ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68465ac_compiler_gnu=$ac_cv_c_compiler_gnu
68466
68467
68468fi
68469
68470  fi
68471  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinff_use" >&5
68472$as_echo "$glibcxx_cv_func__isinff_use" >&6; }
68473
68474    if test x$glibcxx_cv_func__isinff_use = x"yes"; then
68475      for ac_func in _isinff
68476do :
68477  ac_fn_c_check_func "$LINENO" "_isinff" "ac_cv_func__isinff"
68478if test "x$ac_cv_func__isinff" = xyes; then :
68479  cat >>confdefs.h <<_ACEOF
68480#define HAVE__ISINFF 1
68481_ACEOF
68482
68483fi
68484done
68485
68486    fi
68487  fi
68488
68489
68490
68491
68492
68493  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f declaration" >&5
68494$as_echo_n "checking for atan2f declaration... " >&6; }
68495  if test x${glibcxx_cv_func_atan2f_use+set} != xset; then
68496    if ${glibcxx_cv_func_atan2f_use+:} false; then :
68497  $as_echo_n "(cached) " >&6
68498else
68499
68500
68501      ac_ext=cpp
68502ac_cpp='$CXXCPP $CPPFLAGS'
68503ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68504ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68505ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68506
68507      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68508/* end confdefs.h.  */
68509#include <math.h>
68510int
68511main ()
68512{
68513 atan2f(0, 0);
68514  ;
68515  return 0;
68516}
68517_ACEOF
68518if ac_fn_cxx_try_compile "$LINENO"; then :
68519  glibcxx_cv_func_atan2f_use=yes
68520else
68521  glibcxx_cv_func_atan2f_use=no
68522fi
68523rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68524      ac_ext=c
68525ac_cpp='$CPP $CPPFLAGS'
68526ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68527ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68528ac_compiler_gnu=$ac_cv_c_compiler_gnu
68529
68530
68531fi
68532
68533  fi
68534  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2f_use" >&5
68535$as_echo "$glibcxx_cv_func_atan2f_use" >&6; }
68536
68537  if test x$glibcxx_cv_func_atan2f_use = x"yes"; then
68538    for ac_func in atan2f
68539do :
68540  ac_fn_c_check_func "$LINENO" "atan2f" "ac_cv_func_atan2f"
68541if test "x$ac_cv_func_atan2f" = xyes; then :
68542  cat >>confdefs.h <<_ACEOF
68543#define HAVE_ATAN2F 1
68544_ACEOF
68545
68546fi
68547done
68548
68549  else
68550
68551  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2f declaration" >&5
68552$as_echo_n "checking for _atan2f declaration... " >&6; }
68553  if test x${glibcxx_cv_func__atan2f_use+set} != xset; then
68554    if ${glibcxx_cv_func__atan2f_use+:} false; then :
68555  $as_echo_n "(cached) " >&6
68556else
68557
68558
68559      ac_ext=cpp
68560ac_cpp='$CXXCPP $CPPFLAGS'
68561ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68562ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68563ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68564
68565      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68566/* end confdefs.h.  */
68567#include <math.h>
68568int
68569main ()
68570{
68571 _atan2f(0, 0);
68572  ;
68573  return 0;
68574}
68575_ACEOF
68576if ac_fn_cxx_try_compile "$LINENO"; then :
68577  glibcxx_cv_func__atan2f_use=yes
68578else
68579  glibcxx_cv_func__atan2f_use=no
68580fi
68581rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68582      ac_ext=c
68583ac_cpp='$CPP $CPPFLAGS'
68584ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68585ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68586ac_compiler_gnu=$ac_cv_c_compiler_gnu
68587
68588
68589fi
68590
68591  fi
68592  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2f_use" >&5
68593$as_echo "$glibcxx_cv_func__atan2f_use" >&6; }
68594
68595    if test x$glibcxx_cv_func__atan2f_use = x"yes"; then
68596      for ac_func in _atan2f
68597do :
68598  ac_fn_c_check_func "$LINENO" "_atan2f" "ac_cv_func__atan2f"
68599if test "x$ac_cv_func__atan2f" = xyes; then :
68600  cat >>confdefs.h <<_ACEOF
68601#define HAVE__ATAN2F 1
68602_ACEOF
68603
68604fi
68605done
68606
68607    fi
68608  fi
68609
68610
68611
68612
68613
68614  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf declaration" >&5
68615$as_echo_n "checking for fabsf declaration... " >&6; }
68616  if test x${glibcxx_cv_func_fabsf_use+set} != xset; then
68617    if ${glibcxx_cv_func_fabsf_use+:} false; then :
68618  $as_echo_n "(cached) " >&6
68619else
68620
68621
68622      ac_ext=cpp
68623ac_cpp='$CXXCPP $CPPFLAGS'
68624ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68625ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68626ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68627
68628      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68629/* end confdefs.h.  */
68630#include <math.h>
68631		      #ifdef HAVE_IEEEFP_H
68632		      #include <ieeefp.h>
68633		      #endif
68634
68635int
68636main ()
68637{
68638 fabsf(0);
68639  ;
68640  return 0;
68641}
68642_ACEOF
68643if ac_fn_cxx_try_compile "$LINENO"; then :
68644  glibcxx_cv_func_fabsf_use=yes
68645else
68646  glibcxx_cv_func_fabsf_use=no
68647fi
68648rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68649      ac_ext=c
68650ac_cpp='$CPP $CPPFLAGS'
68651ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68652ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68653ac_compiler_gnu=$ac_cv_c_compiler_gnu
68654
68655
68656fi
68657
68658  fi
68659  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsf_use" >&5
68660$as_echo "$glibcxx_cv_func_fabsf_use" >&6; }
68661
68662  if test x$glibcxx_cv_func_fabsf_use = x"yes"; then
68663    for ac_func in fabsf
68664do :
68665  ac_fn_c_check_func "$LINENO" "fabsf" "ac_cv_func_fabsf"
68666if test "x$ac_cv_func_fabsf" = xyes; then :
68667  cat >>confdefs.h <<_ACEOF
68668#define HAVE_FABSF 1
68669_ACEOF
68670
68671fi
68672done
68673
68674  else
68675
68676  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsf declaration" >&5
68677$as_echo_n "checking for _fabsf declaration... " >&6; }
68678  if test x${glibcxx_cv_func__fabsf_use+set} != xset; then
68679    if ${glibcxx_cv_func__fabsf_use+:} false; then :
68680  $as_echo_n "(cached) " >&6
68681else
68682
68683
68684      ac_ext=cpp
68685ac_cpp='$CXXCPP $CPPFLAGS'
68686ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68687ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68688ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68689
68690      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68691/* end confdefs.h.  */
68692#include <math.h>
68693		      #ifdef HAVE_IEEEFP_H
68694		      #include <ieeefp.h>
68695		      #endif
68696
68697int
68698main ()
68699{
68700 _fabsf(0);
68701  ;
68702  return 0;
68703}
68704_ACEOF
68705if ac_fn_cxx_try_compile "$LINENO"; then :
68706  glibcxx_cv_func__fabsf_use=yes
68707else
68708  glibcxx_cv_func__fabsf_use=no
68709fi
68710rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68711      ac_ext=c
68712ac_cpp='$CPP $CPPFLAGS'
68713ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68714ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68715ac_compiler_gnu=$ac_cv_c_compiler_gnu
68716
68717
68718fi
68719
68720  fi
68721  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsf_use" >&5
68722$as_echo "$glibcxx_cv_func__fabsf_use" >&6; }
68723
68724    if test x$glibcxx_cv_func__fabsf_use = x"yes"; then
68725      for ac_func in _fabsf
68726do :
68727  ac_fn_c_check_func "$LINENO" "_fabsf" "ac_cv_func__fabsf"
68728if test "x$ac_cv_func__fabsf" = xyes; then :
68729  cat >>confdefs.h <<_ACEOF
68730#define HAVE__FABSF 1
68731_ACEOF
68732
68733fi
68734done
68735
68736    fi
68737  fi
68738
68739
68740
68741
68742
68743  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf declaration" >&5
68744$as_echo_n "checking for fmodf declaration... " >&6; }
68745  if test x${glibcxx_cv_func_fmodf_use+set} != xset; then
68746    if ${glibcxx_cv_func_fmodf_use+:} false; then :
68747  $as_echo_n "(cached) " >&6
68748else
68749
68750
68751      ac_ext=cpp
68752ac_cpp='$CXXCPP $CPPFLAGS'
68753ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68754ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68755ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68756
68757      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68758/* end confdefs.h.  */
68759#include <math.h>
68760int
68761main ()
68762{
68763 fmodf(0, 0);
68764  ;
68765  return 0;
68766}
68767_ACEOF
68768if ac_fn_cxx_try_compile "$LINENO"; then :
68769  glibcxx_cv_func_fmodf_use=yes
68770else
68771  glibcxx_cv_func_fmodf_use=no
68772fi
68773rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68774      ac_ext=c
68775ac_cpp='$CPP $CPPFLAGS'
68776ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68777ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68778ac_compiler_gnu=$ac_cv_c_compiler_gnu
68779
68780
68781fi
68782
68783  fi
68784  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodf_use" >&5
68785$as_echo "$glibcxx_cv_func_fmodf_use" >&6; }
68786
68787  if test x$glibcxx_cv_func_fmodf_use = x"yes"; then
68788    for ac_func in fmodf
68789do :
68790  ac_fn_c_check_func "$LINENO" "fmodf" "ac_cv_func_fmodf"
68791if test "x$ac_cv_func_fmodf" = xyes; then :
68792  cat >>confdefs.h <<_ACEOF
68793#define HAVE_FMODF 1
68794_ACEOF
68795
68796fi
68797done
68798
68799  else
68800
68801  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodf declaration" >&5
68802$as_echo_n "checking for _fmodf declaration... " >&6; }
68803  if test x${glibcxx_cv_func__fmodf_use+set} != xset; then
68804    if ${glibcxx_cv_func__fmodf_use+:} false; then :
68805  $as_echo_n "(cached) " >&6
68806else
68807
68808
68809      ac_ext=cpp
68810ac_cpp='$CXXCPP $CPPFLAGS'
68811ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68812ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68813ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68814
68815      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68816/* end confdefs.h.  */
68817#include <math.h>
68818int
68819main ()
68820{
68821 _fmodf(0, 0);
68822  ;
68823  return 0;
68824}
68825_ACEOF
68826if ac_fn_cxx_try_compile "$LINENO"; then :
68827  glibcxx_cv_func__fmodf_use=yes
68828else
68829  glibcxx_cv_func__fmodf_use=no
68830fi
68831rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68832      ac_ext=c
68833ac_cpp='$CPP $CPPFLAGS'
68834ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68835ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68836ac_compiler_gnu=$ac_cv_c_compiler_gnu
68837
68838
68839fi
68840
68841  fi
68842  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodf_use" >&5
68843$as_echo "$glibcxx_cv_func__fmodf_use" >&6; }
68844
68845    if test x$glibcxx_cv_func__fmodf_use = x"yes"; then
68846      for ac_func in _fmodf
68847do :
68848  ac_fn_c_check_func "$LINENO" "_fmodf" "ac_cv_func__fmodf"
68849if test "x$ac_cv_func__fmodf" = xyes; then :
68850  cat >>confdefs.h <<_ACEOF
68851#define HAVE__FMODF 1
68852_ACEOF
68853
68854fi
68855done
68856
68857    fi
68858  fi
68859
68860
68861
68862
68863
68864  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5
68865$as_echo_n "checking for frexpf declaration... " >&6; }
68866  if test x${glibcxx_cv_func_frexpf_use+set} != xset; then
68867    if ${glibcxx_cv_func_frexpf_use+:} false; then :
68868  $as_echo_n "(cached) " >&6
68869else
68870
68871
68872      ac_ext=cpp
68873ac_cpp='$CXXCPP $CPPFLAGS'
68874ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68875ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68876ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68877
68878      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68879/* end confdefs.h.  */
68880#include <math.h>
68881int
68882main ()
68883{
68884 frexpf(0, 0);
68885  ;
68886  return 0;
68887}
68888_ACEOF
68889if ac_fn_cxx_try_compile "$LINENO"; then :
68890  glibcxx_cv_func_frexpf_use=yes
68891else
68892  glibcxx_cv_func_frexpf_use=no
68893fi
68894rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68895      ac_ext=c
68896ac_cpp='$CPP $CPPFLAGS'
68897ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68898ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68899ac_compiler_gnu=$ac_cv_c_compiler_gnu
68900
68901
68902fi
68903
68904  fi
68905  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpf_use" >&5
68906$as_echo "$glibcxx_cv_func_frexpf_use" >&6; }
68907
68908  if test x$glibcxx_cv_func_frexpf_use = x"yes"; then
68909    for ac_func in frexpf
68910do :
68911  ac_fn_c_check_func "$LINENO" "frexpf" "ac_cv_func_frexpf"
68912if test "x$ac_cv_func_frexpf" = xyes; then :
68913  cat >>confdefs.h <<_ACEOF
68914#define HAVE_FREXPF 1
68915_ACEOF
68916
68917fi
68918done
68919
68920  else
68921
68922  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpf declaration" >&5
68923$as_echo_n "checking for _frexpf declaration... " >&6; }
68924  if test x${glibcxx_cv_func__frexpf_use+set} != xset; then
68925    if ${glibcxx_cv_func__frexpf_use+:} false; then :
68926  $as_echo_n "(cached) " >&6
68927else
68928
68929
68930      ac_ext=cpp
68931ac_cpp='$CXXCPP $CPPFLAGS'
68932ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68933ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68934ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68935
68936      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68937/* end confdefs.h.  */
68938#include <math.h>
68939int
68940main ()
68941{
68942 _frexpf(0, 0);
68943  ;
68944  return 0;
68945}
68946_ACEOF
68947if ac_fn_cxx_try_compile "$LINENO"; then :
68948  glibcxx_cv_func__frexpf_use=yes
68949else
68950  glibcxx_cv_func__frexpf_use=no
68951fi
68952rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68953      ac_ext=c
68954ac_cpp='$CPP $CPPFLAGS'
68955ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68956ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68957ac_compiler_gnu=$ac_cv_c_compiler_gnu
68958
68959
68960fi
68961
68962  fi
68963  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpf_use" >&5
68964$as_echo "$glibcxx_cv_func__frexpf_use" >&6; }
68965
68966    if test x$glibcxx_cv_func__frexpf_use = x"yes"; then
68967      for ac_func in _frexpf
68968do :
68969  ac_fn_c_check_func "$LINENO" "_frexpf" "ac_cv_func__frexpf"
68970if test "x$ac_cv_func__frexpf" = xyes; then :
68971  cat >>confdefs.h <<_ACEOF
68972#define HAVE__FREXPF 1
68973_ACEOF
68974
68975fi
68976done
68977
68978    fi
68979  fi
68980
68981
68982
68983
68984
68985  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5
68986$as_echo_n "checking for hypotf declaration... " >&6; }
68987  if test x${glibcxx_cv_func_hypotf_use+set} != xset; then
68988    if ${glibcxx_cv_func_hypotf_use+:} false; then :
68989  $as_echo_n "(cached) " >&6
68990else
68991
68992
68993      ac_ext=cpp
68994ac_cpp='$CXXCPP $CPPFLAGS'
68995ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
68996ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
68997ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
68998
68999      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69000/* end confdefs.h.  */
69001#include <math.h>
69002int
69003main ()
69004{
69005 hypotf(0, 0);
69006  ;
69007  return 0;
69008}
69009_ACEOF
69010if ac_fn_cxx_try_compile "$LINENO"; then :
69011  glibcxx_cv_func_hypotf_use=yes
69012else
69013  glibcxx_cv_func_hypotf_use=no
69014fi
69015rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69016      ac_ext=c
69017ac_cpp='$CPP $CPPFLAGS'
69018ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69019ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69020ac_compiler_gnu=$ac_cv_c_compiler_gnu
69021
69022
69023fi
69024
69025  fi
69026  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotf_use" >&5
69027$as_echo "$glibcxx_cv_func_hypotf_use" >&6; }
69028
69029  if test x$glibcxx_cv_func_hypotf_use = x"yes"; then
69030    for ac_func in hypotf
69031do :
69032  ac_fn_c_check_func "$LINENO" "hypotf" "ac_cv_func_hypotf"
69033if test "x$ac_cv_func_hypotf" = xyes; then :
69034  cat >>confdefs.h <<_ACEOF
69035#define HAVE_HYPOTF 1
69036_ACEOF
69037
69038fi
69039done
69040
69041  else
69042
69043  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotf declaration" >&5
69044$as_echo_n "checking for _hypotf declaration... " >&6; }
69045  if test x${glibcxx_cv_func__hypotf_use+set} != xset; then
69046    if ${glibcxx_cv_func__hypotf_use+:} false; then :
69047  $as_echo_n "(cached) " >&6
69048else
69049
69050
69051      ac_ext=cpp
69052ac_cpp='$CXXCPP $CPPFLAGS'
69053ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69054ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69055ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69056
69057      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69058/* end confdefs.h.  */
69059#include <math.h>
69060int
69061main ()
69062{
69063 _hypotf(0, 0);
69064  ;
69065  return 0;
69066}
69067_ACEOF
69068if ac_fn_cxx_try_compile "$LINENO"; then :
69069  glibcxx_cv_func__hypotf_use=yes
69070else
69071  glibcxx_cv_func__hypotf_use=no
69072fi
69073rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69074      ac_ext=c
69075ac_cpp='$CPP $CPPFLAGS'
69076ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69077ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69078ac_compiler_gnu=$ac_cv_c_compiler_gnu
69079
69080
69081fi
69082
69083  fi
69084  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotf_use" >&5
69085$as_echo "$glibcxx_cv_func__hypotf_use" >&6; }
69086
69087    if test x$glibcxx_cv_func__hypotf_use = x"yes"; then
69088      for ac_func in _hypotf
69089do :
69090  ac_fn_c_check_func "$LINENO" "_hypotf" "ac_cv_func__hypotf"
69091if test "x$ac_cv_func__hypotf" = xyes; then :
69092  cat >>confdefs.h <<_ACEOF
69093#define HAVE__HYPOTF 1
69094_ACEOF
69095
69096fi
69097done
69098
69099    fi
69100  fi
69101
69102
69103
69104
69105
69106  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5
69107$as_echo_n "checking for ldexpf declaration... " >&6; }
69108  if test x${glibcxx_cv_func_ldexpf_use+set} != xset; then
69109    if ${glibcxx_cv_func_ldexpf_use+:} false; then :
69110  $as_echo_n "(cached) " >&6
69111else
69112
69113
69114      ac_ext=cpp
69115ac_cpp='$CXXCPP $CPPFLAGS'
69116ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69117ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69118ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69119
69120      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69121/* end confdefs.h.  */
69122#include <math.h>
69123int
69124main ()
69125{
69126 ldexpf(0, 0);
69127  ;
69128  return 0;
69129}
69130_ACEOF
69131if ac_fn_cxx_try_compile "$LINENO"; then :
69132  glibcxx_cv_func_ldexpf_use=yes
69133else
69134  glibcxx_cv_func_ldexpf_use=no
69135fi
69136rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69137      ac_ext=c
69138ac_cpp='$CPP $CPPFLAGS'
69139ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69140ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69141ac_compiler_gnu=$ac_cv_c_compiler_gnu
69142
69143
69144fi
69145
69146  fi
69147  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpf_use" >&5
69148$as_echo "$glibcxx_cv_func_ldexpf_use" >&6; }
69149
69150  if test x$glibcxx_cv_func_ldexpf_use = x"yes"; then
69151    for ac_func in ldexpf
69152do :
69153  ac_fn_c_check_func "$LINENO" "ldexpf" "ac_cv_func_ldexpf"
69154if test "x$ac_cv_func_ldexpf" = xyes; then :
69155  cat >>confdefs.h <<_ACEOF
69156#define HAVE_LDEXPF 1
69157_ACEOF
69158
69159fi
69160done
69161
69162  else
69163
69164  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpf declaration" >&5
69165$as_echo_n "checking for _ldexpf declaration... " >&6; }
69166  if test x${glibcxx_cv_func__ldexpf_use+set} != xset; then
69167    if ${glibcxx_cv_func__ldexpf_use+:} false; then :
69168  $as_echo_n "(cached) " >&6
69169else
69170
69171
69172      ac_ext=cpp
69173ac_cpp='$CXXCPP $CPPFLAGS'
69174ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69175ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69176ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69177
69178      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69179/* end confdefs.h.  */
69180#include <math.h>
69181int
69182main ()
69183{
69184 _ldexpf(0, 0);
69185  ;
69186  return 0;
69187}
69188_ACEOF
69189if ac_fn_cxx_try_compile "$LINENO"; then :
69190  glibcxx_cv_func__ldexpf_use=yes
69191else
69192  glibcxx_cv_func__ldexpf_use=no
69193fi
69194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69195      ac_ext=c
69196ac_cpp='$CPP $CPPFLAGS'
69197ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69198ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69199ac_compiler_gnu=$ac_cv_c_compiler_gnu
69200
69201
69202fi
69203
69204  fi
69205  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpf_use" >&5
69206$as_echo "$glibcxx_cv_func__ldexpf_use" >&6; }
69207
69208    if test x$glibcxx_cv_func__ldexpf_use = x"yes"; then
69209      for ac_func in _ldexpf
69210do :
69211  ac_fn_c_check_func "$LINENO" "_ldexpf" "ac_cv_func__ldexpf"
69212if test "x$ac_cv_func__ldexpf" = xyes; then :
69213  cat >>confdefs.h <<_ACEOF
69214#define HAVE__LDEXPF 1
69215_ACEOF
69216
69217fi
69218done
69219
69220    fi
69221  fi
69222
69223
69224
69225
69226
69227  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf declaration" >&5
69228$as_echo_n "checking for logf declaration... " >&6; }
69229  if test x${glibcxx_cv_func_logf_use+set} != xset; then
69230    if ${glibcxx_cv_func_logf_use+:} false; then :
69231  $as_echo_n "(cached) " >&6
69232else
69233
69234
69235      ac_ext=cpp
69236ac_cpp='$CXXCPP $CPPFLAGS'
69237ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69238ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69239ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69240
69241      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69242/* end confdefs.h.  */
69243#include <math.h>
69244		      #ifdef HAVE_IEEEFP_H
69245		      #include <ieeefp.h>
69246		      #endif
69247
69248int
69249main ()
69250{
69251 logf(0);
69252  ;
69253  return 0;
69254}
69255_ACEOF
69256if ac_fn_cxx_try_compile "$LINENO"; then :
69257  glibcxx_cv_func_logf_use=yes
69258else
69259  glibcxx_cv_func_logf_use=no
69260fi
69261rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69262      ac_ext=c
69263ac_cpp='$CPP $CPPFLAGS'
69264ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69265ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69266ac_compiler_gnu=$ac_cv_c_compiler_gnu
69267
69268
69269fi
69270
69271  fi
69272  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logf_use" >&5
69273$as_echo "$glibcxx_cv_func_logf_use" >&6; }
69274
69275  if test x$glibcxx_cv_func_logf_use = x"yes"; then
69276    for ac_func in logf
69277do :
69278  ac_fn_c_check_func "$LINENO" "logf" "ac_cv_func_logf"
69279if test "x$ac_cv_func_logf" = xyes; then :
69280  cat >>confdefs.h <<_ACEOF
69281#define HAVE_LOGF 1
69282_ACEOF
69283
69284fi
69285done
69286
69287  else
69288
69289  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logf declaration" >&5
69290$as_echo_n "checking for _logf declaration... " >&6; }
69291  if test x${glibcxx_cv_func__logf_use+set} != xset; then
69292    if ${glibcxx_cv_func__logf_use+:} false; then :
69293  $as_echo_n "(cached) " >&6
69294else
69295
69296
69297      ac_ext=cpp
69298ac_cpp='$CXXCPP $CPPFLAGS'
69299ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69300ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69301ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69302
69303      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69304/* end confdefs.h.  */
69305#include <math.h>
69306		      #ifdef HAVE_IEEEFP_H
69307		      #include <ieeefp.h>
69308		      #endif
69309
69310int
69311main ()
69312{
69313 _logf(0);
69314  ;
69315  return 0;
69316}
69317_ACEOF
69318if ac_fn_cxx_try_compile "$LINENO"; then :
69319  glibcxx_cv_func__logf_use=yes
69320else
69321  glibcxx_cv_func__logf_use=no
69322fi
69323rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69324      ac_ext=c
69325ac_cpp='$CPP $CPPFLAGS'
69326ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69327ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69328ac_compiler_gnu=$ac_cv_c_compiler_gnu
69329
69330
69331fi
69332
69333  fi
69334  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logf_use" >&5
69335$as_echo "$glibcxx_cv_func__logf_use" >&6; }
69336
69337    if test x$glibcxx_cv_func__logf_use = x"yes"; then
69338      for ac_func in _logf
69339do :
69340  ac_fn_c_check_func "$LINENO" "_logf" "ac_cv_func__logf"
69341if test "x$ac_cv_func__logf" = xyes; then :
69342  cat >>confdefs.h <<_ACEOF
69343#define HAVE__LOGF 1
69344_ACEOF
69345
69346fi
69347done
69348
69349    fi
69350  fi
69351
69352
69353
69354
69355
69356  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f declaration" >&5
69357$as_echo_n "checking for log10f declaration... " >&6; }
69358  if test x${glibcxx_cv_func_log10f_use+set} != xset; then
69359    if ${glibcxx_cv_func_log10f_use+:} false; then :
69360  $as_echo_n "(cached) " >&6
69361else
69362
69363
69364      ac_ext=cpp
69365ac_cpp='$CXXCPP $CPPFLAGS'
69366ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69367ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69368ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69369
69370      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69371/* end confdefs.h.  */
69372#include <math.h>
69373		      #ifdef HAVE_IEEEFP_H
69374		      #include <ieeefp.h>
69375		      #endif
69376
69377int
69378main ()
69379{
69380 log10f(0);
69381  ;
69382  return 0;
69383}
69384_ACEOF
69385if ac_fn_cxx_try_compile "$LINENO"; then :
69386  glibcxx_cv_func_log10f_use=yes
69387else
69388  glibcxx_cv_func_log10f_use=no
69389fi
69390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69391      ac_ext=c
69392ac_cpp='$CPP $CPPFLAGS'
69393ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69394ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69395ac_compiler_gnu=$ac_cv_c_compiler_gnu
69396
69397
69398fi
69399
69400  fi
69401  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10f_use" >&5
69402$as_echo "$glibcxx_cv_func_log10f_use" >&6; }
69403
69404  if test x$glibcxx_cv_func_log10f_use = x"yes"; then
69405    for ac_func in log10f
69406do :
69407  ac_fn_c_check_func "$LINENO" "log10f" "ac_cv_func_log10f"
69408if test "x$ac_cv_func_log10f" = xyes; then :
69409  cat >>confdefs.h <<_ACEOF
69410#define HAVE_LOG10F 1
69411_ACEOF
69412
69413fi
69414done
69415
69416  else
69417
69418  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10f declaration" >&5
69419$as_echo_n "checking for _log10f declaration... " >&6; }
69420  if test x${glibcxx_cv_func__log10f_use+set} != xset; then
69421    if ${glibcxx_cv_func__log10f_use+:} false; then :
69422  $as_echo_n "(cached) " >&6
69423else
69424
69425
69426      ac_ext=cpp
69427ac_cpp='$CXXCPP $CPPFLAGS'
69428ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69429ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69430ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69431
69432      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69433/* end confdefs.h.  */
69434#include <math.h>
69435		      #ifdef HAVE_IEEEFP_H
69436		      #include <ieeefp.h>
69437		      #endif
69438
69439int
69440main ()
69441{
69442 _log10f(0);
69443  ;
69444  return 0;
69445}
69446_ACEOF
69447if ac_fn_cxx_try_compile "$LINENO"; then :
69448  glibcxx_cv_func__log10f_use=yes
69449else
69450  glibcxx_cv_func__log10f_use=no
69451fi
69452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69453      ac_ext=c
69454ac_cpp='$CPP $CPPFLAGS'
69455ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69456ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69457ac_compiler_gnu=$ac_cv_c_compiler_gnu
69458
69459
69460fi
69461
69462  fi
69463  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10f_use" >&5
69464$as_echo "$glibcxx_cv_func__log10f_use" >&6; }
69465
69466    if test x$glibcxx_cv_func__log10f_use = x"yes"; then
69467      for ac_func in _log10f
69468do :
69469  ac_fn_c_check_func "$LINENO" "_log10f" "ac_cv_func__log10f"
69470if test "x$ac_cv_func__log10f" = xyes; then :
69471  cat >>confdefs.h <<_ACEOF
69472#define HAVE__LOG10F 1
69473_ACEOF
69474
69475fi
69476done
69477
69478    fi
69479  fi
69480
69481
69482
69483
69484
69485  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5
69486$as_echo_n "checking for modff declaration... " >&6; }
69487  if test x${glibcxx_cv_func_modff_use+set} != xset; then
69488    if ${glibcxx_cv_func_modff_use+:} false; then :
69489  $as_echo_n "(cached) " >&6
69490else
69491
69492
69493      ac_ext=cpp
69494ac_cpp='$CXXCPP $CPPFLAGS'
69495ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69496ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69497ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69498
69499      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69500/* end confdefs.h.  */
69501#include <math.h>
69502int
69503main ()
69504{
69505 modff(0, 0);
69506  ;
69507  return 0;
69508}
69509_ACEOF
69510if ac_fn_cxx_try_compile "$LINENO"; then :
69511  glibcxx_cv_func_modff_use=yes
69512else
69513  glibcxx_cv_func_modff_use=no
69514fi
69515rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69516      ac_ext=c
69517ac_cpp='$CPP $CPPFLAGS'
69518ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69519ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69520ac_compiler_gnu=$ac_cv_c_compiler_gnu
69521
69522
69523fi
69524
69525  fi
69526  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modff_use" >&5
69527$as_echo "$glibcxx_cv_func_modff_use" >&6; }
69528
69529  if test x$glibcxx_cv_func_modff_use = x"yes"; then
69530    for ac_func in modff
69531do :
69532  ac_fn_c_check_func "$LINENO" "modff" "ac_cv_func_modff"
69533if test "x$ac_cv_func_modff" = xyes; then :
69534  cat >>confdefs.h <<_ACEOF
69535#define HAVE_MODFF 1
69536_ACEOF
69537
69538fi
69539done
69540
69541  else
69542
69543  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modff declaration" >&5
69544$as_echo_n "checking for _modff declaration... " >&6; }
69545  if test x${glibcxx_cv_func__modff_use+set} != xset; then
69546    if ${glibcxx_cv_func__modff_use+:} false; then :
69547  $as_echo_n "(cached) " >&6
69548else
69549
69550
69551      ac_ext=cpp
69552ac_cpp='$CXXCPP $CPPFLAGS'
69553ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69554ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69555ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69556
69557      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69558/* end confdefs.h.  */
69559#include <math.h>
69560int
69561main ()
69562{
69563 _modff(0, 0);
69564  ;
69565  return 0;
69566}
69567_ACEOF
69568if ac_fn_cxx_try_compile "$LINENO"; then :
69569  glibcxx_cv_func__modff_use=yes
69570else
69571  glibcxx_cv_func__modff_use=no
69572fi
69573rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69574      ac_ext=c
69575ac_cpp='$CPP $CPPFLAGS'
69576ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69577ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69578ac_compiler_gnu=$ac_cv_c_compiler_gnu
69579
69580
69581fi
69582
69583  fi
69584  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modff_use" >&5
69585$as_echo "$glibcxx_cv_func__modff_use" >&6; }
69586
69587    if test x$glibcxx_cv_func__modff_use = x"yes"; then
69588      for ac_func in _modff
69589do :
69590  ac_fn_c_check_func "$LINENO" "_modff" "ac_cv_func__modff"
69591if test "x$ac_cv_func__modff" = xyes; then :
69592  cat >>confdefs.h <<_ACEOF
69593#define HAVE__MODFF 1
69594_ACEOF
69595
69596fi
69597done
69598
69599    fi
69600  fi
69601
69602
69603
69604
69605
69606  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modf declaration" >&5
69607$as_echo_n "checking for modf declaration... " >&6; }
69608  if test x${glibcxx_cv_func_modf_use+set} != xset; then
69609    if ${glibcxx_cv_func_modf_use+:} false; then :
69610  $as_echo_n "(cached) " >&6
69611else
69612
69613
69614      ac_ext=cpp
69615ac_cpp='$CXXCPP $CPPFLAGS'
69616ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69617ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69618ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69619
69620      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69621/* end confdefs.h.  */
69622#include <math.h>
69623int
69624main ()
69625{
69626 modf(0, 0);
69627  ;
69628  return 0;
69629}
69630_ACEOF
69631if ac_fn_cxx_try_compile "$LINENO"; then :
69632  glibcxx_cv_func_modf_use=yes
69633else
69634  glibcxx_cv_func_modf_use=no
69635fi
69636rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69637      ac_ext=c
69638ac_cpp='$CPP $CPPFLAGS'
69639ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69640ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69641ac_compiler_gnu=$ac_cv_c_compiler_gnu
69642
69643
69644fi
69645
69646  fi
69647  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modf_use" >&5
69648$as_echo "$glibcxx_cv_func_modf_use" >&6; }
69649
69650  if test x$glibcxx_cv_func_modf_use = x"yes"; then
69651    for ac_func in modf
69652do :
69653  ac_fn_c_check_func "$LINENO" "modf" "ac_cv_func_modf"
69654if test "x$ac_cv_func_modf" = xyes; then :
69655  cat >>confdefs.h <<_ACEOF
69656#define HAVE_MODF 1
69657_ACEOF
69658
69659fi
69660done
69661
69662  else
69663
69664  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modf declaration" >&5
69665$as_echo_n "checking for _modf declaration... " >&6; }
69666  if test x${glibcxx_cv_func__modf_use+set} != xset; then
69667    if ${glibcxx_cv_func__modf_use+:} false; then :
69668  $as_echo_n "(cached) " >&6
69669else
69670
69671
69672      ac_ext=cpp
69673ac_cpp='$CXXCPP $CPPFLAGS'
69674ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69675ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69676ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69677
69678      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69679/* end confdefs.h.  */
69680#include <math.h>
69681int
69682main ()
69683{
69684 _modf(0, 0);
69685  ;
69686  return 0;
69687}
69688_ACEOF
69689if ac_fn_cxx_try_compile "$LINENO"; then :
69690  glibcxx_cv_func__modf_use=yes
69691else
69692  glibcxx_cv_func__modf_use=no
69693fi
69694rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69695      ac_ext=c
69696ac_cpp='$CPP $CPPFLAGS'
69697ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69698ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69699ac_compiler_gnu=$ac_cv_c_compiler_gnu
69700
69701
69702fi
69703
69704  fi
69705  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modf_use" >&5
69706$as_echo "$glibcxx_cv_func__modf_use" >&6; }
69707
69708    if test x$glibcxx_cv_func__modf_use = x"yes"; then
69709      for ac_func in _modf
69710do :
69711  ac_fn_c_check_func "$LINENO" "_modf" "ac_cv_func__modf"
69712if test "x$ac_cv_func__modf" = xyes; then :
69713  cat >>confdefs.h <<_ACEOF
69714#define HAVE__MODF 1
69715_ACEOF
69716
69717fi
69718done
69719
69720    fi
69721  fi
69722
69723
69724
69725
69726
69727  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf declaration" >&5
69728$as_echo_n "checking for powf declaration... " >&6; }
69729  if test x${glibcxx_cv_func_powf_use+set} != xset; then
69730    if ${glibcxx_cv_func_powf_use+:} false; then :
69731  $as_echo_n "(cached) " >&6
69732else
69733
69734
69735      ac_ext=cpp
69736ac_cpp='$CXXCPP $CPPFLAGS'
69737ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69738ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69739ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69740
69741      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69742/* end confdefs.h.  */
69743#include <math.h>
69744int
69745main ()
69746{
69747 powf(0, 0);
69748  ;
69749  return 0;
69750}
69751_ACEOF
69752if ac_fn_cxx_try_compile "$LINENO"; then :
69753  glibcxx_cv_func_powf_use=yes
69754else
69755  glibcxx_cv_func_powf_use=no
69756fi
69757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69758      ac_ext=c
69759ac_cpp='$CPP $CPPFLAGS'
69760ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69761ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69762ac_compiler_gnu=$ac_cv_c_compiler_gnu
69763
69764
69765fi
69766
69767  fi
69768  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powf_use" >&5
69769$as_echo "$glibcxx_cv_func_powf_use" >&6; }
69770
69771  if test x$glibcxx_cv_func_powf_use = x"yes"; then
69772    for ac_func in powf
69773do :
69774  ac_fn_c_check_func "$LINENO" "powf" "ac_cv_func_powf"
69775if test "x$ac_cv_func_powf" = xyes; then :
69776  cat >>confdefs.h <<_ACEOF
69777#define HAVE_POWF 1
69778_ACEOF
69779
69780fi
69781done
69782
69783  else
69784
69785  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powf declaration" >&5
69786$as_echo_n "checking for _powf declaration... " >&6; }
69787  if test x${glibcxx_cv_func__powf_use+set} != xset; then
69788    if ${glibcxx_cv_func__powf_use+:} false; then :
69789  $as_echo_n "(cached) " >&6
69790else
69791
69792
69793      ac_ext=cpp
69794ac_cpp='$CXXCPP $CPPFLAGS'
69795ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69796ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69797ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69798
69799      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69800/* end confdefs.h.  */
69801#include <math.h>
69802int
69803main ()
69804{
69805 _powf(0, 0);
69806  ;
69807  return 0;
69808}
69809_ACEOF
69810if ac_fn_cxx_try_compile "$LINENO"; then :
69811  glibcxx_cv_func__powf_use=yes
69812else
69813  glibcxx_cv_func__powf_use=no
69814fi
69815rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69816      ac_ext=c
69817ac_cpp='$CPP $CPPFLAGS'
69818ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69819ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69820ac_compiler_gnu=$ac_cv_c_compiler_gnu
69821
69822
69823fi
69824
69825  fi
69826  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powf_use" >&5
69827$as_echo "$glibcxx_cv_func__powf_use" >&6; }
69828
69829    if test x$glibcxx_cv_func__powf_use = x"yes"; then
69830      for ac_func in _powf
69831do :
69832  ac_fn_c_check_func "$LINENO" "_powf" "ac_cv_func__powf"
69833if test "x$ac_cv_func__powf" = xyes; then :
69834  cat >>confdefs.h <<_ACEOF
69835#define HAVE__POWF 1
69836_ACEOF
69837
69838fi
69839done
69840
69841    fi
69842  fi
69843
69844
69845
69846
69847
69848  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf declaration" >&5
69849$as_echo_n "checking for sqrtf declaration... " >&6; }
69850  if test x${glibcxx_cv_func_sqrtf_use+set} != xset; then
69851    if ${glibcxx_cv_func_sqrtf_use+:} false; then :
69852  $as_echo_n "(cached) " >&6
69853else
69854
69855
69856      ac_ext=cpp
69857ac_cpp='$CXXCPP $CPPFLAGS'
69858ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69859ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69860ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69861
69862      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69863/* end confdefs.h.  */
69864#include <math.h>
69865		      #ifdef HAVE_IEEEFP_H
69866		      #include <ieeefp.h>
69867		      #endif
69868
69869int
69870main ()
69871{
69872 sqrtf(0);
69873  ;
69874  return 0;
69875}
69876_ACEOF
69877if ac_fn_cxx_try_compile "$LINENO"; then :
69878  glibcxx_cv_func_sqrtf_use=yes
69879else
69880  glibcxx_cv_func_sqrtf_use=no
69881fi
69882rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69883      ac_ext=c
69884ac_cpp='$CPP $CPPFLAGS'
69885ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69886ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69887ac_compiler_gnu=$ac_cv_c_compiler_gnu
69888
69889
69890fi
69891
69892  fi
69893  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtf_use" >&5
69894$as_echo "$glibcxx_cv_func_sqrtf_use" >&6; }
69895
69896  if test x$glibcxx_cv_func_sqrtf_use = x"yes"; then
69897    for ac_func in sqrtf
69898do :
69899  ac_fn_c_check_func "$LINENO" "sqrtf" "ac_cv_func_sqrtf"
69900if test "x$ac_cv_func_sqrtf" = xyes; then :
69901  cat >>confdefs.h <<_ACEOF
69902#define HAVE_SQRTF 1
69903_ACEOF
69904
69905fi
69906done
69907
69908  else
69909
69910  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtf declaration" >&5
69911$as_echo_n "checking for _sqrtf declaration... " >&6; }
69912  if test x${glibcxx_cv_func__sqrtf_use+set} != xset; then
69913    if ${glibcxx_cv_func__sqrtf_use+:} false; then :
69914  $as_echo_n "(cached) " >&6
69915else
69916
69917
69918      ac_ext=cpp
69919ac_cpp='$CXXCPP $CPPFLAGS'
69920ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69921ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69922ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69923
69924      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69925/* end confdefs.h.  */
69926#include <math.h>
69927		      #ifdef HAVE_IEEEFP_H
69928		      #include <ieeefp.h>
69929		      #endif
69930
69931int
69932main ()
69933{
69934 _sqrtf(0);
69935  ;
69936  return 0;
69937}
69938_ACEOF
69939if ac_fn_cxx_try_compile "$LINENO"; then :
69940  glibcxx_cv_func__sqrtf_use=yes
69941else
69942  glibcxx_cv_func__sqrtf_use=no
69943fi
69944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69945      ac_ext=c
69946ac_cpp='$CPP $CPPFLAGS'
69947ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69948ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69949ac_compiler_gnu=$ac_cv_c_compiler_gnu
69950
69951
69952fi
69953
69954  fi
69955  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtf_use" >&5
69956$as_echo "$glibcxx_cv_func__sqrtf_use" >&6; }
69957
69958    if test x$glibcxx_cv_func__sqrtf_use = x"yes"; then
69959      for ac_func in _sqrtf
69960do :
69961  ac_fn_c_check_func "$LINENO" "_sqrtf" "ac_cv_func__sqrtf"
69962if test "x$ac_cv_func__sqrtf" = xyes; then :
69963  cat >>confdefs.h <<_ACEOF
69964#define HAVE__SQRTF 1
69965_ACEOF
69966
69967fi
69968done
69969
69970    fi
69971  fi
69972
69973
69974
69975
69976
69977  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosf declaration" >&5
69978$as_echo_n "checking for sincosf declaration... " >&6; }
69979  if test x${glibcxx_cv_func_sincosf_use+set} != xset; then
69980    if ${glibcxx_cv_func_sincosf_use+:} false; then :
69981  $as_echo_n "(cached) " >&6
69982else
69983
69984
69985      ac_ext=cpp
69986ac_cpp='$CXXCPP $CPPFLAGS'
69987ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
69988ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
69989ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
69990
69991      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69992/* end confdefs.h.  */
69993#include <math.h>
69994int
69995main ()
69996{
69997 sincosf(0, 0, 0);
69998  ;
69999  return 0;
70000}
70001_ACEOF
70002if ac_fn_cxx_try_compile "$LINENO"; then :
70003  glibcxx_cv_func_sincosf_use=yes
70004else
70005  glibcxx_cv_func_sincosf_use=no
70006fi
70007rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70008      ac_ext=c
70009ac_cpp='$CPP $CPPFLAGS'
70010ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70011ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70012ac_compiler_gnu=$ac_cv_c_compiler_gnu
70013
70014
70015fi
70016
70017  fi
70018  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosf_use" >&5
70019$as_echo "$glibcxx_cv_func_sincosf_use" >&6; }
70020
70021  if test x$glibcxx_cv_func_sincosf_use = x"yes"; then
70022    for ac_func in sincosf
70023do :
70024  ac_fn_c_check_func "$LINENO" "sincosf" "ac_cv_func_sincosf"
70025if test "x$ac_cv_func_sincosf" = xyes; then :
70026  cat >>confdefs.h <<_ACEOF
70027#define HAVE_SINCOSF 1
70028_ACEOF
70029
70030fi
70031done
70032
70033  else
70034
70035  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosf declaration" >&5
70036$as_echo_n "checking for _sincosf declaration... " >&6; }
70037  if test x${glibcxx_cv_func__sincosf_use+set} != xset; then
70038    if ${glibcxx_cv_func__sincosf_use+:} false; then :
70039  $as_echo_n "(cached) " >&6
70040else
70041
70042
70043      ac_ext=cpp
70044ac_cpp='$CXXCPP $CPPFLAGS'
70045ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70046ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70047ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70048
70049      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70050/* end confdefs.h.  */
70051#include <math.h>
70052int
70053main ()
70054{
70055 _sincosf(0, 0, 0);
70056  ;
70057  return 0;
70058}
70059_ACEOF
70060if ac_fn_cxx_try_compile "$LINENO"; then :
70061  glibcxx_cv_func__sincosf_use=yes
70062else
70063  glibcxx_cv_func__sincosf_use=no
70064fi
70065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70066      ac_ext=c
70067ac_cpp='$CPP $CPPFLAGS'
70068ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70069ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70070ac_compiler_gnu=$ac_cv_c_compiler_gnu
70071
70072
70073fi
70074
70075  fi
70076  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosf_use" >&5
70077$as_echo "$glibcxx_cv_func__sincosf_use" >&6; }
70078
70079    if test x$glibcxx_cv_func__sincosf_use = x"yes"; then
70080      for ac_func in _sincosf
70081do :
70082  ac_fn_c_check_func "$LINENO" "_sincosf" "ac_cv_func__sincosf"
70083if test "x$ac_cv_func__sincosf" = xyes; then :
70084  cat >>confdefs.h <<_ACEOF
70085#define HAVE__SINCOSF 1
70086_ACEOF
70087
70088fi
70089done
70090
70091    fi
70092  fi
70093
70094
70095
70096
70097
70098  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitef declaration" >&5
70099$as_echo_n "checking for finitef declaration... " >&6; }
70100  if test x${glibcxx_cv_func_finitef_use+set} != xset; then
70101    if ${glibcxx_cv_func_finitef_use+:} false; then :
70102  $as_echo_n "(cached) " >&6
70103else
70104
70105
70106      ac_ext=cpp
70107ac_cpp='$CXXCPP $CPPFLAGS'
70108ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70109ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70110ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70111
70112      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70113/* end confdefs.h.  */
70114#include <math.h>
70115		      #ifdef HAVE_IEEEFP_H
70116		      #include <ieeefp.h>
70117		      #endif
70118
70119int
70120main ()
70121{
70122 finitef(0);
70123  ;
70124  return 0;
70125}
70126_ACEOF
70127if ac_fn_cxx_try_compile "$LINENO"; then :
70128  glibcxx_cv_func_finitef_use=yes
70129else
70130  glibcxx_cv_func_finitef_use=no
70131fi
70132rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70133      ac_ext=c
70134ac_cpp='$CPP $CPPFLAGS'
70135ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70136ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70137ac_compiler_gnu=$ac_cv_c_compiler_gnu
70138
70139
70140fi
70141
70142  fi
70143  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitef_use" >&5
70144$as_echo "$glibcxx_cv_func_finitef_use" >&6; }
70145
70146  if test x$glibcxx_cv_func_finitef_use = x"yes"; then
70147    for ac_func in finitef
70148do :
70149  ac_fn_c_check_func "$LINENO" "finitef" "ac_cv_func_finitef"
70150if test "x$ac_cv_func_finitef" = xyes; then :
70151  cat >>confdefs.h <<_ACEOF
70152#define HAVE_FINITEF 1
70153_ACEOF
70154
70155fi
70156done
70157
70158  else
70159
70160  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitef declaration" >&5
70161$as_echo_n "checking for _finitef declaration... " >&6; }
70162  if test x${glibcxx_cv_func__finitef_use+set} != xset; then
70163    if ${glibcxx_cv_func__finitef_use+:} false; then :
70164  $as_echo_n "(cached) " >&6
70165else
70166
70167
70168      ac_ext=cpp
70169ac_cpp='$CXXCPP $CPPFLAGS'
70170ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70171ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70172ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70173
70174      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70175/* end confdefs.h.  */
70176#include <math.h>
70177		      #ifdef HAVE_IEEEFP_H
70178		      #include <ieeefp.h>
70179		      #endif
70180
70181int
70182main ()
70183{
70184 _finitef(0);
70185  ;
70186  return 0;
70187}
70188_ACEOF
70189if ac_fn_cxx_try_compile "$LINENO"; then :
70190  glibcxx_cv_func__finitef_use=yes
70191else
70192  glibcxx_cv_func__finitef_use=no
70193fi
70194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70195      ac_ext=c
70196ac_cpp='$CPP $CPPFLAGS'
70197ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70198ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70199ac_compiler_gnu=$ac_cv_c_compiler_gnu
70200
70201
70202fi
70203
70204  fi
70205  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitef_use" >&5
70206$as_echo "$glibcxx_cv_func__finitef_use" >&6; }
70207
70208    if test x$glibcxx_cv_func__finitef_use = x"yes"; then
70209      for ac_func in _finitef
70210do :
70211  ac_fn_c_check_func "$LINENO" "_finitef" "ac_cv_func__finitef"
70212if test "x$ac_cv_func__finitef" = xyes; then :
70213  cat >>confdefs.h <<_ACEOF
70214#define HAVE__FINITEF 1
70215_ACEOF
70216
70217fi
70218done
70219
70220    fi
70221  fi
70222
70223
70224
70225
70226
70227    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double trig functions" >&5
70228$as_echo_n "checking for long double trig functions... " >&6; }
70229  if ${glibcxx_cv_func_long_double_trig_use+:} false; then :
70230  $as_echo_n "(cached) " >&6
70231else
70232
70233
70234    ac_ext=cpp
70235ac_cpp='$CXXCPP $CPPFLAGS'
70236ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70237ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70238ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70239
70240    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70241/* end confdefs.h.  */
70242#include <math.h>
70243int
70244main ()
70245{
70246acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
70247  ;
70248  return 0;
70249}
70250_ACEOF
70251if ac_fn_cxx_try_compile "$LINENO"; then :
70252  glibcxx_cv_func_long_double_trig_use=yes
70253else
70254  glibcxx_cv_func_long_double_trig_use=no
70255fi
70256rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70257    ac_ext=c
70258ac_cpp='$CPP $CPPFLAGS'
70259ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70260ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70261ac_compiler_gnu=$ac_cv_c_compiler_gnu
70262
70263fi
70264
70265  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_trig_use" >&5
70266$as_echo "$glibcxx_cv_func_long_double_trig_use" >&6; }
70267  if test x$glibcxx_cv_func_long_double_trig_use = x"yes"; then
70268    for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
70269do :
70270  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
70271ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
70272if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
70273  cat >>confdefs.h <<_ACEOF
70274#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
70275_ACEOF
70276
70277fi
70278done
70279
70280  else
70281    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double trig functions" >&5
70282$as_echo_n "checking for _long double trig functions... " >&6; }
70283    if ${glibcxx_cv_func__long_double_trig_use+:} false; then :
70284  $as_echo_n "(cached) " >&6
70285else
70286
70287
70288      ac_ext=cpp
70289ac_cpp='$CXXCPP $CPPFLAGS'
70290ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70291ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70292ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70293
70294      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70295/* end confdefs.h.  */
70296#include <math.h>
70297int
70298main ()
70299{
70300_acosl (0); _asinl (0); _atanl (0); _cosl (0); _sinl (0); _tanl (0); _coshl (0); _sinhl (0); _tanhl (0);
70301  ;
70302  return 0;
70303}
70304_ACEOF
70305if ac_fn_cxx_try_compile "$LINENO"; then :
70306  glibcxx_cv_func__long_double_trig_use=yes
70307else
70308  glibcxx_cv_func__long_double_trig_use=no
70309fi
70310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70311      ac_ext=c
70312ac_cpp='$CPP $CPPFLAGS'
70313ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70314ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70315ac_compiler_gnu=$ac_cv_c_compiler_gnu
70316
70317fi
70318
70319    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_trig_use" >&5
70320$as_echo "$glibcxx_cv_func__long_double_trig_use" >&6; }
70321    if test x$glibcxx_cv_func__long_double_trig_use = x"yes"; then
70322      for ac_func in _acosl _asinl _atanl _cosl _sinl _tanl _coshl _sinhl _tanhl
70323do :
70324  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
70325ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
70326if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
70327  cat >>confdefs.h <<_ACEOF
70328#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
70329_ACEOF
70330
70331fi
70332done
70333
70334    fi
70335  fi
70336
70337
70338
70339
70340
70341    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double round functions" >&5
70342$as_echo_n "checking for long double round functions... " >&6; }
70343  if ${glibcxx_cv_func_long_double_round_use+:} false; then :
70344  $as_echo_n "(cached) " >&6
70345else
70346
70347
70348    ac_ext=cpp
70349ac_cpp='$CXXCPP $CPPFLAGS'
70350ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70351ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70352ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70353
70354    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70355/* end confdefs.h.  */
70356#include <math.h>
70357int
70358main ()
70359{
70360ceill (0); floorl (0);
70361  ;
70362  return 0;
70363}
70364_ACEOF
70365if ac_fn_cxx_try_compile "$LINENO"; then :
70366  glibcxx_cv_func_long_double_round_use=yes
70367else
70368  glibcxx_cv_func_long_double_round_use=no
70369fi
70370rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70371    ac_ext=c
70372ac_cpp='$CPP $CPPFLAGS'
70373ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70374ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70375ac_compiler_gnu=$ac_cv_c_compiler_gnu
70376
70377fi
70378
70379  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_long_double_round_use" >&5
70380$as_echo "$glibcxx_cv_func_long_double_round_use" >&6; }
70381  if test x$glibcxx_cv_func_long_double_round_use = x"yes"; then
70382    for ac_func in ceill floorl
70383do :
70384  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
70385ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
70386if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
70387  cat >>confdefs.h <<_ACEOF
70388#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
70389_ACEOF
70390
70391fi
70392done
70393
70394  else
70395    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _long double round functions" >&5
70396$as_echo_n "checking for _long double round functions... " >&6; }
70397    if ${glibcxx_cv_func__long_double_round_use+:} false; then :
70398  $as_echo_n "(cached) " >&6
70399else
70400
70401
70402      ac_ext=cpp
70403ac_cpp='$CXXCPP $CPPFLAGS'
70404ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70405ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70406ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70407
70408      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70409/* end confdefs.h.  */
70410#include <math.h>
70411int
70412main ()
70413{
70414_ceill (0); _floorl (0);
70415  ;
70416  return 0;
70417}
70418_ACEOF
70419if ac_fn_cxx_try_compile "$LINENO"; then :
70420  glibcxx_cv_func__long_double_round_use=yes
70421else
70422  glibcxx_cv_func__long_double_round_use=no
70423fi
70424rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70425      ac_ext=c
70426ac_cpp='$CPP $CPPFLAGS'
70427ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70428ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70429ac_compiler_gnu=$ac_cv_c_compiler_gnu
70430
70431fi
70432
70433    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__long_double_round_use" >&5
70434$as_echo "$glibcxx_cv_func__long_double_round_use" >&6; }
70435    if test x$glibcxx_cv_func__long_double_round_use = x"yes"; then
70436      for ac_func in _ceill _floorl
70437do :
70438  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
70439ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
70440if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
70441  cat >>confdefs.h <<_ACEOF
70442#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
70443_ACEOF
70444
70445fi
70446done
70447
70448    fi
70449  fi
70450
70451
70452
70453
70454
70455
70456  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnanl declaration" >&5
70457$as_echo_n "checking for isnanl declaration... " >&6; }
70458  if test x${glibcxx_cv_func_isnanl_use+set} != xset; then
70459    if ${glibcxx_cv_func_isnanl_use+:} false; then :
70460  $as_echo_n "(cached) " >&6
70461else
70462
70463
70464      ac_ext=cpp
70465ac_cpp='$CXXCPP $CPPFLAGS'
70466ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70467ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70468ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70469
70470      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70471/* end confdefs.h.  */
70472#include <math.h>
70473		      #ifdef HAVE_IEEEFP_H
70474		      #include <ieeefp.h>
70475		      #endif
70476
70477int
70478main ()
70479{
70480 isnanl(0);
70481  ;
70482  return 0;
70483}
70484_ACEOF
70485if ac_fn_cxx_try_compile "$LINENO"; then :
70486  glibcxx_cv_func_isnanl_use=yes
70487else
70488  glibcxx_cv_func_isnanl_use=no
70489fi
70490rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70491      ac_ext=c
70492ac_cpp='$CPP $CPPFLAGS'
70493ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70494ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70495ac_compiler_gnu=$ac_cv_c_compiler_gnu
70496
70497
70498fi
70499
70500  fi
70501  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isnanl_use" >&5
70502$as_echo "$glibcxx_cv_func_isnanl_use" >&6; }
70503
70504  if test x$glibcxx_cv_func_isnanl_use = x"yes"; then
70505    for ac_func in isnanl
70506do :
70507  ac_fn_c_check_func "$LINENO" "isnanl" "ac_cv_func_isnanl"
70508if test "x$ac_cv_func_isnanl" = xyes; then :
70509  cat >>confdefs.h <<_ACEOF
70510#define HAVE_ISNANL 1
70511_ACEOF
70512
70513fi
70514done
70515
70516  else
70517
70518  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isnanl declaration" >&5
70519$as_echo_n "checking for _isnanl declaration... " >&6; }
70520  if test x${glibcxx_cv_func__isnanl_use+set} != xset; then
70521    if ${glibcxx_cv_func__isnanl_use+:} false; then :
70522  $as_echo_n "(cached) " >&6
70523else
70524
70525
70526      ac_ext=cpp
70527ac_cpp='$CXXCPP $CPPFLAGS'
70528ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70529ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70530ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70531
70532      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70533/* end confdefs.h.  */
70534#include <math.h>
70535		      #ifdef HAVE_IEEEFP_H
70536		      #include <ieeefp.h>
70537		      #endif
70538
70539int
70540main ()
70541{
70542 _isnanl(0);
70543  ;
70544  return 0;
70545}
70546_ACEOF
70547if ac_fn_cxx_try_compile "$LINENO"; then :
70548  glibcxx_cv_func__isnanl_use=yes
70549else
70550  glibcxx_cv_func__isnanl_use=no
70551fi
70552rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70553      ac_ext=c
70554ac_cpp='$CPP $CPPFLAGS'
70555ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70556ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70557ac_compiler_gnu=$ac_cv_c_compiler_gnu
70558
70559
70560fi
70561
70562  fi
70563  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isnanl_use" >&5
70564$as_echo "$glibcxx_cv_func__isnanl_use" >&6; }
70565
70566    if test x$glibcxx_cv_func__isnanl_use = x"yes"; then
70567      for ac_func in _isnanl
70568do :
70569  ac_fn_c_check_func "$LINENO" "_isnanl" "ac_cv_func__isnanl"
70570if test "x$ac_cv_func__isnanl" = xyes; then :
70571  cat >>confdefs.h <<_ACEOF
70572#define HAVE__ISNANL 1
70573_ACEOF
70574
70575fi
70576done
70577
70578    fi
70579  fi
70580
70581
70582
70583
70584
70585  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinfl declaration" >&5
70586$as_echo_n "checking for isinfl declaration... " >&6; }
70587  if test x${glibcxx_cv_func_isinfl_use+set} != xset; then
70588    if ${glibcxx_cv_func_isinfl_use+:} false; then :
70589  $as_echo_n "(cached) " >&6
70590else
70591
70592
70593      ac_ext=cpp
70594ac_cpp='$CXXCPP $CPPFLAGS'
70595ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70596ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70597ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70598
70599      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70600/* end confdefs.h.  */
70601#include <math.h>
70602		      #ifdef HAVE_IEEEFP_H
70603		      #include <ieeefp.h>
70604		      #endif
70605
70606int
70607main ()
70608{
70609 isinfl(0);
70610  ;
70611  return 0;
70612}
70613_ACEOF
70614if ac_fn_cxx_try_compile "$LINENO"; then :
70615  glibcxx_cv_func_isinfl_use=yes
70616else
70617  glibcxx_cv_func_isinfl_use=no
70618fi
70619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70620      ac_ext=c
70621ac_cpp='$CPP $CPPFLAGS'
70622ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70623ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70624ac_compiler_gnu=$ac_cv_c_compiler_gnu
70625
70626
70627fi
70628
70629  fi
70630  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_isinfl_use" >&5
70631$as_echo "$glibcxx_cv_func_isinfl_use" >&6; }
70632
70633  if test x$glibcxx_cv_func_isinfl_use = x"yes"; then
70634    for ac_func in isinfl
70635do :
70636  ac_fn_c_check_func "$LINENO" "isinfl" "ac_cv_func_isinfl"
70637if test "x$ac_cv_func_isinfl" = xyes; then :
70638  cat >>confdefs.h <<_ACEOF
70639#define HAVE_ISINFL 1
70640_ACEOF
70641
70642fi
70643done
70644
70645  else
70646
70647  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _isinfl declaration" >&5
70648$as_echo_n "checking for _isinfl declaration... " >&6; }
70649  if test x${glibcxx_cv_func__isinfl_use+set} != xset; then
70650    if ${glibcxx_cv_func__isinfl_use+:} false; then :
70651  $as_echo_n "(cached) " >&6
70652else
70653
70654
70655      ac_ext=cpp
70656ac_cpp='$CXXCPP $CPPFLAGS'
70657ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70658ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70659ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70660
70661      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70662/* end confdefs.h.  */
70663#include <math.h>
70664		      #ifdef HAVE_IEEEFP_H
70665		      #include <ieeefp.h>
70666		      #endif
70667
70668int
70669main ()
70670{
70671 _isinfl(0);
70672  ;
70673  return 0;
70674}
70675_ACEOF
70676if ac_fn_cxx_try_compile "$LINENO"; then :
70677  glibcxx_cv_func__isinfl_use=yes
70678else
70679  glibcxx_cv_func__isinfl_use=no
70680fi
70681rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70682      ac_ext=c
70683ac_cpp='$CPP $CPPFLAGS'
70684ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70685ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70686ac_compiler_gnu=$ac_cv_c_compiler_gnu
70687
70688
70689fi
70690
70691  fi
70692  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__isinfl_use" >&5
70693$as_echo "$glibcxx_cv_func__isinfl_use" >&6; }
70694
70695    if test x$glibcxx_cv_func__isinfl_use = x"yes"; then
70696      for ac_func in _isinfl
70697do :
70698  ac_fn_c_check_func "$LINENO" "_isinfl" "ac_cv_func__isinfl"
70699if test "x$ac_cv_func__isinfl" = xyes; then :
70700  cat >>confdefs.h <<_ACEOF
70701#define HAVE__ISINFL 1
70702_ACEOF
70703
70704fi
70705done
70706
70707    fi
70708  fi
70709
70710
70711
70712
70713
70714  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5
70715$as_echo_n "checking for atan2l declaration... " >&6; }
70716  if test x${glibcxx_cv_func_atan2l_use+set} != xset; then
70717    if ${glibcxx_cv_func_atan2l_use+:} false; then :
70718  $as_echo_n "(cached) " >&6
70719else
70720
70721
70722      ac_ext=cpp
70723ac_cpp='$CXXCPP $CPPFLAGS'
70724ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70725ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70726ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70727
70728      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70729/* end confdefs.h.  */
70730#include <math.h>
70731int
70732main ()
70733{
70734 atan2l(0, 0);
70735  ;
70736  return 0;
70737}
70738_ACEOF
70739if ac_fn_cxx_try_compile "$LINENO"; then :
70740  glibcxx_cv_func_atan2l_use=yes
70741else
70742  glibcxx_cv_func_atan2l_use=no
70743fi
70744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70745      ac_ext=c
70746ac_cpp='$CPP $CPPFLAGS'
70747ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70748ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70749ac_compiler_gnu=$ac_cv_c_compiler_gnu
70750
70751
70752fi
70753
70754  fi
70755  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2l_use" >&5
70756$as_echo "$glibcxx_cv_func_atan2l_use" >&6; }
70757
70758  if test x$glibcxx_cv_func_atan2l_use = x"yes"; then
70759    for ac_func in atan2l
70760do :
70761  ac_fn_c_check_func "$LINENO" "atan2l" "ac_cv_func_atan2l"
70762if test "x$ac_cv_func_atan2l" = xyes; then :
70763  cat >>confdefs.h <<_ACEOF
70764#define HAVE_ATAN2L 1
70765_ACEOF
70766
70767fi
70768done
70769
70770  else
70771
70772  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _atan2l declaration" >&5
70773$as_echo_n "checking for _atan2l declaration... " >&6; }
70774  if test x${glibcxx_cv_func__atan2l_use+set} != xset; then
70775    if ${glibcxx_cv_func__atan2l_use+:} false; then :
70776  $as_echo_n "(cached) " >&6
70777else
70778
70779
70780      ac_ext=cpp
70781ac_cpp='$CXXCPP $CPPFLAGS'
70782ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70783ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70784ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70785
70786      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70787/* end confdefs.h.  */
70788#include <math.h>
70789int
70790main ()
70791{
70792 _atan2l(0, 0);
70793  ;
70794  return 0;
70795}
70796_ACEOF
70797if ac_fn_cxx_try_compile "$LINENO"; then :
70798  glibcxx_cv_func__atan2l_use=yes
70799else
70800  glibcxx_cv_func__atan2l_use=no
70801fi
70802rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70803      ac_ext=c
70804ac_cpp='$CPP $CPPFLAGS'
70805ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70806ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70807ac_compiler_gnu=$ac_cv_c_compiler_gnu
70808
70809
70810fi
70811
70812  fi
70813  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__atan2l_use" >&5
70814$as_echo "$glibcxx_cv_func__atan2l_use" >&6; }
70815
70816    if test x$glibcxx_cv_func__atan2l_use = x"yes"; then
70817      for ac_func in _atan2l
70818do :
70819  ac_fn_c_check_func "$LINENO" "_atan2l" "ac_cv_func__atan2l"
70820if test "x$ac_cv_func__atan2l" = xyes; then :
70821  cat >>confdefs.h <<_ACEOF
70822#define HAVE__ATAN2L 1
70823_ACEOF
70824
70825fi
70826done
70827
70828    fi
70829  fi
70830
70831
70832
70833
70834
70835  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5
70836$as_echo_n "checking for expl declaration... " >&6; }
70837  if test x${glibcxx_cv_func_expl_use+set} != xset; then
70838    if ${glibcxx_cv_func_expl_use+:} false; then :
70839  $as_echo_n "(cached) " >&6
70840else
70841
70842
70843      ac_ext=cpp
70844ac_cpp='$CXXCPP $CPPFLAGS'
70845ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70846ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70847ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70848
70849      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70850/* end confdefs.h.  */
70851#include <math.h>
70852		      #ifdef HAVE_IEEEFP_H
70853		      #include <ieeefp.h>
70854		      #endif
70855
70856int
70857main ()
70858{
70859 expl(0);
70860  ;
70861  return 0;
70862}
70863_ACEOF
70864if ac_fn_cxx_try_compile "$LINENO"; then :
70865  glibcxx_cv_func_expl_use=yes
70866else
70867  glibcxx_cv_func_expl_use=no
70868fi
70869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70870      ac_ext=c
70871ac_cpp='$CPP $CPPFLAGS'
70872ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70873ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70874ac_compiler_gnu=$ac_cv_c_compiler_gnu
70875
70876
70877fi
70878
70879  fi
70880  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expl_use" >&5
70881$as_echo "$glibcxx_cv_func_expl_use" >&6; }
70882
70883  if test x$glibcxx_cv_func_expl_use = x"yes"; then
70884    for ac_func in expl
70885do :
70886  ac_fn_c_check_func "$LINENO" "expl" "ac_cv_func_expl"
70887if test "x$ac_cv_func_expl" = xyes; then :
70888  cat >>confdefs.h <<_ACEOF
70889#define HAVE_EXPL 1
70890_ACEOF
70891
70892fi
70893done
70894
70895  else
70896
70897  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _expl declaration" >&5
70898$as_echo_n "checking for _expl declaration... " >&6; }
70899  if test x${glibcxx_cv_func__expl_use+set} != xset; then
70900    if ${glibcxx_cv_func__expl_use+:} false; then :
70901  $as_echo_n "(cached) " >&6
70902else
70903
70904
70905      ac_ext=cpp
70906ac_cpp='$CXXCPP $CPPFLAGS'
70907ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70908ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70909ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70910
70911      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70912/* end confdefs.h.  */
70913#include <math.h>
70914		      #ifdef HAVE_IEEEFP_H
70915		      #include <ieeefp.h>
70916		      #endif
70917
70918int
70919main ()
70920{
70921 _expl(0);
70922  ;
70923  return 0;
70924}
70925_ACEOF
70926if ac_fn_cxx_try_compile "$LINENO"; then :
70927  glibcxx_cv_func__expl_use=yes
70928else
70929  glibcxx_cv_func__expl_use=no
70930fi
70931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70932      ac_ext=c
70933ac_cpp='$CPP $CPPFLAGS'
70934ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70935ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70936ac_compiler_gnu=$ac_cv_c_compiler_gnu
70937
70938
70939fi
70940
70941  fi
70942  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__expl_use" >&5
70943$as_echo "$glibcxx_cv_func__expl_use" >&6; }
70944
70945    if test x$glibcxx_cv_func__expl_use = x"yes"; then
70946      for ac_func in _expl
70947do :
70948  ac_fn_c_check_func "$LINENO" "_expl" "ac_cv_func__expl"
70949if test "x$ac_cv_func__expl" = xyes; then :
70950  cat >>confdefs.h <<_ACEOF
70951#define HAVE__EXPL 1
70952_ACEOF
70953
70954fi
70955done
70956
70957    fi
70958  fi
70959
70960
70961
70962
70963
70964  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5
70965$as_echo_n "checking for fabsl declaration... " >&6; }
70966  if test x${glibcxx_cv_func_fabsl_use+set} != xset; then
70967    if ${glibcxx_cv_func_fabsl_use+:} false; then :
70968  $as_echo_n "(cached) " >&6
70969else
70970
70971
70972      ac_ext=cpp
70973ac_cpp='$CXXCPP $CPPFLAGS'
70974ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70975ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70976ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
70977
70978      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70979/* end confdefs.h.  */
70980#include <math.h>
70981		      #ifdef HAVE_IEEEFP_H
70982		      #include <ieeefp.h>
70983		      #endif
70984
70985int
70986main ()
70987{
70988 fabsl(0);
70989  ;
70990  return 0;
70991}
70992_ACEOF
70993if ac_fn_cxx_try_compile "$LINENO"; then :
70994  glibcxx_cv_func_fabsl_use=yes
70995else
70996  glibcxx_cv_func_fabsl_use=no
70997fi
70998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70999      ac_ext=c
71000ac_cpp='$CPP $CPPFLAGS'
71001ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71002ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71003ac_compiler_gnu=$ac_cv_c_compiler_gnu
71004
71005
71006fi
71007
71008  fi
71009  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsl_use" >&5
71010$as_echo "$glibcxx_cv_func_fabsl_use" >&6; }
71011
71012  if test x$glibcxx_cv_func_fabsl_use = x"yes"; then
71013    for ac_func in fabsl
71014do :
71015  ac_fn_c_check_func "$LINENO" "fabsl" "ac_cv_func_fabsl"
71016if test "x$ac_cv_func_fabsl" = xyes; then :
71017  cat >>confdefs.h <<_ACEOF
71018#define HAVE_FABSL 1
71019_ACEOF
71020
71021fi
71022done
71023
71024  else
71025
71026  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fabsl declaration" >&5
71027$as_echo_n "checking for _fabsl declaration... " >&6; }
71028  if test x${glibcxx_cv_func__fabsl_use+set} != xset; then
71029    if ${glibcxx_cv_func__fabsl_use+:} false; then :
71030  $as_echo_n "(cached) " >&6
71031else
71032
71033
71034      ac_ext=cpp
71035ac_cpp='$CXXCPP $CPPFLAGS'
71036ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71037ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71038ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71039
71040      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71041/* end confdefs.h.  */
71042#include <math.h>
71043		      #ifdef HAVE_IEEEFP_H
71044		      #include <ieeefp.h>
71045		      #endif
71046
71047int
71048main ()
71049{
71050 _fabsl(0);
71051  ;
71052  return 0;
71053}
71054_ACEOF
71055if ac_fn_cxx_try_compile "$LINENO"; then :
71056  glibcxx_cv_func__fabsl_use=yes
71057else
71058  glibcxx_cv_func__fabsl_use=no
71059fi
71060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71061      ac_ext=c
71062ac_cpp='$CPP $CPPFLAGS'
71063ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71064ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71065ac_compiler_gnu=$ac_cv_c_compiler_gnu
71066
71067
71068fi
71069
71070  fi
71071  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fabsl_use" >&5
71072$as_echo "$glibcxx_cv_func__fabsl_use" >&6; }
71073
71074    if test x$glibcxx_cv_func__fabsl_use = x"yes"; then
71075      for ac_func in _fabsl
71076do :
71077  ac_fn_c_check_func "$LINENO" "_fabsl" "ac_cv_func__fabsl"
71078if test "x$ac_cv_func__fabsl" = xyes; then :
71079  cat >>confdefs.h <<_ACEOF
71080#define HAVE__FABSL 1
71081_ACEOF
71082
71083fi
71084done
71085
71086    fi
71087  fi
71088
71089
71090
71091
71092
71093  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5
71094$as_echo_n "checking for fmodl declaration... " >&6; }
71095  if test x${glibcxx_cv_func_fmodl_use+set} != xset; then
71096    if ${glibcxx_cv_func_fmodl_use+:} false; then :
71097  $as_echo_n "(cached) " >&6
71098else
71099
71100
71101      ac_ext=cpp
71102ac_cpp='$CXXCPP $CPPFLAGS'
71103ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71104ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71105ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71106
71107      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71108/* end confdefs.h.  */
71109#include <math.h>
71110int
71111main ()
71112{
71113 fmodl(0, 0);
71114  ;
71115  return 0;
71116}
71117_ACEOF
71118if ac_fn_cxx_try_compile "$LINENO"; then :
71119  glibcxx_cv_func_fmodl_use=yes
71120else
71121  glibcxx_cv_func_fmodl_use=no
71122fi
71123rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71124      ac_ext=c
71125ac_cpp='$CPP $CPPFLAGS'
71126ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71127ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71128ac_compiler_gnu=$ac_cv_c_compiler_gnu
71129
71130
71131fi
71132
71133  fi
71134  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodl_use" >&5
71135$as_echo "$glibcxx_cv_func_fmodl_use" >&6; }
71136
71137  if test x$glibcxx_cv_func_fmodl_use = x"yes"; then
71138    for ac_func in fmodl
71139do :
71140  ac_fn_c_check_func "$LINENO" "fmodl" "ac_cv_func_fmodl"
71141if test "x$ac_cv_func_fmodl" = xyes; then :
71142  cat >>confdefs.h <<_ACEOF
71143#define HAVE_FMODL 1
71144_ACEOF
71145
71146fi
71147done
71148
71149  else
71150
71151  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _fmodl declaration" >&5
71152$as_echo_n "checking for _fmodl declaration... " >&6; }
71153  if test x${glibcxx_cv_func__fmodl_use+set} != xset; then
71154    if ${glibcxx_cv_func__fmodl_use+:} false; then :
71155  $as_echo_n "(cached) " >&6
71156else
71157
71158
71159      ac_ext=cpp
71160ac_cpp='$CXXCPP $CPPFLAGS'
71161ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71162ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71163ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71164
71165      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71166/* end confdefs.h.  */
71167#include <math.h>
71168int
71169main ()
71170{
71171 _fmodl(0, 0);
71172  ;
71173  return 0;
71174}
71175_ACEOF
71176if ac_fn_cxx_try_compile "$LINENO"; then :
71177  glibcxx_cv_func__fmodl_use=yes
71178else
71179  glibcxx_cv_func__fmodl_use=no
71180fi
71181rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71182      ac_ext=c
71183ac_cpp='$CPP $CPPFLAGS'
71184ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71185ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71186ac_compiler_gnu=$ac_cv_c_compiler_gnu
71187
71188
71189fi
71190
71191  fi
71192  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__fmodl_use" >&5
71193$as_echo "$glibcxx_cv_func__fmodl_use" >&6; }
71194
71195    if test x$glibcxx_cv_func__fmodl_use = x"yes"; then
71196      for ac_func in _fmodl
71197do :
71198  ac_fn_c_check_func "$LINENO" "_fmodl" "ac_cv_func__fmodl"
71199if test "x$ac_cv_func__fmodl" = xyes; then :
71200  cat >>confdefs.h <<_ACEOF
71201#define HAVE__FMODL 1
71202_ACEOF
71203
71204fi
71205done
71206
71207    fi
71208  fi
71209
71210
71211
71212
71213
71214  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5
71215$as_echo_n "checking for frexpl declaration... " >&6; }
71216  if test x${glibcxx_cv_func_frexpl_use+set} != xset; then
71217    if ${glibcxx_cv_func_frexpl_use+:} false; then :
71218  $as_echo_n "(cached) " >&6
71219else
71220
71221
71222      ac_ext=cpp
71223ac_cpp='$CXXCPP $CPPFLAGS'
71224ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71225ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71226ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71227
71228      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71229/* end confdefs.h.  */
71230#include <math.h>
71231int
71232main ()
71233{
71234 frexpl(0, 0);
71235  ;
71236  return 0;
71237}
71238_ACEOF
71239if ac_fn_cxx_try_compile "$LINENO"; then :
71240  glibcxx_cv_func_frexpl_use=yes
71241else
71242  glibcxx_cv_func_frexpl_use=no
71243fi
71244rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71245      ac_ext=c
71246ac_cpp='$CPP $CPPFLAGS'
71247ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71248ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71249ac_compiler_gnu=$ac_cv_c_compiler_gnu
71250
71251
71252fi
71253
71254  fi
71255  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpl_use" >&5
71256$as_echo "$glibcxx_cv_func_frexpl_use" >&6; }
71257
71258  if test x$glibcxx_cv_func_frexpl_use = x"yes"; then
71259    for ac_func in frexpl
71260do :
71261  ac_fn_c_check_func "$LINENO" "frexpl" "ac_cv_func_frexpl"
71262if test "x$ac_cv_func_frexpl" = xyes; then :
71263  cat >>confdefs.h <<_ACEOF
71264#define HAVE_FREXPL 1
71265_ACEOF
71266
71267fi
71268done
71269
71270  else
71271
71272  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _frexpl declaration" >&5
71273$as_echo_n "checking for _frexpl declaration... " >&6; }
71274  if test x${glibcxx_cv_func__frexpl_use+set} != xset; then
71275    if ${glibcxx_cv_func__frexpl_use+:} false; then :
71276  $as_echo_n "(cached) " >&6
71277else
71278
71279
71280      ac_ext=cpp
71281ac_cpp='$CXXCPP $CPPFLAGS'
71282ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71283ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71284ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71285
71286      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71287/* end confdefs.h.  */
71288#include <math.h>
71289int
71290main ()
71291{
71292 _frexpl(0, 0);
71293  ;
71294  return 0;
71295}
71296_ACEOF
71297if ac_fn_cxx_try_compile "$LINENO"; then :
71298  glibcxx_cv_func__frexpl_use=yes
71299else
71300  glibcxx_cv_func__frexpl_use=no
71301fi
71302rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71303      ac_ext=c
71304ac_cpp='$CPP $CPPFLAGS'
71305ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71306ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71307ac_compiler_gnu=$ac_cv_c_compiler_gnu
71308
71309
71310fi
71311
71312  fi
71313  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__frexpl_use" >&5
71314$as_echo "$glibcxx_cv_func__frexpl_use" >&6; }
71315
71316    if test x$glibcxx_cv_func__frexpl_use = x"yes"; then
71317      for ac_func in _frexpl
71318do :
71319  ac_fn_c_check_func "$LINENO" "_frexpl" "ac_cv_func__frexpl"
71320if test "x$ac_cv_func__frexpl" = xyes; then :
71321  cat >>confdefs.h <<_ACEOF
71322#define HAVE__FREXPL 1
71323_ACEOF
71324
71325fi
71326done
71327
71328    fi
71329  fi
71330
71331
71332
71333
71334
71335  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5
71336$as_echo_n "checking for hypotl declaration... " >&6; }
71337  if test x${glibcxx_cv_func_hypotl_use+set} != xset; then
71338    if ${glibcxx_cv_func_hypotl_use+:} false; then :
71339  $as_echo_n "(cached) " >&6
71340else
71341
71342
71343      ac_ext=cpp
71344ac_cpp='$CXXCPP $CPPFLAGS'
71345ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71346ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71347ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71348
71349      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71350/* end confdefs.h.  */
71351#include <math.h>
71352int
71353main ()
71354{
71355 hypotl(0, 0);
71356  ;
71357  return 0;
71358}
71359_ACEOF
71360if ac_fn_cxx_try_compile "$LINENO"; then :
71361  glibcxx_cv_func_hypotl_use=yes
71362else
71363  glibcxx_cv_func_hypotl_use=no
71364fi
71365rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71366      ac_ext=c
71367ac_cpp='$CPP $CPPFLAGS'
71368ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71369ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71370ac_compiler_gnu=$ac_cv_c_compiler_gnu
71371
71372
71373fi
71374
71375  fi
71376  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotl_use" >&5
71377$as_echo "$glibcxx_cv_func_hypotl_use" >&6; }
71378
71379  if test x$glibcxx_cv_func_hypotl_use = x"yes"; then
71380    for ac_func in hypotl
71381do :
71382  ac_fn_c_check_func "$LINENO" "hypotl" "ac_cv_func_hypotl"
71383if test "x$ac_cv_func_hypotl" = xyes; then :
71384  cat >>confdefs.h <<_ACEOF
71385#define HAVE_HYPOTL 1
71386_ACEOF
71387
71388fi
71389done
71390
71391  else
71392
71393  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _hypotl declaration" >&5
71394$as_echo_n "checking for _hypotl declaration... " >&6; }
71395  if test x${glibcxx_cv_func__hypotl_use+set} != xset; then
71396    if ${glibcxx_cv_func__hypotl_use+:} false; then :
71397  $as_echo_n "(cached) " >&6
71398else
71399
71400
71401      ac_ext=cpp
71402ac_cpp='$CXXCPP $CPPFLAGS'
71403ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71404ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71405ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71406
71407      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71408/* end confdefs.h.  */
71409#include <math.h>
71410int
71411main ()
71412{
71413 _hypotl(0, 0);
71414  ;
71415  return 0;
71416}
71417_ACEOF
71418if ac_fn_cxx_try_compile "$LINENO"; then :
71419  glibcxx_cv_func__hypotl_use=yes
71420else
71421  glibcxx_cv_func__hypotl_use=no
71422fi
71423rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71424      ac_ext=c
71425ac_cpp='$CPP $CPPFLAGS'
71426ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71427ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71428ac_compiler_gnu=$ac_cv_c_compiler_gnu
71429
71430
71431fi
71432
71433  fi
71434  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__hypotl_use" >&5
71435$as_echo "$glibcxx_cv_func__hypotl_use" >&6; }
71436
71437    if test x$glibcxx_cv_func__hypotl_use = x"yes"; then
71438      for ac_func in _hypotl
71439do :
71440  ac_fn_c_check_func "$LINENO" "_hypotl" "ac_cv_func__hypotl"
71441if test "x$ac_cv_func__hypotl" = xyes; then :
71442  cat >>confdefs.h <<_ACEOF
71443#define HAVE__HYPOTL 1
71444_ACEOF
71445
71446fi
71447done
71448
71449    fi
71450  fi
71451
71452
71453
71454
71455
71456  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5
71457$as_echo_n "checking for ldexpl declaration... " >&6; }
71458  if test x${glibcxx_cv_func_ldexpl_use+set} != xset; then
71459    if ${glibcxx_cv_func_ldexpl_use+:} false; then :
71460  $as_echo_n "(cached) " >&6
71461else
71462
71463
71464      ac_ext=cpp
71465ac_cpp='$CXXCPP $CPPFLAGS'
71466ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71467ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71468ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71469
71470      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71471/* end confdefs.h.  */
71472#include <math.h>
71473int
71474main ()
71475{
71476 ldexpl(0, 0);
71477  ;
71478  return 0;
71479}
71480_ACEOF
71481if ac_fn_cxx_try_compile "$LINENO"; then :
71482  glibcxx_cv_func_ldexpl_use=yes
71483else
71484  glibcxx_cv_func_ldexpl_use=no
71485fi
71486rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71487      ac_ext=c
71488ac_cpp='$CPP $CPPFLAGS'
71489ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71490ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71491ac_compiler_gnu=$ac_cv_c_compiler_gnu
71492
71493
71494fi
71495
71496  fi
71497  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpl_use" >&5
71498$as_echo "$glibcxx_cv_func_ldexpl_use" >&6; }
71499
71500  if test x$glibcxx_cv_func_ldexpl_use = x"yes"; then
71501    for ac_func in ldexpl
71502do :
71503  ac_fn_c_check_func "$LINENO" "ldexpl" "ac_cv_func_ldexpl"
71504if test "x$ac_cv_func_ldexpl" = xyes; then :
71505  cat >>confdefs.h <<_ACEOF
71506#define HAVE_LDEXPL 1
71507_ACEOF
71508
71509fi
71510done
71511
71512  else
71513
71514  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ldexpl declaration" >&5
71515$as_echo_n "checking for _ldexpl declaration... " >&6; }
71516  if test x${glibcxx_cv_func__ldexpl_use+set} != xset; then
71517    if ${glibcxx_cv_func__ldexpl_use+:} false; then :
71518  $as_echo_n "(cached) " >&6
71519else
71520
71521
71522      ac_ext=cpp
71523ac_cpp='$CXXCPP $CPPFLAGS'
71524ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71525ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71526ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71527
71528      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71529/* end confdefs.h.  */
71530#include <math.h>
71531int
71532main ()
71533{
71534 _ldexpl(0, 0);
71535  ;
71536  return 0;
71537}
71538_ACEOF
71539if ac_fn_cxx_try_compile "$LINENO"; then :
71540  glibcxx_cv_func__ldexpl_use=yes
71541else
71542  glibcxx_cv_func__ldexpl_use=no
71543fi
71544rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71545      ac_ext=c
71546ac_cpp='$CPP $CPPFLAGS'
71547ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71548ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71549ac_compiler_gnu=$ac_cv_c_compiler_gnu
71550
71551
71552fi
71553
71554  fi
71555  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__ldexpl_use" >&5
71556$as_echo "$glibcxx_cv_func__ldexpl_use" >&6; }
71557
71558    if test x$glibcxx_cv_func__ldexpl_use = x"yes"; then
71559      for ac_func in _ldexpl
71560do :
71561  ac_fn_c_check_func "$LINENO" "_ldexpl" "ac_cv_func__ldexpl"
71562if test "x$ac_cv_func__ldexpl" = xyes; then :
71563  cat >>confdefs.h <<_ACEOF
71564#define HAVE__LDEXPL 1
71565_ACEOF
71566
71567fi
71568done
71569
71570    fi
71571  fi
71572
71573
71574
71575
71576
71577  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5
71578$as_echo_n "checking for logl declaration... " >&6; }
71579  if test x${glibcxx_cv_func_logl_use+set} != xset; then
71580    if ${glibcxx_cv_func_logl_use+:} false; then :
71581  $as_echo_n "(cached) " >&6
71582else
71583
71584
71585      ac_ext=cpp
71586ac_cpp='$CXXCPP $CPPFLAGS'
71587ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71588ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71589ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71590
71591      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71592/* end confdefs.h.  */
71593#include <math.h>
71594		      #ifdef HAVE_IEEEFP_H
71595		      #include <ieeefp.h>
71596		      #endif
71597
71598int
71599main ()
71600{
71601 logl(0);
71602  ;
71603  return 0;
71604}
71605_ACEOF
71606if ac_fn_cxx_try_compile "$LINENO"; then :
71607  glibcxx_cv_func_logl_use=yes
71608else
71609  glibcxx_cv_func_logl_use=no
71610fi
71611rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71612      ac_ext=c
71613ac_cpp='$CPP $CPPFLAGS'
71614ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71615ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71616ac_compiler_gnu=$ac_cv_c_compiler_gnu
71617
71618
71619fi
71620
71621  fi
71622  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logl_use" >&5
71623$as_echo "$glibcxx_cv_func_logl_use" >&6; }
71624
71625  if test x$glibcxx_cv_func_logl_use = x"yes"; then
71626    for ac_func in logl
71627do :
71628  ac_fn_c_check_func "$LINENO" "logl" "ac_cv_func_logl"
71629if test "x$ac_cv_func_logl" = xyes; then :
71630  cat >>confdefs.h <<_ACEOF
71631#define HAVE_LOGL 1
71632_ACEOF
71633
71634fi
71635done
71636
71637  else
71638
71639  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _logl declaration" >&5
71640$as_echo_n "checking for _logl declaration... " >&6; }
71641  if test x${glibcxx_cv_func__logl_use+set} != xset; then
71642    if ${glibcxx_cv_func__logl_use+:} false; then :
71643  $as_echo_n "(cached) " >&6
71644else
71645
71646
71647      ac_ext=cpp
71648ac_cpp='$CXXCPP $CPPFLAGS'
71649ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71650ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71651ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71652
71653      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71654/* end confdefs.h.  */
71655#include <math.h>
71656		      #ifdef HAVE_IEEEFP_H
71657		      #include <ieeefp.h>
71658		      #endif
71659
71660int
71661main ()
71662{
71663 _logl(0);
71664  ;
71665  return 0;
71666}
71667_ACEOF
71668if ac_fn_cxx_try_compile "$LINENO"; then :
71669  glibcxx_cv_func__logl_use=yes
71670else
71671  glibcxx_cv_func__logl_use=no
71672fi
71673rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71674      ac_ext=c
71675ac_cpp='$CPP $CPPFLAGS'
71676ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71677ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71678ac_compiler_gnu=$ac_cv_c_compiler_gnu
71679
71680
71681fi
71682
71683  fi
71684  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__logl_use" >&5
71685$as_echo "$glibcxx_cv_func__logl_use" >&6; }
71686
71687    if test x$glibcxx_cv_func__logl_use = x"yes"; then
71688      for ac_func in _logl
71689do :
71690  ac_fn_c_check_func "$LINENO" "_logl" "ac_cv_func__logl"
71691if test "x$ac_cv_func__logl" = xyes; then :
71692  cat >>confdefs.h <<_ACEOF
71693#define HAVE__LOGL 1
71694_ACEOF
71695
71696fi
71697done
71698
71699    fi
71700  fi
71701
71702
71703
71704
71705
71706  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5
71707$as_echo_n "checking for log10l declaration... " >&6; }
71708  if test x${glibcxx_cv_func_log10l_use+set} != xset; then
71709    if ${glibcxx_cv_func_log10l_use+:} false; then :
71710  $as_echo_n "(cached) " >&6
71711else
71712
71713
71714      ac_ext=cpp
71715ac_cpp='$CXXCPP $CPPFLAGS'
71716ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71717ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71718ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71719
71720      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71721/* end confdefs.h.  */
71722#include <math.h>
71723		      #ifdef HAVE_IEEEFP_H
71724		      #include <ieeefp.h>
71725		      #endif
71726
71727int
71728main ()
71729{
71730 log10l(0);
71731  ;
71732  return 0;
71733}
71734_ACEOF
71735if ac_fn_cxx_try_compile "$LINENO"; then :
71736  glibcxx_cv_func_log10l_use=yes
71737else
71738  glibcxx_cv_func_log10l_use=no
71739fi
71740rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71741      ac_ext=c
71742ac_cpp='$CPP $CPPFLAGS'
71743ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71744ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71745ac_compiler_gnu=$ac_cv_c_compiler_gnu
71746
71747
71748fi
71749
71750  fi
71751  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10l_use" >&5
71752$as_echo "$glibcxx_cv_func_log10l_use" >&6; }
71753
71754  if test x$glibcxx_cv_func_log10l_use = x"yes"; then
71755    for ac_func in log10l
71756do :
71757  ac_fn_c_check_func "$LINENO" "log10l" "ac_cv_func_log10l"
71758if test "x$ac_cv_func_log10l" = xyes; then :
71759  cat >>confdefs.h <<_ACEOF
71760#define HAVE_LOG10L 1
71761_ACEOF
71762
71763fi
71764done
71765
71766  else
71767
71768  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _log10l declaration" >&5
71769$as_echo_n "checking for _log10l declaration... " >&6; }
71770  if test x${glibcxx_cv_func__log10l_use+set} != xset; then
71771    if ${glibcxx_cv_func__log10l_use+:} false; then :
71772  $as_echo_n "(cached) " >&6
71773else
71774
71775
71776      ac_ext=cpp
71777ac_cpp='$CXXCPP $CPPFLAGS'
71778ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71779ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71780ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71781
71782      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71783/* end confdefs.h.  */
71784#include <math.h>
71785		      #ifdef HAVE_IEEEFP_H
71786		      #include <ieeefp.h>
71787		      #endif
71788
71789int
71790main ()
71791{
71792 _log10l(0);
71793  ;
71794  return 0;
71795}
71796_ACEOF
71797if ac_fn_cxx_try_compile "$LINENO"; then :
71798  glibcxx_cv_func__log10l_use=yes
71799else
71800  glibcxx_cv_func__log10l_use=no
71801fi
71802rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71803      ac_ext=c
71804ac_cpp='$CPP $CPPFLAGS'
71805ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71806ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71807ac_compiler_gnu=$ac_cv_c_compiler_gnu
71808
71809
71810fi
71811
71812  fi
71813  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__log10l_use" >&5
71814$as_echo "$glibcxx_cv_func__log10l_use" >&6; }
71815
71816    if test x$glibcxx_cv_func__log10l_use = x"yes"; then
71817      for ac_func in _log10l
71818do :
71819  ac_fn_c_check_func "$LINENO" "_log10l" "ac_cv_func__log10l"
71820if test "x$ac_cv_func__log10l" = xyes; then :
71821  cat >>confdefs.h <<_ACEOF
71822#define HAVE__LOG10L 1
71823_ACEOF
71824
71825fi
71826done
71827
71828    fi
71829  fi
71830
71831
71832
71833
71834
71835  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5
71836$as_echo_n "checking for modfl declaration... " >&6; }
71837  if test x${glibcxx_cv_func_modfl_use+set} != xset; then
71838    if ${glibcxx_cv_func_modfl_use+:} false; then :
71839  $as_echo_n "(cached) " >&6
71840else
71841
71842
71843      ac_ext=cpp
71844ac_cpp='$CXXCPP $CPPFLAGS'
71845ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71846ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71847ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71848
71849      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71850/* end confdefs.h.  */
71851#include <math.h>
71852int
71853main ()
71854{
71855 modfl(0, 0);
71856  ;
71857  return 0;
71858}
71859_ACEOF
71860if ac_fn_cxx_try_compile "$LINENO"; then :
71861  glibcxx_cv_func_modfl_use=yes
71862else
71863  glibcxx_cv_func_modfl_use=no
71864fi
71865rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71866      ac_ext=c
71867ac_cpp='$CPP $CPPFLAGS'
71868ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71869ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71870ac_compiler_gnu=$ac_cv_c_compiler_gnu
71871
71872
71873fi
71874
71875  fi
71876  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modfl_use" >&5
71877$as_echo "$glibcxx_cv_func_modfl_use" >&6; }
71878
71879  if test x$glibcxx_cv_func_modfl_use = x"yes"; then
71880    for ac_func in modfl
71881do :
71882  ac_fn_c_check_func "$LINENO" "modfl" "ac_cv_func_modfl"
71883if test "x$ac_cv_func_modfl" = xyes; then :
71884  cat >>confdefs.h <<_ACEOF
71885#define HAVE_MODFL 1
71886_ACEOF
71887
71888fi
71889done
71890
71891  else
71892
71893  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _modfl declaration" >&5
71894$as_echo_n "checking for _modfl declaration... " >&6; }
71895  if test x${glibcxx_cv_func__modfl_use+set} != xset; then
71896    if ${glibcxx_cv_func__modfl_use+:} false; then :
71897  $as_echo_n "(cached) " >&6
71898else
71899
71900
71901      ac_ext=cpp
71902ac_cpp='$CXXCPP $CPPFLAGS'
71903ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71904ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71905ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71906
71907      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71908/* end confdefs.h.  */
71909#include <math.h>
71910int
71911main ()
71912{
71913 _modfl(0, 0);
71914  ;
71915  return 0;
71916}
71917_ACEOF
71918if ac_fn_cxx_try_compile "$LINENO"; then :
71919  glibcxx_cv_func__modfl_use=yes
71920else
71921  glibcxx_cv_func__modfl_use=no
71922fi
71923rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71924      ac_ext=c
71925ac_cpp='$CPP $CPPFLAGS'
71926ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71927ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71928ac_compiler_gnu=$ac_cv_c_compiler_gnu
71929
71930
71931fi
71932
71933  fi
71934  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__modfl_use" >&5
71935$as_echo "$glibcxx_cv_func__modfl_use" >&6; }
71936
71937    if test x$glibcxx_cv_func__modfl_use = x"yes"; then
71938      for ac_func in _modfl
71939do :
71940  ac_fn_c_check_func "$LINENO" "_modfl" "ac_cv_func__modfl"
71941if test "x$ac_cv_func__modfl" = xyes; then :
71942  cat >>confdefs.h <<_ACEOF
71943#define HAVE__MODFL 1
71944_ACEOF
71945
71946fi
71947done
71948
71949    fi
71950  fi
71951
71952
71953
71954
71955
71956  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5
71957$as_echo_n "checking for powl declaration... " >&6; }
71958  if test x${glibcxx_cv_func_powl_use+set} != xset; then
71959    if ${glibcxx_cv_func_powl_use+:} false; then :
71960  $as_echo_n "(cached) " >&6
71961else
71962
71963
71964      ac_ext=cpp
71965ac_cpp='$CXXCPP $CPPFLAGS'
71966ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71967ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71968ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
71969
71970      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71971/* end confdefs.h.  */
71972#include <math.h>
71973int
71974main ()
71975{
71976 powl(0, 0);
71977  ;
71978  return 0;
71979}
71980_ACEOF
71981if ac_fn_cxx_try_compile "$LINENO"; then :
71982  glibcxx_cv_func_powl_use=yes
71983else
71984  glibcxx_cv_func_powl_use=no
71985fi
71986rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71987      ac_ext=c
71988ac_cpp='$CPP $CPPFLAGS'
71989ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71990ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71991ac_compiler_gnu=$ac_cv_c_compiler_gnu
71992
71993
71994fi
71995
71996  fi
71997  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powl_use" >&5
71998$as_echo "$glibcxx_cv_func_powl_use" >&6; }
71999
72000  if test x$glibcxx_cv_func_powl_use = x"yes"; then
72001    for ac_func in powl
72002do :
72003  ac_fn_c_check_func "$LINENO" "powl" "ac_cv_func_powl"
72004if test "x$ac_cv_func_powl" = xyes; then :
72005  cat >>confdefs.h <<_ACEOF
72006#define HAVE_POWL 1
72007_ACEOF
72008
72009fi
72010done
72011
72012  else
72013
72014  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _powl declaration" >&5
72015$as_echo_n "checking for _powl declaration... " >&6; }
72016  if test x${glibcxx_cv_func__powl_use+set} != xset; then
72017    if ${glibcxx_cv_func__powl_use+:} false; then :
72018  $as_echo_n "(cached) " >&6
72019else
72020
72021
72022      ac_ext=cpp
72023ac_cpp='$CXXCPP $CPPFLAGS'
72024ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72025ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72026ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72027
72028      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72029/* end confdefs.h.  */
72030#include <math.h>
72031int
72032main ()
72033{
72034 _powl(0, 0);
72035  ;
72036  return 0;
72037}
72038_ACEOF
72039if ac_fn_cxx_try_compile "$LINENO"; then :
72040  glibcxx_cv_func__powl_use=yes
72041else
72042  glibcxx_cv_func__powl_use=no
72043fi
72044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72045      ac_ext=c
72046ac_cpp='$CPP $CPPFLAGS'
72047ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72048ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72049ac_compiler_gnu=$ac_cv_c_compiler_gnu
72050
72051
72052fi
72053
72054  fi
72055  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__powl_use" >&5
72056$as_echo "$glibcxx_cv_func__powl_use" >&6; }
72057
72058    if test x$glibcxx_cv_func__powl_use = x"yes"; then
72059      for ac_func in _powl
72060do :
72061  ac_fn_c_check_func "$LINENO" "_powl" "ac_cv_func__powl"
72062if test "x$ac_cv_func__powl" = xyes; then :
72063  cat >>confdefs.h <<_ACEOF
72064#define HAVE__POWL 1
72065_ACEOF
72066
72067fi
72068done
72069
72070    fi
72071  fi
72072
72073
72074
72075
72076
72077  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5
72078$as_echo_n "checking for sqrtl declaration... " >&6; }
72079  if test x${glibcxx_cv_func_sqrtl_use+set} != xset; then
72080    if ${glibcxx_cv_func_sqrtl_use+:} false; then :
72081  $as_echo_n "(cached) " >&6
72082else
72083
72084
72085      ac_ext=cpp
72086ac_cpp='$CXXCPP $CPPFLAGS'
72087ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72088ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72089ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72090
72091      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72092/* end confdefs.h.  */
72093#include <math.h>
72094		      #ifdef HAVE_IEEEFP_H
72095		      #include <ieeefp.h>
72096		      #endif
72097
72098int
72099main ()
72100{
72101 sqrtl(0);
72102  ;
72103  return 0;
72104}
72105_ACEOF
72106if ac_fn_cxx_try_compile "$LINENO"; then :
72107  glibcxx_cv_func_sqrtl_use=yes
72108else
72109  glibcxx_cv_func_sqrtl_use=no
72110fi
72111rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72112      ac_ext=c
72113ac_cpp='$CPP $CPPFLAGS'
72114ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72115ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72116ac_compiler_gnu=$ac_cv_c_compiler_gnu
72117
72118
72119fi
72120
72121  fi
72122  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtl_use" >&5
72123$as_echo "$glibcxx_cv_func_sqrtl_use" >&6; }
72124
72125  if test x$glibcxx_cv_func_sqrtl_use = x"yes"; then
72126    for ac_func in sqrtl
72127do :
72128  ac_fn_c_check_func "$LINENO" "sqrtl" "ac_cv_func_sqrtl"
72129if test "x$ac_cv_func_sqrtl" = xyes; then :
72130  cat >>confdefs.h <<_ACEOF
72131#define HAVE_SQRTL 1
72132_ACEOF
72133
72134fi
72135done
72136
72137  else
72138
72139  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sqrtl declaration" >&5
72140$as_echo_n "checking for _sqrtl declaration... " >&6; }
72141  if test x${glibcxx_cv_func__sqrtl_use+set} != xset; then
72142    if ${glibcxx_cv_func__sqrtl_use+:} false; then :
72143  $as_echo_n "(cached) " >&6
72144else
72145
72146
72147      ac_ext=cpp
72148ac_cpp='$CXXCPP $CPPFLAGS'
72149ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72150ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72151ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72152
72153      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72154/* end confdefs.h.  */
72155#include <math.h>
72156		      #ifdef HAVE_IEEEFP_H
72157		      #include <ieeefp.h>
72158		      #endif
72159
72160int
72161main ()
72162{
72163 _sqrtl(0);
72164  ;
72165  return 0;
72166}
72167_ACEOF
72168if ac_fn_cxx_try_compile "$LINENO"; then :
72169  glibcxx_cv_func__sqrtl_use=yes
72170else
72171  glibcxx_cv_func__sqrtl_use=no
72172fi
72173rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72174      ac_ext=c
72175ac_cpp='$CPP $CPPFLAGS'
72176ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72177ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72178ac_compiler_gnu=$ac_cv_c_compiler_gnu
72179
72180
72181fi
72182
72183  fi
72184  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sqrtl_use" >&5
72185$as_echo "$glibcxx_cv_func__sqrtl_use" >&6; }
72186
72187    if test x$glibcxx_cv_func__sqrtl_use = x"yes"; then
72188      for ac_func in _sqrtl
72189do :
72190  ac_fn_c_check_func "$LINENO" "_sqrtl" "ac_cv_func__sqrtl"
72191if test "x$ac_cv_func__sqrtl" = xyes; then :
72192  cat >>confdefs.h <<_ACEOF
72193#define HAVE__SQRTL 1
72194_ACEOF
72195
72196fi
72197done
72198
72199    fi
72200  fi
72201
72202
72203
72204
72205
72206  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sincosl declaration" >&5
72207$as_echo_n "checking for sincosl declaration... " >&6; }
72208  if test x${glibcxx_cv_func_sincosl_use+set} != xset; then
72209    if ${glibcxx_cv_func_sincosl_use+:} false; then :
72210  $as_echo_n "(cached) " >&6
72211else
72212
72213
72214      ac_ext=cpp
72215ac_cpp='$CXXCPP $CPPFLAGS'
72216ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72217ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72218ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72219
72220      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72221/* end confdefs.h.  */
72222#include <math.h>
72223int
72224main ()
72225{
72226 sincosl(0, 0, 0);
72227  ;
72228  return 0;
72229}
72230_ACEOF
72231if ac_fn_cxx_try_compile "$LINENO"; then :
72232  glibcxx_cv_func_sincosl_use=yes
72233else
72234  glibcxx_cv_func_sincosl_use=no
72235fi
72236rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72237      ac_ext=c
72238ac_cpp='$CPP $CPPFLAGS'
72239ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72240ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72241ac_compiler_gnu=$ac_cv_c_compiler_gnu
72242
72243
72244fi
72245
72246  fi
72247  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sincosl_use" >&5
72248$as_echo "$glibcxx_cv_func_sincosl_use" >&6; }
72249
72250  if test x$glibcxx_cv_func_sincosl_use = x"yes"; then
72251    for ac_func in sincosl
72252do :
72253  ac_fn_c_check_func "$LINENO" "sincosl" "ac_cv_func_sincosl"
72254if test "x$ac_cv_func_sincosl" = xyes; then :
72255  cat >>confdefs.h <<_ACEOF
72256#define HAVE_SINCOSL 1
72257_ACEOF
72258
72259fi
72260done
72261
72262  else
72263
72264  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _sincosl declaration" >&5
72265$as_echo_n "checking for _sincosl declaration... " >&6; }
72266  if test x${glibcxx_cv_func__sincosl_use+set} != xset; then
72267    if ${glibcxx_cv_func__sincosl_use+:} false; then :
72268  $as_echo_n "(cached) " >&6
72269else
72270
72271
72272      ac_ext=cpp
72273ac_cpp='$CXXCPP $CPPFLAGS'
72274ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72275ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72276ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72277
72278      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72279/* end confdefs.h.  */
72280#include <math.h>
72281int
72282main ()
72283{
72284 _sincosl(0, 0, 0);
72285  ;
72286  return 0;
72287}
72288_ACEOF
72289if ac_fn_cxx_try_compile "$LINENO"; then :
72290  glibcxx_cv_func__sincosl_use=yes
72291else
72292  glibcxx_cv_func__sincosl_use=no
72293fi
72294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72295      ac_ext=c
72296ac_cpp='$CPP $CPPFLAGS'
72297ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72298ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72299ac_compiler_gnu=$ac_cv_c_compiler_gnu
72300
72301
72302fi
72303
72304  fi
72305  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__sincosl_use" >&5
72306$as_echo "$glibcxx_cv_func__sincosl_use" >&6; }
72307
72308    if test x$glibcxx_cv_func__sincosl_use = x"yes"; then
72309      for ac_func in _sincosl
72310do :
72311  ac_fn_c_check_func "$LINENO" "_sincosl" "ac_cv_func__sincosl"
72312if test "x$ac_cv_func__sincosl" = xyes; then :
72313  cat >>confdefs.h <<_ACEOF
72314#define HAVE__SINCOSL 1
72315_ACEOF
72316
72317fi
72318done
72319
72320    fi
72321  fi
72322
72323
72324
72325
72326
72327  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for finitel declaration" >&5
72328$as_echo_n "checking for finitel declaration... " >&6; }
72329  if test x${glibcxx_cv_func_finitel_use+set} != xset; then
72330    if ${glibcxx_cv_func_finitel_use+:} false; then :
72331  $as_echo_n "(cached) " >&6
72332else
72333
72334
72335      ac_ext=cpp
72336ac_cpp='$CXXCPP $CPPFLAGS'
72337ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72338ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72339ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72340
72341      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72342/* end confdefs.h.  */
72343#include <math.h>
72344		      #ifdef HAVE_IEEEFP_H
72345		      #include <ieeefp.h>
72346		      #endif
72347
72348int
72349main ()
72350{
72351 finitel(0);
72352  ;
72353  return 0;
72354}
72355_ACEOF
72356if ac_fn_cxx_try_compile "$LINENO"; then :
72357  glibcxx_cv_func_finitel_use=yes
72358else
72359  glibcxx_cv_func_finitel_use=no
72360fi
72361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72362      ac_ext=c
72363ac_cpp='$CPP $CPPFLAGS'
72364ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72365ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72366ac_compiler_gnu=$ac_cv_c_compiler_gnu
72367
72368
72369fi
72370
72371  fi
72372  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_finitel_use" >&5
72373$as_echo "$glibcxx_cv_func_finitel_use" >&6; }
72374
72375  if test x$glibcxx_cv_func_finitel_use = x"yes"; then
72376    for ac_func in finitel
72377do :
72378  ac_fn_c_check_func "$LINENO" "finitel" "ac_cv_func_finitel"
72379if test "x$ac_cv_func_finitel" = xyes; then :
72380  cat >>confdefs.h <<_ACEOF
72381#define HAVE_FINITEL 1
72382_ACEOF
72383
72384fi
72385done
72386
72387  else
72388
72389  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _finitel declaration" >&5
72390$as_echo_n "checking for _finitel declaration... " >&6; }
72391  if test x${glibcxx_cv_func__finitel_use+set} != xset; then
72392    if ${glibcxx_cv_func__finitel_use+:} false; then :
72393  $as_echo_n "(cached) " >&6
72394else
72395
72396
72397      ac_ext=cpp
72398ac_cpp='$CXXCPP $CPPFLAGS'
72399ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72400ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72401ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72402
72403      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72404/* end confdefs.h.  */
72405#include <math.h>
72406		      #ifdef HAVE_IEEEFP_H
72407		      #include <ieeefp.h>
72408		      #endif
72409
72410int
72411main ()
72412{
72413 _finitel(0);
72414  ;
72415  return 0;
72416}
72417_ACEOF
72418if ac_fn_cxx_try_compile "$LINENO"; then :
72419  glibcxx_cv_func__finitel_use=yes
72420else
72421  glibcxx_cv_func__finitel_use=no
72422fi
72423rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72424      ac_ext=c
72425ac_cpp='$CPP $CPPFLAGS'
72426ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72427ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72428ac_compiler_gnu=$ac_cv_c_compiler_gnu
72429
72430
72431fi
72432
72433  fi
72434  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func__finitel_use" >&5
72435$as_echo "$glibcxx_cv_func__finitel_use" >&6; }
72436
72437    if test x$glibcxx_cv_func__finitel_use = x"yes"; then
72438      for ac_func in _finitel
72439do :
72440  ac_fn_c_check_func "$LINENO" "_finitel" "ac_cv_func__finitel"
72441if test "x$ac_cv_func__finitel" = xyes; then :
72442  cat >>confdefs.h <<_ACEOF
72443#define HAVE__FINITEL 1
72444_ACEOF
72445
72446fi
72447done
72448
72449    fi
72450  fi
72451
72452
72453
72454
72455  LIBS="$ac_save_LIBS"
72456  CXXFLAGS="$ac_save_CXXFLAGS"
72457
72458
72459  ac_test_CXXFLAGS="${CXXFLAGS+set}"
72460  ac_save_CXXFLAGS="$CXXFLAGS"
72461  CXXFLAGS='-fno-builtin -D_GNU_SOURCE'
72462
72463
72464  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for at_quick_exit declaration" >&5
72465$as_echo_n "checking for at_quick_exit declaration... " >&6; }
72466  if test x${glibcxx_cv_func_at_quick_exit_use+set} != xset; then
72467    if ${glibcxx_cv_func_at_quick_exit_use+:} false; then :
72468  $as_echo_n "(cached) " >&6
72469else
72470
72471
72472      ac_ext=cpp
72473ac_cpp='$CXXCPP $CPPFLAGS'
72474ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72475ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72476ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72477
72478      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72479/* end confdefs.h.  */
72480#include <stdlib.h>
72481int
72482main ()
72483{
72484 at_quick_exit(0);
72485  ;
72486  return 0;
72487}
72488_ACEOF
72489if ac_fn_cxx_try_compile "$LINENO"; then :
72490  glibcxx_cv_func_at_quick_exit_use=yes
72491else
72492  glibcxx_cv_func_at_quick_exit_use=no
72493fi
72494rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72495      ac_ext=c
72496ac_cpp='$CPP $CPPFLAGS'
72497ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72498ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72499ac_compiler_gnu=$ac_cv_c_compiler_gnu
72500
72501
72502fi
72503
72504  fi
72505  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_at_quick_exit_use" >&5
72506$as_echo "$glibcxx_cv_func_at_quick_exit_use" >&6; }
72507  if test x$glibcxx_cv_func_at_quick_exit_use = x"yes"; then
72508    for ac_func in at_quick_exit
72509do :
72510  ac_fn_c_check_func "$LINENO" "at_quick_exit" "ac_cv_func_at_quick_exit"
72511if test "x$ac_cv_func_at_quick_exit" = xyes; then :
72512  cat >>confdefs.h <<_ACEOF
72513#define HAVE_AT_QUICK_EXIT 1
72514_ACEOF
72515
72516fi
72517done
72518
72519  fi
72520
72521
72522  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for quick_exit declaration" >&5
72523$as_echo_n "checking for quick_exit declaration... " >&6; }
72524  if test x${glibcxx_cv_func_quick_exit_use+set} != xset; then
72525    if ${glibcxx_cv_func_quick_exit_use+:} false; then :
72526  $as_echo_n "(cached) " >&6
72527else
72528
72529
72530      ac_ext=cpp
72531ac_cpp='$CXXCPP $CPPFLAGS'
72532ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72533ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72534ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72535
72536      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72537/* end confdefs.h.  */
72538#include <stdlib.h>
72539int
72540main ()
72541{
72542 quick_exit(0);
72543  ;
72544  return 0;
72545}
72546_ACEOF
72547if ac_fn_cxx_try_compile "$LINENO"; then :
72548  glibcxx_cv_func_quick_exit_use=yes
72549else
72550  glibcxx_cv_func_quick_exit_use=no
72551fi
72552rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72553      ac_ext=c
72554ac_cpp='$CPP $CPPFLAGS'
72555ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72556ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72557ac_compiler_gnu=$ac_cv_c_compiler_gnu
72558
72559
72560fi
72561
72562  fi
72563  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_quick_exit_use" >&5
72564$as_echo "$glibcxx_cv_func_quick_exit_use" >&6; }
72565  if test x$glibcxx_cv_func_quick_exit_use = x"yes"; then
72566    for ac_func in quick_exit
72567do :
72568  ac_fn_c_check_func "$LINENO" "quick_exit" "ac_cv_func_quick_exit"
72569if test "x$ac_cv_func_quick_exit" = xyes; then :
72570  cat >>confdefs.h <<_ACEOF
72571#define HAVE_QUICK_EXIT 1
72572_ACEOF
72573
72574fi
72575done
72576
72577  fi
72578
72579
72580  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtold declaration" >&5
72581$as_echo_n "checking for strtold declaration... " >&6; }
72582  if test x${glibcxx_cv_func_strtold_use+set} != xset; then
72583    if ${glibcxx_cv_func_strtold_use+:} false; then :
72584  $as_echo_n "(cached) " >&6
72585else
72586
72587
72588      ac_ext=cpp
72589ac_cpp='$CXXCPP $CPPFLAGS'
72590ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72591ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72592ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72593
72594      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72595/* end confdefs.h.  */
72596#include <stdlib.h>
72597int
72598main ()
72599{
72600 strtold(0, 0);
72601  ;
72602  return 0;
72603}
72604_ACEOF
72605if ac_fn_cxx_try_compile "$LINENO"; then :
72606  glibcxx_cv_func_strtold_use=yes
72607else
72608  glibcxx_cv_func_strtold_use=no
72609fi
72610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72611      ac_ext=c
72612ac_cpp='$CPP $CPPFLAGS'
72613ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72614ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72615ac_compiler_gnu=$ac_cv_c_compiler_gnu
72616
72617
72618fi
72619
72620  fi
72621  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtold_use" >&5
72622$as_echo "$glibcxx_cv_func_strtold_use" >&6; }
72623  if test x$glibcxx_cv_func_strtold_use = x"yes"; then
72624    for ac_func in strtold
72625do :
72626  ac_fn_c_check_func "$LINENO" "strtold" "ac_cv_func_strtold"
72627if test "x$ac_cv_func_strtold" = xyes; then :
72628  cat >>confdefs.h <<_ACEOF
72629#define HAVE_STRTOLD 1
72630_ACEOF
72631
72632fi
72633done
72634
72635  fi
72636
72637
72638
72639
72640  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strtof declaration" >&5
72641$as_echo_n "checking for strtof declaration... " >&6; }
72642  if test x${glibcxx_cv_func_strtof_use+set} != xset; then
72643    if ${glibcxx_cv_func_strtof_use+:} false; then :
72644  $as_echo_n "(cached) " >&6
72645else
72646
72647
72648      ac_ext=cpp
72649ac_cpp='$CXXCPP $CPPFLAGS'
72650ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72651ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72652ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
72653
72654      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72655/* end confdefs.h.  */
72656#include <stdlib.h>
72657int
72658main ()
72659{
72660 strtof(0, 0);
72661  ;
72662  return 0;
72663}
72664_ACEOF
72665if ac_fn_cxx_try_compile "$LINENO"; then :
72666  glibcxx_cv_func_strtof_use=yes
72667else
72668  glibcxx_cv_func_strtof_use=no
72669fi
72670rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72671      ac_ext=c
72672ac_cpp='$CPP $CPPFLAGS'
72673ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72674ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72675ac_compiler_gnu=$ac_cv_c_compiler_gnu
72676
72677
72678fi
72679
72680  fi
72681  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_strtof_use" >&5
72682$as_echo "$glibcxx_cv_func_strtof_use" >&6; }
72683  if test x$glibcxx_cv_func_strtof_use = x"yes"; then
72684    for ac_func in strtof
72685do :
72686  ac_fn_c_check_func "$LINENO" "strtof" "ac_cv_func_strtof"
72687if test "x$ac_cv_func_strtof" = xyes; then :
72688  cat >>confdefs.h <<_ACEOF
72689#define HAVE_STRTOF 1
72690_ACEOF
72691
72692fi
72693done
72694
72695  fi
72696
72697
72698
72699
72700  CXXFLAGS="$ac_save_CXXFLAGS"
72701
72702    ;;
72703  *-vxworks*)
72704    $as_echo "#define HAVE_ACOSF 1" >>confdefs.h
72705
72706    $as_echo "#define HAVE_ASINF 1" >>confdefs.h
72707
72708    $as_echo "#define HAVE_ATAN2F 1" >>confdefs.h
72709
72710    $as_echo "#define HAVE_ATANF 1" >>confdefs.h
72711
72712    $as_echo "#define HAVE_CEILF 1" >>confdefs.h
72713
72714    $as_echo "#define HAVE_COSF 1" >>confdefs.h
72715
72716    $as_echo "#define HAVE_COSHF 1" >>confdefs.h
72717
72718    $as_echo "#define HAVE_EXPF 1" >>confdefs.h
72719
72720    $as_echo "#define HAVE_FABSF 1" >>confdefs.h
72721
72722    $as_echo "#define HAVE_FLOORF 1" >>confdefs.h
72723
72724    $as_echo "#define HAVE_FMODF 1" >>confdefs.h
72725
72726    $as_echo "#define HAVE_HYPOT 1" >>confdefs.h
72727
72728    $as_echo "#define HAVE_LOG10F 1" >>confdefs.h
72729
72730    $as_echo "#define HAVE_LOGF 1" >>confdefs.h
72731
72732    $as_echo "#define HAVE_POWF 1" >>confdefs.h
72733
72734    $as_echo "#define HAVE_SINF 1" >>confdefs.h
72735
72736    $as_echo "#define HAVE_SINHF 1" >>confdefs.h
72737
72738    $as_echo "#define HAVE_SQRTF 1" >>confdefs.h
72739
72740    $as_echo "#define HAVE_TANF 1" >>confdefs.h
72741
72742    $as_echo "#define HAVE_TANHF 1" >>confdefs.h
72743
72744
72745
72746
72747
72748  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosl declaration" >&5
72749$as_echo_n "checking for acosl declaration... " >&6; }
72750if ${glibcxx_cv_func_acosl_use+:} false; then :
72751  $as_echo_n "(cached) " >&6
72752else
72753
72754
72755      ac_ext=c
72756ac_cpp='$CPP $CPPFLAGS'
72757ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72758ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72759ac_compiler_gnu=$ac_cv_c_compiler_gnu
72760
72761      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72762/* end confdefs.h.  */
72763
72764#include <math.h>
72765#ifdef HAVE_IEEEFP_H
72766# include <ieeefp.h>
72767#endif
72768#undef acosl
72769
72770int
72771main ()
72772{
72773
72774  void (*f)(void) = (void (*)(void))acosl;
72775
72776  ;
72777  return 0;
72778}
72779_ACEOF
72780if ac_fn_c_try_compile "$LINENO"; then :
72781  glibcxx_cv_func_acosl_use=yes
72782
72783else
72784  glibcxx_cv_func_acosl_use=no
72785fi
72786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72787fi
72788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_acosl_use" >&5
72789$as_echo "$glibcxx_cv_func_acosl_use" >&6; }
72790  if test "x$glibcxx_cv_func_acosl_use" = xyes; then
72791    cat >>confdefs.h <<_ACEOF
72792#define HAVE_ACOSL 1
72793_ACEOF
72794
72795  fi
72796
72797
72798
72799  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinl declaration" >&5
72800$as_echo_n "checking for asinl declaration... " >&6; }
72801if ${glibcxx_cv_func_asinl_use+:} false; then :
72802  $as_echo_n "(cached) " >&6
72803else
72804
72805
72806      ac_ext=c
72807ac_cpp='$CPP $CPPFLAGS'
72808ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72809ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72810ac_compiler_gnu=$ac_cv_c_compiler_gnu
72811
72812      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72813/* end confdefs.h.  */
72814
72815#include <math.h>
72816#ifdef HAVE_IEEEFP_H
72817# include <ieeefp.h>
72818#endif
72819#undef asinl
72820
72821int
72822main ()
72823{
72824
72825  void (*f)(void) = (void (*)(void))asinl;
72826
72827  ;
72828  return 0;
72829}
72830_ACEOF
72831if ac_fn_c_try_compile "$LINENO"; then :
72832  glibcxx_cv_func_asinl_use=yes
72833
72834else
72835  glibcxx_cv_func_asinl_use=no
72836fi
72837rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72838fi
72839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_asinl_use" >&5
72840$as_echo "$glibcxx_cv_func_asinl_use" >&6; }
72841  if test "x$glibcxx_cv_func_asinl_use" = xyes; then
72842    cat >>confdefs.h <<_ACEOF
72843#define HAVE_ASINL 1
72844_ACEOF
72845
72846  fi
72847
72848
72849
72850  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l declaration" >&5
72851$as_echo_n "checking for atan2l declaration... " >&6; }
72852if ${glibcxx_cv_func_atan2l_use+:} false; then :
72853  $as_echo_n "(cached) " >&6
72854else
72855
72856
72857      ac_ext=c
72858ac_cpp='$CPP $CPPFLAGS'
72859ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72860ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72861ac_compiler_gnu=$ac_cv_c_compiler_gnu
72862
72863      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72864/* end confdefs.h.  */
72865
72866#include <math.h>
72867#ifdef HAVE_IEEEFP_H
72868# include <ieeefp.h>
72869#endif
72870#undef atan2l
72871
72872int
72873main ()
72874{
72875
72876  void (*f)(void) = (void (*)(void))atan2l;
72877
72878  ;
72879  return 0;
72880}
72881_ACEOF
72882if ac_fn_c_try_compile "$LINENO"; then :
72883  glibcxx_cv_func_atan2l_use=yes
72884
72885else
72886  glibcxx_cv_func_atan2l_use=no
72887fi
72888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72889fi
72890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atan2l_use" >&5
72891$as_echo "$glibcxx_cv_func_atan2l_use" >&6; }
72892  if test "x$glibcxx_cv_func_atan2l_use" = xyes; then
72893    cat >>confdefs.h <<_ACEOF
72894#define HAVE_ATAN2L 1
72895_ACEOF
72896
72897  fi
72898
72899
72900
72901  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanl declaration" >&5
72902$as_echo_n "checking for atanl declaration... " >&6; }
72903if ${glibcxx_cv_func_atanl_use+:} false; then :
72904  $as_echo_n "(cached) " >&6
72905else
72906
72907
72908      ac_ext=c
72909ac_cpp='$CPP $CPPFLAGS'
72910ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72911ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72912ac_compiler_gnu=$ac_cv_c_compiler_gnu
72913
72914      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72915/* end confdefs.h.  */
72916
72917#include <math.h>
72918#ifdef HAVE_IEEEFP_H
72919# include <ieeefp.h>
72920#endif
72921#undef atanl
72922
72923int
72924main ()
72925{
72926
72927  void (*f)(void) = (void (*)(void))atanl;
72928
72929  ;
72930  return 0;
72931}
72932_ACEOF
72933if ac_fn_c_try_compile "$LINENO"; then :
72934  glibcxx_cv_func_atanl_use=yes
72935
72936else
72937  glibcxx_cv_func_atanl_use=no
72938fi
72939rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72940fi
72941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_atanl_use" >&5
72942$as_echo "$glibcxx_cv_func_atanl_use" >&6; }
72943  if test "x$glibcxx_cv_func_atanl_use" = xyes; then
72944    cat >>confdefs.h <<_ACEOF
72945#define HAVE_ATANL 1
72946_ACEOF
72947
72948  fi
72949
72950
72951
72952  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ceill declaration" >&5
72953$as_echo_n "checking for ceill declaration... " >&6; }
72954if ${glibcxx_cv_func_ceill_use+:} false; then :
72955  $as_echo_n "(cached) " >&6
72956else
72957
72958
72959      ac_ext=c
72960ac_cpp='$CPP $CPPFLAGS'
72961ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
72962ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
72963ac_compiler_gnu=$ac_cv_c_compiler_gnu
72964
72965      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72966/* end confdefs.h.  */
72967
72968#include <math.h>
72969#ifdef HAVE_IEEEFP_H
72970# include <ieeefp.h>
72971#endif
72972#undef ceill
72973
72974int
72975main ()
72976{
72977
72978  void (*f)(void) = (void (*)(void))ceill;
72979
72980  ;
72981  return 0;
72982}
72983_ACEOF
72984if ac_fn_c_try_compile "$LINENO"; then :
72985  glibcxx_cv_func_ceill_use=yes
72986
72987else
72988  glibcxx_cv_func_ceill_use=no
72989fi
72990rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72991fi
72992{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ceill_use" >&5
72993$as_echo "$glibcxx_cv_func_ceill_use" >&6; }
72994  if test "x$glibcxx_cv_func_ceill_use" = xyes; then
72995    cat >>confdefs.h <<_ACEOF
72996#define HAVE_CEILL 1
72997_ACEOF
72998
72999  fi
73000
73001
73002
73003  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cosl declaration" >&5
73004$as_echo_n "checking for cosl declaration... " >&6; }
73005if ${glibcxx_cv_func_cosl_use+:} false; then :
73006  $as_echo_n "(cached) " >&6
73007else
73008
73009
73010      ac_ext=c
73011ac_cpp='$CPP $CPPFLAGS'
73012ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73013ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73014ac_compiler_gnu=$ac_cv_c_compiler_gnu
73015
73016      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73017/* end confdefs.h.  */
73018
73019#include <math.h>
73020#ifdef HAVE_IEEEFP_H
73021# include <ieeefp.h>
73022#endif
73023#undef cosl
73024
73025int
73026main ()
73027{
73028
73029  void (*f)(void) = (void (*)(void))cosl;
73030
73031  ;
73032  return 0;
73033}
73034_ACEOF
73035if ac_fn_c_try_compile "$LINENO"; then :
73036  glibcxx_cv_func_cosl_use=yes
73037
73038else
73039  glibcxx_cv_func_cosl_use=no
73040fi
73041rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73042fi
73043{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_cosl_use" >&5
73044$as_echo "$glibcxx_cv_func_cosl_use" >&6; }
73045  if test "x$glibcxx_cv_func_cosl_use" = xyes; then
73046    cat >>confdefs.h <<_ACEOF
73047#define HAVE_COSL 1
73048_ACEOF
73049
73050  fi
73051
73052
73053
73054  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for coshl declaration" >&5
73055$as_echo_n "checking for coshl declaration... " >&6; }
73056if ${glibcxx_cv_func_coshl_use+:} false; then :
73057  $as_echo_n "(cached) " >&6
73058else
73059
73060
73061      ac_ext=c
73062ac_cpp='$CPP $CPPFLAGS'
73063ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73064ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73065ac_compiler_gnu=$ac_cv_c_compiler_gnu
73066
73067      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73068/* end confdefs.h.  */
73069
73070#include <math.h>
73071#ifdef HAVE_IEEEFP_H
73072# include <ieeefp.h>
73073#endif
73074#undef coshl
73075
73076int
73077main ()
73078{
73079
73080  void (*f)(void) = (void (*)(void))coshl;
73081
73082  ;
73083  return 0;
73084}
73085_ACEOF
73086if ac_fn_c_try_compile "$LINENO"; then :
73087  glibcxx_cv_func_coshl_use=yes
73088
73089else
73090  glibcxx_cv_func_coshl_use=no
73091fi
73092rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73093fi
73094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_coshl_use" >&5
73095$as_echo "$glibcxx_cv_func_coshl_use" >&6; }
73096  if test "x$glibcxx_cv_func_coshl_use" = xyes; then
73097    cat >>confdefs.h <<_ACEOF
73098#define HAVE_COSHL 1
73099_ACEOF
73100
73101  fi
73102
73103
73104
73105  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl declaration" >&5
73106$as_echo_n "checking for expl declaration... " >&6; }
73107if ${glibcxx_cv_func_expl_use+:} false; then :
73108  $as_echo_n "(cached) " >&6
73109else
73110
73111
73112      ac_ext=c
73113ac_cpp='$CPP $CPPFLAGS'
73114ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73115ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73116ac_compiler_gnu=$ac_cv_c_compiler_gnu
73117
73118      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73119/* end confdefs.h.  */
73120
73121#include <math.h>
73122#ifdef HAVE_IEEEFP_H
73123# include <ieeefp.h>
73124#endif
73125#undef expl
73126
73127int
73128main ()
73129{
73130
73131  void (*f)(void) = (void (*)(void))expl;
73132
73133  ;
73134  return 0;
73135}
73136_ACEOF
73137if ac_fn_c_try_compile "$LINENO"; then :
73138  glibcxx_cv_func_expl_use=yes
73139
73140else
73141  glibcxx_cv_func_expl_use=no
73142fi
73143rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73144fi
73145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_expl_use" >&5
73146$as_echo "$glibcxx_cv_func_expl_use" >&6; }
73147  if test "x$glibcxx_cv_func_expl_use" = xyes; then
73148    cat >>confdefs.h <<_ACEOF
73149#define HAVE_EXPL 1
73150_ACEOF
73151
73152  fi
73153
73154
73155
73156  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl declaration" >&5
73157$as_echo_n "checking for fabsl declaration... " >&6; }
73158if ${glibcxx_cv_func_fabsl_use+:} false; then :
73159  $as_echo_n "(cached) " >&6
73160else
73161
73162
73163      ac_ext=c
73164ac_cpp='$CPP $CPPFLAGS'
73165ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73166ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73167ac_compiler_gnu=$ac_cv_c_compiler_gnu
73168
73169      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73170/* end confdefs.h.  */
73171
73172#include <math.h>
73173#ifdef HAVE_IEEEFP_H
73174# include <ieeefp.h>
73175#endif
73176#undef fabsl
73177
73178int
73179main ()
73180{
73181
73182  void (*f)(void) = (void (*)(void))fabsl;
73183
73184  ;
73185  return 0;
73186}
73187_ACEOF
73188if ac_fn_c_try_compile "$LINENO"; then :
73189  glibcxx_cv_func_fabsl_use=yes
73190
73191else
73192  glibcxx_cv_func_fabsl_use=no
73193fi
73194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73195fi
73196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fabsl_use" >&5
73197$as_echo "$glibcxx_cv_func_fabsl_use" >&6; }
73198  if test "x$glibcxx_cv_func_fabsl_use" = xyes; then
73199    cat >>confdefs.h <<_ACEOF
73200#define HAVE_FABSL 1
73201_ACEOF
73202
73203  fi
73204
73205
73206
73207  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for floorl declaration" >&5
73208$as_echo_n "checking for floorl declaration... " >&6; }
73209if ${glibcxx_cv_func_floorl_use+:} false; then :
73210  $as_echo_n "(cached) " >&6
73211else
73212
73213
73214      ac_ext=c
73215ac_cpp='$CPP $CPPFLAGS'
73216ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73217ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73218ac_compiler_gnu=$ac_cv_c_compiler_gnu
73219
73220      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73221/* end confdefs.h.  */
73222
73223#include <math.h>
73224#ifdef HAVE_IEEEFP_H
73225# include <ieeefp.h>
73226#endif
73227#undef floorl
73228
73229int
73230main ()
73231{
73232
73233  void (*f)(void) = (void (*)(void))floorl;
73234
73235  ;
73236  return 0;
73237}
73238_ACEOF
73239if ac_fn_c_try_compile "$LINENO"; then :
73240  glibcxx_cv_func_floorl_use=yes
73241
73242else
73243  glibcxx_cv_func_floorl_use=no
73244fi
73245rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73246fi
73247{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_floorl_use" >&5
73248$as_echo "$glibcxx_cv_func_floorl_use" >&6; }
73249  if test "x$glibcxx_cv_func_floorl_use" = xyes; then
73250    cat >>confdefs.h <<_ACEOF
73251#define HAVE_FLOORL 1
73252_ACEOF
73253
73254  fi
73255
73256
73257
73258  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl declaration" >&5
73259$as_echo_n "checking for fmodl declaration... " >&6; }
73260if ${glibcxx_cv_func_fmodl_use+:} false; then :
73261  $as_echo_n "(cached) " >&6
73262else
73263
73264
73265      ac_ext=c
73266ac_cpp='$CPP $CPPFLAGS'
73267ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73268ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73269ac_compiler_gnu=$ac_cv_c_compiler_gnu
73270
73271      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73272/* end confdefs.h.  */
73273
73274#include <math.h>
73275#ifdef HAVE_IEEEFP_H
73276# include <ieeefp.h>
73277#endif
73278#undef fmodl
73279
73280int
73281main ()
73282{
73283
73284  void (*f)(void) = (void (*)(void))fmodl;
73285
73286  ;
73287  return 0;
73288}
73289_ACEOF
73290if ac_fn_c_try_compile "$LINENO"; then :
73291  glibcxx_cv_func_fmodl_use=yes
73292
73293else
73294  glibcxx_cv_func_fmodl_use=no
73295fi
73296rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73297fi
73298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_fmodl_use" >&5
73299$as_echo "$glibcxx_cv_func_fmodl_use" >&6; }
73300  if test "x$glibcxx_cv_func_fmodl_use" = xyes; then
73301    cat >>confdefs.h <<_ACEOF
73302#define HAVE_FMODL 1
73303_ACEOF
73304
73305  fi
73306
73307
73308
73309  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl declaration" >&5
73310$as_echo_n "checking for frexpl declaration... " >&6; }
73311if ${glibcxx_cv_func_frexpl_use+:} false; then :
73312  $as_echo_n "(cached) " >&6
73313else
73314
73315
73316      ac_ext=c
73317ac_cpp='$CPP $CPPFLAGS'
73318ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73319ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73320ac_compiler_gnu=$ac_cv_c_compiler_gnu
73321
73322      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73323/* end confdefs.h.  */
73324
73325#include <math.h>
73326#ifdef HAVE_IEEEFP_H
73327# include <ieeefp.h>
73328#endif
73329#undef frexpl
73330
73331int
73332main ()
73333{
73334
73335  void (*f)(void) = (void (*)(void))frexpl;
73336
73337  ;
73338  return 0;
73339}
73340_ACEOF
73341if ac_fn_c_try_compile "$LINENO"; then :
73342  glibcxx_cv_func_frexpl_use=yes
73343
73344else
73345  glibcxx_cv_func_frexpl_use=no
73346fi
73347rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73348fi
73349{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpl_use" >&5
73350$as_echo "$glibcxx_cv_func_frexpl_use" >&6; }
73351  if test "x$glibcxx_cv_func_frexpl_use" = xyes; then
73352    cat >>confdefs.h <<_ACEOF
73353#define HAVE_FREXPL 1
73354_ACEOF
73355
73356  fi
73357
73358
73359
73360  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl declaration" >&5
73361$as_echo_n "checking for ldexpl declaration... " >&6; }
73362if ${glibcxx_cv_func_ldexpl_use+:} false; then :
73363  $as_echo_n "(cached) " >&6
73364else
73365
73366
73367      ac_ext=c
73368ac_cpp='$CPP $CPPFLAGS'
73369ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73370ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73371ac_compiler_gnu=$ac_cv_c_compiler_gnu
73372
73373      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73374/* end confdefs.h.  */
73375
73376#include <math.h>
73377#ifdef HAVE_IEEEFP_H
73378# include <ieeefp.h>
73379#endif
73380#undef ldexpl
73381
73382int
73383main ()
73384{
73385
73386  void (*f)(void) = (void (*)(void))ldexpl;
73387
73388  ;
73389  return 0;
73390}
73391_ACEOF
73392if ac_fn_c_try_compile "$LINENO"; then :
73393  glibcxx_cv_func_ldexpl_use=yes
73394
73395else
73396  glibcxx_cv_func_ldexpl_use=no
73397fi
73398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73399fi
73400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpl_use" >&5
73401$as_echo "$glibcxx_cv_func_ldexpl_use" >&6; }
73402  if test "x$glibcxx_cv_func_ldexpl_use" = xyes; then
73403    cat >>confdefs.h <<_ACEOF
73404#define HAVE_LDEXPL 1
73405_ACEOF
73406
73407  fi
73408
73409
73410
73411  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l declaration" >&5
73412$as_echo_n "checking for log10l declaration... " >&6; }
73413if ${glibcxx_cv_func_log10l_use+:} false; then :
73414  $as_echo_n "(cached) " >&6
73415else
73416
73417
73418      ac_ext=c
73419ac_cpp='$CPP $CPPFLAGS'
73420ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73421ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73422ac_compiler_gnu=$ac_cv_c_compiler_gnu
73423
73424      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73425/* end confdefs.h.  */
73426
73427#include <math.h>
73428#ifdef HAVE_IEEEFP_H
73429# include <ieeefp.h>
73430#endif
73431#undef log10l
73432
73433int
73434main ()
73435{
73436
73437  void (*f)(void) = (void (*)(void))log10l;
73438
73439  ;
73440  return 0;
73441}
73442_ACEOF
73443if ac_fn_c_try_compile "$LINENO"; then :
73444  glibcxx_cv_func_log10l_use=yes
73445
73446else
73447  glibcxx_cv_func_log10l_use=no
73448fi
73449rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73450fi
73451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_log10l_use" >&5
73452$as_echo "$glibcxx_cv_func_log10l_use" >&6; }
73453  if test "x$glibcxx_cv_func_log10l_use" = xyes; then
73454    cat >>confdefs.h <<_ACEOF
73455#define HAVE_LOG10L 1
73456_ACEOF
73457
73458  fi
73459
73460
73461
73462  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl declaration" >&5
73463$as_echo_n "checking for logl declaration... " >&6; }
73464if ${glibcxx_cv_func_logl_use+:} false; then :
73465  $as_echo_n "(cached) " >&6
73466else
73467
73468
73469      ac_ext=c
73470ac_cpp='$CPP $CPPFLAGS'
73471ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73472ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73473ac_compiler_gnu=$ac_cv_c_compiler_gnu
73474
73475      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73476/* end confdefs.h.  */
73477
73478#include <math.h>
73479#ifdef HAVE_IEEEFP_H
73480# include <ieeefp.h>
73481#endif
73482#undef logl
73483
73484int
73485main ()
73486{
73487
73488  void (*f)(void) = (void (*)(void))logl;
73489
73490  ;
73491  return 0;
73492}
73493_ACEOF
73494if ac_fn_c_try_compile "$LINENO"; then :
73495  glibcxx_cv_func_logl_use=yes
73496
73497else
73498  glibcxx_cv_func_logl_use=no
73499fi
73500rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73501fi
73502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_logl_use" >&5
73503$as_echo "$glibcxx_cv_func_logl_use" >&6; }
73504  if test "x$glibcxx_cv_func_logl_use" = xyes; then
73505    cat >>confdefs.h <<_ACEOF
73506#define HAVE_LOGL 1
73507_ACEOF
73508
73509  fi
73510
73511
73512
73513  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modfl declaration" >&5
73514$as_echo_n "checking for modfl declaration... " >&6; }
73515if ${glibcxx_cv_func_modfl_use+:} false; then :
73516  $as_echo_n "(cached) " >&6
73517else
73518
73519
73520      ac_ext=c
73521ac_cpp='$CPP $CPPFLAGS'
73522ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73523ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73524ac_compiler_gnu=$ac_cv_c_compiler_gnu
73525
73526      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73527/* end confdefs.h.  */
73528
73529#include <math.h>
73530#ifdef HAVE_IEEEFP_H
73531# include <ieeefp.h>
73532#endif
73533#undef modfl
73534
73535int
73536main ()
73537{
73538
73539  void (*f)(void) = (void (*)(void))modfl;
73540
73541  ;
73542  return 0;
73543}
73544_ACEOF
73545if ac_fn_c_try_compile "$LINENO"; then :
73546  glibcxx_cv_func_modfl_use=yes
73547
73548else
73549  glibcxx_cv_func_modfl_use=no
73550fi
73551rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73552fi
73553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modfl_use" >&5
73554$as_echo "$glibcxx_cv_func_modfl_use" >&6; }
73555  if test "x$glibcxx_cv_func_modfl_use" = xyes; then
73556    cat >>confdefs.h <<_ACEOF
73557#define HAVE_MODFL 1
73558_ACEOF
73559
73560  fi
73561
73562
73563
73564  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl declaration" >&5
73565$as_echo_n "checking for powl declaration... " >&6; }
73566if ${glibcxx_cv_func_powl_use+:} false; then :
73567  $as_echo_n "(cached) " >&6
73568else
73569
73570
73571      ac_ext=c
73572ac_cpp='$CPP $CPPFLAGS'
73573ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73574ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73575ac_compiler_gnu=$ac_cv_c_compiler_gnu
73576
73577      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73578/* end confdefs.h.  */
73579
73580#include <math.h>
73581#ifdef HAVE_IEEEFP_H
73582# include <ieeefp.h>
73583#endif
73584#undef powl
73585
73586int
73587main ()
73588{
73589
73590  void (*f)(void) = (void (*)(void))powl;
73591
73592  ;
73593  return 0;
73594}
73595_ACEOF
73596if ac_fn_c_try_compile "$LINENO"; then :
73597  glibcxx_cv_func_powl_use=yes
73598
73599else
73600  glibcxx_cv_func_powl_use=no
73601fi
73602rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73603fi
73604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_powl_use" >&5
73605$as_echo "$glibcxx_cv_func_powl_use" >&6; }
73606  if test "x$glibcxx_cv_func_powl_use" = xyes; then
73607    cat >>confdefs.h <<_ACEOF
73608#define HAVE_POWL 1
73609_ACEOF
73610
73611  fi
73612
73613
73614
73615  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sinl declaration" >&5
73616$as_echo_n "checking for sinl declaration... " >&6; }
73617if ${glibcxx_cv_func_sinl_use+:} false; then :
73618  $as_echo_n "(cached) " >&6
73619else
73620
73621
73622      ac_ext=c
73623ac_cpp='$CPP $CPPFLAGS'
73624ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73625ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73626ac_compiler_gnu=$ac_cv_c_compiler_gnu
73627
73628      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73629/* end confdefs.h.  */
73630
73631#include <math.h>
73632#ifdef HAVE_IEEEFP_H
73633# include <ieeefp.h>
73634#endif
73635#undef sinl
73636
73637int
73638main ()
73639{
73640
73641  void (*f)(void) = (void (*)(void))sinl;
73642
73643  ;
73644  return 0;
73645}
73646_ACEOF
73647if ac_fn_c_try_compile "$LINENO"; then :
73648  glibcxx_cv_func_sinl_use=yes
73649
73650else
73651  glibcxx_cv_func_sinl_use=no
73652fi
73653rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73654fi
73655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sinl_use" >&5
73656$as_echo "$glibcxx_cv_func_sinl_use" >&6; }
73657  if test "x$glibcxx_cv_func_sinl_use" = xyes; then
73658    cat >>confdefs.h <<_ACEOF
73659#define HAVE_SINL 1
73660_ACEOF
73661
73662  fi
73663
73664
73665
73666  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sinhl declaration" >&5
73667$as_echo_n "checking for sinhl declaration... " >&6; }
73668if ${glibcxx_cv_func_sinhl_use+:} false; then :
73669  $as_echo_n "(cached) " >&6
73670else
73671
73672
73673      ac_ext=c
73674ac_cpp='$CPP $CPPFLAGS'
73675ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73676ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73677ac_compiler_gnu=$ac_cv_c_compiler_gnu
73678
73679      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73680/* end confdefs.h.  */
73681
73682#include <math.h>
73683#ifdef HAVE_IEEEFP_H
73684# include <ieeefp.h>
73685#endif
73686#undef sinhl
73687
73688int
73689main ()
73690{
73691
73692  void (*f)(void) = (void (*)(void))sinhl;
73693
73694  ;
73695  return 0;
73696}
73697_ACEOF
73698if ac_fn_c_try_compile "$LINENO"; then :
73699  glibcxx_cv_func_sinhl_use=yes
73700
73701else
73702  glibcxx_cv_func_sinhl_use=no
73703fi
73704rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73705fi
73706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sinhl_use" >&5
73707$as_echo "$glibcxx_cv_func_sinhl_use" >&6; }
73708  if test "x$glibcxx_cv_func_sinhl_use" = xyes; then
73709    cat >>confdefs.h <<_ACEOF
73710#define HAVE_SINHL 1
73711_ACEOF
73712
73713  fi
73714
73715
73716
73717  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl declaration" >&5
73718$as_echo_n "checking for sqrtl declaration... " >&6; }
73719if ${glibcxx_cv_func_sqrtl_use+:} false; then :
73720  $as_echo_n "(cached) " >&6
73721else
73722
73723
73724      ac_ext=c
73725ac_cpp='$CPP $CPPFLAGS'
73726ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73727ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73728ac_compiler_gnu=$ac_cv_c_compiler_gnu
73729
73730      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73731/* end confdefs.h.  */
73732
73733#include <math.h>
73734#ifdef HAVE_IEEEFP_H
73735# include <ieeefp.h>
73736#endif
73737#undef sqrtl
73738
73739int
73740main ()
73741{
73742
73743  void (*f)(void) = (void (*)(void))sqrtl;
73744
73745  ;
73746  return 0;
73747}
73748_ACEOF
73749if ac_fn_c_try_compile "$LINENO"; then :
73750  glibcxx_cv_func_sqrtl_use=yes
73751
73752else
73753  glibcxx_cv_func_sqrtl_use=no
73754fi
73755rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73756fi
73757{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_sqrtl_use" >&5
73758$as_echo "$glibcxx_cv_func_sqrtl_use" >&6; }
73759  if test "x$glibcxx_cv_func_sqrtl_use" = xyes; then
73760    cat >>confdefs.h <<_ACEOF
73761#define HAVE_SQRTL 1
73762_ACEOF
73763
73764  fi
73765
73766
73767
73768  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tanl declaration" >&5
73769$as_echo_n "checking for tanl declaration... " >&6; }
73770if ${glibcxx_cv_func_tanl_use+:} false; then :
73771  $as_echo_n "(cached) " >&6
73772else
73773
73774
73775      ac_ext=c
73776ac_cpp='$CPP $CPPFLAGS'
73777ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73778ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73779ac_compiler_gnu=$ac_cv_c_compiler_gnu
73780
73781      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73782/* end confdefs.h.  */
73783
73784#include <math.h>
73785#ifdef HAVE_IEEEFP_H
73786# include <ieeefp.h>
73787#endif
73788#undef tanl
73789
73790int
73791main ()
73792{
73793
73794  void (*f)(void) = (void (*)(void))tanl;
73795
73796  ;
73797  return 0;
73798}
73799_ACEOF
73800if ac_fn_c_try_compile "$LINENO"; then :
73801  glibcxx_cv_func_tanl_use=yes
73802
73803else
73804  glibcxx_cv_func_tanl_use=no
73805fi
73806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73807fi
73808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_tanl_use" >&5
73809$as_echo "$glibcxx_cv_func_tanl_use" >&6; }
73810  if test "x$glibcxx_cv_func_tanl_use" = xyes; then
73811    cat >>confdefs.h <<_ACEOF
73812#define HAVE_TANL 1
73813_ACEOF
73814
73815  fi
73816
73817
73818
73819  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tanhl declaration" >&5
73820$as_echo_n "checking for tanhl declaration... " >&6; }
73821if ${glibcxx_cv_func_tanhl_use+:} false; then :
73822  $as_echo_n "(cached) " >&6
73823else
73824
73825
73826      ac_ext=c
73827ac_cpp='$CPP $CPPFLAGS'
73828ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73829ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73830ac_compiler_gnu=$ac_cv_c_compiler_gnu
73831
73832      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73833/* end confdefs.h.  */
73834
73835#include <math.h>
73836#ifdef HAVE_IEEEFP_H
73837# include <ieeefp.h>
73838#endif
73839#undef tanhl
73840
73841int
73842main ()
73843{
73844
73845  void (*f)(void) = (void (*)(void))tanhl;
73846
73847  ;
73848  return 0;
73849}
73850_ACEOF
73851if ac_fn_c_try_compile "$LINENO"; then :
73852  glibcxx_cv_func_tanhl_use=yes
73853
73854else
73855  glibcxx_cv_func_tanhl_use=no
73856fi
73857rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73858fi
73859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_tanhl_use" >&5
73860$as_echo "$glibcxx_cv_func_tanhl_use" >&6; }
73861  if test "x$glibcxx_cv_func_tanhl_use" = xyes; then
73862    cat >>confdefs.h <<_ACEOF
73863#define HAVE_TANHL 1
73864_ACEOF
73865
73866  fi
73867
73868
73869
73870  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl declaration" >&5
73871$as_echo_n "checking for hypotl declaration... " >&6; }
73872if ${glibcxx_cv_func_hypotl_use+:} false; then :
73873  $as_echo_n "(cached) " >&6
73874else
73875
73876
73877      ac_ext=c
73878ac_cpp='$CPP $CPPFLAGS'
73879ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73880ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73881ac_compiler_gnu=$ac_cv_c_compiler_gnu
73882
73883      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73884/* end confdefs.h.  */
73885
73886#include <math.h>
73887#ifdef HAVE_IEEEFP_H
73888# include <ieeefp.h>
73889#endif
73890#undef hypotl
73891
73892int
73893main ()
73894{
73895
73896  void (*f)(void) = (void (*)(void))hypotl;
73897
73898  ;
73899  return 0;
73900}
73901_ACEOF
73902if ac_fn_c_try_compile "$LINENO"; then :
73903  glibcxx_cv_func_hypotl_use=yes
73904
73905else
73906  glibcxx_cv_func_hypotl_use=no
73907fi
73908rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73909fi
73910{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotl_use" >&5
73911$as_echo "$glibcxx_cv_func_hypotl_use" >&6; }
73912  if test "x$glibcxx_cv_func_hypotl_use" = xyes; then
73913    cat >>confdefs.h <<_ACEOF
73914#define HAVE_HYPOTL 1
73915_ACEOF
73916
73917  fi
73918
73919
73920
73921  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf declaration" >&5
73922$as_echo_n "checking for ldexpf declaration... " >&6; }
73923if ${glibcxx_cv_func_ldexpf_use+:} false; then :
73924  $as_echo_n "(cached) " >&6
73925else
73926
73927
73928      ac_ext=c
73929ac_cpp='$CPP $CPPFLAGS'
73930ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73931ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73932ac_compiler_gnu=$ac_cv_c_compiler_gnu
73933
73934      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73935/* end confdefs.h.  */
73936
73937#include <math.h>
73938#ifdef HAVE_IEEEFP_H
73939# include <ieeefp.h>
73940#endif
73941#undef ldexpf
73942
73943int
73944main ()
73945{
73946
73947  void (*f)(void) = (void (*)(void))ldexpf;
73948
73949  ;
73950  return 0;
73951}
73952_ACEOF
73953if ac_fn_c_try_compile "$LINENO"; then :
73954  glibcxx_cv_func_ldexpf_use=yes
73955
73956else
73957  glibcxx_cv_func_ldexpf_use=no
73958fi
73959rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73960fi
73961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_ldexpf_use" >&5
73962$as_echo "$glibcxx_cv_func_ldexpf_use" >&6; }
73963  if test "x$glibcxx_cv_func_ldexpf_use" = xyes; then
73964    cat >>confdefs.h <<_ACEOF
73965#define HAVE_LDEXPF 1
73966_ACEOF
73967
73968  fi
73969
73970
73971
73972  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modff declaration" >&5
73973$as_echo_n "checking for modff declaration... " >&6; }
73974if ${glibcxx_cv_func_modff_use+:} false; then :
73975  $as_echo_n "(cached) " >&6
73976else
73977
73978
73979      ac_ext=c
73980ac_cpp='$CPP $CPPFLAGS'
73981ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
73982ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
73983ac_compiler_gnu=$ac_cv_c_compiler_gnu
73984
73985      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73986/* end confdefs.h.  */
73987
73988#include <math.h>
73989#ifdef HAVE_IEEEFP_H
73990# include <ieeefp.h>
73991#endif
73992#undef modff
73993
73994int
73995main ()
73996{
73997
73998  void (*f)(void) = (void (*)(void))modff;
73999
74000  ;
74001  return 0;
74002}
74003_ACEOF
74004if ac_fn_c_try_compile "$LINENO"; then :
74005  glibcxx_cv_func_modff_use=yes
74006
74007else
74008  glibcxx_cv_func_modff_use=no
74009fi
74010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
74011fi
74012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_modff_use" >&5
74013$as_echo "$glibcxx_cv_func_modff_use" >&6; }
74014  if test "x$glibcxx_cv_func_modff_use" = xyes; then
74015    cat >>confdefs.h <<_ACEOF
74016#define HAVE_MODFF 1
74017_ACEOF
74018
74019  fi
74020
74021
74022
74023  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf declaration" >&5
74024$as_echo_n "checking for hypotf declaration... " >&6; }
74025if ${glibcxx_cv_func_hypotf_use+:} false; then :
74026  $as_echo_n "(cached) " >&6
74027else
74028
74029
74030      ac_ext=c
74031ac_cpp='$CPP $CPPFLAGS'
74032ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
74033ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
74034ac_compiler_gnu=$ac_cv_c_compiler_gnu
74035
74036      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74037/* end confdefs.h.  */
74038
74039#include <math.h>
74040#ifdef HAVE_IEEEFP_H
74041# include <ieeefp.h>
74042#endif
74043#undef hypotf
74044
74045int
74046main ()
74047{
74048
74049  void (*f)(void) = (void (*)(void))hypotf;
74050
74051  ;
74052  return 0;
74053}
74054_ACEOF
74055if ac_fn_c_try_compile "$LINENO"; then :
74056  glibcxx_cv_func_hypotf_use=yes
74057
74058else
74059  glibcxx_cv_func_hypotf_use=no
74060fi
74061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
74062fi
74063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_hypotf_use" >&5
74064$as_echo "$glibcxx_cv_func_hypotf_use" >&6; }
74065  if test "x$glibcxx_cv_func_hypotf_use" = xyes; then
74066    cat >>confdefs.h <<_ACEOF
74067#define HAVE_HYPOTF 1
74068_ACEOF
74069
74070  fi
74071
74072
74073
74074  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf declaration" >&5
74075$as_echo_n "checking for frexpf declaration... " >&6; }
74076if ${glibcxx_cv_func_frexpf_use+:} false; then :
74077  $as_echo_n "(cached) " >&6
74078else
74079
74080
74081      ac_ext=c
74082ac_cpp='$CPP $CPPFLAGS'
74083ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
74084ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
74085ac_compiler_gnu=$ac_cv_c_compiler_gnu
74086
74087      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74088/* end confdefs.h.  */
74089
74090#include <math.h>
74091#ifdef HAVE_IEEEFP_H
74092# include <ieeefp.h>
74093#endif
74094#undef frexpf
74095
74096int
74097main ()
74098{
74099
74100  void (*f)(void) = (void (*)(void))frexpf;
74101
74102  ;
74103  return 0;
74104}
74105_ACEOF
74106if ac_fn_c_try_compile "$LINENO"; then :
74107  glibcxx_cv_func_frexpf_use=yes
74108
74109else
74110  glibcxx_cv_func_frexpf_use=no
74111fi
74112rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
74113fi
74114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_frexpf_use" >&5
74115$as_echo "$glibcxx_cv_func_frexpf_use" >&6; }
74116  if test "x$glibcxx_cv_func_frexpf_use" = xyes; then
74117    cat >>confdefs.h <<_ACEOF
74118#define HAVE_FREXPF 1
74119_ACEOF
74120
74121  fi
74122
74123
74124
74125    ;;
74126  *)
74127    as_fn_error $? "No support for this host/target combination." "$LINENO" 5
74128   ;;
74129esac
74130
74131  fi
74132
74133  # At some point, we should differentiate between architectures
74134  # like x86, which have long double versions, and alpha/powerpc/etc.,
74135  # which don't. For the time being, punt.
74136  if test x"long_double_math_on_this_cpu" = x"yes"; then
74137    $as_echo "#define HAVE_ACOSL 1" >>confdefs.h
74138
74139    $as_echo "#define HAVE_ASINL 1" >>confdefs.h
74140
74141    $as_echo "#define HAVE_ATAN2L 1" >>confdefs.h
74142
74143    $as_echo "#define HAVE_ATANL 1" >>confdefs.h
74144
74145    $as_echo "#define HAVE_CEILL 1" >>confdefs.h
74146
74147    $as_echo "#define HAVE_COSL 1" >>confdefs.h
74148
74149    $as_echo "#define HAVE_COSHL 1" >>confdefs.h
74150
74151    $as_echo "#define HAVE_EXPL 1" >>confdefs.h
74152
74153    $as_echo "#define HAVE_FABSL 1" >>confdefs.h
74154
74155    $as_echo "#define HAVE_FLOORL 1" >>confdefs.h
74156
74157    $as_echo "#define HAVE_FMODL 1" >>confdefs.h
74158
74159    $as_echo "#define HAVE_FREXPL 1" >>confdefs.h
74160
74161    $as_echo "#define HAVE_LDEXPL 1" >>confdefs.h
74162
74163    $as_echo "#define HAVE_LOG10L 1" >>confdefs.h
74164
74165    $as_echo "#define HAVE_LOGL 1" >>confdefs.h
74166
74167    $as_echo "#define HAVE_MODFL 1" >>confdefs.h
74168
74169    $as_echo "#define HAVE_POWL 1" >>confdefs.h
74170
74171    $as_echo "#define HAVE_SINCOSL 1" >>confdefs.h
74172
74173    $as_echo "#define HAVE_SINL 1" >>confdefs.h
74174
74175    $as_echo "#define HAVE_SINHL 1" >>confdefs.h
74176
74177    $as_echo "#define HAVE_SQRTL 1" >>confdefs.h
74178
74179    $as_echo "#define HAVE_TANL 1" >>confdefs.h
74180
74181    $as_echo "#define HAVE_TANHL 1" >>confdefs.h
74182
74183  fi
74184fi
74185
74186# Check for _Unwind_GetIPInfo.
74187
74188
74189# Check whether --with-system-libunwind was given.
74190if test "${with_system_libunwind+set}" = set; then :
74191  withval=$with_system_libunwind;
74192fi
74193
74194  # If system-libunwind was not specifically set, pick a default setting.
74195  if test x$with_system_libunwind = x; then
74196    case ${target} in
74197      ia64-*-hpux*) with_system_libunwind=yes ;;
74198      *) with_system_libunwind=no ;;
74199    esac
74200  fi
74201  # Based on system-libunwind and target, do we have ipinfo?
74202  if  test x$with_system_libunwind = xyes; then
74203    case ${target} in
74204      ia64-*-*) have_unwind_getipinfo=no ;;
74205      *) have_unwind_getipinfo=yes ;;
74206    esac
74207  else
74208    # Darwin before version 9 does not have _Unwind_GetIPInfo.
74209
74210    case ${target} in
74211      *-*-darwin[3-8]|*-*-darwin[3-8].*) have_unwind_getipinfo=no ;;
74212      *) have_unwind_getipinfo=yes ;;
74213    esac
74214
74215  fi
74216
74217  if test x$have_unwind_getipinfo = xyes; then
74218
74219$as_echo "#define HAVE_GETIPINFO 1" >>confdefs.h
74220
74221  fi
74222
74223
74224 # Check whether --enable-linux-futex was given.
74225if test "${enable_linux_futex+set}" = set; then :
74226  enableval=$enable_linux_futex;
74227      case "$enableval" in
74228       yes|no|default) ;;
74229       *) as_fn_error $? "Unknown argument to enable/disable linux-futex" "$LINENO" 5 ;;
74230                          esac
74231
74232else
74233  enable_linux_futex=default
74234fi
74235
74236
74237case "$target" in
74238  *-linux* | *-uclinux*)
74239    case "$enable_linux_futex" in
74240      default)
74241	# If headers don't have gettid/futex syscalls definition, then
74242	# default to no, otherwise there will be compile time failures.
74243	# Otherwise, default to yes.  If we don't detect we are
74244	# compiled/linked against NPTL and not cross-compiling, check
74245	# if programs are run by default against NPTL and if not, issue
74246	# a warning.
74247	enable_linux_futex=no
74248	if test x$gcc_no_link = xyes; then
74249  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
74250fi
74251cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74252/* end confdefs.h.  */
74253#include <sys/syscall.h>
74254	   #include <unistd.h>
74255	   int lk;
74256int
74257main ()
74258{
74259syscall (SYS_gettid); syscall (SYS_futex, &lk, 0, 0, 0);
74260  ;
74261  return 0;
74262}
74263_ACEOF
74264if ac_fn_c_try_link "$LINENO"; then :
74265  save_LIBS="$LIBS"
74266	   LIBS="-lpthread $LIBS"
74267	   if test x$gcc_no_link = xyes; then
74268  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
74269fi
74270cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74271/* end confdefs.h.  */
74272#ifndef _GNU_SOURCE
74273	     #define _GNU_SOURCE 1
74274	     #endif
74275	     #include <pthread.h>
74276	     pthread_t th; void *status;
74277int
74278main ()
74279{
74280pthread_tryjoin_np (th, &status);
74281  ;
74282  return 0;
74283}
74284_ACEOF
74285if ac_fn_c_try_link "$LINENO"; then :
74286  enable_linux_futex=yes
74287else
74288  if test x$cross_compiling = xno; then
74289	       if getconf GNU_LIBPTHREAD_VERSION 2>/dev/null \
74290		  | LC_ALL=C grep -i NPTL > /dev/null 2>/dev/null; then :; else
74291		 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The kernel might not support futex or gettid syscalls.
74292If so, please configure with --disable-linux-futex" >&5
74293$as_echo "$as_me: WARNING: The kernel might not support futex or gettid syscalls.
74294If so, please configure with --disable-linux-futex" >&2;}
74295	       fi
74296	     fi
74297	     enable_linux_futex=yes
74298fi
74299rm -f core conftest.err conftest.$ac_objext \
74300    conftest$ac_exeext conftest.$ac_ext
74301	   LIBS="$save_LIBS"
74302fi
74303rm -f core conftest.err conftest.$ac_objext \
74304    conftest$ac_exeext conftest.$ac_ext
74305	;;
74306      yes)
74307	if test x$gcc_no_link = xyes; then
74308  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
74309fi
74310cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74311/* end confdefs.h.  */
74312#include <sys/syscall.h>
74313	   #include <unistd.h>
74314	   int lk;
74315int
74316main ()
74317{
74318syscall (SYS_gettid); syscall (SYS_futex, &lk, 0, 0, 0);
74319  ;
74320  return 0;
74321}
74322_ACEOF
74323if ac_fn_c_try_link "$LINENO"; then :
74324
74325else
74326  as_fn_error $? "SYS_gettid and SYS_futex required for --enable-linux-futex" "$LINENO" 5
74327fi
74328rm -f core conftest.err conftest.$ac_objext \
74329    conftest$ac_exeext conftest.$ac_ext
74330	;;
74331    esac
74332    ;;
74333  *)
74334    enable_linux_futex=no
74335    ;;
74336esac
74337if test x$enable_linux_futex = xyes; then
74338
74339$as_echo "#define HAVE_LINUX_FUTEX 1" >>confdefs.h
74340
74341fi
74342
74343
74344if test "$is_hosted" = yes; then
74345# TODO: remove this and change src/c++11/compatibility-atomic-c++0x.cc to
74346# use <stdint.h> instead of <gstdint.h>.
74347
74348
74349inttype_headers=`echo inttypes.h sys/inttypes.h  | sed -e 's/,/ /g'`
74350
74351acx_cv_header_stdint=stddef.h
74352acx_cv_header_stdint_kind="(already complete)"
74353for i in stdint.h $inttype_headers; do
74354  unset ac_cv_type_uintptr_t
74355  unset ac_cv_type_uintmax_t
74356  unset ac_cv_type_int_least32_t
74357  unset ac_cv_type_int_fast32_t
74358  unset ac_cv_type_uint64_t
74359  $as_echo_n "looking for a compliant stdint.h in $i, " >&6
74360  ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
74361#include <$i>
74362"
74363if test "x$ac_cv_type_uintmax_t" = xyes; then :
74364  acx_cv_header_stdint=$i
74365else
74366  continue
74367fi
74368
74369  ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
74370#include <$i>
74371"
74372if test "x$ac_cv_type_uintptr_t" = xyes; then :
74373
74374else
74375  acx_cv_header_stdint_kind="(mostly complete)"
74376fi
74377
74378  ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
74379#include <$i>
74380"
74381if test "x$ac_cv_type_int_least32_t" = xyes; then :
74382
74383else
74384  acx_cv_header_stdint_kind="(mostly complete)"
74385fi
74386
74387  ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
74388#include <$i>
74389"
74390if test "x$ac_cv_type_int_fast32_t" = xyes; then :
74391
74392else
74393  acx_cv_header_stdint_kind="(mostly complete)"
74394fi
74395
74396  ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
74397#include <$i>
74398"
74399if test "x$ac_cv_type_uint64_t" = xyes; then :
74400
74401else
74402  acx_cv_header_stdint_kind="(lacks uint64_t)"
74403fi
74404
74405  break
74406done
74407if test "$acx_cv_header_stdint" = stddef.h; then
74408  acx_cv_header_stdint_kind="(lacks uintmax_t)"
74409  for i in stdint.h $inttype_headers; do
74410    unset ac_cv_type_uintptr_t
74411    unset ac_cv_type_uint32_t
74412    unset ac_cv_type_uint64_t
74413    $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
74414    ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
74415#include <$i>
74416"
74417if test "x$ac_cv_type_uint32_t" = xyes; then :
74418  acx_cv_header_stdint=$i
74419else
74420  continue
74421fi
74422
74423    ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
74424#include <$i>
74425"
74426if test "x$ac_cv_type_uint64_t" = xyes; then :
74427
74428fi
74429
74430    ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
74431#include <$i>
74432"
74433if test "x$ac_cv_type_uintptr_t" = xyes; then :
74434
74435fi
74436
74437    break
74438  done
74439fi
74440if test "$acx_cv_header_stdint" = stddef.h; then
74441  acx_cv_header_stdint_kind="(u_intXX_t style)"
74442  for i in sys/types.h $inttype_headers; do
74443    unset ac_cv_type_u_int32_t
74444    unset ac_cv_type_u_int64_t
74445    $as_echo_n "looking for u_intXX_t types in $i, " >&6
74446    ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
74447#include <$i>
74448"
74449if test "x$ac_cv_type_u_int32_t" = xyes; then :
74450  acx_cv_header_stdint=$i
74451else
74452  continue
74453fi
74454
74455    ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
74456#include <$i>
74457"
74458if test "x$ac_cv_type_u_int64_t" = xyes; then :
74459
74460fi
74461
74462    break
74463  done
74464fi
74465if test "$acx_cv_header_stdint" = stddef.h; then
74466  acx_cv_header_stdint_kind="(using manual detection)"
74467fi
74468
74469test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
74470test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
74471test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
74472test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
74473test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
74474
74475# ----------------- Summarize what we found so far
74476
74477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in include/gstdint.h" >&5
74478$as_echo_n "checking what to include in include/gstdint.h... " >&6; }
74479
74480case `$as_basename -- include/gstdint.h ||
74481$as_expr X/include/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
74482	 Xinclude/gstdint.h : 'X\(//\)$' \| \
74483	 Xinclude/gstdint.h : 'X\(/\)' \| . 2>/dev/null ||
74484$as_echo X/include/gstdint.h |
74485    sed '/^.*\/\([^/][^/]*\)\/*$/{
74486	    s//\1/
74487	    q
74488	  }
74489	  /^X\/\(\/\/\)$/{
74490	    s//\1/
74491	    q
74492	  }
74493	  /^X\/\(\/\).*/{
74494	    s//\1/
74495	    q
74496	  }
74497	  s/.*/./; q'` in
74498  stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
74499$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
74500  inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
74501$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
74502  *) ;;
74503esac
74504
74505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
74506$as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
74507
74508# ----------------- done included file, check C basic types --------
74509
74510# Lacking an uintptr_t?  Test size of void *
74511case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
74512  stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
74513# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
74514# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
74515# This bug is HP SR number 8606223364.
74516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
74517$as_echo_n "checking size of void *... " >&6; }
74518if ${ac_cv_sizeof_void_p+:} false; then :
74519  $as_echo_n "(cached) " >&6
74520else
74521  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
74522
74523else
74524  if test "$ac_cv_type_void_p" = yes; then
74525     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
74526$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
74527as_fn_error 77 "cannot compute sizeof (void *)
74528See \`config.log' for more details" "$LINENO" 5; }
74529   else
74530     ac_cv_sizeof_void_p=0
74531   fi
74532fi
74533
74534fi
74535{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
74536$as_echo "$ac_cv_sizeof_void_p" >&6; }
74537
74538
74539
74540cat >>confdefs.h <<_ACEOF
74541#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
74542_ACEOF
74543
74544 ;;
74545esac
74546
74547# Lacking an uint64_t?  Test size of long
74548case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
74549  stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
74550# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
74551# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
74552# This bug is HP SR number 8606223364.
74553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
74554$as_echo_n "checking size of long... " >&6; }
74555if ${ac_cv_sizeof_long+:} false; then :
74556  $as_echo_n "(cached) " >&6
74557else
74558  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
74559
74560else
74561  if test "$ac_cv_type_long" = yes; then
74562     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
74563$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
74564as_fn_error 77 "cannot compute sizeof (long)
74565See \`config.log' for more details" "$LINENO" 5; }
74566   else
74567     ac_cv_sizeof_long=0
74568   fi
74569fi
74570
74571fi
74572{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
74573$as_echo "$ac_cv_sizeof_long" >&6; }
74574
74575
74576
74577cat >>confdefs.h <<_ACEOF
74578#define SIZEOF_LONG $ac_cv_sizeof_long
74579_ACEOF
74580
74581 ;;
74582esac
74583
74584if test $acx_cv_header_stdint = stddef.h; then
74585  # Lacking a good header?  Test size of everything and deduce all types.
74586  # The cast to long int works around a bug in the HP C Compiler
74587# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
74588# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
74589# This bug is HP SR number 8606223364.
74590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
74591$as_echo_n "checking size of int... " >&6; }
74592if ${ac_cv_sizeof_int+:} false; then :
74593  $as_echo_n "(cached) " >&6
74594else
74595  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
74596
74597else
74598  if test "$ac_cv_type_int" = yes; then
74599     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
74600$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
74601as_fn_error 77 "cannot compute sizeof (int)
74602See \`config.log' for more details" "$LINENO" 5; }
74603   else
74604     ac_cv_sizeof_int=0
74605   fi
74606fi
74607
74608fi
74609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
74610$as_echo "$ac_cv_sizeof_int" >&6; }
74611
74612
74613
74614cat >>confdefs.h <<_ACEOF
74615#define SIZEOF_INT $ac_cv_sizeof_int
74616_ACEOF
74617
74618
74619  # The cast to long int works around a bug in the HP C Compiler
74620# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
74621# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
74622# This bug is HP SR number 8606223364.
74623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
74624$as_echo_n "checking size of short... " >&6; }
74625if ${ac_cv_sizeof_short+:} false; then :
74626  $as_echo_n "(cached) " >&6
74627else
74628  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short"        "$ac_includes_default"; then :
74629
74630else
74631  if test "$ac_cv_type_short" = yes; then
74632     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
74633$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
74634as_fn_error 77 "cannot compute sizeof (short)
74635See \`config.log' for more details" "$LINENO" 5; }
74636   else
74637     ac_cv_sizeof_short=0
74638   fi
74639fi
74640
74641fi
74642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
74643$as_echo "$ac_cv_sizeof_short" >&6; }
74644
74645
74646
74647cat >>confdefs.h <<_ACEOF
74648#define SIZEOF_SHORT $ac_cv_sizeof_short
74649_ACEOF
74650
74651
74652  # The cast to long int works around a bug in the HP C Compiler
74653# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
74654# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
74655# This bug is HP SR number 8606223364.
74656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
74657$as_echo_n "checking size of char... " >&6; }
74658if ${ac_cv_sizeof_char+:} false; then :
74659  $as_echo_n "(cached) " >&6
74660else
74661  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char"        "$ac_includes_default"; then :
74662
74663else
74664  if test "$ac_cv_type_char" = yes; then
74665     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
74666$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
74667as_fn_error 77 "cannot compute sizeof (char)
74668See \`config.log' for more details" "$LINENO" 5; }
74669   else
74670     ac_cv_sizeof_char=0
74671   fi
74672fi
74673
74674fi
74675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
74676$as_echo "$ac_cv_sizeof_char" >&6; }
74677
74678
74679
74680cat >>confdefs.h <<_ACEOF
74681#define SIZEOF_CHAR $ac_cv_sizeof_char
74682_ACEOF
74683
74684
74685
74686  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
74687$as_echo_n "checking for type equivalent to int8_t... " >&6; }
74688  case "$ac_cv_sizeof_char" in
74689    1) acx_cv_type_int8_t=char ;;
74690    *) as_fn_error $? "no 8-bit type, please report a bug" "$LINENO" 5
74691  esac
74692  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
74693$as_echo "$acx_cv_type_int8_t" >&6; }
74694
74695  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
74696$as_echo_n "checking for type equivalent to int16_t... " >&6; }
74697  case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
74698    2:*) acx_cv_type_int16_t=int ;;
74699    *:2) acx_cv_type_int16_t=short ;;
74700    *) as_fn_error $? "no 16-bit type, please report a bug" "$LINENO" 5
74701  esac
74702  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
74703$as_echo "$acx_cv_type_int16_t" >&6; }
74704
74705  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
74706$as_echo_n "checking for type equivalent to int32_t... " >&6; }
74707  case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
74708    4:*) acx_cv_type_int32_t=int ;;
74709    *:4) acx_cv_type_int32_t=long ;;
74710    *) as_fn_error $? "no 32-bit type, please report a bug" "$LINENO" 5
74711  esac
74712  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
74713$as_echo "$acx_cv_type_int32_t" >&6; }
74714fi
74715
74716# These tests are here to make the output prettier
74717
74718if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
74719  case "$ac_cv_sizeof_long" in
74720    8) acx_cv_type_int64_t=long ;;
74721  esac
74722  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
74723$as_echo_n "checking for type equivalent to int64_t... " >&6; }
74724  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
74725$as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
74726fi
74727
74728# Now we can use the above types
74729
74730if test "$ac_cv_type_uintptr_t" != yes; then
74731  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
74732$as_echo_n "checking for type equivalent to intptr_t... " >&6; }
74733  case $ac_cv_sizeof_void_p in
74734    2) acx_cv_type_intptr_t=int16_t ;;
74735    4) acx_cv_type_intptr_t=int32_t ;;
74736    8) acx_cv_type_intptr_t=int64_t ;;
74737    *) as_fn_error $? "no equivalent for intptr_t, please report a bug" "$LINENO" 5
74738  esac
74739  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
74740$as_echo "$acx_cv_type_intptr_t" >&6; }
74741fi
74742
74743# ----------------- done all checks, emit header -------------
74744ac_config_commands="$ac_config_commands include/gstdint.h"
74745
74746
74747
74748fi
74749
74750
74751  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU c++filt" >&5
74752$as_echo_n "checking for GNU c++filt... " >&6; }
74753if ${ac_cv_path_CXXFILT+:} false; then :
74754  $as_echo_n "(cached) " >&6
74755else
74756  if test -z "$CXXFILT"; then
74757  ac_path_CXXFILT_found=false
74758  # Loop through the user's path and test for each of PROGNAME-LIST
74759  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74760for as_dir in $PATH
74761do
74762  IFS=$as_save_IFS
74763  test -z "$as_dir" && as_dir=.
74764    for ac_prog in c++filt gc++filt; do
74765    for ac_exec_ext in '' $ac_executable_extensions; do
74766      ac_path_CXXFILT="$as_dir/$ac_prog$ac_exec_ext"
74767      as_fn_executable_p "$ac_path_CXXFILT" || continue
74768# Check for GNU $ac_path_CXXFILT
74769case `"$ac_path_CXXFILT" --version 2>&1` in
74770*GNU*)
74771  ac_cv_path_CXXFILT=$ac_path_CXXFILT && ac_path_CXXFILT_found=:;;
74772esac
74773
74774      $ac_path_CXXFILT_found && break 3
74775    done
74776  done
74777  done
74778IFS=$as_save_IFS
74779  if test -z "$ac_cv_path_CXXFILT"; then
74780    :
74781  fi
74782else
74783  ac_cv_path_CXXFILT=$CXXFILT
74784fi
74785
74786fi
74787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_CXXFILT" >&5
74788$as_echo "$ac_cv_path_CXXFILT" >&6; }
74789  CXXFILT=$ac_cv_path_CXXFILT
74790
74791
74792
74793 # Check whether --enable-symvers was given.
74794if test "${enable_symvers+set}" = set; then :
74795  enableval=$enable_symvers;
74796      case "$enableval" in
74797       yes|no|gnu|gnu-versioned-namespace|darwin|darwin-export|sun) ;;
74798       *) as_fn_error $? "Unknown argument to enable/disable symvers" "$LINENO" 5 ;;
74799	  	        esac
74800
74801else
74802  enable_symvers=yes
74803fi
74804
74805
74806
74807# If we never went through the GLIBCXX_CHECK_LINKER_FEATURES macro, then we
74808# don't know enough about $LD to do tricks...
74809
74810# Sun style symbol versions needs GNU c++filt for make_sunver.pl to work
74811# with extern "C++" in version scripts.
74812
74813
74814# Turn a 'yes' into a suitable default.
74815if test x$enable_symvers = xyes ; then
74816  if test $enable_shared = no || test "x$LD" = x || test x$gcc_no_link = xyes; then
74817    enable_symvers=no
74818  else
74819    if test $with_gnu_ld = yes ; then
74820      case ${target_os} in
74821	hpux*)
74822	  enable_symvers=no ;;
74823	*)
74824	  enable_symvers=gnu ;;
74825      esac
74826    else
74827      case ${target_os} in
74828	darwin*)
74829	  enable_symvers=darwin ;;
74830	# Sun symbol versioning exists since Solaris 2.5.
74831	solaris2.[5-9]* | solaris2.1[0-9]*)
74832	  # make_sunver.pl needs GNU c++filt to support extern "C++" in
74833	  # version scripts, so disable symbol versioning if none can be
74834	  # found.
74835	  if test -z "$ac_cv_path_CXXFILT"; then
74836	    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
74837$as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
74838	    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === no GNU c++filt could  be found." >&5
74839$as_echo "$as_me: WARNING: === no GNU c++filt could  be found." >&2;}
74840	    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
74841$as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
74842	    enable_symvers=no
74843	  else
74844	    enable_symvers=sun
74845	  fi
74846	  ;;
74847	*)
74848	  enable_symvers=no ;;
74849      esac
74850    fi
74851  fi
74852fi
74853
74854# Check to see if 'darwin' or 'darwin-export' can win.
74855if test x$enable_symvers = xdarwin-export ; then
74856    enable_symvers=darwin
74857fi
74858
74859# Check if 'sun' was requested on non-Solaris 2 platforms.
74860if test x$enable_symvers = xsun ; then
74861  case ${target_os} in
74862    solaris2*)
74863      # All fine.
74864      ;;
74865    *)
74866      # Unlikely to work.
74867      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
74868$as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
74869      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not targetting Solaris 2." >&5
74870$as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
74871      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
74872$as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
74873      enable_symvers=no
74874      ;;
74875  esac
74876fi
74877
74878# Check to see if 'gnu' can win.
74879if test $enable_symvers = gnu ||
74880  test $enable_symvers = gnu-versioned-namespace ||
74881  test $enable_symvers = sun; then
74882  # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
74883  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared libgcc" >&5
74884$as_echo_n "checking for shared libgcc... " >&6; }
74885  ac_save_CFLAGS="$CFLAGS"
74886  CFLAGS=' -lgcc_s'
74887  if test x$gcc_no_link = xyes; then
74888  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
74889fi
74890cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74891/* end confdefs.h.  */
74892
74893int
74894main ()
74895{
74896return 0;
74897  ;
74898  return 0;
74899}
74900_ACEOF
74901if ac_fn_c_try_link "$LINENO"; then :
74902  glibcxx_shared_libgcc=yes
74903else
74904  glibcxx_shared_libgcc=no
74905fi
74906rm -f core conftest.err conftest.$ac_objext \
74907    conftest$ac_exeext conftest.$ac_ext
74908  CFLAGS="$ac_save_CFLAGS"
74909  if test $glibcxx_shared_libgcc = no; then
74910    cat > conftest.c <<EOF
74911int main (void) { return 0; }
74912EOF
74913    glibcxx_libgcc_s_suffix=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
74914			     -shared -shared-libgcc -o conftest.so \
74915			     conftest.c -v 2>&1 >/dev/null \
74916			     | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
74917    rm -f conftest.c conftest.so
74918    if test x${glibcxx_libgcc_s_suffix+set} = xset; then
74919      CFLAGS=" -lgcc_s$glibcxx_libgcc_s_suffix"
74920      if test x$gcc_no_link = xyes; then
74921  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
74922fi
74923cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74924/* end confdefs.h.  */
74925
74926int
74927main ()
74928{
74929return 0;
74930  ;
74931  return 0;
74932}
74933_ACEOF
74934if ac_fn_c_try_link "$LINENO"; then :
74935  glibcxx_shared_libgcc=yes
74936fi
74937rm -f core conftest.err conftest.$ac_objext \
74938    conftest$ac_exeext conftest.$ac_ext
74939      CFLAGS="$ac_save_CFLAGS"
74940    fi
74941  fi
74942  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_shared_libgcc" >&5
74943$as_echo "$glibcxx_shared_libgcc" >&6; }
74944
74945  # For GNU ld, we need at least this version.  The format is described in
74946  # GLIBCXX_CHECK_LINKER_FEATURES above.
74947  glibcxx_min_gnu_ld_version=21400
74948
74949  # If no shared libgcc, can't win.
74950  if test $glibcxx_shared_libgcc != yes; then
74951      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested GNU symbol versioning, but" >&5
74952$as_echo "$as_me: WARNING: === You have requested GNU symbol versioning, but" >&2;}
74953      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not building a shared libgcc_s." >&5
74954$as_echo "$as_me: WARNING: === you are not building a shared libgcc_s." >&2;}
74955      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
74956$as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
74957      enable_symvers=no
74958  elif test $with_gnu_ld != yes && test $enable_symvers = sun; then
74959    : All interesting versions of Sun ld support sun style symbol versioning.
74960  elif test $with_gnu_ld != yes ; then
74961    # just fail for now
74962    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested GNU symbol versioning, but" >&5
74963$as_echo "$as_me: WARNING: === You have requested GNU symbol versioning, but" >&2;}
74964    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not using the GNU linker." >&5
74965$as_echo "$as_me: WARNING: === you are not using the GNU linker." >&2;}
74966    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
74967$as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
74968    enable_symvers=no
74969  elif test $glibcxx_ld_is_gold = yes ; then
74970    : All versions of gold support symbol versioning.
74971  elif test $glibcxx_ld_is_mold = yes ; then
74972    : All versions of mold support symbol versioning.
74973  elif test $glibcxx_gnu_ld_version -lt $glibcxx_min_gnu_ld_version ; then
74974    # The right tools, the right setup, but too old.  Fallbacks?
74975    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Linker version $glibcxx_gnu_ld_version is too old for" >&5
74976$as_echo "$as_me: WARNING: === Linker version $glibcxx_gnu_ld_version is too old for" >&2;}
74977    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === full symbol versioning support in this release of GCC." >&5
74978$as_echo "$as_me: WARNING: === full symbol versioning support in this release of GCC." >&2;}
74979    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You would need to upgrade your binutils to version" >&5
74980$as_echo "$as_me: WARNING: === You would need to upgrade your binutils to version" >&2;}
74981    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === $glibcxx_min_gnu_ld_version or later and rebuild GCC." >&5
74982$as_echo "$as_me: WARNING: === $glibcxx_min_gnu_ld_version or later and rebuild GCC." >&2;}
74983    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
74984$as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
74985    enable_symvers=no
74986  fi
74987fi
74988
74989# For libtool versioning info, format is CURRENT:REVISION:AGE
74990libtool_VERSION=6:30:0
74991
74992# Everything parsed; figure out what files and settings to use.
74993case $enable_symvers in
74994  no)
74995    SYMVER_FILE=config/abi/pre/none.ver
74996    ;;
74997  gnu)
74998    SYMVER_FILE=config/abi/pre/gnu.ver
74999
75000$as_echo "#define _GLIBCXX_SYMVER_GNU 1" >>confdefs.h
75001
75002    ;;
75003  gnu-versioned-namespace)
75004    libtool_VERSION=8:0:0
75005    SYMVER_FILE=config/abi/pre/gnu-versioned-namespace.ver
75006
75007$as_echo "#define _GLIBCXX_SYMVER_GNU_NAMESPACE 1" >>confdefs.h
75008
75009    ;;
75010  darwin)
75011    SYMVER_FILE=config/abi/pre/gnu.ver
75012
75013$as_echo "#define _GLIBCXX_SYMVER_DARWIN 1" >>confdefs.h
75014
75015    ;;
75016  sun)
75017    SYMVER_FILE=config/abi/pre/gnu.ver
75018
75019$as_echo "#define _GLIBCXX_SYMVER_SUN 1" >>confdefs.h
75020
75021    ;;
75022esac
75023
75024if test x$enable_symvers != xno ; then
75025
75026$as_echo "#define _GLIBCXX_SYMVER 1" >>confdefs.h
75027
75028fi
75029
75030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports .symver directive" >&5
75031$as_echo_n "checking whether the target supports .symver directive... " >&6; }
75032if ${glibcxx_cv_have_as_symver_directive+:} false; then :
75033  $as_echo_n "(cached) " >&6
75034else
75035
75036  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75037/* end confdefs.h.  */
75038void foo (void); __asm (".symver foo, bar@SYMVER");
75039int
75040main ()
75041{
75042
75043  ;
75044  return 0;
75045}
75046_ACEOF
75047if ac_fn_c_try_compile "$LINENO"; then :
75048  glibcxx_cv_have_as_symver_directive=yes
75049else
75050  glibcxx_cv_have_as_symver_directive=no
75051fi
75052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75053fi
75054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_have_as_symver_directive" >&5
75055$as_echo "$glibcxx_cv_have_as_symver_directive" >&6; }
75056if test $glibcxx_cv_have_as_symver_directive = yes; then
75057
75058$as_echo "#define HAVE_AS_SYMVER_DIRECTIVE 1" >>confdefs.h
75059
75060fi
75061
75062
75063
75064
75065
75066
75067
75068
75069{ $as_echo "$as_me:${as_lineno-$LINENO}: versioning on shared library symbols is $enable_symvers" >&5
75070$as_echo "$as_me: versioning on shared library symbols is $enable_symvers" >&6;}
75071
75072if test $enable_symvers != no ; then
75073   case ${target_os} in
75074     # The Solaris 2 runtime linker doesn't support the GNU extension of
75075     # binding the same symbol to different versions
75076     solaris2*)
75077       ;;
75078     # Other platforms with GNU symbol versioning (GNU/Linux, more?) do.
75079     *)
75080
75081$as_echo "#define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1" >>confdefs.h
75082
75083       ;;
75084    esac
75085fi
75086
75087# Now, set up compatibility support, if any.
75088# In addition, need this to deal with std::size_t mangling in
75089# src/compatibility.cc.  In a perfect world, could use
75090# typeid(std::size_t).name()[0] to do direct substitution.
75091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for size_t as unsigned int" >&5
75092$as_echo_n "checking for size_t as unsigned int... " >&6; }
75093ac_save_CFLAGS="$CFLAGS"
75094CFLAGS="-Werror"
75095cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75096/* end confdefs.h.  */
75097
75098int
75099main ()
75100{
75101__SIZE_TYPE__* stp; unsigned int* uip; stp = uip;
75102  ;
75103  return 0;
75104}
75105_ACEOF
75106if ac_fn_c_try_compile "$LINENO"; then :
75107  glibcxx_size_t_is_i=yes
75108else
75109  glibcxx_size_t_is_i=no
75110fi
75111rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75112CFLAGS=$ac_save_CFLAGS
75113if test "$glibcxx_size_t_is_i" = yes; then
75114
75115$as_echo "#define _GLIBCXX_SIZE_T_IS_UINT 1" >>confdefs.h
75116
75117fi
75118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_size_t_is_i" >&5
75119$as_echo "$glibcxx_size_t_is_i" >&6; }
75120
75121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ptrdiff_t as int" >&5
75122$as_echo_n "checking for ptrdiff_t as int... " >&6; }
75123ac_save_CFLAGS="$CFLAGS"
75124CFLAGS="-Werror"
75125cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75126/* end confdefs.h.  */
75127
75128int
75129main ()
75130{
75131__PTRDIFF_TYPE__* ptp; int* ip; ptp = ip;
75132  ;
75133  return 0;
75134}
75135_ACEOF
75136if ac_fn_c_try_compile "$LINENO"; then :
75137  glibcxx_ptrdiff_t_is_i=yes
75138else
75139  glibcxx_ptrdiff_t_is_i=no
75140fi
75141rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75142CFLAGS=$ac_save_CFLAGS
75143if test "$glibcxx_ptrdiff_t_is_i" = yes; then
75144
75145$as_echo "#define _GLIBCXX_PTRDIFF_T_IS_INT 1" >>confdefs.h
75146
75147fi
75148{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_ptrdiff_t_is_i" >&5
75149$as_echo "$glibcxx_ptrdiff_t_is_i" >&6; }
75150
75151
75152
75153
75154 # Check whether --enable-libstdcxx-visibility was given.
75155if test "${enable_libstdcxx_visibility+set}" = set; then :
75156  enableval=$enable_libstdcxx_visibility;
75157      case "$enableval" in
75158       yes|no) ;;
75159       *) as_fn_error $? "Argument to enable/disable libstdcxx-visibility must be yes or no" "$LINENO" 5 ;;
75160      esac
75161
75162else
75163  enable_libstdcxx_visibility=yes
75164fi
75165
75166
75167
75168if test x$enable_libstdcxx_visibility = xyes ; then
75169      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5
75170$as_echo_n "checking whether the target supports hidden visibility... " >&6; }
75171if ${glibcxx_cv_have_attribute_visibility+:} false; then :
75172  $as_echo_n "(cached) " >&6
75173else
75174
75175  save_CFLAGS="$CFLAGS"
75176  CFLAGS="$CFLAGS -Werror"
75177  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75178/* end confdefs.h.  */
75179void __attribute__((visibility("hidden"))) foo(void) { }
75180int
75181main ()
75182{
75183
75184  ;
75185  return 0;
75186}
75187_ACEOF
75188if ac_fn_c_try_compile "$LINENO"; then :
75189  glibcxx_cv_have_attribute_visibility=yes
75190else
75191  glibcxx_cv_have_attribute_visibility=no
75192fi
75193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75194  CFLAGS="$save_CFLAGS"
75195fi
75196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_have_attribute_visibility" >&5
75197$as_echo "$glibcxx_cv_have_attribute_visibility" >&6; }
75198  if test $glibcxx_cv_have_attribute_visibility = no; then
75199    enable_libstdcxx_visibility=no
75200  fi
75201fi
75202
75203
75204{ $as_echo "$as_me:${as_lineno-$LINENO}: visibility supported: $enable_libstdcxx_visibility" >&5
75205$as_echo "$as_me: visibility supported: $enable_libstdcxx_visibility" >&6;}
75206
75207
75208
75209   # Check whether --enable-libstdcxx-dual-abi was given.
75210if test "${enable_libstdcxx_dual_abi+set}" = set; then :
75211  enableval=$enable_libstdcxx_dual_abi;
75212      case "$enableval" in
75213       yes|no) ;;
75214       *) as_fn_error $? "Argument to enable/disable libstdcxx-dual-abi must be yes or no" "$LINENO" 5 ;;
75215      esac
75216
75217else
75218  enable_libstdcxx_dual_abi=yes
75219fi
75220
75221
75222  if test x$enable_symvers = xgnu-versioned-namespace; then
75223    # gnu-versioned-namespace is incompatible with the dual ABI.
75224    enable_libstdcxx_dual_abi="no"
75225  fi
75226  if test x"$enable_libstdcxx_dual_abi" != xyes; then
75227    { $as_echo "$as_me:${as_lineno-$LINENO}: dual ABI is disabled" >&5
75228$as_echo "$as_me: dual ABI is disabled" >&6;}
75229    default_libstdcxx_abi="gcc4-compatible"
75230  fi
75231
75232
75233
75234  if test x$enable_libstdcxx_dual_abi = xyes; then
75235  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default std::string ABI to use" >&5
75236$as_echo_n "checking for default std::string ABI to use... " >&6; }
75237
75238# Check whether --with-default-libstdcxx-abi was given.
75239if test "${with_default_libstdcxx_abi+set}" = set; then :
75240  withval=$with_default_libstdcxx_abi; case "$withval" in
75241      gcc4-compatible)  default_libstdcxx_abi="gcc4-compatible" ;;
75242      new|cxx11)  default_libstdcxx_abi="new" ;;
75243      c++*|gnu++*) as_fn_error $? "Supported arguments for --with-default-libstdcxx-abi have changed, use \"new\" or \"gcc4-compatible\"" "$LINENO" 5 ;;
75244      *) as_fn_error $? "Invalid argument for --with-default-libstdcxx-abi" "$LINENO" 5 ;;
75245     esac
75246
75247else
75248  default_libstdcxx_abi="new"
75249fi
75250
75251  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${default_libstdcxx_abi}" >&5
75252$as_echo "${default_libstdcxx_abi}" >&6; }
75253  fi
75254  if test $default_libstdcxx_abi = "new"; then
75255    glibcxx_cxx11_abi=1
75256    glibcxx_cxx98_abi=0
75257  else
75258    glibcxx_cxx11_abi=0
75259    glibcxx_cxx98_abi=1
75260  fi
75261
75262
75263
75264
75265ac_ldbl_compat=no
75266ac_ldbl_alt128_compat=no
75267ac_ldbl_ieee128_default=no
75268LONG_DOUBLE_COMPAT_FLAGS="-mlong-double-64"
75269LONG_DOUBLE_128_FLAGS=
75270LONG_DOUBLE_ALT128_COMPAT_FLAGS=
75271case "$target" in
75272  powerpc*-*-linux* | \
75273  sparc*-*-linux* | \
75274  s390*-*-linux* | \
75275  alpha*-*-linux*)
75276  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75277/* end confdefs.h.  */
75278
75279int
75280main ()
75281{
75282
75283#if !defined __LONG_DOUBLE_128__ || (defined(__sparc__) && defined(__arch64__))
75284#error no need for long double compatibility
75285#endif
75286
75287  ;
75288  return 0;
75289}
75290_ACEOF
75291if ac_fn_c_try_compile "$LINENO"; then :
75292  ac_ldbl_compat=yes
75293else
75294  ac_ldbl_compat=no
75295fi
75296rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75297  if test "$ac_ldbl_compat" = yes; then
75298
75299$as_echo "#define _GLIBCXX_LONG_DOUBLE_COMPAT 1" >>confdefs.h
75300
75301    port_specific_symbol_files="\$(top_srcdir)/config/os/gnu-linux/ldbl-extra.ver"
75302    case "$target" in
75303      powerpc*-*-linux*)
75304	LONG_DOUBLE_COMPAT_FLAGS="$LONG_DOUBLE_COMPAT_FLAGS -mno-gnu-attribute"
75305        # Check for IEEE128 support in libm:
75306        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __frexpieee128 in -lm" >&5
75307$as_echo_n "checking for __frexpieee128 in -lm... " >&6; }
75308if ${ac_cv_lib_m___frexpieee128+:} false; then :
75309  $as_echo_n "(cached) " >&6
75310else
75311  ac_check_lib_save_LIBS=$LIBS
75312LIBS="-lm  $LIBS"
75313if test x$gcc_no_link = xyes; then
75314  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
75315fi
75316cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75317/* end confdefs.h.  */
75318
75319/* Override any GCC internal prototype to avoid an error.
75320   Use char because int might match the return type of a GCC
75321   builtin and then its argument prototype would still apply.  */
75322#ifdef __cplusplus
75323extern "C"
75324#endif
75325char __frexpieee128 ();
75326int
75327main ()
75328{
75329return __frexpieee128 ();
75330  ;
75331  return 0;
75332}
75333_ACEOF
75334if ac_fn_c_try_link "$LINENO"; then :
75335  ac_cv_lib_m___frexpieee128=yes
75336else
75337  ac_cv_lib_m___frexpieee128=no
75338fi
75339rm -f core conftest.err conftest.$ac_objext \
75340    conftest$ac_exeext conftest.$ac_ext
75341LIBS=$ac_check_lib_save_LIBS
75342fi
75343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m___frexpieee128" >&5
75344$as_echo "$ac_cv_lib_m___frexpieee128" >&6; }
75345if test "x$ac_cv_lib_m___frexpieee128" = xyes; then :
75346  ac_ldbl_ieee128_in_libc=yes
75347else
75348  ac_ldbl_ieee128_in_libc=no
75349fi
75350
75351        if test $ac_ldbl_ieee128_in_libc = yes; then
75352          # Determine which long double format is the compiler's default:
75353          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75354/* end confdefs.h.  */
75355
75356int
75357main ()
75358{
75359
75360            #ifndef __LONG_DOUBLE_IEEE128__
75361            #error compiler defaults to ibm128
75362            #endif
75363
75364  ;
75365  return 0;
75366}
75367_ACEOF
75368if ac_fn_c_try_compile "$LINENO"; then :
75369  ac_ldbl_ieee128_default=yes
75370else
75371  ac_ldbl_ieee128_default=no
75372fi
75373rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75374          # Library objects should use default long double format.
75375          if test "$ac_ldbl_ieee128_default" = yes; then
75376            LONG_DOUBLE_128_FLAGS="-mno-gnu-attribute"
75377            # Except for the ones that explicitly use these flags:
75378            LONG_DOUBLE_ALT128_COMPAT_FLAGS="-mabi=ibmlongdouble -mno-gnu-attribute -Wno-psabi"
75379          else
75380            LONG_DOUBLE_128_FLAGS="-mno-gnu-attribute"
75381            LONG_DOUBLE_ALT128_COMPAT_FLAGS="-mabi=ieeelongdouble -mno-gnu-attribute -Wno-psabi"
75382          fi
75383
75384$as_echo "#define _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT 1" >>confdefs.h
75385
75386          port_specific_symbol_files="$port_specific_symbol_files \$(top_srcdir)/config/os/gnu-linux/ldbl-ieee128-extra.ver"
75387          ac_ldbl_alt128_compat=yes
75388        else
75389          ac_ldbl_alt128_compat=no
75390        fi
75391	;;
75392    esac
75393  fi
75394esac
75395
75396
75397
75398
75399
75400
75401# Check if assembler supports disabling hardware capability support.
75402
75403  test -z "$HWCAP_CFLAGS" && HWCAP_CFLAGS=''
75404
75405  # Restrict the test to Solaris, other assemblers (e.g. AIX as) have -nH
75406  # with a different meaning.
75407  case ${target_os} in
75408    solaris2*)
75409      ac_save_CFLAGS="$CFLAGS"
75410      CFLAGS="$CFLAGS -Wa,-nH"
75411
75412      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as that supports -Wa,-nH" >&5
75413$as_echo_n "checking for as that supports -Wa,-nH... " >&6; }
75414      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75415/* end confdefs.h.  */
75416
75417int
75418main ()
75419{
75420return 0;
75421  ;
75422  return 0;
75423}
75424_ACEOF
75425if ac_fn_c_try_compile "$LINENO"; then :
75426  ac_hwcap_flags=yes
75427else
75428  ac_hwcap_flags=no
75429fi
75430rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75431      if test "$ac_hwcap_flags" = "yes"; then
75432	HWCAP_CFLAGS="-Wa,-nH $HWCAP_CFLAGS"
75433      fi
75434      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_hwcap_flags" >&5
75435$as_echo "$ac_hwcap_flags" >&6; }
75436
75437      CFLAGS="$ac_save_CFLAGS"
75438      ;;
75439  esac
75440
75441
75442
75443
75444# Check if assembler supports rdrand opcode.
75445
75446  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rdrand support in assembler" >&5
75447$as_echo_n "checking for rdrand support in assembler... " >&6; }
75448if ${ac_cv_x86_rdrand+:} false; then :
75449  $as_echo_n "(cached) " >&6
75450else
75451
75452  ac_cv_x86_rdrand=no
75453  case "$target" in
75454    i?86-*-* | \
75455    x86_64-*-*)
75456    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75457/* end confdefs.h.  */
75458
75459int
75460main ()
75461{
75462asm("rdrand %eax");
75463  ;
75464  return 0;
75465}
75466_ACEOF
75467if ac_fn_c_try_compile "$LINENO"; then :
75468  ac_cv_x86_rdrand=yes
75469else
75470  ac_cv_x86_rdrand=no
75471fi
75472rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75473  esac
75474
75475fi
75476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_x86_rdrand" >&5
75477$as_echo "$ac_cv_x86_rdrand" >&6; }
75478  if test $ac_cv_x86_rdrand = yes; then
75479
75480$as_echo "#define _GLIBCXX_X86_RDRAND 1" >>confdefs.h
75481
75482  fi
75483
75484# Check if assembler supports rdseed opcode.
75485
75486  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for rdseed support in assembler" >&5
75487$as_echo_n "checking for rdseed support in assembler... " >&6; }
75488if ${ac_cv_x86_rdseed+:} false; then :
75489  $as_echo_n "(cached) " >&6
75490else
75491
75492  ac_cv_x86_rdseed=no
75493  case "$target" in
75494    i?86-*-* | \
75495    x86_64-*-*)
75496    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75497/* end confdefs.h.  */
75498
75499int
75500main ()
75501{
75502asm("rdseed %eax");
75503  ;
75504  return 0;
75505}
75506_ACEOF
75507if ac_fn_c_try_compile "$LINENO"; then :
75508  ac_cv_x86_rdseed=yes
75509else
75510  ac_cv_x86_rdseed=no
75511fi
75512rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75513  esac
75514
75515fi
75516{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_x86_rdseed" >&5
75517$as_echo "$ac_cv_x86_rdseed" >&6; }
75518  if test $ac_cv_x86_rdseed = yes; then
75519
75520$as_echo "#define _GLIBCXX_X86_RDSEED 1" >>confdefs.h
75521
75522  fi
75523
75524
75525# Check for other random number APIs
75526
75527
75528
75529  ac_ext=cpp
75530ac_cpp='$CXXCPP $CPPFLAGS'
75531ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
75532ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
75533ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
75534
75535  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getentropy" >&5
75536$as_echo_n "checking for getentropy... " >&6; }
75537if ${glibcxx_cv_getentropy+:} false; then :
75538  $as_echo_n "(cached) " >&6
75539else
75540
75541      if test x$gcc_no_link = xyes; then
75542  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75543/* end confdefs.h.  */
75544#include <unistd.h>
75545int
75546main ()
75547{
75548unsigned i;
75549	 ::getentropy(&i, sizeof(i));
75550  ;
75551  return 0;
75552}
75553_ACEOF
75554if ac_fn_cxx_try_compile "$LINENO"; then :
75555  glibcxx_cv_getentropy=yes
75556else
75557  glibcxx_cv_getentropy=no
75558fi
75559rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75560else
75561  if test x$gcc_no_link = xyes; then
75562  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
75563fi
75564cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75565/* end confdefs.h.  */
75566#include <unistd.h>
75567int
75568main ()
75569{
75570unsigned i;
75571	 ::getentropy(&i, sizeof(i));
75572  ;
75573  return 0;
75574}
75575_ACEOF
75576if ac_fn_cxx_try_link "$LINENO"; then :
75577  glibcxx_cv_getentropy=yes
75578else
75579  glibcxx_cv_getentropy=no
75580fi
75581rm -f core conftest.err conftest.$ac_objext \
75582    conftest$ac_exeext conftest.$ac_ext
75583fi
75584
75585fi
75586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_getentropy" >&5
75587$as_echo "$glibcxx_cv_getentropy" >&6; }
75588
75589  if test $glibcxx_cv_getentropy = yes; then
75590
75591$as_echo "#define HAVE_GETENTROPY 1" >>confdefs.h
75592
75593  fi
75594  ac_ext=c
75595ac_cpp='$CPP $CPPFLAGS'
75596ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
75597ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
75598ac_compiler_gnu=$ac_cv_c_compiler_gnu
75599
75600
75601
75602
75603
75604  ac_ext=cpp
75605ac_cpp='$CXXCPP $CPPFLAGS'
75606ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
75607ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
75608ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
75609
75610  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for arc4random" >&5
75611$as_echo_n "checking for arc4random... " >&6; }
75612if ${glibcxx_cv_arc4random+:} false; then :
75613  $as_echo_n "(cached) " >&6
75614else
75615
75616      if test x$gcc_no_link = xyes; then
75617  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75618/* end confdefs.h.  */
75619#include <stdlib.h>
75620int
75621main ()
75622{
75623unsigned i = ::arc4random();
75624  ;
75625  return 0;
75626}
75627_ACEOF
75628if ac_fn_cxx_try_compile "$LINENO"; then :
75629  glibcxx_cv_arc4random=yes
75630else
75631  glibcxx_cv_arc4random=no
75632fi
75633rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75634else
75635  if test x$gcc_no_link = xyes; then
75636  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
75637fi
75638cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75639/* end confdefs.h.  */
75640#include <stdlib.h>
75641int
75642main ()
75643{
75644unsigned i = ::arc4random();
75645  ;
75646  return 0;
75647}
75648_ACEOF
75649if ac_fn_cxx_try_link "$LINENO"; then :
75650  glibcxx_cv_arc4random=yes
75651else
75652  glibcxx_cv_arc4random=no
75653fi
75654rm -f core conftest.err conftest.$ac_objext \
75655    conftest$ac_exeext conftest.$ac_ext
75656fi
75657
75658fi
75659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_arc4random" >&5
75660$as_echo "$glibcxx_cv_arc4random" >&6; }
75661
75662  if test $glibcxx_cv_arc4random = yes; then
75663
75664$as_echo "#define HAVE_ARC4RANDOM 1" >>confdefs.h
75665
75666  fi
75667  ac_ext=c
75668ac_cpp='$CPP $CPPFLAGS'
75669ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
75670ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
75671ac_compiler_gnu=$ac_cv_c_compiler_gnu
75672
75673
75674
75675# This depends on GLIBCXX_ENABLE_SYMVERS and GLIBCXX_IS_NATIVE.
75676
75677  # Do checks for resource limit functions.
75678
75679
75680  ac_ext=cpp
75681ac_cpp='$CXXCPP $CPPFLAGS'
75682ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
75683ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
75684ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
75685
75686  setrlimit_have_headers=yes
75687  for ac_header in unistd.h sys/time.h sys/resource.h
75688do :
75689  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
75690ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
75691if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
75692  cat >>confdefs.h <<_ACEOF
75693#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
75694_ACEOF
75695
75696else
75697  setrlimit_have_headers=no
75698fi
75699
75700done
75701
75702  # If don't have the headers, then we can't run the tests now, and we
75703  # won't be seeing any of these during testsuite compilation.
75704  if test $setrlimit_have_headers = yes; then
75705    # Can't do these in a loop, else the resulting syntax is wrong.
75706
75707  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RLIMIT_DATA" >&5
75708$as_echo_n "checking for RLIMIT_DATA... " >&6; }
75709  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75710/* end confdefs.h.  */
75711#include <unistd.h>
75712     #include <sys/time.h>
75713     #include <sys/resource.h>
75714
75715int
75716main ()
75717{
75718 int f = RLIMIT_DATA ;
75719  ;
75720  return 0;
75721}
75722_ACEOF
75723if ac_fn_cxx_try_compile "$LINENO"; then :
75724  glibcxx_mresult=1
75725else
75726  glibcxx_mresult=0
75727fi
75728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75729
75730cat >>confdefs.h <<_ACEOF
75731#define HAVE_LIMIT_DATA $glibcxx_mresult
75732_ACEOF
75733
75734  if test $glibcxx_mresult = 1 ; then res=yes ; else res=no ; fi
75735  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $res" >&5
75736$as_echo "$res" >&6; }
75737
75738
75739  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RLIMIT_RSS" >&5
75740$as_echo_n "checking for RLIMIT_RSS... " >&6; }
75741  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75742/* end confdefs.h.  */
75743#include <unistd.h>
75744     #include <sys/time.h>
75745     #include <sys/resource.h>
75746
75747int
75748main ()
75749{
75750 int f = RLIMIT_RSS ;
75751  ;
75752  return 0;
75753}
75754_ACEOF
75755if ac_fn_cxx_try_compile "$LINENO"; then :
75756  glibcxx_mresult=1
75757else
75758  glibcxx_mresult=0
75759fi
75760rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75761
75762cat >>confdefs.h <<_ACEOF
75763#define HAVE_LIMIT_RSS $glibcxx_mresult
75764_ACEOF
75765
75766  if test $glibcxx_mresult = 1 ; then res=yes ; else res=no ; fi
75767  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $res" >&5
75768$as_echo "$res" >&6; }
75769
75770
75771  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RLIMIT_VMEM" >&5
75772$as_echo_n "checking for RLIMIT_VMEM... " >&6; }
75773  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75774/* end confdefs.h.  */
75775#include <unistd.h>
75776     #include <sys/time.h>
75777     #include <sys/resource.h>
75778
75779int
75780main ()
75781{
75782 int f = RLIMIT_VMEM ;
75783  ;
75784  return 0;
75785}
75786_ACEOF
75787if ac_fn_cxx_try_compile "$LINENO"; then :
75788  glibcxx_mresult=1
75789else
75790  glibcxx_mresult=0
75791fi
75792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75793
75794cat >>confdefs.h <<_ACEOF
75795#define HAVE_LIMIT_VMEM $glibcxx_mresult
75796_ACEOF
75797
75798  if test $glibcxx_mresult = 1 ; then res=yes ; else res=no ; fi
75799  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $res" >&5
75800$as_echo "$res" >&6; }
75801
75802
75803  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RLIMIT_AS" >&5
75804$as_echo_n "checking for RLIMIT_AS... " >&6; }
75805  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75806/* end confdefs.h.  */
75807#include <unistd.h>
75808     #include <sys/time.h>
75809     #include <sys/resource.h>
75810
75811int
75812main ()
75813{
75814 int f = RLIMIT_AS ;
75815  ;
75816  return 0;
75817}
75818_ACEOF
75819if ac_fn_cxx_try_compile "$LINENO"; then :
75820  glibcxx_mresult=1
75821else
75822  glibcxx_mresult=0
75823fi
75824rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75825
75826cat >>confdefs.h <<_ACEOF
75827#define HAVE_LIMIT_AS $glibcxx_mresult
75828_ACEOF
75829
75830  if test $glibcxx_mresult = 1 ; then res=yes ; else res=no ; fi
75831  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $res" >&5
75832$as_echo "$res" >&6; }
75833
75834
75835  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RLIMIT_FSIZE" >&5
75836$as_echo_n "checking for RLIMIT_FSIZE... " >&6; }
75837  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75838/* end confdefs.h.  */
75839#include <unistd.h>
75840     #include <sys/time.h>
75841     #include <sys/resource.h>
75842
75843int
75844main ()
75845{
75846 int f = RLIMIT_FSIZE ;
75847  ;
75848  return 0;
75849}
75850_ACEOF
75851if ac_fn_cxx_try_compile "$LINENO"; then :
75852  glibcxx_mresult=1
75853else
75854  glibcxx_mresult=0
75855fi
75856rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75857
75858cat >>confdefs.h <<_ACEOF
75859#define HAVE_LIMIT_FSIZE $glibcxx_mresult
75860_ACEOF
75861
75862  if test $glibcxx_mresult = 1 ; then res=yes ; else res=no ; fi
75863  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $res" >&5
75864$as_echo "$res" >&6; }
75865
75866
75867    # Check for rlimit, setrlimit.
75868    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for testsuite resource limits support" >&5
75869$as_echo_n "checking for testsuite resource limits support... " >&6; }
75870if ${glibcxx_cv_setrlimit+:} false; then :
75871  $as_echo_n "(cached) " >&6
75872else
75873
75874      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75875/* end confdefs.h.  */
75876#include <unistd.h>
75877	 #include <sys/time.h>
75878	 #include <sys/resource.h>
75879
75880int
75881main ()
75882{
75883struct rlimit r;
75884	 setrlimit(0, &r);
75885  ;
75886  return 0;
75887}
75888_ACEOF
75889if ac_fn_cxx_try_compile "$LINENO"; then :
75890  glibcxx_cv_setrlimit=yes
75891else
75892  glibcxx_cv_setrlimit=no
75893fi
75894rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75895
75896fi
75897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_setrlimit" >&5
75898$as_echo "$glibcxx_cv_setrlimit" >&6; }
75899
75900    if test $glibcxx_cv_setrlimit = yes; then
75901
75902$as_echo "#define _GLIBCXX_RES_LIMITS 1" >>confdefs.h
75903
75904    fi
75905  fi
75906  ac_ext=c
75907ac_cpp='$CPP $CPPFLAGS'
75908ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
75909ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
75910ac_compiler_gnu=$ac_cv_c_compiler_gnu
75911
75912
75913
75914  if $GLIBCXX_IS_NATIVE ; then
75915    # Look for setenv, so that extended locale tests can be performed.
75916
75917  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for setenv declaration" >&5
75918$as_echo_n "checking for setenv declaration... " >&6; }
75919  if test x${glibcxx_cv_func_setenv_use+set} != xset; then
75920    if ${glibcxx_cv_func_setenv_use+:} false; then :
75921  $as_echo_n "(cached) " >&6
75922else
75923
75924
75925      ac_ext=cpp
75926ac_cpp='$CXXCPP $CPPFLAGS'
75927ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
75928ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
75929ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
75930
75931      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75932/* end confdefs.h.  */
75933#include <stdlib.h>
75934int
75935main ()
75936{
75937 setenv(0, 0, 0);
75938  ;
75939  return 0;
75940}
75941_ACEOF
75942if ac_fn_cxx_try_compile "$LINENO"; then :
75943  glibcxx_cv_func_setenv_use=yes
75944else
75945  glibcxx_cv_func_setenv_use=no
75946fi
75947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75948      ac_ext=c
75949ac_cpp='$CPP $CPPFLAGS'
75950ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
75951ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
75952ac_compiler_gnu=$ac_cv_c_compiler_gnu
75953
75954
75955fi
75956
75957  fi
75958  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_func_setenv_use" >&5
75959$as_echo "$glibcxx_cv_func_setenv_use" >&6; }
75960  if test x$glibcxx_cv_func_setenv_use = x"yes"; then
75961    for ac_func in setenv
75962do :
75963  ac_fn_c_check_func "$LINENO" "setenv" "ac_cv_func_setenv"
75964if test "x$ac_cv_func_setenv" = xyes; then :
75965  cat >>confdefs.h <<_ACEOF
75966#define HAVE_SETENV 1
75967_ACEOF
75968
75969fi
75970done
75971
75972  fi
75973
75974  fi
75975
75976  if $GLIBCXX_IS_NATIVE && test $is_hosted = yes &&
75977     test $enable_symvers != no; then
75978    case "$host" in
75979      *-*-cygwin*)
75980	enable_abi_check=no ;;
75981      *)
75982	enable_abi_check=yes ;;
75983    esac
75984  else
75985    # Only build this as native, since automake does not understand
75986    # CXX_FOR_BUILD.
75987    enable_abi_check=no
75988  fi
75989
75990  # Export file names for ABI checking.
75991  baseline_dir="$glibcxx_srcdir/config/abi/post/${abi_baseline_pair}"
75992
75993  baseline_subdir_switch="$abi_baseline_subdir_switch"
75994
75995
75996
75997# For gthread support.  Depends on GLIBCXX_ENABLE_SYMVERS.
75998
75999   # Check whether --enable-libstdcxx-threads was given.
76000if test "${enable_libstdcxx_threads+set}" = set; then :
76001  enableval=$enable_libstdcxx_threads;
76002      case "$enableval" in
76003       yes|no) ;;
76004       *) as_fn_error $? "Argument to enable/disable libstdcxx-threads must be yes or no" "$LINENO" 5 ;;
76005      esac
76006
76007else
76008  enable_libstdcxx_threads=auto
76009fi
76010
76011
76012
76013  if test x$enable_libstdcxx_threads = xauto ||
76014     test x$enable_libstdcxx_threads = xyes; then
76015
76016
76017  ac_ext=cpp
76018ac_cpp='$CXXCPP $CPPFLAGS'
76019ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
76020ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
76021ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
76022
76023
76024  ac_save_CXXFLAGS="$CXXFLAGS"
76025  CXXFLAGS="$CXXFLAGS -fno-exceptions \
76026	-I${toplevel_srcdir}/libgcc -I${toplevel_builddir}/libgcc"
76027
76028  target_thread_file=`$CXX -v 2>&1 | sed -n 's/^Thread model: //p'`
76029  case $target_thread_file in
76030    posix)
76031      CXXFLAGS="$CXXFLAGS -DSUPPORTS_WEAK -DGTHREAD_USE_WEAK -D_PTHREADS"
76032  esac
76033
76034  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it can be safely assumed that mutex_timedlock is available" >&5
76035$as_echo_n "checking whether it can be safely assumed that mutex_timedlock is available... " >&6; }
76036
76037  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76038/* end confdefs.h.  */
76039#include <unistd.h>
76040int
76041main ()
76042{
76043
76044      // In case of POSIX threads check _POSIX_TIMEOUTS.
76045      #if (defined(_PTHREADS) \
76046	  && (!defined(_POSIX_TIMEOUTS) || _POSIX_TIMEOUTS <= 0))
76047      #error
76048      #endif
76049
76050  ;
76051  return 0;
76052}
76053_ACEOF
76054if ac_fn_cxx_try_compile "$LINENO"; then :
76055  ac_gthread_use_mutex_timedlock=1
76056else
76057  ac_gthread_use_mutex_timedlock=0
76058fi
76059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76060
76061
76062cat >>confdefs.h <<_ACEOF
76063#define _GTHREAD_USE_MUTEX_TIMEDLOCK $ac_gthread_use_mutex_timedlock
76064_ACEOF
76065
76066
76067  if test $ac_gthread_use_mutex_timedlock = 1 ; then res_mutex_timedlock=yes ;
76068  else res_mutex_timedlock=no ; fi
76069  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $res_mutex_timedlock" >&5
76070$as_echo "$res_mutex_timedlock" >&6; }
76071
76072  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gthreads library" >&5
76073$as_echo_n "checking for gthreads library... " >&6; }
76074
76075  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76076/* end confdefs.h.  */
76077#include "gthr.h"
76078int
76079main ()
76080{
76081
76082      #ifndef __GTHREADS_CXX0X
76083      #error
76084      #endif
76085
76086  ;
76087  return 0;
76088}
76089_ACEOF
76090if ac_fn_cxx_try_compile "$LINENO"; then :
76091  ac_has_gthreads=yes
76092else
76093  ac_has_gthreads=no
76094fi
76095rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76096  else
76097    ac_has_gthreads=no
76098  fi
76099
76100  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_has_gthreads" >&5
76101$as_echo "$ac_has_gthreads" >&6; }
76102
76103  if test x"$ac_has_gthreads" = x"yes"; then
76104
76105$as_echo "#define _GLIBCXX_HAS_GTHREADS 1" >>confdefs.h
76106
76107
76108    # Also check for pthread_rwlock_t for std::shared_timed_mutex in C++14
76109    # but only do so if we're using pthread in the gthread library.
76110    # On VxWorks for example, pthread_rwlock_t is defined in sys/types.h
76111    # but the pthread library is not there by default and the gthread library
76112    # does not use it.
76113    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76114/* end confdefs.h.  */
76115#include "gthr.h"
76116int
76117main ()
76118{
76119
76120      #if (!defined(_PTHREADS))
76121      #error
76122      #endif
76123
76124  ;
76125  return 0;
76126}
76127_ACEOF
76128if ac_fn_cxx_try_compile "$LINENO"; then :
76129  ac_gthread_use_pthreads=yes
76130else
76131  ac_gthread_use_pthreads=no
76132fi
76133rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76134    if test x"$ac_gthread_use_pthreads" = x"yes"; then
76135      ac_fn_cxx_check_type "$LINENO" "pthread_rwlock_t" "ac_cv_type_pthread_rwlock_t" "#include \"gthr.h\"
76136"
76137if test "x$ac_cv_type_pthread_rwlock_t" = xyes; then :
76138
76139$as_echo "#define _GLIBCXX_USE_PTHREAD_RWLOCK_T 1" >>confdefs.h
76140
76141fi
76142
76143    fi
76144  fi
76145
76146  ac_fn_cxx_check_header_mongrel "$LINENO" "semaphore.h" "ac_cv_header_semaphore_h" "$ac_includes_default"
76147if test "x$ac_cv_header_semaphore_h" = xyes; then :
76148
76149    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for POSIX Semaphores and sem_timedwait" >&5
76150$as_echo_n "checking for POSIX Semaphores and sem_timedwait... " >&6; }
76151    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76152/* end confdefs.h.  */
76153
76154	#include <unistd.h>
76155	#include <semaphore.h>
76156	#include <limits.h>
76157
76158int
76159main ()
76160{
76161
76162	#if !defined _POSIX_TIMEOUTS || _POSIX_TIMEOUTS <= 0
76163	# error "POSIX Timeouts option not supported"
76164	#elif !defined _POSIX_SEMAPHORES || _POSIX_SEMAPHORES <= 0
76165	# error "POSIX Semaphores option not supported"
76166	#else
76167	#if defined SEM_VALUE_MAX
76168	constexpr int sem_value_max = SEM_VALUE_MAX;
76169	#elif defined _POSIX_SEM_VALUE_MAX
76170	constexpr int sem_value_max = _POSIX_SEM_VALUE_MAX;
76171	#else
76172	# error "SEM_VALUE_MAX not available"
76173	#endif
76174	sem_t sem;
76175	sem_init(&sem, 0, sem_value_max);
76176	struct timespec ts = { 0 };
76177	sem_timedwait(&sem, &ts);
76178	#endif
76179
76180  ;
76181  return 0;
76182}
76183_ACEOF
76184if ac_fn_cxx_try_compile "$LINENO"; then :
76185  ac_have_posix_semaphore=yes
76186else
76187  ac_have_posix_semaphore=no
76188fi
76189rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76190else
76191  ac_have_posix_semaphore=no
76192fi
76193
76194
76195
76196  if test $ac_have_posix_semaphore = yes ; then
76197
76198$as_echo "#define HAVE_POSIX_SEMAPHORE 1" >>confdefs.h
76199
76200  fi
76201  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_have_posix_semaphore" >&5
76202$as_echo "$ac_have_posix_semaphore" >&6; }
76203
76204  CXXFLAGS="$ac_save_CXXFLAGS"
76205  ac_ext=c
76206ac_cpp='$CPP $CPPFLAGS'
76207ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
76208ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
76209ac_compiler_gnu=$ac_cv_c_compiler_gnu
76210
76211
76212
76213# For Filesystem TS.
76214for ac_header in fcntl.h dirent.h sys/statvfs.h utime.h
76215do :
76216  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
76217ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
76218if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
76219  cat >>confdefs.h <<_ACEOF
76220#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
76221_ACEOF
76222
76223fi
76224
76225done
76226
76227
76228   # Check whether --enable-libstdcxx-filesystem-ts was given.
76229if test "${enable_libstdcxx_filesystem_ts+set}" = set; then :
76230  enableval=$enable_libstdcxx_filesystem_ts;
76231      case "$enableval" in
76232       yes|no|auto) ;;
76233       *) as_fn_error $? "Unknown argument to enable/disable libstdcxx-filesystem-ts" "$LINENO" 5 ;;
76234	  	        esac
76235
76236else
76237  enable_libstdcxx_filesystem_ts=auto
76238fi
76239
76240
76241
76242  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build Filesystem TS support" >&5
76243$as_echo_n "checking whether to build Filesystem TS support... " >&6; }
76244  if test x"$ac_cv_header_dirent_h" != x"yes"; then
76245    enable_libstdcxx_filesystem_ts=no
76246  fi
76247  if test x"$enable_libstdcxx_filesystem_ts" = x"auto"; then
76248    case "${target_os}" in
76249      freebsd*|netbsd*|openbsd*|dragonfly*|darwin*)
76250        enable_libstdcxx_filesystem_ts=yes
76251        ;;
76252      gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu | uclinux*)
76253        enable_libstdcxx_filesystem_ts=yes
76254        ;;
76255      rtems*)
76256        enable_libstdcxx_filesystem_ts=yes
76257        ;;
76258      solaris*)
76259        enable_libstdcxx_filesystem_ts=yes
76260        ;;
76261      mingw*)
76262        enable_libstdcxx_filesystem_ts=yes
76263        ;;
76264      *)
76265        enable_libstdcxx_filesystem_ts=no
76266        ;;
76267    esac
76268  fi
76269  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_libstdcxx_filesystem_ts" >&5
76270$as_echo "$enable_libstdcxx_filesystem_ts" >&6; }
76271
76272
76273
76274  ac_ext=cpp
76275ac_cpp='$CXXCPP $CPPFLAGS'
76276ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
76277ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
76278ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
76279
76280  ac_save_CXXFLAGS="$CXXFLAGS"
76281  CXXFLAGS="$CXXFLAGS -fno-exceptions"
76282  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct dirent.d_type" >&5
76283$as_echo_n "checking for struct dirent.d_type... " >&6; }
76284if ${glibcxx_cv_dirent_d_type+:} false; then :
76285  $as_echo_n "(cached) " >&6
76286else
76287      if test x$gcc_no_link = xyes; then
76288  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76289/* end confdefs.h.  */
76290#include <dirent.h>
76291int
76292main ()
76293{
76294
76295       struct dirent d;
76296       if (sizeof d.d_type) return 0;
76297
76298  ;
76299  return 0;
76300}
76301_ACEOF
76302if ac_fn_cxx_try_compile "$LINENO"; then :
76303  glibcxx_cv_dirent_d_type=yes
76304else
76305  glibcxx_cv_dirent_d_type=no
76306fi
76307rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76308else
76309  if test x$gcc_no_link = xyes; then
76310  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76311fi
76312cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76313/* end confdefs.h.  */
76314#include <dirent.h>
76315int
76316main ()
76317{
76318
76319       struct dirent d;
76320       if (sizeof d.d_type) return 0;
76321
76322  ;
76323  return 0;
76324}
76325_ACEOF
76326if ac_fn_cxx_try_link "$LINENO"; then :
76327  glibcxx_cv_dirent_d_type=yes
76328else
76329  glibcxx_cv_dirent_d_type=no
76330fi
76331rm -f core conftest.err conftest.$ac_objext \
76332    conftest$ac_exeext conftest.$ac_ext
76333fi
76334
76335fi
76336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_dirent_d_type" >&5
76337$as_echo "$glibcxx_cv_dirent_d_type" >&6; }
76338  if test $glibcxx_cv_dirent_d_type = yes; then
76339
76340$as_echo "#define HAVE_STRUCT_DIRENT_D_TYPE 1" >>confdefs.h
76341
76342  fi
76343  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for realpath" >&5
76344$as_echo_n "checking for realpath... " >&6; }
76345if ${glibcxx_cv_realpath+:} false; then :
76346  $as_echo_n "(cached) " >&6
76347else
76348      if test x$gcc_no_link = xyes; then
76349  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76350/* end confdefs.h.  */
76351
76352       #include <limits.h>
76353       #include <stdlib.h>
76354       #include <unistd.h>
76355
76356int
76357main ()
76358{
76359
76360       #if _XOPEN_VERSION < 500
76361       #error
76362       #elif _XOPEN_VERSION >= 700 || defined(PATH_MAX)
76363       char *tmp = realpath((const char*)NULL, (char*)NULL);
76364       #else
76365       #error
76366       #endif
76367
76368  ;
76369  return 0;
76370}
76371_ACEOF
76372if ac_fn_cxx_try_compile "$LINENO"; then :
76373  glibcxx_cv_realpath=yes
76374else
76375  glibcxx_cv_realpath=no
76376fi
76377rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76378else
76379  if test x$gcc_no_link = xyes; then
76380  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76381fi
76382cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76383/* end confdefs.h.  */
76384
76385       #include <limits.h>
76386       #include <stdlib.h>
76387       #include <unistd.h>
76388
76389int
76390main ()
76391{
76392
76393       #if _XOPEN_VERSION < 500
76394       #error
76395       #elif _XOPEN_VERSION >= 700 || defined(PATH_MAX)
76396       char *tmp = realpath((const char*)NULL, (char*)NULL);
76397       #else
76398       #error
76399       #endif
76400
76401  ;
76402  return 0;
76403}
76404_ACEOF
76405if ac_fn_cxx_try_link "$LINENO"; then :
76406  glibcxx_cv_realpath=yes
76407else
76408  glibcxx_cv_realpath=no
76409fi
76410rm -f core conftest.err conftest.$ac_objext \
76411    conftest$ac_exeext conftest.$ac_ext
76412fi
76413
76414fi
76415{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_realpath" >&5
76416$as_echo "$glibcxx_cv_realpath" >&6; }
76417  if test $glibcxx_cv_realpath = yes; then
76418
76419$as_echo "#define _GLIBCXX_USE_REALPATH 1" >>confdefs.h
76420
76421  fi
76422  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utimensat" >&5
76423$as_echo_n "checking for utimensat... " >&6; }
76424if ${glibcxx_cv_utimensat+:} false; then :
76425  $as_echo_n "(cached) " >&6
76426else
76427      if test x$gcc_no_link = xyes; then
76428  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76429/* end confdefs.h.  */
76430
76431	#include <fcntl.h>
76432	#include <sys/stat.h>
76433
76434int
76435main ()
76436{
76437
76438	struct timespec ts[2] = { { 0, UTIME_OMIT }, { 1, 1 } };
76439	int i = utimensat(AT_FDCWD, "path", ts, 0);
76440
76441  ;
76442  return 0;
76443}
76444_ACEOF
76445if ac_fn_cxx_try_compile "$LINENO"; then :
76446  glibcxx_cv_utimensat=yes
76447else
76448  glibcxx_cv_utimensat=no
76449fi
76450rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76451else
76452  if test x$gcc_no_link = xyes; then
76453  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76454fi
76455cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76456/* end confdefs.h.  */
76457
76458	#include <fcntl.h>
76459	#include <sys/stat.h>
76460
76461int
76462main ()
76463{
76464
76465	struct timespec ts[2] = { { 0, UTIME_OMIT }, { 1, 1 } };
76466	int i = utimensat(AT_FDCWD, "path", ts, 0);
76467
76468  ;
76469  return 0;
76470}
76471_ACEOF
76472if ac_fn_cxx_try_link "$LINENO"; then :
76473  glibcxx_cv_utimensat=yes
76474else
76475  glibcxx_cv_utimensat=no
76476fi
76477rm -f core conftest.err conftest.$ac_objext \
76478    conftest$ac_exeext conftest.$ac_ext
76479fi
76480
76481fi
76482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_utimensat" >&5
76483$as_echo "$glibcxx_cv_utimensat" >&6; }
76484  if test $glibcxx_cv_utimensat = yes; then
76485
76486$as_echo "#define _GLIBCXX_USE_UTIMENSAT 1" >>confdefs.h
76487
76488  fi
76489  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime" >&5
76490$as_echo_n "checking for utime... " >&6; }
76491if ${glibcxx_cv_utime+:} false; then :
76492  $as_echo_n "(cached) " >&6
76493else
76494      if test x$gcc_no_link = xyes; then
76495  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76496/* end confdefs.h.  */
76497
76498	#include <utime.h>
76499
76500int
76501main ()
76502{
76503
76504	struct utimbuf t = { 1, 1 };
76505	int i = utime("path", &t);
76506
76507  ;
76508  return 0;
76509}
76510_ACEOF
76511if ac_fn_cxx_try_compile "$LINENO"; then :
76512  glibcxx_cv_utime=yes
76513else
76514  glibcxx_cv_utime=no
76515fi
76516rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76517else
76518  if test x$gcc_no_link = xyes; then
76519  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76520fi
76521cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76522/* end confdefs.h.  */
76523
76524	#include <utime.h>
76525
76526int
76527main ()
76528{
76529
76530	struct utimbuf t = { 1, 1 };
76531	int i = utime("path", &t);
76532
76533  ;
76534  return 0;
76535}
76536_ACEOF
76537if ac_fn_cxx_try_link "$LINENO"; then :
76538  glibcxx_cv_utime=yes
76539else
76540  glibcxx_cv_utime=no
76541fi
76542rm -f core conftest.err conftest.$ac_objext \
76543    conftest$ac_exeext conftest.$ac_ext
76544fi
76545
76546fi
76547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_utime" >&5
76548$as_echo "$glibcxx_cv_utime" >&6; }
76549  if test $glibcxx_cv_utime = yes; then
76550
76551$as_echo "#define _GLIBCXX_USE_UTIME 1" >>confdefs.h
76552
76553  fi
76554  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lstat" >&5
76555$as_echo_n "checking for lstat... " >&6; }
76556if ${glibcxx_cv_lstat+:} false; then :
76557  $as_echo_n "(cached) " >&6
76558else
76559      if test x$gcc_no_link = xyes; then
76560  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76561/* end confdefs.h.  */
76562 #include <sys/stat.h>
76563int
76564main ()
76565{
76566
76567	struct stat st;
76568	int i = lstat("path", &st);
76569
76570  ;
76571  return 0;
76572}
76573_ACEOF
76574if ac_fn_cxx_try_compile "$LINENO"; then :
76575  glibcxx_cv_lstat=yes
76576else
76577  glibcxx_cv_lstat=no
76578fi
76579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76580else
76581  if test x$gcc_no_link = xyes; then
76582  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76583fi
76584cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76585/* end confdefs.h.  */
76586 #include <sys/stat.h>
76587int
76588main ()
76589{
76590
76591	struct stat st;
76592	int i = lstat("path", &st);
76593
76594  ;
76595  return 0;
76596}
76597_ACEOF
76598if ac_fn_cxx_try_link "$LINENO"; then :
76599  glibcxx_cv_lstat=yes
76600else
76601  glibcxx_cv_lstat=no
76602fi
76603rm -f core conftest.err conftest.$ac_objext \
76604    conftest$ac_exeext conftest.$ac_ext
76605fi
76606
76607fi
76608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_lstat" >&5
76609$as_echo "$glibcxx_cv_lstat" >&6; }
76610  if test $glibcxx_cv_lstat = yes; then
76611
76612$as_echo "#define _GLIBCXX_USE_LSTAT 1" >>confdefs.h
76613
76614  fi
76615  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec" >&5
76616$as_echo_n "checking for struct stat.st_mtim.tv_nsec... " >&6; }
76617if ${glibcxx_cv_st_mtim+:} false; then :
76618  $as_echo_n "(cached) " >&6
76619else
76620      if test x$gcc_no_link = xyes; then
76621  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76622/* end confdefs.h.  */
76623 #include <sys/stat.h>
76624int
76625main ()
76626{
76627
76628	struct stat st;
76629	return st.st_mtim.tv_nsec;
76630
76631  ;
76632  return 0;
76633}
76634_ACEOF
76635if ac_fn_cxx_try_compile "$LINENO"; then :
76636  glibcxx_cv_st_mtim=yes
76637else
76638  glibcxx_cv_st_mtim=no
76639fi
76640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76641else
76642  if test x$gcc_no_link = xyes; then
76643  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76644fi
76645cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76646/* end confdefs.h.  */
76647 #include <sys/stat.h>
76648int
76649main ()
76650{
76651
76652	struct stat st;
76653	return st.st_mtim.tv_nsec;
76654
76655  ;
76656  return 0;
76657}
76658_ACEOF
76659if ac_fn_cxx_try_link "$LINENO"; then :
76660  glibcxx_cv_st_mtim=yes
76661else
76662  glibcxx_cv_st_mtim=no
76663fi
76664rm -f core conftest.err conftest.$ac_objext \
76665    conftest$ac_exeext conftest.$ac_ext
76666fi
76667
76668fi
76669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_st_mtim" >&5
76670$as_echo "$glibcxx_cv_st_mtim" >&6; }
76671  if test $glibcxx_cv_st_mtim = yes; then
76672
76673$as_echo "#define _GLIBCXX_USE_ST_MTIM 1" >>confdefs.h
76674
76675  fi
76676  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fchmod" >&5
76677$as_echo_n "checking for fchmod... " >&6; }
76678if ${glibcxx_cv_fchmod+:} false; then :
76679  $as_echo_n "(cached) " >&6
76680else
76681      if test x$gcc_no_link = xyes; then
76682  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76683/* end confdefs.h.  */
76684#include <sys/stat.h>
76685int
76686main ()
76687{
76688fchmod(1, S_IWUSR);
76689  ;
76690  return 0;
76691}
76692_ACEOF
76693if ac_fn_cxx_try_compile "$LINENO"; then :
76694  glibcxx_cv_fchmod=yes
76695else
76696  glibcxx_cv_fchmod=no
76697fi
76698rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76699else
76700  if test x$gcc_no_link = xyes; then
76701  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76702fi
76703cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76704/* end confdefs.h.  */
76705#include <sys/stat.h>
76706int
76707main ()
76708{
76709fchmod(1, S_IWUSR);
76710  ;
76711  return 0;
76712}
76713_ACEOF
76714if ac_fn_cxx_try_link "$LINENO"; then :
76715  glibcxx_cv_fchmod=yes
76716else
76717  glibcxx_cv_fchmod=no
76718fi
76719rm -f core conftest.err conftest.$ac_objext \
76720    conftest$ac_exeext conftest.$ac_ext
76721fi
76722
76723fi
76724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_fchmod" >&5
76725$as_echo "$glibcxx_cv_fchmod" >&6; }
76726  if test $glibcxx_cv_fchmod = yes; then
76727
76728$as_echo "#define _GLIBCXX_USE_FCHMOD 1" >>confdefs.h
76729
76730  fi
76731  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fchmodat" >&5
76732$as_echo_n "checking for fchmodat... " >&6; }
76733if ${glibcxx_cv_fchmodat+:} false; then :
76734  $as_echo_n "(cached) " >&6
76735else
76736      if test x$gcc_no_link = xyes; then
76737  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76738/* end confdefs.h.  */
76739
76740	#include <fcntl.h>
76741	#include <sys/stat.h>
76742
76743int
76744main ()
76745{
76746fchmodat(AT_FDCWD, "", 0, AT_SYMLINK_NOFOLLOW);
76747  ;
76748  return 0;
76749}
76750_ACEOF
76751if ac_fn_cxx_try_compile "$LINENO"; then :
76752  glibcxx_cv_fchmodat=yes
76753else
76754  glibcxx_cv_fchmodat=no
76755fi
76756rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76757else
76758  if test x$gcc_no_link = xyes; then
76759  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76760fi
76761cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76762/* end confdefs.h.  */
76763
76764	#include <fcntl.h>
76765	#include <sys/stat.h>
76766
76767int
76768main ()
76769{
76770fchmodat(AT_FDCWD, "", 0, AT_SYMLINK_NOFOLLOW);
76771  ;
76772  return 0;
76773}
76774_ACEOF
76775if ac_fn_cxx_try_link "$LINENO"; then :
76776  glibcxx_cv_fchmodat=yes
76777else
76778  glibcxx_cv_fchmodat=no
76779fi
76780rm -f core conftest.err conftest.$ac_objext \
76781    conftest$ac_exeext conftest.$ac_ext
76782fi
76783
76784fi
76785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_fchmodat" >&5
76786$as_echo "$glibcxx_cv_fchmodat" >&6; }
76787  if test $glibcxx_cv_fchmodat = yes; then
76788
76789$as_echo "#define _GLIBCXX_USE_FCHMODAT 1" >>confdefs.h
76790
76791  fi
76792  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sendfile that can copy files" >&5
76793$as_echo_n "checking for sendfile that can copy files... " >&6; }
76794if ${glibcxx_cv_sendfile+:} false; then :
76795  $as_echo_n "(cached) " >&6
76796else
76797      case "${target_os}" in
76798      gnu* | linux* | solaris* | uclinux*)
76799	if test x$gcc_no_link = xyes; then
76800  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76801/* end confdefs.h.  */
76802#include <sys/sendfile.h>
76803int
76804main ()
76805{
76806sendfile(1, 2, (off_t*)0, sizeof 1);
76807  ;
76808  return 0;
76809}
76810_ACEOF
76811if ac_fn_cxx_try_compile "$LINENO"; then :
76812  glibcxx_cv_sendfile=yes
76813else
76814  glibcxx_cv_sendfile=no
76815fi
76816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76817else
76818  if test x$gcc_no_link = xyes; then
76819  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76820fi
76821cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76822/* end confdefs.h.  */
76823#include <sys/sendfile.h>
76824int
76825main ()
76826{
76827sendfile(1, 2, (off_t*)0, sizeof 1);
76828  ;
76829  return 0;
76830}
76831_ACEOF
76832if ac_fn_cxx_try_link "$LINENO"; then :
76833  glibcxx_cv_sendfile=yes
76834else
76835  glibcxx_cv_sendfile=no
76836fi
76837rm -f core conftest.err conftest.$ac_objext \
76838    conftest$ac_exeext conftest.$ac_ext
76839fi
76840	;;
76841      *)
76842	glibcxx_cv_sendfile=no
76843	;;
76844    esac
76845
76846fi
76847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_sendfile" >&5
76848$as_echo "$glibcxx_cv_sendfile" >&6; }
76849  if test $glibcxx_cv_sendfile = yes; then
76850
76851$as_echo "#define _GLIBCXX_USE_SENDFILE 1" >>confdefs.h
76852
76853  fi
76854  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for link" >&5
76855$as_echo_n "checking for link... " >&6; }
76856if ${glibcxx_cv_link+:} false; then :
76857  $as_echo_n "(cached) " >&6
76858else
76859      if test x$gcc_no_link = xyes; then
76860  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76861/* end confdefs.h.  */
76862#include <unistd.h>
76863int
76864main ()
76865{
76866link("", "");
76867  ;
76868  return 0;
76869}
76870_ACEOF
76871if ac_fn_cxx_try_compile "$LINENO"; then :
76872  glibcxx_cv_link=yes
76873else
76874  glibcxx_cv_link=no
76875fi
76876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76877else
76878  if test x$gcc_no_link = xyes; then
76879  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76880fi
76881cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76882/* end confdefs.h.  */
76883#include <unistd.h>
76884int
76885main ()
76886{
76887link("", "");
76888  ;
76889  return 0;
76890}
76891_ACEOF
76892if ac_fn_cxx_try_link "$LINENO"; then :
76893  glibcxx_cv_link=yes
76894else
76895  glibcxx_cv_link=no
76896fi
76897rm -f core conftest.err conftest.$ac_objext \
76898    conftest$ac_exeext conftest.$ac_ext
76899fi
76900
76901fi
76902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_link" >&5
76903$as_echo "$glibcxx_cv_link" >&6; }
76904  if test $glibcxx_cv_link = yes; then
76905
76906$as_echo "#define HAVE_LINK 1" >>confdefs.h
76907
76908  fi
76909  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readlink" >&5
76910$as_echo_n "checking for readlink... " >&6; }
76911if ${glibcxx_cv_readlink+:} false; then :
76912  $as_echo_n "(cached) " >&6
76913else
76914      if test x$gcc_no_link = xyes; then
76915  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76916/* end confdefs.h.  */
76917#include <unistd.h>
76918int
76919main ()
76920{
76921char buf[32]; readlink("", buf, sizeof(buf));
76922  ;
76923  return 0;
76924}
76925_ACEOF
76926if ac_fn_cxx_try_compile "$LINENO"; then :
76927  glibcxx_cv_readlink=yes
76928else
76929  glibcxx_cv_readlink=no
76930fi
76931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76932else
76933  if test x$gcc_no_link = xyes; then
76934  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76935fi
76936cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76937/* end confdefs.h.  */
76938#include <unistd.h>
76939int
76940main ()
76941{
76942char buf[32]; readlink("", buf, sizeof(buf));
76943  ;
76944  return 0;
76945}
76946_ACEOF
76947if ac_fn_cxx_try_link "$LINENO"; then :
76948  glibcxx_cv_readlink=yes
76949else
76950  glibcxx_cv_readlink=no
76951fi
76952rm -f core conftest.err conftest.$ac_objext \
76953    conftest$ac_exeext conftest.$ac_ext
76954fi
76955
76956fi
76957{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_readlink" >&5
76958$as_echo "$glibcxx_cv_readlink" >&6; }
76959  if test $glibcxx_cv_readlink = yes; then
76960
76961$as_echo "#define HAVE_READLINK 1" >>confdefs.h
76962
76963  fi
76964  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for symlink" >&5
76965$as_echo_n "checking for symlink... " >&6; }
76966if ${glibcxx_cv_symlink+:} false; then :
76967  $as_echo_n "(cached) " >&6
76968else
76969      if test x$gcc_no_link = xyes; then
76970  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76971/* end confdefs.h.  */
76972#include <unistd.h>
76973int
76974main ()
76975{
76976symlink("", "");
76977  ;
76978  return 0;
76979}
76980_ACEOF
76981if ac_fn_cxx_try_compile "$LINENO"; then :
76982  glibcxx_cv_symlink=yes
76983else
76984  glibcxx_cv_symlink=no
76985fi
76986rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76987else
76988  if test x$gcc_no_link = xyes; then
76989  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
76990fi
76991cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76992/* end confdefs.h.  */
76993#include <unistd.h>
76994int
76995main ()
76996{
76997symlink("", "");
76998  ;
76999  return 0;
77000}
77001_ACEOF
77002if ac_fn_cxx_try_link "$LINENO"; then :
77003  glibcxx_cv_symlink=yes
77004else
77005  glibcxx_cv_symlink=no
77006fi
77007rm -f core conftest.err conftest.$ac_objext \
77008    conftest$ac_exeext conftest.$ac_ext
77009fi
77010
77011fi
77012{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_symlink" >&5
77013$as_echo "$glibcxx_cv_symlink" >&6; }
77014  if test $glibcxx_cv_symlink = yes; then
77015
77016$as_echo "#define HAVE_SYMLINK 1" >>confdefs.h
77017
77018  fi
77019  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for truncate" >&5
77020$as_echo_n "checking for truncate... " >&6; }
77021if ${glibcxx_cv_truncate+:} false; then :
77022  $as_echo_n "(cached) " >&6
77023else
77024      if test x$gcc_no_link = xyes; then
77025  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77026/* end confdefs.h.  */
77027#include <unistd.h>
77028int
77029main ()
77030{
77031truncate("", 99);
77032  ;
77033  return 0;
77034}
77035_ACEOF
77036if ac_fn_cxx_try_compile "$LINENO"; then :
77037  glibcxx_cv_truncate=yes
77038else
77039  glibcxx_cv_truncate=no
77040fi
77041rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77042else
77043  if test x$gcc_no_link = xyes; then
77044  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
77045fi
77046cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77047/* end confdefs.h.  */
77048#include <unistd.h>
77049int
77050main ()
77051{
77052truncate("", 99);
77053  ;
77054  return 0;
77055}
77056_ACEOF
77057if ac_fn_cxx_try_link "$LINENO"; then :
77058  glibcxx_cv_truncate=yes
77059else
77060  glibcxx_cv_truncate=no
77061fi
77062rm -f core conftest.err conftest.$ac_objext \
77063    conftest$ac_exeext conftest.$ac_ext
77064fi
77065
77066fi
77067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_truncate" >&5
77068$as_echo "$glibcxx_cv_truncate" >&6; }
77069  if test $glibcxx_cv_truncate = yes; then
77070
77071$as_echo "#define HAVE_TRUNCATE 1" >>confdefs.h
77072
77073  fi
77074  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fdopendir" >&5
77075$as_echo_n "checking for fdopendir... " >&6; }
77076if ${glibcxx_cv_fdopendir+:} false; then :
77077  $as_echo_n "(cached) " >&6
77078else
77079      if test x$gcc_no_link = xyes; then
77080  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77081/* end confdefs.h.  */
77082#include <dirent.h>
77083int
77084main ()
77085{
77086::DIR* dir = ::fdopendir(1);
77087  ;
77088  return 0;
77089}
77090_ACEOF
77091if ac_fn_cxx_try_compile "$LINENO"; then :
77092  glibcxx_cv_fdopendir=yes
77093else
77094  glibcxx_cv_fdopendir=no
77095fi
77096rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77097else
77098  if test x$gcc_no_link = xyes; then
77099  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
77100fi
77101cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77102/* end confdefs.h.  */
77103#include <dirent.h>
77104int
77105main ()
77106{
77107::DIR* dir = ::fdopendir(1);
77108  ;
77109  return 0;
77110}
77111_ACEOF
77112if ac_fn_cxx_try_link "$LINENO"; then :
77113  glibcxx_cv_fdopendir=yes
77114else
77115  glibcxx_cv_fdopendir=no
77116fi
77117rm -f core conftest.err conftest.$ac_objext \
77118    conftest$ac_exeext conftest.$ac_ext
77119fi
77120
77121fi
77122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_fdopendir" >&5
77123$as_echo "$glibcxx_cv_fdopendir" >&6; }
77124  if test $glibcxx_cv_fdopendir = yes; then
77125
77126$as_echo "#define HAVE_FDOPENDIR 1" >>confdefs.h
77127
77128  fi
77129  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dirfd" >&5
77130$as_echo_n "checking for dirfd... " >&6; }
77131if ${glibcxx_cv_dirfd+:} false; then :
77132  $as_echo_n "(cached) " >&6
77133else
77134      if test x$gcc_no_link = xyes; then
77135  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77136/* end confdefs.h.  */
77137#include <dirent.h>
77138int
77139main ()
77140{
77141int fd = ::dirfd((::DIR*)0);
77142  ;
77143  return 0;
77144}
77145_ACEOF
77146if ac_fn_cxx_try_compile "$LINENO"; then :
77147  glibcxx_cv_dirfd=yes
77148else
77149  glibcxx_cv_dirfd=no
77150fi
77151rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77152else
77153  if test x$gcc_no_link = xyes; then
77154  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
77155fi
77156cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77157/* end confdefs.h.  */
77158#include <dirent.h>
77159int
77160main ()
77161{
77162int fd = ::dirfd((::DIR*)0);
77163  ;
77164  return 0;
77165}
77166_ACEOF
77167if ac_fn_cxx_try_link "$LINENO"; then :
77168  glibcxx_cv_dirfd=yes
77169else
77170  glibcxx_cv_dirfd=no
77171fi
77172rm -f core conftest.err conftest.$ac_objext \
77173    conftest$ac_exeext conftest.$ac_ext
77174fi
77175
77176fi
77177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_dirfd" >&5
77178$as_echo "$glibcxx_cv_dirfd" >&6; }
77179  if test $glibcxx_cv_dirfd = yes; then
77180
77181$as_echo "#define HAVE_DIRFD 1" >>confdefs.h
77182
77183  fi
77184  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openat" >&5
77185$as_echo_n "checking for openat... " >&6; }
77186if ${glibcxx_cv_openat+:} false; then :
77187  $as_echo_n "(cached) " >&6
77188else
77189      if test x$gcc_no_link = xyes; then
77190  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77191/* end confdefs.h.  */
77192#include <fcntl.h>
77193int
77194main ()
77195{
77196int fd = ::openat(AT_FDCWD, "", 0);
77197  ;
77198  return 0;
77199}
77200_ACEOF
77201if ac_fn_cxx_try_compile "$LINENO"; then :
77202  glibcxx_cv_openat=yes
77203else
77204  glibcxx_cv_openat=no
77205fi
77206rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77207else
77208  if test x$gcc_no_link = xyes; then
77209  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
77210fi
77211cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77212/* end confdefs.h.  */
77213#include <fcntl.h>
77214int
77215main ()
77216{
77217int fd = ::openat(AT_FDCWD, "", 0);
77218  ;
77219  return 0;
77220}
77221_ACEOF
77222if ac_fn_cxx_try_link "$LINENO"; then :
77223  glibcxx_cv_openat=yes
77224else
77225  glibcxx_cv_openat=no
77226fi
77227rm -f core conftest.err conftest.$ac_objext \
77228    conftest$ac_exeext conftest.$ac_ext
77229fi
77230
77231fi
77232{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_openat" >&5
77233$as_echo "$glibcxx_cv_openat" >&6; }
77234  if test $glibcxx_cv_openat = yes; then
77235
77236$as_echo "#define HAVE_OPENAT 1" >>confdefs.h
77237
77238  fi
77239  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unlinkat" >&5
77240$as_echo_n "checking for unlinkat... " >&6; }
77241if ${glibcxx_cv_unlinkat+:} false; then :
77242  $as_echo_n "(cached) " >&6
77243else
77244      if test x$gcc_no_link = xyes; then
77245  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77246/* end confdefs.h.  */
77247#include <fcntl.h>
77248       #include <unistd.h>
77249int
77250main ()
77251{
77252::unlinkat(AT_FDCWD, "", AT_REMOVEDIR);
77253  ;
77254  return 0;
77255}
77256_ACEOF
77257if ac_fn_cxx_try_compile "$LINENO"; then :
77258  glibcxx_cv_unlinkat=yes
77259else
77260  glibcxx_cv_unlinkat=no
77261fi
77262rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77263else
77264  if test x$gcc_no_link = xyes; then
77265  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
77266fi
77267cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77268/* end confdefs.h.  */
77269#include <fcntl.h>
77270       #include <unistd.h>
77271int
77272main ()
77273{
77274::unlinkat(AT_FDCWD, "", AT_REMOVEDIR);
77275  ;
77276  return 0;
77277}
77278_ACEOF
77279if ac_fn_cxx_try_link "$LINENO"; then :
77280  glibcxx_cv_unlinkat=yes
77281else
77282  glibcxx_cv_unlinkat=no
77283fi
77284rm -f core conftest.err conftest.$ac_objext \
77285    conftest$ac_exeext conftest.$ac_ext
77286fi
77287
77288fi
77289{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_unlinkat" >&5
77290$as_echo "$glibcxx_cv_unlinkat" >&6; }
77291  if test $glibcxx_cv_unlinkat = yes; then
77292
77293$as_echo "#define HAVE_UNLINKAT 1" >>confdefs.h
77294
77295  fi
77296  CXXFLAGS="$ac_save_CXXFLAGS"
77297  ac_ext=c
77298ac_cpp='$CPP $CPPFLAGS'
77299ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
77300ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
77301ac_compiler_gnu=$ac_cv_c_compiler_gnu
77302
77303
77304
77305
77306   # Check whether --enable-libstdcxx-backtrace was given.
77307if test "${enable_libstdcxx_backtrace+set}" = set; then :
77308  enableval=$enable_libstdcxx_backtrace;
77309      case "$enableval" in
77310       yes|no|auto) ;;
77311       *) as_fn_error $? "Unknown argument to enable/disable libstdcxx-backtrace" "$LINENO" 5 ;;
77312	  	        esac
77313
77314else
77315  enable_libstdcxx_backtrace=auto
77316fi
77317
77318
77319
77320  # Most of this is adapted from libsanitizer/configure.ac
77321
77322  BACKTRACE_CPPFLAGS=
77323
77324  # libbacktrace only needs atomics for int, which we've already tested
77325  if test "$glibcxx_cv_atomic_int" = "yes"; then
77326    BACKTRACE_CPPFLAGS="$BACKTRACE_CPPFLAGS -DHAVE_ATOMIC_FUNCTIONS=1"
77327  fi
77328
77329  # Test for __sync support.
77330  { $as_echo "$as_me:${as_lineno-$LINENO}: checking __sync extensions" >&5
77331$as_echo_n "checking __sync extensions... " >&6; }
77332if ${glibcxx_cv_sys_sync+:} false; then :
77333  $as_echo_n "(cached) " >&6
77334else
77335  if test x$gcc_no_link = xyes; then
77336  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77337/* end confdefs.h.  */
77338int i;
77339int
77340main ()
77341{
77342__sync_bool_compare_and_swap (&i, i, i);
77343     __sync_lock_test_and_set (&i, 1);
77344     __sync_lock_release (&i);
77345  ;
77346  return 0;
77347}
77348_ACEOF
77349if ac_fn_c_try_compile "$LINENO"; then :
77350  glibcxx_cv_sys_sync=yes
77351else
77352  glibcxx_cv_sys_sync=no
77353fi
77354rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77355else
77356  if test x$gcc_no_link = xyes; then
77357  as_fn_error $? "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
77358fi
77359cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77360/* end confdefs.h.  */
77361int i;
77362int
77363main ()
77364{
77365__sync_bool_compare_and_swap (&i, i, i);
77366     __sync_lock_test_and_set (&i, 1);
77367     __sync_lock_release (&i);
77368  ;
77369  return 0;
77370}
77371_ACEOF
77372if ac_fn_c_try_link "$LINENO"; then :
77373  glibcxx_cv_sys_sync=yes
77374else
77375  glibcxx_cv_sys_sync=no
77376fi
77377rm -f core conftest.err conftest.$ac_objext \
77378    conftest$ac_exeext conftest.$ac_ext
77379fi
77380
77381fi
77382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_sys_sync" >&5
77383$as_echo "$glibcxx_cv_sys_sync" >&6; }
77384  if test "$glibcxx_cv_sys_sync" = "yes"; then
77385    BACKTRACE_CPPFLAGS="$BACKTRACE_CPPFLAGS -DHAVE_SYNC_FUNCTIONS=1"
77386  fi
77387
77388  # Check for dl_iterate_phdr.
77389  for ac_header in link.h
77390do :
77391  ac_fn_c_check_header_mongrel "$LINENO" "link.h" "ac_cv_header_link_h" "$ac_includes_default"
77392if test "x$ac_cv_header_link_h" = xyes; then :
77393  cat >>confdefs.h <<_ACEOF
77394#define HAVE_LINK_H 1
77395_ACEOF
77396
77397fi
77398
77399done
77400
77401  if test "$ac_cv_header_link_h" = "no"; then
77402    have_dl_iterate_phdr=no
77403  else
77404    # When built as a GCC target library, we can't do a link test.
77405    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77406/* end confdefs.h.  */
77407#include <link.h>
77408
77409_ACEOF
77410if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
77411  $EGREP "dl_iterate_phdr" >/dev/null 2>&1; then :
77412  have_dl_iterate_phdr=yes
77413else
77414  have_dl_iterate_phdr=no
77415fi
77416rm -f conftest*
77417
77418  fi
77419  if test "$have_dl_iterate_phdr" = "yes"; then
77420    BACKTRACE_CPPFLAGS="$BACKTRACE_CPPFLAGS -DHAVE_DL_ITERATE_PHDR=1"
77421  fi
77422
77423  # Check for the fcntl function.
77424  if test -n "${with_target_subdir}"; then
77425     case "${host}" in
77426     *-*-mingw*) have_fcntl=no ;;
77427     *) have_fcntl=yes ;;
77428     esac
77429  else
77430    ac_fn_c_check_func "$LINENO" "fcntl" "ac_cv_func_fcntl"
77431if test "x$ac_cv_func_fcntl" = xyes; then :
77432  have_fcntl=yes
77433else
77434  have_fcntl=no
77435fi
77436
77437  fi
77438  if test "$have_fcntl" = "yes"; then
77439    BACKTRACE_CPPFLAGS="$BACKTRACE_CPPFLAGS -DHAVE_FCNTL=1"
77440  fi
77441
77442  ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
77443if test "x$ac_cv_have_decl_strnlen" = xyes; then :
77444  ac_have_decl=1
77445else
77446  ac_have_decl=0
77447fi
77448
77449cat >>confdefs.h <<_ACEOF
77450#define HAVE_DECL_STRNLEN $ac_have_decl
77451_ACEOF
77452
77453
77454  # Check for getexecname function.
77455  if test -n "${with_target_subdir}"; then
77456     case "${host}" in
77457     *-*-solaris2*) have_getexecname=yes ;;
77458     *) have_getexecname=no ;;
77459     esac
77460  else
77461    ac_fn_c_check_func "$LINENO" "getexecname" "ac_cv_func_getexecname"
77462if test "x$ac_cv_func_getexecname" = xyes; then :
77463  have_getexecname=yes
77464else
77465  have_getexecname=no
77466fi
77467
77468  fi
77469  if test "$have_getexecname" = "yes"; then
77470    BACKTRACE_CPPFLAGS="$BACKTRACE_CPPFLAGS -DHAVE_GETEXECNAME=1"
77471  fi
77472
77473# The library needs to be able to read the executable itself.  Compile
77474# a file to determine the executable format.  The awk script
77475# filetype.awk prints out the file type.
77476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking output filetype" >&5
77477$as_echo_n "checking output filetype... " >&6; }
77478if ${glibcxx_cv_sys_filetype+:} false; then :
77479  $as_echo_n "(cached) " >&6
77480else
77481  filetype=
77482cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77483/* end confdefs.h.  */
77484int i;
77485int
77486main ()
77487{
77488int j;
77489  ;
77490  return 0;
77491}
77492_ACEOF
77493if ac_fn_c_try_compile "$LINENO"; then :
77494  filetype=`${AWK} -f $srcdir/../libbacktrace/filetype.awk conftest.$ac_objext`
77495else
77496  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
77497$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
77498as_fn_error $? "compiler failed
77499See \`config.log' for more details" "$LINENO" 5; }
77500fi
77501rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77502glibcxx_cv_sys_filetype=$filetype
77503fi
77504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_sys_filetype" >&5
77505$as_echo "$glibcxx_cv_sys_filetype" >&6; }
77506
77507# Match the file type to decide what files to compile.
77508FORMAT_FILE=
77509case "$glibcxx_cv_sys_filetype" in
77510elf*) FORMAT_FILE="elf.lo" ;;
77511*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: could not determine output file type" >&5
77512$as_echo "$as_me: WARNING: could not determine output file type" >&2;}
77513   FORMAT_FILE="unknown.lo"
77514   enable_libstdcxx_backtrace=no
77515   ;;
77516esac
77517
77518
77519# ELF defines.
77520elfsize=
77521case "$glibcxx_cv_sys_filetype" in
77522elf32) elfsize=32 ;;
77523elf64) elfsize=64 ;;
77524esac
77525BACKTRACE_CPPFLAGS="$BACKTRACE_CPPFLAGS -DBACKTRACE_ELF_SIZE=$elfsize"
77526
77527  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build libbacktrace support" >&5
77528$as_echo_n "checking whether to build libbacktrace support... " >&6; }
77529  if test "$enable_libstdcxx_backtrace" = "auto"; then
77530    enable_libstdcxx_backtrace=no
77531  fi
77532  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_libstdcxx_backtrace" >&5
77533$as_echo "$enable_libstdcxx_backtrace" >&6; }
77534  if test "$enable_libstdcxx_backtrace" = "yes"; then
77535    BACKTRACE_SUPPORTED=1
77536
77537    for ac_header in sys/mman.h
77538do :
77539  ac_fn_c_check_header_mongrel "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
77540if test "x$ac_cv_header_sys_mman_h" = xyes; then :
77541  cat >>confdefs.h <<_ACEOF
77542#define HAVE_SYS_MMAN_H 1
77543_ACEOF
77544
77545fi
77546
77547done
77548
77549    case "${host}" in
77550      *-*-msdosdjgpp) # DJGPP has sys/man.h, but no mmap
77551	have_mmap=no ;;
77552      *-*-*)
77553	have_mmap="$ac_cv_header_sys_mman_h" ;;
77554    esac
77555
77556    if test "$have_mmap" = "no"; then
77557      VIEW_FILE=read.lo
77558      ALLOC_FILE=alloc.lo
77559    else
77560      VIEW_FILE=mmapio.lo
77561      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77562/* end confdefs.h.  */
77563
77564    #include <sys/mman.h>
77565    #if !defined(MAP_ANONYMOUS) && !defined(MAP_ANON)
77566      #error no MAP_ANONYMOUS
77567    #endif
77568
77569_ACEOF
77570if ac_fn_c_try_cpp "$LINENO"; then :
77571  ALLOC_FILE=mmap.lo
77572else
77573  ALLOC_FILE=alloc.lo
77574fi
77575rm -f conftest.err conftest.i conftest.$ac_ext
77576    fi
77577
77578
77579
77580    BACKTRACE_USES_MALLOC=0
77581    if test "$ALLOC_FILE" = "alloc.lo"; then
77582      BACKTRACE_USES_MALLOC=1
77583    fi
77584
77585    if test "$ac_has_gthreads" = "yes"; then
77586      BACKTRACE_SUPPORTS_THREADS=1
77587    else
77588      BACKTRACE_SUPPORTS_THREADS=0
77589    fi
77590
77591
77592
77593
77594
77595$as_echo "#define HAVE_STACKTRACE 1" >>confdefs.h
77596
77597  else
77598    BACKTRACE_SUPPORTED=0
77599    BACKTRACE_USES_MALLOC=0
77600    BACKTRACE_SUPPORTS_THREADS=0
77601  fi
77602
77603
77604
77605# For Networking TS.
77606for ac_header in fcntl.h sys/ioctl.h sys/socket.h sys/uio.h poll.h netdb.h arpa/inet.h netinet/in.h netinet/tcp.h
77607do :
77608  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
77609ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
77610if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
77611  cat >>confdefs.h <<_ACEOF
77612#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
77613_ACEOF
77614
77615fi
77616
77617done
77618
77619ac_fn_c_check_decl "$LINENO" "F_GETFL" "ac_cv_have_decl_F_GETFL" "#include <fcntl.h>
77620"
77621if test "x$ac_cv_have_decl_F_GETFL" = xyes; then :
77622
77623fi
77624
77625ac_fn_c_check_decl "$LINENO" "F_SETFL" "ac_cv_have_decl_F_SETFL" "#include <fcntl.h>
77626"
77627if test "x$ac_cv_have_decl_F_SETFL" = xyes; then :
77628
77629fi
77630
77631if test "$ac_cv_have_decl_F_GETFL$ac_cv_have_decl_F_SETFL" = yesyes ; then
77632  ac_fn_c_check_decl "$LINENO" "O_NONBLOCK" "ac_cv_have_decl_O_NONBLOCK" "#include <fcntl.h>
77633"
77634if test "x$ac_cv_have_decl_O_NONBLOCK" = xyes; then :
77635
77636fi
77637
77638fi
77639
77640# For Transactional Memory TS
77641
77642  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how size_t is mangled" >&5
77643$as_echo_n "checking how size_t is mangled... " >&6; }
77644if ${glibcxx_cv_size_t_mangling+:} false; then :
77645  $as_echo_n "(cached) " >&6
77646else
77647
77648    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77649/* end confdefs.h.  */
77650
77651int
77652main ()
77653{
77654extern __SIZE_TYPE__ x; extern unsigned long x;
77655  ;
77656  return 0;
77657}
77658_ACEOF
77659if ac_fn_c_try_compile "$LINENO"; then :
77660  glibcxx_cv_size_t_mangling=m
77661else
77662
77663      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77664/* end confdefs.h.  */
77665
77666int
77667main ()
77668{
77669extern __SIZE_TYPE__ x; extern unsigned int x;
77670  ;
77671  return 0;
77672}
77673_ACEOF
77674if ac_fn_c_try_compile "$LINENO"; then :
77675  glibcxx_cv_size_t_mangling=j
77676else
77677
77678        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77679/* end confdefs.h.  */
77680
77681int
77682main ()
77683{
77684extern __SIZE_TYPE__ x; extern unsigned long long x;
77685  ;
77686  return 0;
77687}
77688_ACEOF
77689if ac_fn_c_try_compile "$LINENO"; then :
77690  glibcxx_cv_size_t_mangling=y
77691else
77692
77693          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77694/* end confdefs.h.  */
77695
77696int
77697main ()
77698{
77699extern __SIZE_TYPE__ x; extern unsigned short x;
77700  ;
77701  return 0;
77702}
77703_ACEOF
77704if ac_fn_c_try_compile "$LINENO"; then :
77705  glibcxx_cv_size_t_mangling=t
77706else
77707
77708            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77709/* end confdefs.h.  */
77710
77711int
77712main ()
77713{
77714extern __SIZE_TYPE__ x; extern __int20 unsigned x;
77715  ;
77716  return 0;
77717}
77718_ACEOF
77719if ac_fn_c_try_compile "$LINENO"; then :
77720  glibcxx_cv_size_t_mangling=u6uint20
77721else
77722  glibcxx_cv_size_t_mangling=x
77723fi
77724rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77725
77726fi
77727rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77728
77729fi
77730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77731
77732fi
77733rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77734
77735fi
77736rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77737
77738fi
77739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_size_t_mangling" >&5
77740$as_echo "$glibcxx_cv_size_t_mangling" >&6; }
77741  if test $glibcxx_cv_size_t_mangling = x; then
77742    as_fn_error $? "Unknown underlying type for size_t" "$LINENO" 5
77743  fi
77744
77745cat >>confdefs.h <<_ACEOF
77746#define _GLIBCXX_MANGLE_SIZE_T $glibcxx_cv_size_t_mangling
77747_ACEOF
77748
77749
77750
77751# Check which release added std::exception_ptr for the target
77752
77753  if test $enable_symvers != no; then
77754    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for first version to support std::exception_ptr" >&5
77755$as_echo_n "checking for first version to support std::exception_ptr... " >&6; }
77756    case ${target} in
77757      aarch64-*-* | alpha-*-* | hppa*-*-* | i?86-*-* | x86_64-*-* | \
77758      m68k-*-* | powerpc*-*-* | s390*-*-* | *-*-solaris* )
77759        ac_exception_ptr_since_gcc46=yes
77760        ;;
77761      *)
77762        # If the value of this macro changes then we will need to hardcode
77763        # yes/no here for additional targets based on the original value.
77764        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77765/* end confdefs.h.  */
77766
77767int
77768main ()
77769{
77770
77771          #if __GCC_ATOMIC_INT_LOCK_FREE <= 1
77772          # error atomic int not always lock free
77773          #endif
77774
77775  ;
77776  return 0;
77777}
77778_ACEOF
77779if ac_fn_c_try_compile "$LINENO"; then :
77780  ac_exception_ptr_since_gcc46=yes
77781else
77782  ac_exception_ptr_since_gcc46=no
77783fi
77784rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77785        ;;
77786    esac
77787    if test x"$ac_exception_ptr_since_gcc46" = x"yes" ; then
77788
77789$as_echo "#define HAVE_EXCEPTION_PTR_SINCE_GCC46 1" >>confdefs.h
77790
77791      { $as_echo "$as_me:${as_lineno-$LINENO}: result: 4.6.0" >&5
77792$as_echo "4.6.0" >&6; }
77793    else
77794      { $as_echo "$as_me:${as_lineno-$LINENO}: result: 7.1.0" >&5
77795$as_echo "7.1.0" >&6; }
77796    fi
77797  fi
77798
77799
77800# Define documentation rules conditionally.
77801
77802# See if makeinfo has been installed and is modern enough
77803# that we can use it.
77804
77805  # Extract the first word of "makeinfo", so it can be a program name with args.
77806set dummy makeinfo; ac_word=$2
77807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
77808$as_echo_n "checking for $ac_word... " >&6; }
77809if ${ac_cv_prog_MAKEINFO+:} false; then :
77810  $as_echo_n "(cached) " >&6
77811else
77812  if test -n "$MAKEINFO"; then
77813  ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
77814else
77815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
77816for as_dir in $PATH
77817do
77818  IFS=$as_save_IFS
77819  test -z "$as_dir" && as_dir=.
77820    for ac_exec_ext in '' $ac_executable_extensions; do
77821  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77822    ac_cv_prog_MAKEINFO="makeinfo"
77823    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77824    break 2
77825  fi
77826done
77827  done
77828IFS=$as_save_IFS
77829
77830fi
77831fi
77832MAKEINFO=$ac_cv_prog_MAKEINFO
77833if test -n "$MAKEINFO"; then
77834  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
77835$as_echo "$MAKEINFO" >&6; }
77836else
77837  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
77838$as_echo "no" >&6; }
77839fi
77840
77841
77842  if test -n "$MAKEINFO"; then
77843    # Found it, now check the version.
77844    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5
77845$as_echo_n "checking for modern makeinfo... " >&6; }
77846if ${gcc_cv_prog_makeinfo_modern+:} false; then :
77847  $as_echo_n "(cached) " >&6
77848else
77849  ac_prog_version=`eval $MAKEINFO --version 2>&1 |
77850                                     sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
77851
77852                    case $ac_prog_version in
77853                      '')  gcc_cv_prog_makeinfo_modern=no;;
77854                      4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*)  gcc_cv_prog_makeinfo_modern=yes;;
77855                      *)   gcc_cv_prog_makeinfo_modern=no;;
77856                    esac
77857
77858fi
77859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_makeinfo_modern" >&5
77860$as_echo "$gcc_cv_prog_makeinfo_modern" >&6; }
77861  else
77862    gcc_cv_prog_makeinfo_modern=no
77863  fi
77864  if test $gcc_cv_prog_makeinfo_modern = no; then
77865    MAKEINFO="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing makeinfo"
77866  fi
77867
77868 if test $gcc_cv_prog_makeinfo_modern = "yes"; then
77869  BUILD_INFO_TRUE=
77870  BUILD_INFO_FALSE='#'
77871else
77872  BUILD_INFO_TRUE='#'
77873  BUILD_INFO_FALSE=
77874fi
77875
77876
77877# Check for doxygen
77878# Extract the first word of "doxygen", so it can be a program name with args.
77879set dummy doxygen; ac_word=$2
77880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
77881$as_echo_n "checking for $ac_word... " >&6; }
77882if ${ac_cv_prog_DOXYGEN+:} false; then :
77883  $as_echo_n "(cached) " >&6
77884else
77885  if test -n "$DOXYGEN"; then
77886  ac_cv_prog_DOXYGEN="$DOXYGEN" # Let the user override the test.
77887else
77888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
77889for as_dir in $PATH
77890do
77891  IFS=$as_save_IFS
77892  test -z "$as_dir" && as_dir=.
77893    for ac_exec_ext in '' $ac_executable_extensions; do
77894  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77895    ac_cv_prog_DOXYGEN="yes"
77896    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77897    break 2
77898  fi
77899done
77900  done
77901IFS=$as_save_IFS
77902
77903  test -z "$ac_cv_prog_DOXYGEN" && ac_cv_prog_DOXYGEN="no"
77904fi
77905fi
77906DOXYGEN=$ac_cv_prog_DOXYGEN
77907if test -n "$DOXYGEN"; then
77908  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOXYGEN" >&5
77909$as_echo "$DOXYGEN" >&6; }
77910else
77911  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
77912$as_echo "no" >&6; }
77913fi
77914
77915
77916# Extract the first word of "dot", so it can be a program name with args.
77917set dummy dot; ac_word=$2
77918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
77919$as_echo_n "checking for $ac_word... " >&6; }
77920if ${ac_cv_prog_DOT+:} false; then :
77921  $as_echo_n "(cached) " >&6
77922else
77923  if test -n "$DOT"; then
77924  ac_cv_prog_DOT="$DOT" # Let the user override the test.
77925else
77926as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
77927for as_dir in $PATH
77928do
77929  IFS=$as_save_IFS
77930  test -z "$as_dir" && as_dir=.
77931    for ac_exec_ext in '' $ac_executable_extensions; do
77932  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77933    ac_cv_prog_DOT="yes"
77934    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77935    break 2
77936  fi
77937done
77938  done
77939IFS=$as_save_IFS
77940
77941  test -z "$ac_cv_prog_DOT" && ac_cv_prog_DOT="no"
77942fi
77943fi
77944DOT=$ac_cv_prog_DOT
77945if test -n "$DOT"; then
77946  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DOT" >&5
77947$as_echo "$DOT" >&6; }
77948else
77949  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
77950$as_echo "no" >&6; }
77951fi
77952
77953
77954
77955# Check for docbook
77956# Extract the first word of "xmlcatalog", so it can be a program name with args.
77957set dummy xmlcatalog; ac_word=$2
77958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
77959$as_echo_n "checking for $ac_word... " >&6; }
77960if ${ac_cv_prog_XMLCATALOG+:} false; then :
77961  $as_echo_n "(cached) " >&6
77962else
77963  if test -n "$XMLCATALOG"; then
77964  ac_cv_prog_XMLCATALOG="$XMLCATALOG" # Let the user override the test.
77965else
77966as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
77967for as_dir in $PATH
77968do
77969  IFS=$as_save_IFS
77970  test -z "$as_dir" && as_dir=.
77971    for ac_exec_ext in '' $ac_executable_extensions; do
77972  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
77973    ac_cv_prog_XMLCATALOG="yes"
77974    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
77975    break 2
77976  fi
77977done
77978  done
77979IFS=$as_save_IFS
77980
77981  test -z "$ac_cv_prog_XMLCATALOG" && ac_cv_prog_XMLCATALOG="no"
77982fi
77983fi
77984XMLCATALOG=$ac_cv_prog_XMLCATALOG
77985if test -n "$XMLCATALOG"; then
77986  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLCATALOG" >&5
77987$as_echo "$XMLCATALOG" >&6; }
77988else
77989  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
77990$as_echo "no" >&6; }
77991fi
77992
77993
77994# Extract the first word of "xsltproc", so it can be a program name with args.
77995set dummy xsltproc; ac_word=$2
77996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
77997$as_echo_n "checking for $ac_word... " >&6; }
77998if ${ac_cv_prog_XSLTPROC+:} false; then :
77999  $as_echo_n "(cached) " >&6
78000else
78001  if test -n "$XSLTPROC"; then
78002  ac_cv_prog_XSLTPROC="$XSLTPROC" # Let the user override the test.
78003else
78004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
78005for as_dir in $PATH
78006do
78007  IFS=$as_save_IFS
78008  test -z "$as_dir" && as_dir=.
78009    for ac_exec_ext in '' $ac_executable_extensions; do
78010  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
78011    ac_cv_prog_XSLTPROC="yes"
78012    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
78013    break 2
78014  fi
78015done
78016  done
78017IFS=$as_save_IFS
78018
78019  test -z "$ac_cv_prog_XSLTPROC" && ac_cv_prog_XSLTPROC="no"
78020fi
78021fi
78022XSLTPROC=$ac_cv_prog_XSLTPROC
78023if test -n "$XSLTPROC"; then
78024  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSLTPROC" >&5
78025$as_echo "$XSLTPROC" >&6; }
78026else
78027  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
78028$as_echo "no" >&6; }
78029fi
78030
78031
78032# Extract the first word of "xmllint", so it can be a program name with args.
78033set dummy xmllint; ac_word=$2
78034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
78035$as_echo_n "checking for $ac_word... " >&6; }
78036if ${ac_cv_prog_XMLLINT+:} false; then :
78037  $as_echo_n "(cached) " >&6
78038else
78039  if test -n "$XMLLINT"; then
78040  ac_cv_prog_XMLLINT="$XMLLINT" # Let the user override the test.
78041else
78042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
78043for as_dir in $PATH
78044do
78045  IFS=$as_save_IFS
78046  test -z "$as_dir" && as_dir=.
78047    for ac_exec_ext in '' $ac_executable_extensions; do
78048  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
78049    ac_cv_prog_XMLLINT="yes"
78050    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
78051    break 2
78052  fi
78053done
78054  done
78055IFS=$as_save_IFS
78056
78057  test -z "$ac_cv_prog_XMLLINT" && ac_cv_prog_XMLLINT="no"
78058fi
78059fi
78060XMLLINT=$ac_cv_prog_XMLLINT
78061if test -n "$XMLLINT"; then
78062  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLLINT" >&5
78063$as_echo "$XMLLINT" >&6; }
78064else
78065  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
78066$as_echo "no" >&6; }
78067fi
78068
78069
78070
78071
78072glibcxx_docbook_url=http://docbook.sourceforge.net/release/xsl-ns/current/
78073
78074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for local stylesheet directory" >&5
78075$as_echo_n "checking for local stylesheet directory... " >&6; }
78076glibcxx_local_stylesheets=no
78077if test x${XMLCATALOG} = xyes && xsl_style_dir=`xmlcatalog "" $glibcxx_docbook_url 2>/dev/null`
78078then
78079  XSL_STYLE_DIR=`echo $xsl_style_dir | sed -n 's;^file://;;p'`
78080  glibcxx_local_stylesheets=yes
78081else
78082  for dir in \
78083    /usr/share/sgml/docbook/xsl-ns-stylesheets \
78084    /usr/share/xml/docbook/stylesheet/docbook-xsl-ns \
78085    /usr/share/xml/docbook/stylesheet/nwalsh5/current \
78086    /usr/share/xml/docbook/stylesheet/nwalsh/current
78087  do
78088    if test -d $dir; then
78089      glibcxx_local_stylesheets=yes
78090      XSL_STYLE_DIR=$dir
78091      break
78092    fi
78093  done
78094fi
78095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_local_stylesheets" >&5
78096$as_echo "$glibcxx_local_stylesheets" >&6; }
78097
78098if test x"$glibcxx_local_stylesheets" = x"yes"; then
78099
78100  { $as_echo "$as_me:${as_lineno-$LINENO}: $XSL_STYLE_DIR" >&5
78101$as_echo "$as_me: $XSL_STYLE_DIR" >&6;}
78102
78103  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for docbook stylesheets for documentation creation" >&5
78104$as_echo_n "checking for docbook stylesheets for documentation creation... " >&6; }
78105  glibcxx_stylesheets=no
78106  if test x${XMLCATALOG} = xno || xmlcatalog "" $glibcxx_docbook_url/xhtml/docbook.xsl >/dev/null 2>&1; then
78107    if test x${XSLTPROC} = xyes && echo '<title/>' | xsltproc --noout --nonet --xinclude $glibcxx_docbook_url/xhtml/docbook.xsl - 2>/dev/null; then
78108      glibcxx_stylesheets=yes
78109    fi
78110  fi
78111  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_stylesheets" >&5
78112$as_echo "$glibcxx_stylesheets" >&6; }
78113
78114else
78115  glibcxx_stylesheets=no
78116fi
78117
78118# Check for epub3 dependencies.
78119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for epub3 stylesheets for documentation creation" >&5
78120$as_echo_n "checking for epub3 stylesheets for documentation creation... " >&6; }
78121glibcxx_epub_stylesheets=no
78122if test x"$glibcxx_local_stylesheets" = x"yes"; then
78123   if test -f "$XSL_STYLE_DIR/epub3/chunk.xsl"; then
78124      glibcxx_epub_stylesheets=yes
78125   fi
78126fi
78127{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_epub_stylesheets" >&5
78128$as_echo "$glibcxx_epub_stylesheets" >&6; }
78129 if test x"$glibcxx_epub_stylesheets" = x"yes"; then
78130  BUILD_EPUB_TRUE=
78131  BUILD_EPUB_FALSE='#'
78132else
78133  BUILD_EPUB_TRUE='#'
78134  BUILD_EPUB_FALSE=
78135fi
78136
78137
78138
78139
78140# Check for xml/html dependencies.
78141 if test $ac_cv_prog_DOXYGEN = "yes" &&
78142	       test $ac_cv_prog_DOT = "yes" &&
78143	       test $ac_cv_prog_XSLTPROC = "yes" &&
78144	       test $ac_cv_prog_XMLLINT = "yes" &&
78145	       test $glibcxx_stylesheets = "yes"; then
78146  BUILD_XML_TRUE=
78147  BUILD_XML_FALSE='#'
78148else
78149  BUILD_XML_TRUE='#'
78150  BUILD_XML_FALSE=
78151fi
78152
78153
78154 if test $ac_cv_prog_DOXYGEN = "yes" &&
78155	       test $ac_cv_prog_DOT = "yes" &&
78156	       test $ac_cv_prog_XSLTPROC = "yes" &&
78157	       test $ac_cv_prog_XMLLINT = "yes" &&
78158	       test $glibcxx_stylesheets = "yes"; then
78159  BUILD_HTML_TRUE=
78160  BUILD_HTML_FALSE='#'
78161else
78162  BUILD_HTML_TRUE='#'
78163  BUILD_HTML_FALSE=
78164fi
78165
78166
78167# Check for man dependencies.
78168 if test $ac_cv_prog_DOXYGEN = "yes" &&
78169	       test $ac_cv_prog_DOT = "yes"; then
78170  BUILD_MAN_TRUE=
78171  BUILD_MAN_FALSE='#'
78172else
78173  BUILD_MAN_TRUE='#'
78174  BUILD_MAN_FALSE=
78175fi
78176
78177
78178# Check for pdf dependencies.
78179# Extract the first word of "dblatex", so it can be a program name with args.
78180set dummy dblatex; ac_word=$2
78181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
78182$as_echo_n "checking for $ac_word... " >&6; }
78183if ${ac_cv_prog_DBLATEX+:} false; then :
78184  $as_echo_n "(cached) " >&6
78185else
78186  if test -n "$DBLATEX"; then
78187  ac_cv_prog_DBLATEX="$DBLATEX" # Let the user override the test.
78188else
78189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
78190for as_dir in $PATH
78191do
78192  IFS=$as_save_IFS
78193  test -z "$as_dir" && as_dir=.
78194    for ac_exec_ext in '' $ac_executable_extensions; do
78195  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
78196    ac_cv_prog_DBLATEX="yes"
78197    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
78198    break 2
78199  fi
78200done
78201  done
78202IFS=$as_save_IFS
78203
78204  test -z "$ac_cv_prog_DBLATEX" && ac_cv_prog_DBLATEX="no"
78205fi
78206fi
78207DBLATEX=$ac_cv_prog_DBLATEX
78208if test -n "$DBLATEX"; then
78209  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBLATEX" >&5
78210$as_echo "$DBLATEX" >&6; }
78211else
78212  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
78213$as_echo "no" >&6; }
78214fi
78215
78216
78217# Extract the first word of "pdflatex", so it can be a program name with args.
78218set dummy pdflatex; ac_word=$2
78219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
78220$as_echo_n "checking for $ac_word... " >&6; }
78221if ${ac_cv_prog_PDFLATEX+:} false; then :
78222  $as_echo_n "(cached) " >&6
78223else
78224  if test -n "$PDFLATEX"; then
78225  ac_cv_prog_PDFLATEX="$PDFLATEX" # Let the user override the test.
78226else
78227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
78228for as_dir in $PATH
78229do
78230  IFS=$as_save_IFS
78231  test -z "$as_dir" && as_dir=.
78232    for ac_exec_ext in '' $ac_executable_extensions; do
78233  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
78234    ac_cv_prog_PDFLATEX="yes"
78235    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
78236    break 2
78237  fi
78238done
78239  done
78240IFS=$as_save_IFS
78241
78242  test -z "$ac_cv_prog_PDFLATEX" && ac_cv_prog_PDFLATEX="no"
78243fi
78244fi
78245PDFLATEX=$ac_cv_prog_PDFLATEX
78246if test -n "$PDFLATEX"; then
78247  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PDFLATEX" >&5
78248$as_echo "$PDFLATEX" >&6; }
78249else
78250  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
78251$as_echo "no" >&6; }
78252fi
78253
78254
78255 if test $ac_cv_prog_DOXYGEN = "yes" &&
78256	       test $ac_cv_prog_DOT = "yes" &&
78257	       test $ac_cv_prog_XSLTPROC = "yes" &&
78258	       test $ac_cv_prog_XMLLINT = "yes" &&
78259	       test $ac_cv_prog_DBLATEX = "yes" &&
78260	       test $ac_cv_prog_PDFLATEX = "yes"; then
78261  BUILD_PDF_TRUE=
78262  BUILD_PDF_FALSE='#'
78263else
78264  BUILD_PDF_TRUE='#'
78265  BUILD_PDF_FALSE=
78266fi
78267
78268
78269case "$build" in
78270 *-*-darwin* ) glibcxx_include_dir_notparallel=yes ;;
78271 * ) glibcxx_include_dir_notparallel=no ;;
78272esac
78273 if test $glibcxx_include_dir_notparallel = "yes"; then
78274  INCLUDE_DIR_NOTPARALLEL_TRUE=
78275  INCLUDE_DIR_NOTPARALLEL_FALSE='#'
78276else
78277  INCLUDE_DIR_NOTPARALLEL_TRUE='#'
78278  INCLUDE_DIR_NOTPARALLEL_FALSE=
78279fi
78280
78281
78282# Propagate the target-specific source directories through the build chain.
78283ATOMICITY_SRCDIR=config/${atomicity_dir}
78284ATOMIC_WORD_SRCDIR=config/${atomic_word_dir}
78285ATOMIC_FLAGS=${atomic_flags}
78286CPU_DEFINES_SRCDIR=config/${cpu_defines_dir}
78287OS_INC_SRCDIR=config/${os_include_dir}
78288ERROR_CONSTANTS_SRCDIR=config/${error_constants_dir}
78289ABI_TWEAKS_SRCDIR=config/${abi_tweaks_dir}
78290CPU_OPT_EXT_RANDOM=config/${cpu_opt_ext_random}
78291CPU_OPT_BITS_RANDOM=config/${cpu_opt_bits_random}
78292
78293
78294
78295
78296
78297
78298
78299
78300
78301
78302# Conditionalize the makefile for this target machine.
78303tmake_file_=
78304for f in ${tmake_file}
78305do
78306	if test -f ${srcdir}/config/$f
78307	then
78308		tmake_file_="${tmake_file_} \$(srcdir)/config/$f"
78309	fi
78310done
78311tmake_file="${tmake_file_}"
78312
78313
78314# Add CET specific flags if Intel CET is enabled.
78315 # Check whether --enable-cet was given.
78316if test "${enable_cet+set}" = set; then :
78317  enableval=$enable_cet;
78318      case "$enableval" in
78319       yes|no|auto) ;;
78320       *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
78321                          esac
78322
78323else
78324  enable_cet=auto
78325fi
78326
78327
78328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
78329$as_echo_n "checking for CET support... " >&6; }
78330
78331# NB: Avoid nested save_CFLAGS and save_LDFLAGS.
78332case "$host" in
78333  i[34567]86-*-linux* | x86_64-*-linux*)
78334    case "$enable_cet" in
78335      auto)
78336	# Check if target supports multi-byte NOPs
78337	# and if compiler and assembler support CET insn.
78338	cet_save_CFLAGS="$CFLAGS"
78339	CFLAGS="$CFLAGS -fcf-protection"
78340	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78341/* end confdefs.h.  */
78342
78343int
78344main ()
78345{
78346
78347#if !defined(__SSE2__)
78348#error target does not support multi-byte NOPs
78349#else
78350asm ("setssbsy");
78351#endif
78352
78353  ;
78354  return 0;
78355}
78356_ACEOF
78357if ac_fn_c_try_compile "$LINENO"; then :
78358  enable_cet=yes
78359else
78360  enable_cet=no
78361fi
78362rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78363	CFLAGS="$cet_save_CFLAGS"
78364	;;
78365      yes)
78366	# Check if assembler supports CET.
78367	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78368/* end confdefs.h.  */
78369
78370int
78371main ()
78372{
78373asm ("setssbsy");
78374  ;
78375  return 0;
78376}
78377_ACEOF
78378if ac_fn_c_try_compile "$LINENO"; then :
78379
78380else
78381  as_fn_error $? "assembler with CET support is required for --enable-cet" "$LINENO" 5
78382fi
78383rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78384	;;
78385    esac
78386    ;;
78387  *)
78388    enable_cet=no
78389    ;;
78390esac
78391if test x$enable_cet = xyes; then
78392  CET_FLAGS="-fcf-protection -mshstk"
78393  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
78394$as_echo "yes" >&6; }
78395else
78396  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
78397$as_echo "no" >&6; }
78398fi
78399
78400EXTRA_CXX_FLAGS="$EXTRA_CXX_FLAGS $CET_FLAGS"
78401EXTRA_CFLAGS="$EXTRA_CFLAGS $CET_FLAGS"
78402
78403
78404
78405# Determine cross-compile flags and AM_CONDITIONALs.
78406#AC_SUBST(GLIBCXX_IS_NATIVE)
78407#AM_CONDITIONAL(CANADIAN, test $CANADIAN = yes)
78408    if test $is_hosted = yes; then
78409  GLIBCXX_HOSTED_TRUE=
78410  GLIBCXX_HOSTED_FALSE='#'
78411else
78412  GLIBCXX_HOSTED_TRUE='#'
78413  GLIBCXX_HOSTED_FALSE=
78414fi
78415
78416
78417    if test $enable_libstdcxx_pch = yes; then
78418  GLIBCXX_BUILD_PCH_TRUE=
78419  GLIBCXX_BUILD_PCH_FALSE='#'
78420else
78421  GLIBCXX_BUILD_PCH_TRUE='#'
78422  GLIBCXX_BUILD_PCH_FALSE=
78423fi
78424
78425
78426    if test $enable_float128 = yes; then
78427  ENABLE_FLOAT128_TRUE=
78428  ENABLE_FLOAT128_FALSE='#'
78429else
78430  ENABLE_FLOAT128_TRUE='#'
78431  ENABLE_FLOAT128_FALSE=
78432fi
78433
78434
78435    if test $enable_libstdcxx_allocator_flag = new; then
78436  ENABLE_ALLOCATOR_NEW_TRUE=
78437  ENABLE_ALLOCATOR_NEW_FALSE='#'
78438else
78439  ENABLE_ALLOCATOR_NEW_TRUE='#'
78440  ENABLE_ALLOCATOR_NEW_FALSE=
78441fi
78442
78443
78444    if test $enable_cheaders = c; then
78445  GLIBCXX_C_HEADERS_C_TRUE=
78446  GLIBCXX_C_HEADERS_C_FALSE='#'
78447else
78448  GLIBCXX_C_HEADERS_C_TRUE='#'
78449  GLIBCXX_C_HEADERS_C_FALSE=
78450fi
78451
78452
78453    if test $enable_cheaders = c_std; then
78454  GLIBCXX_C_HEADERS_C_STD_TRUE=
78455  GLIBCXX_C_HEADERS_C_STD_FALSE='#'
78456else
78457  GLIBCXX_C_HEADERS_C_STD_TRUE='#'
78458  GLIBCXX_C_HEADERS_C_STD_FALSE=
78459fi
78460
78461
78462    if test $enable_cheaders = c_global; then
78463  GLIBCXX_C_HEADERS_C_GLOBAL_TRUE=
78464  GLIBCXX_C_HEADERS_C_GLOBAL_FALSE='#'
78465else
78466  GLIBCXX_C_HEADERS_C_GLOBAL_TRUE='#'
78467  GLIBCXX_C_HEADERS_C_GLOBAL_FALSE=
78468fi
78469
78470
78471    if test $c_compatibility = yes; then
78472  GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE=
78473  GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE='#'
78474else
78475  GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE='#'
78476  GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE=
78477fi
78478
78479
78480    if test $enable_libstdcxx_debug = yes; then
78481  GLIBCXX_BUILD_DEBUG_TRUE=
78482  GLIBCXX_BUILD_DEBUG_FALSE='#'
78483else
78484  GLIBCXX_BUILD_DEBUG_TRUE='#'
78485  GLIBCXX_BUILD_DEBUG_FALSE=
78486fi
78487
78488
78489    if test $enable_extern_template = yes; then
78490  ENABLE_EXTERN_TEMPLATE_TRUE=
78491  ENABLE_EXTERN_TEMPLATE_FALSE='#'
78492else
78493  ENABLE_EXTERN_TEMPLATE_TRUE='#'
78494  ENABLE_EXTERN_TEMPLATE_FALSE=
78495fi
78496
78497
78498    if test $python_mod_dir != no; then
78499  ENABLE_PYTHONDIR_TRUE=
78500  ENABLE_PYTHONDIR_FALSE='#'
78501else
78502  ENABLE_PYTHONDIR_TRUE='#'
78503  ENABLE_PYTHONDIR_FALSE=
78504fi
78505
78506
78507    if test $enable_werror = yes; then
78508  ENABLE_WERROR_TRUE=
78509  ENABLE_WERROR_FALSE='#'
78510else
78511  ENABLE_WERROR_TRUE='#'
78512  ENABLE_WERROR_FALSE=
78513fi
78514
78515
78516    if test $enable_vtable_verify = yes; then
78517  ENABLE_VTABLE_VERIFY_TRUE=
78518  ENABLE_VTABLE_VERIFY_FALSE='#'
78519else
78520  ENABLE_VTABLE_VERIFY_TRUE='#'
78521  ENABLE_VTABLE_VERIFY_FALSE=
78522fi
78523
78524
78525    if test $enable_symvers != no; then
78526  ENABLE_SYMVERS_TRUE=
78527  ENABLE_SYMVERS_FALSE='#'
78528else
78529  ENABLE_SYMVERS_TRUE='#'
78530  ENABLE_SYMVERS_FALSE=
78531fi
78532
78533
78534    if test $enable_symvers = gnu; then
78535  ENABLE_SYMVERS_GNU_TRUE=
78536  ENABLE_SYMVERS_GNU_FALSE='#'
78537else
78538  ENABLE_SYMVERS_GNU_TRUE='#'
78539  ENABLE_SYMVERS_GNU_FALSE=
78540fi
78541
78542
78543    if test $enable_symvers = gnu-versioned-namespace; then
78544  ENABLE_SYMVERS_GNU_NAMESPACE_TRUE=
78545  ENABLE_SYMVERS_GNU_NAMESPACE_FALSE='#'
78546else
78547  ENABLE_SYMVERS_GNU_NAMESPACE_TRUE='#'
78548  ENABLE_SYMVERS_GNU_NAMESPACE_FALSE=
78549fi
78550
78551
78552    if test $enable_symvers = darwin; then
78553  ENABLE_SYMVERS_DARWIN_TRUE=
78554  ENABLE_SYMVERS_DARWIN_FALSE='#'
78555else
78556  ENABLE_SYMVERS_DARWIN_TRUE='#'
78557  ENABLE_SYMVERS_DARWIN_FALSE=
78558fi
78559
78560
78561    if test $enable_symvers = sun; then
78562  ENABLE_SYMVERS_SUN_TRUE=
78563  ENABLE_SYMVERS_SUN_FALSE='#'
78564else
78565  ENABLE_SYMVERS_SUN_TRUE='#'
78566  ENABLE_SYMVERS_SUN_FALSE=
78567fi
78568
78569
78570    if test $enable_libstdcxx_visibility = yes; then
78571  ENABLE_VISIBILITY_TRUE=
78572  ENABLE_VISIBILITY_FALSE='#'
78573else
78574  ENABLE_VISIBILITY_TRUE='#'
78575  ENABLE_VISIBILITY_FALSE=
78576fi
78577
78578
78579    if test $enable_libstdcxx_dual_abi = yes; then
78580  ENABLE_DUAL_ABI_TRUE=
78581  ENABLE_DUAL_ABI_FALSE='#'
78582else
78583  ENABLE_DUAL_ABI_TRUE='#'
78584  ENABLE_DUAL_ABI_FALSE=
78585fi
78586
78587
78588    if test $glibcxx_cxx11_abi = 1; then
78589  ENABLE_CXX11_ABI_TRUE=
78590  ENABLE_CXX11_ABI_FALSE='#'
78591else
78592  ENABLE_CXX11_ABI_TRUE='#'
78593  ENABLE_CXX11_ABI_FALSE=
78594fi
78595
78596
78597    if test $ac_ldbl_compat = yes; then
78598  GLIBCXX_LDBL_COMPAT_TRUE=
78599  GLIBCXX_LDBL_COMPAT_FALSE='#'
78600else
78601  GLIBCXX_LDBL_COMPAT_TRUE='#'
78602  GLIBCXX_LDBL_COMPAT_FALSE=
78603fi
78604
78605
78606    if test $ac_ldbl_alt128_compat = yes; then
78607  GLIBCXX_LDBL_ALT128_COMPAT_TRUE=
78608  GLIBCXX_LDBL_ALT128_COMPAT_FALSE='#'
78609else
78610  GLIBCXX_LDBL_ALT128_COMPAT_TRUE='#'
78611  GLIBCXX_LDBL_ALT128_COMPAT_FALSE=
78612fi
78613
78614
78615    if test $enable_libstdcxx_filesystem_ts = yes; then
78616  ENABLE_FILESYSTEM_TS_TRUE=
78617  ENABLE_FILESYSTEM_TS_FALSE='#'
78618else
78619  ENABLE_FILESYSTEM_TS_TRUE='#'
78620  ENABLE_FILESYSTEM_TS_FALSE=
78621fi
78622
78623
78624    if test "$enable_libstdcxx_backtrace" = yes; then
78625  ENABLE_BACKTRACE_TRUE=
78626  ENABLE_BACKTRACE_FALSE='#'
78627else
78628  ENABLE_BACKTRACE_TRUE='#'
78629  ENABLE_BACKTRACE_FALSE=
78630fi
78631
78632
78633
78634
78635cat >confcache <<\_ACEOF
78636# This file is a shell script that caches the results of configure
78637# tests run on this system so they can be shared between configure
78638# scripts and configure runs, see configure's option --config-cache.
78639# It is not useful on other systems.  If it contains results you don't
78640# want to keep, you may remove or edit it.
78641#
78642# config.status only pays attention to the cache file if you give it
78643# the --recheck option to rerun configure.
78644#
78645# `ac_cv_env_foo' variables (set or unset) will be overridden when
78646# loading this file, other *unset* `ac_cv_foo' will be assigned the
78647# following values.
78648
78649_ACEOF
78650
78651# The following way of writing the cache mishandles newlines in values,
78652# but we know of no workaround that is simple, portable, and efficient.
78653# So, we kill variables containing newlines.
78654# Ultrix sh set writes to stderr and can't be redirected directly,
78655# and sets the high bit in the cache file unless we assign to the vars.
78656(
78657  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
78658    eval ac_val=\$$ac_var
78659    case $ac_val in #(
78660    *${as_nl}*)
78661      case $ac_var in #(
78662      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
78663$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
78664      esac
78665      case $ac_var in #(
78666      _ | IFS | as_nl) ;; #(
78667      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
78668      *) { eval $ac_var=; unset $ac_var;} ;;
78669      esac ;;
78670    esac
78671  done
78672
78673  (set) 2>&1 |
78674    case $as_nl`(ac_space=' '; set) 2>&1` in #(
78675    *${as_nl}ac_space=\ *)
78676      # `set' does not quote correctly, so add quotes: double-quote
78677      # substitution turns \\\\ into \\, and sed turns \\ into \.
78678      sed -n \
78679	"s/'/'\\\\''/g;
78680	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
78681      ;; #(
78682    *)
78683      # `set' quotes correctly as required by POSIX, so do not add quotes.
78684      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
78685      ;;
78686    esac |
78687    sort
78688) |
78689  sed '
78690     /^ac_cv_env_/b end
78691     t clear
78692     :clear
78693     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
78694     t end
78695     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
78696     :end' >>confcache
78697if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
78698  if test -w "$cache_file"; then
78699    if test "x$cache_file" != "x/dev/null"; then
78700      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
78701$as_echo "$as_me: updating cache $cache_file" >&6;}
78702      if test ! -f "$cache_file" || test -h "$cache_file"; then
78703	cat confcache >"$cache_file"
78704      else
78705        case $cache_file in #(
78706        */* | ?:*)
78707	  mv -f confcache "$cache_file"$$ &&
78708	  mv -f "$cache_file"$$ "$cache_file" ;; #(
78709        *)
78710	  mv -f confcache "$cache_file" ;;
78711	esac
78712      fi
78713    fi
78714  else
78715    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
78716$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
78717  fi
78718fi
78719rm -f confcache
78720
78721if test ${multilib} = yes; then
78722  multilib_arg="--enable-multilib"
78723else
78724  multilib_arg=
78725fi
78726
78727# Export all the install information.
78728
78729  glibcxx_toolexecdir=no
78730  glibcxx_toolexeclibdir=no
78731  glibcxx_prefixdir=$prefix
78732
78733  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gxx-include-dir" >&5
78734$as_echo_n "checking for gxx-include-dir... " >&6; }
78735
78736# Check whether --with-gxx-include-dir was given.
78737if test "${with_gxx_include_dir+set}" = set; then :
78738  withval=$with_gxx_include_dir; case "$withval" in
78739      yes) as_fn_error $? "Missing directory for --with-gxx-include-dir" "$LINENO" 5 ;;
78740      no)  gxx_include_dir=no ;;
78741      *)   gxx_include_dir=$withval ;;
78742     esac
78743else
78744  gxx_include_dir=no
78745fi
78746
78747  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gxx_include_dir" >&5
78748$as_echo "$gxx_include_dir" >&6; }
78749
78750  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
78751$as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
78752  # Check whether --enable-version-specific-runtime-libs was given.
78753if test "${enable_version_specific_runtime_libs+set}" = set; then :
78754  enableval=$enable_version_specific_runtime_libs; case "$enableval" in
78755      yes) version_specific_libs=yes ;;
78756      no)  version_specific_libs=no ;;
78757      *)   as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
78758     esac
78759else
78760  version_specific_libs=no
78761fi
78762
78763  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
78764$as_echo "$version_specific_libs" >&6; }
78765
78766
78767# Check whether --with-toolexeclibdir was given.
78768if test "${with_toolexeclibdir+set}" = set; then :
78769  withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
78770  /)
78771    ;;
78772  */)
78773    with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
78774    ;;
78775esac
78776else
78777  with_toolexeclibdir=no
78778fi
78779
78780
78781
78782  # Default case for install directory for include files.
78783  if test $version_specific_libs = no && test $gxx_include_dir = no; then
78784    gxx_include_dir='include/c++/${gcc_version}'
78785    if test -n "$with_cross_host" &&
78786       test x"$with_cross_host" != x"no"; then
78787      gxx_include_dir='${prefix}/${target_alias}/'"$gxx_include_dir"
78788    else
78789      gxx_include_dir='${prefix}/'"$gxx_include_dir"
78790    fi
78791  fi
78792
78793  # Version-specific runtime libs processing.
78794  if test $version_specific_libs = yes; then
78795    # Need the gcc compiler version to know where to install libraries
78796    # and header files if --enable-version-specific-runtime-libs option
78797    # is selected.  FIXME: these variables are misnamed, there are
78798    # no executables installed in _toolexecdir or _toolexeclibdir.
78799    if test x"$gxx_include_dir" = x"no"; then
78800      gxx_include_dir='${libdir}/gcc/${host_alias}/${gcc_version}/include/c++'
78801    fi
78802    glibcxx_toolexecdir='${libdir}/gcc/${host_alias}'
78803    glibcxx_toolexeclibdir='${toolexecdir}/${gcc_version}$(MULTISUBDIR)'
78804  fi
78805
78806  # Calculate glibcxx_toolexecdir, glibcxx_toolexeclibdir
78807  # Install a library built with a cross compiler in tooldir, not libdir.
78808  if test x"$glibcxx_toolexecdir" = x"no"; then
78809    if test -n "$with_cross_host" &&
78810       test x"$with_cross_host" != x"no"; then
78811      glibcxx_toolexecdir='${exec_prefix}/${host_alias}'
78812      case ${with_toolexeclibdir} in
78813	no)
78814	  glibcxx_toolexeclibdir='${toolexecdir}/lib'
78815	  ;;
78816	*)
78817	  glibcxx_toolexeclibdir=${with_toolexeclibdir}
78818	  ;;
78819      esac
78820    else
78821      glibcxx_toolexecdir='${libdir}/gcc/${host_alias}'
78822      glibcxx_toolexeclibdir='${libdir}'
78823    fi
78824    multi_os_directory=`$CXX -print-multi-os-directory`
78825    case $multi_os_directory in
78826      .) ;; # Avoid trailing /.
78827      *) glibcxx_toolexeclibdir=$glibcxx_toolexeclibdir/$multi_os_directory ;;
78828    esac
78829  fi
78830
78831  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for install location" >&5
78832$as_echo_n "checking for install location... " >&6; }
78833  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gxx_include_dir" >&5
78834$as_echo "$gxx_include_dir" >&6; }
78835
78836
78837
78838
78839
78840
78841
78842# Export all the include and flag information to Makefiles.
78843
78844  # Used for every C++ compile we perform.
78845  GLIBCXX_INCLUDES="\
78846-I$glibcxx_builddir/include/$host_alias \
78847-I$glibcxx_builddir/include \
78848-I$glibcxx_srcdir/libsupc++"
78849
78850  # For Canadian crosses, pick this up too.
78851  if test $CANADIAN = yes; then
78852    GLIBCXX_INCLUDES="$GLIBCXX_INCLUDES -I\${includedir}"
78853  fi
78854
78855  # Stuff in the actual top level.  Currently only used by libsupc++ to
78856  # get unwind* headers from the libgcc dir.
78857  #TOPLEVEL_INCLUDES='-I$(toplevel_srcdir)/libgcc -I$(toplevel_srcdir)/include'
78858  TOPLEVEL_INCLUDES='-I$(toplevel_srcdir)/libgcc'
78859
78860  # Now, export this to all the little Makefiles....
78861
78862
78863
78864
78865  # Optimization flags that are probably a good idea for thrill-seekers. Just
78866  # uncomment the lines below and make, everything else is ready to go...
78867  # Alternatively OPTIMIZE_CXXFLAGS can be set in configure.host.
78868  # OPTIMIZE_CXXFLAGS = -O3 -fstrict-aliasing -fvtable-gc
78869
78870
78871  WARN_FLAGS="-Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi=2"
78872
78873
78874
78875# Determine what GCC version number to use in filesystem paths.
78876
78877  get_gcc_base_ver="cat"
78878
78879# Check whether --with-gcc-major-version-only was given.
78880if test "${with_gcc_major_version_only+set}" = set; then :
78881  withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
78882        get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
78883      fi
78884
78885fi
78886
78887
78888
78889
78890ac_config_files="$ac_config_files Makefile"
78891
78892ac_config_files="$ac_config_files scripts/testsuite_flags"
78893
78894ac_config_files="$ac_config_files scripts/extract_symvers"
78895
78896ac_config_files="$ac_config_files doc/xsl/customization.xsl"
78897
78898ac_config_files="$ac_config_files src/libbacktrace/backtrace-supported.h"
78899
78900
78901# Multilibs need MULTISUBDIR defined correctly in certain makefiles so
78902# that multilib installs will end up installed in the correct place.
78903# The testsuite needs it for multilib-aware ABI baseline files.
78904# To work around this not being passed down from config-ml.in ->
78905# srcdir/Makefile.am -> srcdir/{src,libsupc++,...}/Makefile.am, manually
78906# append it here.  Only modify Makefiles that have just been created.
78907#
78908# Also, get rid of this simulated-VPATH thing that automake does.
78909ac_config_files="$ac_config_files include/Makefile libsupc++/Makefile src/Makefile src/c++98/Makefile src/c++11/Makefile src/c++17/Makefile src/c++20/Makefile src/filesystem/Makefile src/libbacktrace/Makefile doc/Makefile python/Makefile"
78910
78911
78912ac_config_commands="$ac_config_commands generate-headers"
78913
78914
78915cat >confcache <<\_ACEOF
78916# This file is a shell script that caches the results of configure
78917# tests run on this system so they can be shared between configure
78918# scripts and configure runs, see configure's option --config-cache.
78919# It is not useful on other systems.  If it contains results you don't
78920# want to keep, you may remove or edit it.
78921#
78922# config.status only pays attention to the cache file if you give it
78923# the --recheck option to rerun configure.
78924#
78925# `ac_cv_env_foo' variables (set or unset) will be overridden when
78926# loading this file, other *unset* `ac_cv_foo' will be assigned the
78927# following values.
78928
78929_ACEOF
78930
78931# The following way of writing the cache mishandles newlines in values,
78932# but we know of no workaround that is simple, portable, and efficient.
78933# So, we kill variables containing newlines.
78934# Ultrix sh set writes to stderr and can't be redirected directly,
78935# and sets the high bit in the cache file unless we assign to the vars.
78936(
78937  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
78938    eval ac_val=\$$ac_var
78939    case $ac_val in #(
78940    *${as_nl}*)
78941      case $ac_var in #(
78942      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
78943$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
78944      esac
78945      case $ac_var in #(
78946      _ | IFS | as_nl) ;; #(
78947      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
78948      *) { eval $ac_var=; unset $ac_var;} ;;
78949      esac ;;
78950    esac
78951  done
78952
78953  (set) 2>&1 |
78954    case $as_nl`(ac_space=' '; set) 2>&1` in #(
78955    *${as_nl}ac_space=\ *)
78956      # `set' does not quote correctly, so add quotes: double-quote
78957      # substitution turns \\\\ into \\, and sed turns \\ into \.
78958      sed -n \
78959	"s/'/'\\\\''/g;
78960	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
78961      ;; #(
78962    *)
78963      # `set' quotes correctly as required by POSIX, so do not add quotes.
78964      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
78965      ;;
78966    esac |
78967    sort
78968) |
78969  sed '
78970     /^ac_cv_env_/b end
78971     t clear
78972     :clear
78973     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
78974     t end
78975     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
78976     :end' >>confcache
78977if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
78978  if test -w "$cache_file"; then
78979    if test "x$cache_file" != "x/dev/null"; then
78980      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
78981$as_echo "$as_me: updating cache $cache_file" >&6;}
78982      if test ! -f "$cache_file" || test -h "$cache_file"; then
78983	cat confcache >"$cache_file"
78984      else
78985        case $cache_file in #(
78986        */* | ?:*)
78987	  mv -f confcache "$cache_file"$$ &&
78988	  mv -f "$cache_file"$$ "$cache_file" ;; #(
78989        *)
78990	  mv -f confcache "$cache_file" ;;
78991	esac
78992      fi
78993    fi
78994  else
78995    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
78996$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
78997  fi
78998fi
78999rm -f confcache
79000
79001test "x$prefix" = xNONE && prefix=$ac_default_prefix
79002# Let make expand exec_prefix.
79003test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
79004
79005DEFS=-DHAVE_CONFIG_H
79006
79007ac_libobjs=
79008ac_ltlibobjs=
79009U=
79010for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
79011  # 1. Remove the extension, and $U if already installed.
79012  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
79013  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
79014  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
79015  #    will be set to the directory where LIBOBJS objects are built.
79016  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
79017  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
79018done
79019LIBOBJS=$ac_libobjs
79020
79021LTLIBOBJS=$ac_ltlibobjs
79022
79023
79024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
79025$as_echo_n "checking that generated files are newer than configure... " >&6; }
79026   if test -n "$am_sleep_pid"; then
79027     # Hide warnings about reused PIDs.
79028     wait $am_sleep_pid 2>/dev/null
79029   fi
79030   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
79031$as_echo "done" >&6; }
79032 if test -n "$EXEEXT"; then
79033  am__EXEEXT_TRUE=
79034  am__EXEEXT_FALSE='#'
79035else
79036  am__EXEEXT_TRUE='#'
79037  am__EXEEXT_FALSE=
79038fi
79039
79040if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
79041  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
79042Usually this means the macro was only invoked conditionally." "$LINENO" 5
79043fi
79044if test -z "${GLIBCXX_HOSTED_TRUE}" && test -z "${GLIBCXX_HOSTED_FALSE}"; then
79045  as_fn_error $? "conditional \"GLIBCXX_HOSTED\" was never defined.
79046Usually this means the macro was only invoked conditionally." "$LINENO" 5
79047fi
79048if test -z "${GLIBCXX_BUILD_PCH_TRUE}" && test -z "${GLIBCXX_BUILD_PCH_FALSE}"; then
79049  as_fn_error $? "conditional \"GLIBCXX_BUILD_PCH\" was never defined.
79050Usually this means the macro was only invoked conditionally." "$LINENO" 5
79051fi
79052if test -z "${ENABLE_FLOAT128_TRUE}" && test -z "${ENABLE_FLOAT128_FALSE}"; then
79053  as_fn_error $? "conditional \"ENABLE_FLOAT128\" was never defined.
79054Usually this means the macro was only invoked conditionally." "$LINENO" 5
79055fi
79056if test -z "${ENABLE_ALLOCATOR_NEW_TRUE}" && test -z "${ENABLE_ALLOCATOR_NEW_FALSE}"; then
79057  as_fn_error $? "conditional \"ENABLE_ALLOCATOR_NEW\" was never defined.
79058Usually this means the macro was only invoked conditionally." "$LINENO" 5
79059fi
79060if test -z "${GLIBCXX_C_HEADERS_C_TRUE}" && test -z "${GLIBCXX_C_HEADERS_C_FALSE}"; then
79061  as_fn_error $? "conditional \"GLIBCXX_C_HEADERS_C\" was never defined.
79062Usually this means the macro was only invoked conditionally." "$LINENO" 5
79063fi
79064if test -z "${GLIBCXX_C_HEADERS_C_STD_TRUE}" && test -z "${GLIBCXX_C_HEADERS_C_STD_FALSE}"; then
79065  as_fn_error $? "conditional \"GLIBCXX_C_HEADERS_C_STD\" was never defined.
79066Usually this means the macro was only invoked conditionally." "$LINENO" 5
79067fi
79068if test -z "${GLIBCXX_C_HEADERS_C_GLOBAL_TRUE}" && test -z "${GLIBCXX_C_HEADERS_C_GLOBAL_FALSE}"; then
79069  as_fn_error $? "conditional \"GLIBCXX_C_HEADERS_C_GLOBAL\" was never defined.
79070Usually this means the macro was only invoked conditionally." "$LINENO" 5
79071fi
79072if test -z "${GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE}" && test -z "${GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE}"; then
79073  as_fn_error $? "conditional \"GLIBCXX_C_HEADERS_COMPATIBILITY\" was never defined.
79074Usually this means the macro was only invoked conditionally." "$LINENO" 5
79075fi
79076if test -z "${GLIBCXX_BUILD_DEBUG_TRUE}" && test -z "${GLIBCXX_BUILD_DEBUG_FALSE}"; then
79077  as_fn_error $? "conditional \"GLIBCXX_BUILD_DEBUG\" was never defined.
79078Usually this means the macro was only invoked conditionally." "$LINENO" 5
79079fi
79080if test -z "${ENABLE_EXTERN_TEMPLATE_TRUE}" && test -z "${ENABLE_EXTERN_TEMPLATE_FALSE}"; then
79081  as_fn_error $? "conditional \"ENABLE_EXTERN_TEMPLATE\" was never defined.
79082Usually this means the macro was only invoked conditionally." "$LINENO" 5
79083fi
79084if test -z "${ENABLE_PYTHONDIR_TRUE}" && test -z "${ENABLE_PYTHONDIR_FALSE}"; then
79085  as_fn_error $? "conditional \"ENABLE_PYTHONDIR\" was never defined.
79086Usually this means the macro was only invoked conditionally." "$LINENO" 5
79087fi
79088if test -z "${ENABLE_WERROR_TRUE}" && test -z "${ENABLE_WERROR_FALSE}"; then
79089  as_fn_error $? "conditional \"ENABLE_WERROR\" was never defined.
79090Usually this means the macro was only invoked conditionally." "$LINENO" 5
79091fi
79092if test -z "${VTV_CYGMIN_TRUE}" && test -z "${VTV_CYGMIN_FALSE}"; then
79093  as_fn_error $? "conditional \"VTV_CYGMIN\" was never defined.
79094Usually this means the macro was only invoked conditionally." "$LINENO" 5
79095fi
79096if test -z "${ENABLE_VTABLE_VERIFY_TRUE}" && test -z "${ENABLE_VTABLE_VERIFY_FALSE}"; then
79097  as_fn_error $? "conditional \"ENABLE_VTABLE_VERIFY\" was never defined.
79098Usually this means the macro was only invoked conditionally." "$LINENO" 5
79099fi
79100if test -z "${ENABLE_SYMVERS_TRUE}" && test -z "${ENABLE_SYMVERS_FALSE}"; then
79101  as_fn_error $? "conditional \"ENABLE_SYMVERS\" was never defined.
79102Usually this means the macro was only invoked conditionally." "$LINENO" 5
79103fi
79104if test -z "${ENABLE_SYMVERS_GNU_TRUE}" && test -z "${ENABLE_SYMVERS_GNU_FALSE}"; then
79105  as_fn_error $? "conditional \"ENABLE_SYMVERS_GNU\" was never defined.
79106Usually this means the macro was only invoked conditionally." "$LINENO" 5
79107fi
79108if test -z "${ENABLE_SYMVERS_GNU_NAMESPACE_TRUE}" && test -z "${ENABLE_SYMVERS_GNU_NAMESPACE_FALSE}"; then
79109  as_fn_error $? "conditional \"ENABLE_SYMVERS_GNU_NAMESPACE\" was never defined.
79110Usually this means the macro was only invoked conditionally." "$LINENO" 5
79111fi
79112if test -z "${ENABLE_SYMVERS_DARWIN_TRUE}" && test -z "${ENABLE_SYMVERS_DARWIN_FALSE}"; then
79113  as_fn_error $? "conditional \"ENABLE_SYMVERS_DARWIN\" was never defined.
79114Usually this means the macro was only invoked conditionally." "$LINENO" 5
79115fi
79116if test -z "${ENABLE_SYMVERS_SUN_TRUE}" && test -z "${ENABLE_SYMVERS_SUN_FALSE}"; then
79117  as_fn_error $? "conditional \"ENABLE_SYMVERS_SUN\" was never defined.
79118Usually this means the macro was only invoked conditionally." "$LINENO" 5
79119fi
79120if test -z "${ENABLE_VISIBILITY_TRUE}" && test -z "${ENABLE_VISIBILITY_FALSE}"; then
79121  as_fn_error $? "conditional \"ENABLE_VISIBILITY\" was never defined.
79122Usually this means the macro was only invoked conditionally." "$LINENO" 5
79123fi
79124if test -z "${ENABLE_DUAL_ABI_TRUE}" && test -z "${ENABLE_DUAL_ABI_FALSE}"; then
79125  as_fn_error $? "conditional \"ENABLE_DUAL_ABI\" was never defined.
79126Usually this means the macro was only invoked conditionally." "$LINENO" 5
79127fi
79128if test -z "${ENABLE_CXX11_ABI_TRUE}" && test -z "${ENABLE_CXX11_ABI_FALSE}"; then
79129  as_fn_error $? "conditional \"ENABLE_CXX11_ABI\" was never defined.
79130Usually this means the macro was only invoked conditionally." "$LINENO" 5
79131fi
79132if test -z "${GLIBCXX_LDBL_COMPAT_TRUE}" && test -z "${GLIBCXX_LDBL_COMPAT_FALSE}"; then
79133  as_fn_error $? "conditional \"GLIBCXX_LDBL_COMPAT\" was never defined.
79134Usually this means the macro was only invoked conditionally." "$LINENO" 5
79135fi
79136if test -z "${GLIBCXX_LDBL_ALT128_COMPAT_TRUE}" && test -z "${GLIBCXX_LDBL_ALT128_COMPAT_FALSE}"; then
79137  as_fn_error $? "conditional \"GLIBCXX_LDBL_ALT128_COMPAT\" was never defined.
79138Usually this means the macro was only invoked conditionally." "$LINENO" 5
79139fi
79140if test -z "${ENABLE_FILESYSTEM_TS_TRUE}" && test -z "${ENABLE_FILESYSTEM_TS_FALSE}"; then
79141  as_fn_error $? "conditional \"ENABLE_FILESYSTEM_TS\" was never defined.
79142Usually this means the macro was only invoked conditionally." "$LINENO" 5
79143fi
79144if test -z "${ENABLE_BACKTRACE_TRUE}" && test -z "${ENABLE_BACKTRACE_FALSE}"; then
79145  as_fn_error $? "conditional \"ENABLE_BACKTRACE\" was never defined.
79146Usually this means the macro was only invoked conditionally." "$LINENO" 5
79147fi
79148if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
79149  as_fn_error $? "conditional \"BUILD_INFO\" was never defined.
79150Usually this means the macro was only invoked conditionally." "$LINENO" 5
79151fi
79152if test -z "${BUILD_EPUB_TRUE}" && test -z "${BUILD_EPUB_FALSE}"; then
79153  as_fn_error $? "conditional \"BUILD_EPUB\" was never defined.
79154Usually this means the macro was only invoked conditionally." "$LINENO" 5
79155fi
79156if test -z "${BUILD_XML_TRUE}" && test -z "${BUILD_XML_FALSE}"; then
79157  as_fn_error $? "conditional \"BUILD_XML\" was never defined.
79158Usually this means the macro was only invoked conditionally." "$LINENO" 5
79159fi
79160if test -z "${BUILD_HTML_TRUE}" && test -z "${BUILD_HTML_FALSE}"; then
79161  as_fn_error $? "conditional \"BUILD_HTML\" was never defined.
79162Usually this means the macro was only invoked conditionally." "$LINENO" 5
79163fi
79164if test -z "${BUILD_MAN_TRUE}" && test -z "${BUILD_MAN_FALSE}"; then
79165  as_fn_error $? "conditional \"BUILD_MAN\" was never defined.
79166Usually this means the macro was only invoked conditionally." "$LINENO" 5
79167fi
79168if test -z "${BUILD_PDF_TRUE}" && test -z "${BUILD_PDF_FALSE}"; then
79169  as_fn_error $? "conditional \"BUILD_PDF\" was never defined.
79170Usually this means the macro was only invoked conditionally." "$LINENO" 5
79171fi
79172if test -z "${INCLUDE_DIR_NOTPARALLEL_TRUE}" && test -z "${INCLUDE_DIR_NOTPARALLEL_FALSE}"; then
79173  as_fn_error $? "conditional \"INCLUDE_DIR_NOTPARALLEL\" was never defined.
79174Usually this means the macro was only invoked conditionally." "$LINENO" 5
79175fi
79176
79177: "${CONFIG_STATUS=./config.status}"
79178ac_write_fail=0
79179ac_clean_files_save=$ac_clean_files
79180ac_clean_files="$ac_clean_files $CONFIG_STATUS"
79181{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
79182$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
79183as_write_fail=0
79184cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
79185#! $SHELL
79186# Generated by $as_me.
79187# Run this file to recreate the current configuration.
79188# Compiler output produced by configure, useful for debugging
79189# configure, is in config.log if it exists.
79190
79191debug=false
79192ac_cs_recheck=false
79193ac_cs_silent=false
79194
79195SHELL=\${CONFIG_SHELL-$SHELL}
79196export SHELL
79197_ASEOF
79198cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
79199## -------------------- ##
79200## M4sh Initialization. ##
79201## -------------------- ##
79202
79203# Be more Bourne compatible
79204DUALCASE=1; export DUALCASE # for MKS sh
79205if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
79206  emulate sh
79207  NULLCMD=:
79208  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
79209  # is contrary to our usage.  Disable this feature.
79210  alias -g '${1+"$@"}'='"$@"'
79211  setopt NO_GLOB_SUBST
79212else
79213  case `(set -o) 2>/dev/null` in #(
79214  *posix*) :
79215    set -o posix ;; #(
79216  *) :
79217     ;;
79218esac
79219fi
79220
79221
79222as_nl='
79223'
79224export as_nl
79225# Printing a long string crashes Solaris 7 /usr/bin/printf.
79226as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
79227as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
79228as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
79229# Prefer a ksh shell builtin over an external printf program on Solaris,
79230# but without wasting forks for bash or zsh.
79231if test -z "$BASH_VERSION$ZSH_VERSION" \
79232    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
79233  as_echo='print -r --'
79234  as_echo_n='print -rn --'
79235elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
79236  as_echo='printf %s\n'
79237  as_echo_n='printf %s'
79238else
79239  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
79240    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
79241    as_echo_n='/usr/ucb/echo -n'
79242  else
79243    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
79244    as_echo_n_body='eval
79245      arg=$1;
79246      case $arg in #(
79247      *"$as_nl"*)
79248	expr "X$arg" : "X\\(.*\\)$as_nl";
79249	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
79250      esac;
79251      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
79252    '
79253    export as_echo_n_body
79254    as_echo_n='sh -c $as_echo_n_body as_echo'
79255  fi
79256  export as_echo_body
79257  as_echo='sh -c $as_echo_body as_echo'
79258fi
79259
79260# The user is always right.
79261if test "${PATH_SEPARATOR+set}" != set; then
79262  PATH_SEPARATOR=:
79263  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
79264    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79265      PATH_SEPARATOR=';'
79266  }
79267fi
79268
79269
79270# IFS
79271# We need space, tab and new line, in precisely that order.  Quoting is
79272# there to prevent editors from complaining about space-tab.
79273# (If _AS_PATH_WALK were called with IFS unset, it would disable word
79274# splitting by setting IFS to empty value.)
79275IFS=" ""	$as_nl"
79276
79277# Find who we are.  Look in the path if we contain no directory separator.
79278as_myself=
79279case $0 in #((
79280  *[\\/]* ) as_myself=$0 ;;
79281  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
79282for as_dir in $PATH
79283do
79284  IFS=$as_save_IFS
79285  test -z "$as_dir" && as_dir=.
79286    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79287  done
79288IFS=$as_save_IFS
79289
79290     ;;
79291esac
79292# We did not find ourselves, most probably we were run as `sh COMMAND'
79293# in which case we are not to be found in the path.
79294if test "x$as_myself" = x; then
79295  as_myself=$0
79296fi
79297if test ! -f "$as_myself"; then
79298  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
79299  exit 1
79300fi
79301
79302# Unset variables that we do not need and which cause bugs (e.g. in
79303# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
79304# suppresses any "Segmentation fault" message there.  '((' could
79305# trigger a bug in pdksh 5.2.14.
79306for as_var in BASH_ENV ENV MAIL MAILPATH
79307do eval test x\${$as_var+set} = xset \
79308  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
79309done
79310PS1='$ '
79311PS2='> '
79312PS4='+ '
79313
79314# NLS nuisances.
79315LC_ALL=C
79316export LC_ALL
79317LANGUAGE=C
79318export LANGUAGE
79319
79320# CDPATH.
79321(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
79322
79323
79324# as_fn_error STATUS ERROR [LINENO LOG_FD]
79325# ----------------------------------------
79326# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
79327# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
79328# script with STATUS, using 1 if that was 0.
79329as_fn_error ()
79330{
79331  as_status=$1; test $as_status -eq 0 && as_status=1
79332  if test "$4"; then
79333    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
79334    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
79335  fi
79336  $as_echo "$as_me: error: $2" >&2
79337  as_fn_exit $as_status
79338} # as_fn_error
79339
79340
79341# as_fn_set_status STATUS
79342# -----------------------
79343# Set $? to STATUS, without forking.
79344as_fn_set_status ()
79345{
79346  return $1
79347} # as_fn_set_status
79348
79349# as_fn_exit STATUS
79350# -----------------
79351# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
79352as_fn_exit ()
79353{
79354  set +e
79355  as_fn_set_status $1
79356  exit $1
79357} # as_fn_exit
79358
79359# as_fn_unset VAR
79360# ---------------
79361# Portably unset VAR.
79362as_fn_unset ()
79363{
79364  { eval $1=; unset $1;}
79365}
79366as_unset=as_fn_unset
79367# as_fn_append VAR VALUE
79368# ----------------------
79369# Append the text in VALUE to the end of the definition contained in VAR. Take
79370# advantage of any shell optimizations that allow amortized linear growth over
79371# repeated appends, instead of the typical quadratic growth present in naive
79372# implementations.
79373if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
79374  eval 'as_fn_append ()
79375  {
79376    eval $1+=\$2
79377  }'
79378else
79379  as_fn_append ()
79380  {
79381    eval $1=\$$1\$2
79382  }
79383fi # as_fn_append
79384
79385# as_fn_arith ARG...
79386# ------------------
79387# Perform arithmetic evaluation on the ARGs, and store the result in the
79388# global $as_val. Take advantage of shells that can avoid forks. The arguments
79389# must be portable across $(()) and expr.
79390if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
79391  eval 'as_fn_arith ()
79392  {
79393    as_val=$(( $* ))
79394  }'
79395else
79396  as_fn_arith ()
79397  {
79398    as_val=`expr "$@" || test $? -eq 1`
79399  }
79400fi # as_fn_arith
79401
79402
79403if expr a : '\(a\)' >/dev/null 2>&1 &&
79404   test "X`expr 00001 : '.*\(...\)'`" = X001; then
79405  as_expr=expr
79406else
79407  as_expr=false
79408fi
79409
79410if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
79411  as_basename=basename
79412else
79413  as_basename=false
79414fi
79415
79416if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
79417  as_dirname=dirname
79418else
79419  as_dirname=false
79420fi
79421
79422as_me=`$as_basename -- "$0" ||
79423$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
79424	 X"$0" : 'X\(//\)$' \| \
79425	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
79426$as_echo X/"$0" |
79427    sed '/^.*\/\([^/][^/]*\)\/*$/{
79428	    s//\1/
79429	    q
79430	  }
79431	  /^X\/\(\/\/\)$/{
79432	    s//\1/
79433	    q
79434	  }
79435	  /^X\/\(\/\).*/{
79436	    s//\1/
79437	    q
79438	  }
79439	  s/.*/./; q'`
79440
79441# Avoid depending upon Character Ranges.
79442as_cr_letters='abcdefghijklmnopqrstuvwxyz'
79443as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
79444as_cr_Letters=$as_cr_letters$as_cr_LETTERS
79445as_cr_digits='0123456789'
79446as_cr_alnum=$as_cr_Letters$as_cr_digits
79447
79448ECHO_C= ECHO_N= ECHO_T=
79449case `echo -n x` in #(((((
79450-n*)
79451  case `echo 'xy\c'` in
79452  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
79453  xy)  ECHO_C='\c';;
79454  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
79455       ECHO_T='	';;
79456  esac;;
79457*)
79458  ECHO_N='-n';;
79459esac
79460
79461rm -f conf$$ conf$$.exe conf$$.file
79462if test -d conf$$.dir; then
79463  rm -f conf$$.dir/conf$$.file
79464else
79465  rm -f conf$$.dir
79466  mkdir conf$$.dir 2>/dev/null
79467fi
79468if (echo >conf$$.file) 2>/dev/null; then
79469  if ln -s conf$$.file conf$$ 2>/dev/null; then
79470    as_ln_s='ln -s'
79471    # ... but there are two gotchas:
79472    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
79473    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
79474    # In both cases, we have to default to `cp -pR'.
79475    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
79476      as_ln_s='cp -pR'
79477  elif ln conf$$.file conf$$ 2>/dev/null; then
79478    as_ln_s=ln
79479  else
79480    as_ln_s='cp -pR'
79481  fi
79482else
79483  as_ln_s='cp -pR'
79484fi
79485rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
79486rmdir conf$$.dir 2>/dev/null
79487
79488
79489# as_fn_mkdir_p
79490# -------------
79491# Create "$as_dir" as a directory, including parents if necessary.
79492as_fn_mkdir_p ()
79493{
79494
79495  case $as_dir in #(
79496  -*) as_dir=./$as_dir;;
79497  esac
79498  test -d "$as_dir" || eval $as_mkdir_p || {
79499    as_dirs=
79500    while :; do
79501      case $as_dir in #(
79502      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
79503      *) as_qdir=$as_dir;;
79504      esac
79505      as_dirs="'$as_qdir' $as_dirs"
79506      as_dir=`$as_dirname -- "$as_dir" ||
79507$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
79508	 X"$as_dir" : 'X\(//\)[^/]' \| \
79509	 X"$as_dir" : 'X\(//\)$' \| \
79510	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
79511$as_echo X"$as_dir" |
79512    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
79513	    s//\1/
79514	    q
79515	  }
79516	  /^X\(\/\/\)[^/].*/{
79517	    s//\1/
79518	    q
79519	  }
79520	  /^X\(\/\/\)$/{
79521	    s//\1/
79522	    q
79523	  }
79524	  /^X\(\/\).*/{
79525	    s//\1/
79526	    q
79527	  }
79528	  s/.*/./; q'`
79529      test -d "$as_dir" && break
79530    done
79531    test -z "$as_dirs" || eval "mkdir $as_dirs"
79532  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
79533
79534
79535} # as_fn_mkdir_p
79536if mkdir -p . 2>/dev/null; then
79537  as_mkdir_p='mkdir -p "$as_dir"'
79538else
79539  test -d ./-p && rmdir ./-p
79540  as_mkdir_p=false
79541fi
79542
79543
79544# as_fn_executable_p FILE
79545# -----------------------
79546# Test if FILE is an executable regular file.
79547as_fn_executable_p ()
79548{
79549  test -f "$1" && test -x "$1"
79550} # as_fn_executable_p
79551as_test_x='test -x'
79552as_executable_p=as_fn_executable_p
79553
79554# Sed expression to map a string onto a valid CPP name.
79555as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
79556
79557# Sed expression to map a string onto a valid variable name.
79558as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
79559
79560
79561exec 6>&1
79562## ----------------------------------- ##
79563## Main body of $CONFIG_STATUS script. ##
79564## ----------------------------------- ##
79565_ASEOF
79566test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
79567
79568cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
79569# Save the log message, to keep $0 and so on meaningful, and to
79570# report actual input values of CONFIG_FILES etc. instead of their
79571# values after options handling.
79572ac_log="
79573This file was extended by package-unused $as_me version-unused, which was
79574generated by GNU Autoconf 2.69.  Invocation command line was
79575
79576  CONFIG_FILES    = $CONFIG_FILES
79577  CONFIG_HEADERS  = $CONFIG_HEADERS
79578  CONFIG_LINKS    = $CONFIG_LINKS
79579  CONFIG_COMMANDS = $CONFIG_COMMANDS
79580  $ $0 $@
79581
79582on `(hostname || uname -n) 2>/dev/null | sed 1q`
79583"
79584
79585_ACEOF
79586
79587case $ac_config_files in *"
79588"*) set x $ac_config_files; shift; ac_config_files=$*;;
79589esac
79590
79591case $ac_config_headers in *"
79592"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
79593esac
79594
79595
79596cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
79597# Files that config.status was made for.
79598config_files="$ac_config_files"
79599config_headers="$ac_config_headers"
79600config_commands="$ac_config_commands"
79601
79602_ACEOF
79603
79604cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
79605ac_cs_usage="\
79606\`$as_me' instantiates files and other configuration actions
79607from templates according to the current configuration.  Unless the files
79608and actions are specified as TAGs, all are instantiated by default.
79609
79610Usage: $0 [OPTION]... [TAG]...
79611
79612  -h, --help       print this help, then exit
79613  -V, --version    print version number and configuration settings, then exit
79614      --config     print configuration, then exit
79615  -q, --quiet, --silent
79616                   do not print progress messages
79617  -d, --debug      don't remove temporary files
79618      --recheck    update $as_me by reconfiguring in the same conditions
79619      --file=FILE[:TEMPLATE]
79620                   instantiate the configuration file FILE
79621      --header=FILE[:TEMPLATE]
79622                   instantiate the configuration header FILE
79623
79624Configuration files:
79625$config_files
79626
79627Configuration headers:
79628$config_headers
79629
79630Configuration commands:
79631$config_commands
79632
79633Report bugs to the package provider."
79634
79635_ACEOF
79636cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
79637ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
79638ac_cs_version="\\
79639package-unused config.status version-unused
79640configured by $0, generated by GNU Autoconf 2.69,
79641  with options \\"\$ac_cs_config\\"
79642
79643Copyright (C) 2012 Free Software Foundation, Inc.
79644This config.status script is free software; the Free Software Foundation
79645gives unlimited permission to copy, distribute and modify it."
79646
79647ac_pwd='$ac_pwd'
79648srcdir='$srcdir'
79649INSTALL='$INSTALL'
79650MKDIR_P='$MKDIR_P'
79651AWK='$AWK'
79652test -n "\$AWK" || AWK=awk
79653_ACEOF
79654
79655cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
79656# The default lists apply if the user does not specify any file.
79657ac_need_defaults=:
79658while test $# != 0
79659do
79660  case $1 in
79661  --*=?*)
79662    ac_option=`expr "X$1" : 'X\([^=]*\)='`
79663    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
79664    ac_shift=:
79665    ;;
79666  --*=)
79667    ac_option=`expr "X$1" : 'X\([^=]*\)='`
79668    ac_optarg=
79669    ac_shift=:
79670    ;;
79671  *)
79672    ac_option=$1
79673    ac_optarg=$2
79674    ac_shift=shift
79675    ;;
79676  esac
79677
79678  case $ac_option in
79679  # Handling of the options.
79680  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
79681    ac_cs_recheck=: ;;
79682  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
79683    $as_echo "$ac_cs_version"; exit ;;
79684  --config | --confi | --conf | --con | --co | --c )
79685    $as_echo "$ac_cs_config"; exit ;;
79686  --debug | --debu | --deb | --de | --d | -d )
79687    debug=: ;;
79688  --file | --fil | --fi | --f )
79689    $ac_shift
79690    case $ac_optarg in
79691    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
79692    '') as_fn_error $? "missing file argument" ;;
79693    esac
79694    as_fn_append CONFIG_FILES " '$ac_optarg'"
79695    ac_need_defaults=false;;
79696  --header | --heade | --head | --hea )
79697    $ac_shift
79698    case $ac_optarg in
79699    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
79700    esac
79701    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
79702    ac_need_defaults=false;;
79703  --he | --h)
79704    # Conflict between --help and --header
79705    as_fn_error $? "ambiguous option: \`$1'
79706Try \`$0 --help' for more information.";;
79707  --help | --hel | -h )
79708    $as_echo "$ac_cs_usage"; exit ;;
79709  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
79710  | -silent | --silent | --silen | --sile | --sil | --si | --s)
79711    ac_cs_silent=: ;;
79712
79713  # This is an error.
79714  -*) as_fn_error $? "unrecognized option: \`$1'
79715Try \`$0 --help' for more information." ;;
79716
79717  *) as_fn_append ac_config_targets " $1"
79718     ac_need_defaults=false ;;
79719
79720  esac
79721  shift
79722done
79723
79724ac_configure_extra_args=
79725
79726if $ac_cs_silent; then
79727  exec 6>/dev/null
79728  ac_configure_extra_args="$ac_configure_extra_args --silent"
79729fi
79730
79731_ACEOF
79732cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
79733if \$ac_cs_recheck; then
79734  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
79735  shift
79736  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
79737  CONFIG_SHELL='$SHELL'
79738  export CONFIG_SHELL
79739  exec "\$@"
79740fi
79741
79742_ACEOF
79743cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
79744exec 5>>config.log
79745{
79746  echo
79747  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
79748## Running $as_me. ##
79749_ASBOX
79750  $as_echo "$ac_log"
79751} >&5
79752
79753_ACEOF
79754cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
79755#
79756# INIT-COMMANDS
79757#
79758
79759srcdir="$srcdir"
79760host="$host"
79761target="$target"
79762with_multisubdir="$with_multisubdir"
79763with_multisrctop="$with_multisrctop"
79764with_target_subdir="$with_target_subdir"
79765ac_configure_args="${multilib_arg} ${ac_configure_args}"
79766multi_basedir="$multi_basedir"
79767CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
79768CC="$CC"
79769CXX="$CXX"
79770GFORTRAN="$GFORTRAN"
79771GDC="$GDC"
79772
79773
79774# The HP-UX ksh and POSIX shell print the target directory to stdout
79775# if CDPATH is set.
79776(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
79777
79778sed_quote_subst='$sed_quote_subst'
79779double_quote_subst='$double_quote_subst'
79780delay_variable_subst='$delay_variable_subst'
79781macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
79782macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
79783enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
79784enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
79785pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
79786enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
79787SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
79788ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
79789host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
79790host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
79791host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
79792build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
79793build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
79794build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
79795SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
79796Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
79797GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
79798EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
79799FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
79800LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
79801NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
79802LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
79803max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
79804ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
79805exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
79806lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
79807lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
79808lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
79809reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
79810reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
79811OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
79812deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
79813file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
79814AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
79815AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
79816STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
79817RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
79818old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
79819old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
79820old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
79821lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
79822CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
79823CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
79824compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
79825GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
79826lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
79827lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
79828lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
79829lt_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"`'
79830objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
79831MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
79832lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
79833lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
79834lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
79835lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
79836lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
79837need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
79838DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
79839NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
79840LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
79841OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
79842OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
79843libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
79844shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
79845extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
79846archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
79847enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
79848export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
79849whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
79850compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
79851old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
79852old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
79853archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
79854archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
79855module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
79856module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
79857with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
79858allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
79859no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
79860hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
79861hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
79862hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
79863hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
79864hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
79865hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
79866hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
79867hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
79868inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
79869link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
79870fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
79871always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
79872export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
79873exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
79874include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
79875prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
79876file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
79877variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
79878need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
79879need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
79880version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
79881runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
79882shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
79883shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
79884libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
79885library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
79886soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
79887install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
79888postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
79889postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
79890finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
79891finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
79892hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
79893sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
79894sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
79895hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
79896enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
79897enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
79898enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
79899old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
79900striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
79901compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
79902predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
79903postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
79904predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
79905postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
79906compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
79907LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
79908reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
79909reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79910old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79911compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
79912GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
79913lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
79914lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
79915lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
79916lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
79917lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
79918archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
79919enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
79920export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
79921whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
79922compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
79923old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79924old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79925archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79926archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79927module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79928module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79929with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
79930allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
79931no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
79932hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
79933hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
79934hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
79935hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
79936hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
79937hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
79938hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
79939hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
79940inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
79941link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
79942fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
79943always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
79944export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79945exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
79946include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
79947prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
79948file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
79949hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
79950compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
79951predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
79952postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
79953predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
79954postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
79955compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
79956
79957LTCC='$LTCC'
79958LTCFLAGS='$LTCFLAGS'
79959compiler='$compiler_DEFAULT'
79960
79961# A function that is used when there is no print builtin or printf.
79962func_fallback_echo ()
79963{
79964  eval 'cat <<_LTECHO_EOF
79965\$1
79966_LTECHO_EOF'
79967}
79968
79969# Quote evaled strings.
79970for var in SHELL \
79971ECHO \
79972SED \
79973GREP \
79974EGREP \
79975FGREP \
79976LD \
79977NM \
79978LN_S \
79979lt_SP2NL \
79980lt_NL2SP \
79981reload_flag \
79982OBJDUMP \
79983deplibs_check_method \
79984file_magic_cmd \
79985AR \
79986AR_FLAGS \
79987STRIP \
79988RANLIB \
79989CC \
79990CFLAGS \
79991compiler \
79992lt_cv_sys_global_symbol_pipe \
79993lt_cv_sys_global_symbol_to_cdecl \
79994lt_cv_sys_global_symbol_to_c_name_address \
79995lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
79996lt_prog_compiler_no_builtin_flag \
79997lt_prog_compiler_wl \
79998lt_prog_compiler_pic \
79999lt_prog_compiler_static \
80000lt_cv_prog_compiler_c_o \
80001need_locks \
80002DSYMUTIL \
80003NMEDIT \
80004LIPO \
80005OTOOL \
80006OTOOL64 \
80007shrext_cmds \
80008export_dynamic_flag_spec \
80009whole_archive_flag_spec \
80010compiler_needs_object \
80011with_gnu_ld \
80012allow_undefined_flag \
80013no_undefined_flag \
80014hardcode_libdir_flag_spec \
80015hardcode_libdir_flag_spec_ld \
80016hardcode_libdir_separator \
80017fix_srcfile_path \
80018exclude_expsyms \
80019include_expsyms \
80020file_list_spec \
80021variables_saved_for_relink \
80022libname_spec \
80023library_names_spec \
80024soname_spec \
80025install_override_mode \
80026finish_eval \
80027old_striplib \
80028striplib \
80029compiler_lib_search_dirs \
80030predep_objects \
80031postdep_objects \
80032predeps \
80033postdeps \
80034compiler_lib_search_path \
80035LD_CXX \
80036reload_flag_CXX \
80037compiler_CXX \
80038lt_prog_compiler_no_builtin_flag_CXX \
80039lt_prog_compiler_wl_CXX \
80040lt_prog_compiler_pic_CXX \
80041lt_prog_compiler_static_CXX \
80042lt_cv_prog_compiler_c_o_CXX \
80043export_dynamic_flag_spec_CXX \
80044whole_archive_flag_spec_CXX \
80045compiler_needs_object_CXX \
80046with_gnu_ld_CXX \
80047allow_undefined_flag_CXX \
80048no_undefined_flag_CXX \
80049hardcode_libdir_flag_spec_CXX \
80050hardcode_libdir_flag_spec_ld_CXX \
80051hardcode_libdir_separator_CXX \
80052fix_srcfile_path_CXX \
80053exclude_expsyms_CXX \
80054include_expsyms_CXX \
80055file_list_spec_CXX \
80056compiler_lib_search_dirs_CXX \
80057predep_objects_CXX \
80058postdep_objects_CXX \
80059predeps_CXX \
80060postdeps_CXX \
80061compiler_lib_search_path_CXX; do
80062    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
80063    *[\\\\\\\`\\"\\\$]*)
80064      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
80065      ;;
80066    *)
80067      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
80068      ;;
80069    esac
80070done
80071
80072# Double-quote double-evaled strings.
80073for var in reload_cmds \
80074old_postinstall_cmds \
80075old_postuninstall_cmds \
80076old_archive_cmds \
80077extract_expsyms_cmds \
80078old_archive_from_new_cmds \
80079old_archive_from_expsyms_cmds \
80080archive_cmds \
80081archive_expsym_cmds \
80082module_cmds \
80083module_expsym_cmds \
80084export_symbols_cmds \
80085prelink_cmds \
80086postinstall_cmds \
80087postuninstall_cmds \
80088finish_cmds \
80089sys_lib_search_path_spec \
80090sys_lib_dlsearch_path_spec \
80091reload_cmds_CXX \
80092old_archive_cmds_CXX \
80093old_archive_from_new_cmds_CXX \
80094old_archive_from_expsyms_cmds_CXX \
80095archive_cmds_CXX \
80096archive_expsym_cmds_CXX \
80097module_cmds_CXX \
80098module_expsym_cmds_CXX \
80099export_symbols_cmds_CXX \
80100prelink_cmds_CXX; do
80101    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
80102    *[\\\\\\\`\\"\\\$]*)
80103      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
80104      ;;
80105    *)
80106      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
80107      ;;
80108    esac
80109done
80110
80111ac_aux_dir='$ac_aux_dir'
80112xsi_shell='$xsi_shell'
80113lt_shell_append='$lt_shell_append'
80114
80115# See if we are running on zsh, and set the options which allow our
80116# commands through without removal of \ escapes INIT.
80117if test -n "\${ZSH_VERSION+set}" ; then
80118   setopt NO_GLOB_SUBST
80119fi
80120
80121
80122    PACKAGE='$PACKAGE'
80123    VERSION='$VERSION'
80124    TIMESTAMP='$TIMESTAMP'
80125    RM='$RM'
80126    ofile='$ofile'
80127
80128
80129
80130
80131
80132
80133GCC="$GCC"
80134CC="$CC"
80135acx_cv_header_stdint="$acx_cv_header_stdint"
80136acx_cv_type_int8_t="$acx_cv_type_int8_t"
80137acx_cv_type_int16_t="$acx_cv_type_int16_t"
80138acx_cv_type_int32_t="$acx_cv_type_int32_t"
80139acx_cv_type_int64_t="$acx_cv_type_int64_t"
80140acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
80141ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
80142ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
80143ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
80144ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
80145ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
80146ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
80147ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
80148ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
80149
80150
80151_ACEOF
80152
80153cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
80154
80155# Handling of arguments.
80156for ac_config_target in $ac_config_targets
80157do
80158  case $ac_config_target in
80159    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
80160    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
80161    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
80162    "include/gstdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/gstdint.h" ;;
80163    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
80164    "scripts/testsuite_flags") CONFIG_FILES="$CONFIG_FILES scripts/testsuite_flags" ;;
80165    "scripts/extract_symvers") CONFIG_FILES="$CONFIG_FILES scripts/extract_symvers" ;;
80166    "doc/xsl/customization.xsl") CONFIG_FILES="$CONFIG_FILES doc/xsl/customization.xsl" ;;
80167    "src/libbacktrace/backtrace-supported.h") CONFIG_FILES="$CONFIG_FILES src/libbacktrace/backtrace-supported.h" ;;
80168    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
80169    "libsupc++/Makefile") CONFIG_FILES="$CONFIG_FILES libsupc++/Makefile" ;;
80170    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
80171    "src/c++98/Makefile") CONFIG_FILES="$CONFIG_FILES src/c++98/Makefile" ;;
80172    "src/c++11/Makefile") CONFIG_FILES="$CONFIG_FILES src/c++11/Makefile" ;;
80173    "src/c++17/Makefile") CONFIG_FILES="$CONFIG_FILES src/c++17/Makefile" ;;
80174    "src/c++20/Makefile") CONFIG_FILES="$CONFIG_FILES src/c++20/Makefile" ;;
80175    "src/filesystem/Makefile") CONFIG_FILES="$CONFIG_FILES src/filesystem/Makefile" ;;
80176    "src/libbacktrace/Makefile") CONFIG_FILES="$CONFIG_FILES src/libbacktrace/Makefile" ;;
80177    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
80178    "python/Makefile") CONFIG_FILES="$CONFIG_FILES python/Makefile" ;;
80179    "generate-headers") CONFIG_COMMANDS="$CONFIG_COMMANDS generate-headers" ;;
80180
80181  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
80182  esac
80183done
80184
80185
80186# If the user did not use the arguments to specify the items to instantiate,
80187# then the envvar interface is used.  Set only those that are not.
80188# We use the long form for the default assignment because of an extremely
80189# bizarre bug on SunOS 4.1.3.
80190if $ac_need_defaults; then
80191  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
80192  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
80193  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
80194fi
80195
80196# Have a temporary directory for convenience.  Make it in the build tree
80197# simply because there is no reason against having it here, and in addition,
80198# creating and moving files from /tmp can sometimes cause problems.
80199# Hook for its removal unless debugging.
80200# Note that there is a small window in which the directory will not be cleaned:
80201# after its creation but before its name has been assigned to `$tmp'.
80202$debug ||
80203{
80204  tmp= ac_tmp=
80205  trap 'exit_status=$?
80206  : "${ac_tmp:=$tmp}"
80207  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
80208' 0
80209  trap 'as_fn_exit 1' 1 2 13 15
80210}
80211# Create a (secure) tmp directory for tmp files.
80212
80213{
80214  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
80215  test -d "$tmp"
80216}  ||
80217{
80218  tmp=./conf$$-$RANDOM
80219  (umask 077 && mkdir "$tmp")
80220} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
80221ac_tmp=$tmp
80222
80223# Set up the scripts for CONFIG_FILES section.
80224# No need to generate them if there are no CONFIG_FILES.
80225# This happens for instance with `./config.status config.h'.
80226if test -n "$CONFIG_FILES"; then
80227
80228
80229ac_cr=`echo X | tr X '\015'`
80230# On cygwin, bash can eat \r inside `` if the user requested igncr.
80231# But we know of no other shell where ac_cr would be empty at this
80232# point, so we can use a bashism as a fallback.
80233if test "x$ac_cr" = x; then
80234  eval ac_cr=\$\'\\r\'
80235fi
80236ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
80237if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
80238  ac_cs_awk_cr='\\r'
80239else
80240  ac_cs_awk_cr=$ac_cr
80241fi
80242
80243echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
80244_ACEOF
80245
80246
80247{
80248  echo "cat >conf$$subs.awk <<_ACEOF" &&
80249  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
80250  echo "_ACEOF"
80251} >conf$$subs.sh ||
80252  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
80253ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
80254ac_delim='%!_!# '
80255for ac_last_try in false false false false false :; do
80256  . ./conf$$subs.sh ||
80257    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
80258
80259  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
80260  if test $ac_delim_n = $ac_delim_num; then
80261    break
80262  elif $ac_last_try; then
80263    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
80264  else
80265    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
80266  fi
80267done
80268rm -f conf$$subs.sh
80269
80270cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
80271cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
80272_ACEOF
80273sed -n '
80274h
80275s/^/S["/; s/!.*/"]=/
80276p
80277g
80278s/^[^!]*!//
80279:repl
80280t repl
80281s/'"$ac_delim"'$//
80282t delim
80283:nl
80284h
80285s/\(.\{148\}\)..*/\1/
80286t more1
80287s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
80288p
80289n
80290b repl
80291:more1
80292s/["\\]/\\&/g; s/^/"/; s/$/"\\/
80293p
80294g
80295s/.\{148\}//
80296t nl
80297:delim
80298h
80299s/\(.\{148\}\)..*/\1/
80300t more2
80301s/["\\]/\\&/g; s/^/"/; s/$/"/
80302p
80303b
80304:more2
80305s/["\\]/\\&/g; s/^/"/; s/$/"\\/
80306p
80307g
80308s/.\{148\}//
80309t delim
80310' <conf$$subs.awk | sed '
80311/^[^""]/{
80312  N
80313  s/\n//
80314}
80315' >>$CONFIG_STATUS || ac_write_fail=1
80316rm -f conf$$subs.awk
80317cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
80318_ACAWK
80319cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
80320  for (key in S) S_is_set[key] = 1
80321  FS = ""
80322
80323}
80324{
80325  line = $ 0
80326  nfields = split(line, field, "@")
80327  substed = 0
80328  len = length(field[1])
80329  for (i = 2; i < nfields; i++) {
80330    key = field[i]
80331    keylen = length(key)
80332    if (S_is_set[key]) {
80333      value = S[key]
80334      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
80335      len += length(value) + length(field[++i])
80336      substed = 1
80337    } else
80338      len += 1 + keylen
80339  }
80340
80341  print line
80342}
80343
80344_ACAWK
80345_ACEOF
80346cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
80347if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
80348  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
80349else
80350  cat
80351fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
80352  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
80353_ACEOF
80354
80355# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
80356# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
80357# trailing colons and then remove the whole line if VPATH becomes empty
80358# (actually we leave an empty line to preserve line numbers).
80359if test "x$srcdir" = x.; then
80360  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
80361h
80362s///
80363s/^/:/
80364s/[	 ]*$/:/
80365s/:\$(srcdir):/:/g
80366s/:\${srcdir}:/:/g
80367s/:@srcdir@:/:/g
80368s/^:*//
80369s/:*$//
80370x
80371s/\(=[	 ]*\).*/\1/
80372G
80373s/\n//
80374s/^[^=]*=[	 ]*$//
80375}'
80376fi
80377
80378cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
80379fi # test -n "$CONFIG_FILES"
80380
80381# Set up the scripts for CONFIG_HEADERS section.
80382# No need to generate them if there are no CONFIG_HEADERS.
80383# This happens for instance with `./config.status Makefile'.
80384if test -n "$CONFIG_HEADERS"; then
80385cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
80386BEGIN {
80387_ACEOF
80388
80389# Transform confdefs.h into an awk script `defines.awk', embedded as
80390# here-document in config.status, that substitutes the proper values into
80391# config.h.in to produce config.h.
80392
80393# Create a delimiter string that does not exist in confdefs.h, to ease
80394# handling of long lines.
80395ac_delim='%!_!# '
80396for ac_last_try in false false :; do
80397  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
80398  if test -z "$ac_tt"; then
80399    break
80400  elif $ac_last_try; then
80401    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
80402  else
80403    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
80404  fi
80405done
80406
80407# For the awk script, D is an array of macro values keyed by name,
80408# likewise P contains macro parameters if any.  Preserve backslash
80409# newline sequences.
80410
80411ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
80412sed -n '
80413s/.\{148\}/&'"$ac_delim"'/g
80414t rset
80415:rset
80416s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
80417t def
80418d
80419:def
80420s/\\$//
80421t bsnl
80422s/["\\]/\\&/g
80423s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
80424D["\1"]=" \3"/p
80425s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
80426d
80427:bsnl
80428s/["\\]/\\&/g
80429s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
80430D["\1"]=" \3\\\\\\n"\\/p
80431t cont
80432s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
80433t cont
80434d
80435:cont
80436n
80437s/.\{148\}/&'"$ac_delim"'/g
80438t clear
80439:clear
80440s/\\$//
80441t bsnlc
80442s/["\\]/\\&/g; s/^/"/; s/$/"/p
80443d
80444:bsnlc
80445s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
80446b cont
80447' <confdefs.h | sed '
80448s/'"$ac_delim"'/"\\\
80449"/g' >>$CONFIG_STATUS || ac_write_fail=1
80450
80451cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
80452  for (key in D) D_is_set[key] = 1
80453  FS = ""
80454}
80455/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
80456  line = \$ 0
80457  split(line, arg, " ")
80458  if (arg[1] == "#") {
80459    defundef = arg[2]
80460    mac1 = arg[3]
80461  } else {
80462    defundef = substr(arg[1], 2)
80463    mac1 = arg[2]
80464  }
80465  split(mac1, mac2, "(") #)
80466  macro = mac2[1]
80467  prefix = substr(line, 1, index(line, defundef) - 1)
80468  if (D_is_set[macro]) {
80469    # Preserve the white space surrounding the "#".
80470    print prefix "define", macro P[macro] D[macro]
80471    next
80472  } else {
80473    # Replace #undef with comments.  This is necessary, for example,
80474    # in the case of _POSIX_SOURCE, which is predefined and required
80475    # on some systems where configure will not decide to define it.
80476    if (defundef == "undef") {
80477      print "/*", prefix defundef, macro, "*/"
80478      next
80479    }
80480  }
80481}
80482{ print }
80483_ACAWK
80484_ACEOF
80485cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
80486  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
80487fi # test -n "$CONFIG_HEADERS"
80488
80489
80490eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
80491shift
80492for ac_tag
80493do
80494  case $ac_tag in
80495  :[FHLC]) ac_mode=$ac_tag; continue;;
80496  esac
80497  case $ac_mode$ac_tag in
80498  :[FHL]*:*);;
80499  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
80500  :[FH]-) ac_tag=-:-;;
80501  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
80502  esac
80503  ac_save_IFS=$IFS
80504  IFS=:
80505  set x $ac_tag
80506  IFS=$ac_save_IFS
80507  shift
80508  ac_file=$1
80509  shift
80510
80511  case $ac_mode in
80512  :L) ac_source=$1;;
80513  :[FH])
80514    ac_file_inputs=
80515    for ac_f
80516    do
80517      case $ac_f in
80518      -) ac_f="$ac_tmp/stdin";;
80519      *) # Look for the file first in the build tree, then in the source tree
80520	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
80521	 # because $ac_f cannot contain `:'.
80522	 test -f "$ac_f" ||
80523	   case $ac_f in
80524	   [\\/$]*) false;;
80525	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
80526	   esac ||
80527	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
80528      esac
80529      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
80530      as_fn_append ac_file_inputs " '$ac_f'"
80531    done
80532
80533    # Let's still pretend it is `configure' which instantiates (i.e., don't
80534    # use $as_me), people would be surprised to read:
80535    #    /* config.h.  Generated by config.status.  */
80536    configure_input='Generated from '`
80537	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
80538	`' by configure.'
80539    if test x"$ac_file" != x-; then
80540      configure_input="$ac_file.  $configure_input"
80541      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
80542$as_echo "$as_me: creating $ac_file" >&6;}
80543    fi
80544    # Neutralize special characters interpreted by sed in replacement strings.
80545    case $configure_input in #(
80546    *\&* | *\|* | *\\* )
80547       ac_sed_conf_input=`$as_echo "$configure_input" |
80548       sed 's/[\\\\&|]/\\\\&/g'`;; #(
80549    *) ac_sed_conf_input=$configure_input;;
80550    esac
80551
80552    case $ac_tag in
80553    *:-:* | *:-) cat >"$ac_tmp/stdin" \
80554      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
80555    esac
80556    ;;
80557  esac
80558
80559  ac_dir=`$as_dirname -- "$ac_file" ||
80560$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
80561	 X"$ac_file" : 'X\(//\)[^/]' \| \
80562	 X"$ac_file" : 'X\(//\)$' \| \
80563	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
80564$as_echo X"$ac_file" |
80565    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
80566	    s//\1/
80567	    q
80568	  }
80569	  /^X\(\/\/\)[^/].*/{
80570	    s//\1/
80571	    q
80572	  }
80573	  /^X\(\/\/\)$/{
80574	    s//\1/
80575	    q
80576	  }
80577	  /^X\(\/\).*/{
80578	    s//\1/
80579	    q
80580	  }
80581	  s/.*/./; q'`
80582  as_dir="$ac_dir"; as_fn_mkdir_p
80583  ac_builddir=.
80584
80585case "$ac_dir" in
80586.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
80587*)
80588  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
80589  # A ".." for each directory in $ac_dir_suffix.
80590  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
80591  case $ac_top_builddir_sub in
80592  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
80593  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
80594  esac ;;
80595esac
80596ac_abs_top_builddir=$ac_pwd
80597ac_abs_builddir=$ac_pwd$ac_dir_suffix
80598# for backward compatibility:
80599ac_top_builddir=$ac_top_build_prefix
80600
80601case $srcdir in
80602  .)  # We are building in place.
80603    ac_srcdir=.
80604    ac_top_srcdir=$ac_top_builddir_sub
80605    ac_abs_top_srcdir=$ac_pwd ;;
80606  [\\/]* | ?:[\\/]* )  # Absolute name.
80607    ac_srcdir=$srcdir$ac_dir_suffix;
80608    ac_top_srcdir=$srcdir
80609    ac_abs_top_srcdir=$srcdir ;;
80610  *) # Relative name.
80611    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
80612    ac_top_srcdir=$ac_top_build_prefix$srcdir
80613    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
80614esac
80615ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
80616
80617
80618  case $ac_mode in
80619  :F)
80620  #
80621  # CONFIG_FILE
80622  #
80623
80624  case $INSTALL in
80625  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
80626  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
80627  esac
80628  ac_MKDIR_P=$MKDIR_P
80629  case $MKDIR_P in
80630  [\\/$]* | ?:[\\/]* ) ;;
80631  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
80632  esac
80633_ACEOF
80634
80635cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
80636# If the template does not know about datarootdir, expand it.
80637# FIXME: This hack should be removed a few years after 2.60.
80638ac_datarootdir_hack=; ac_datarootdir_seen=
80639ac_sed_dataroot='
80640/datarootdir/ {
80641  p
80642  q
80643}
80644/@datadir@/p
80645/@docdir@/p
80646/@infodir@/p
80647/@localedir@/p
80648/@mandir@/p'
80649case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
80650*datarootdir*) ac_datarootdir_seen=yes;;
80651*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
80652  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
80653$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
80654_ACEOF
80655cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
80656  ac_datarootdir_hack='
80657  s&@datadir@&$datadir&g
80658  s&@docdir@&$docdir&g
80659  s&@infodir@&$infodir&g
80660  s&@localedir@&$localedir&g
80661  s&@mandir@&$mandir&g
80662  s&\\\${datarootdir}&$datarootdir&g' ;;
80663esac
80664_ACEOF
80665
80666# Neutralize VPATH when `$srcdir' = `.'.
80667# Shell code in configure.ac might set extrasub.
80668# FIXME: do we really want to maintain this feature?
80669cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
80670ac_sed_extra="$ac_vpsub
80671$extrasub
80672_ACEOF
80673cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
80674:t
80675/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
80676s|@configure_input@|$ac_sed_conf_input|;t t
80677s&@top_builddir@&$ac_top_builddir_sub&;t t
80678s&@top_build_prefix@&$ac_top_build_prefix&;t t
80679s&@srcdir@&$ac_srcdir&;t t
80680s&@abs_srcdir@&$ac_abs_srcdir&;t t
80681s&@top_srcdir@&$ac_top_srcdir&;t t
80682s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
80683s&@builddir@&$ac_builddir&;t t
80684s&@abs_builddir@&$ac_abs_builddir&;t t
80685s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
80686s&@INSTALL@&$ac_INSTALL&;t t
80687s&@MKDIR_P@&$ac_MKDIR_P&;t t
80688$ac_datarootdir_hack
80689"
80690eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
80691  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
80692
80693test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
80694  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
80695  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
80696      "$ac_tmp/out"`; test -z "$ac_out"; } &&
80697  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
80698which seems to be undefined.  Please make sure it is defined" >&5
80699$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
80700which seems to be undefined.  Please make sure it is defined" >&2;}
80701
80702  rm -f "$ac_tmp/stdin"
80703  case $ac_file in
80704  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
80705  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
80706  esac \
80707  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
80708 ;;
80709  :H)
80710  #
80711  # CONFIG_HEADER
80712  #
80713  if test x"$ac_file" != x-; then
80714    {
80715      $as_echo "/* $configure_input  */" \
80716      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
80717    } >"$ac_tmp/config.h" \
80718      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
80719    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
80720      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
80721$as_echo "$as_me: $ac_file is unchanged" >&6;}
80722    else
80723      rm -f "$ac_file"
80724      mv "$ac_tmp/config.h" "$ac_file" \
80725	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
80726    fi
80727  else
80728    $as_echo "/* $configure_input  */" \
80729      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
80730      || as_fn_error $? "could not create -" "$LINENO" 5
80731  fi
80732# Compute "$ac_file"'s index in $config_headers.
80733_am_arg="$ac_file"
80734_am_stamp_count=1
80735for _am_header in $config_headers :; do
80736  case $_am_header in
80737    $_am_arg | $_am_arg:* )
80738      break ;;
80739    * )
80740      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
80741  esac
80742done
80743echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
80744$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
80745	 X"$_am_arg" : 'X\(//\)[^/]' \| \
80746	 X"$_am_arg" : 'X\(//\)$' \| \
80747	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
80748$as_echo X"$_am_arg" |
80749    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
80750	    s//\1/
80751	    q
80752	  }
80753	  /^X\(\/\/\)[^/].*/{
80754	    s//\1/
80755	    q
80756	  }
80757	  /^X\(\/\/\)$/{
80758	    s//\1/
80759	    q
80760	  }
80761	  /^X\(\/\).*/{
80762	    s//\1/
80763	    q
80764	  }
80765	  s/.*/./; q'`/stamp-h$_am_stamp_count
80766 ;;
80767
80768  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
80769$as_echo "$as_me: executing $ac_file commands" >&6;}
80770 ;;
80771  esac
80772
80773
80774  case $ac_file$ac_mode in
80775    "default-1":C)
80776# Only add multilib support code if we just rebuilt the top-level
80777# Makefile.
80778case " $CONFIG_FILES " in
80779 *" Makefile "*)
80780   ac_file=Makefile . ${multi_basedir}/config-ml.in
80781   ;;
80782esac ;;
80783    "libtool":C)
80784
80785    # See if we are running on zsh, and set the options which allow our
80786    # commands through without removal of \ escapes.
80787    if test -n "${ZSH_VERSION+set}" ; then
80788      setopt NO_GLOB_SUBST
80789    fi
80790
80791    cfgfile="${ofile}T"
80792    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
80793    $RM "$cfgfile"
80794
80795    cat <<_LT_EOF >> "$cfgfile"
80796#! $SHELL
80797
80798# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
80799# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
80800# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
80801# NOTE: Changes made to this file will be lost: look at ltmain.sh.
80802#
80803#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
80804#                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
80805#   Written by Gordon Matzigkeit, 1996
80806#
80807#   This file is part of GNU Libtool.
80808#
80809# GNU Libtool is free software; you can redistribute it and/or
80810# modify it under the terms of the GNU General Public License as
80811# published by the Free Software Foundation; either version 2 of
80812# the License, or (at your option) any later version.
80813#
80814# As a special exception to the GNU General Public License,
80815# if you distribute this file as part of a program or library that
80816# is built using GNU Libtool, you may include this file under the
80817# same distribution terms that you use for the rest of that program.
80818#
80819# GNU Libtool is distributed in the hope that it will be useful,
80820# but WITHOUT ANY WARRANTY; without even the implied warranty of
80821# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
80822# GNU General Public License for more details.
80823#
80824# You should have received a copy of the GNU General Public License
80825# along with GNU Libtool; see the file COPYING.  If not, a copy
80826# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
80827# obtained by writing to the Free Software Foundation, Inc.,
80828# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
80829
80830
80831# The names of the tagged configurations supported by this script.
80832available_tags="CXX "
80833
80834# ### BEGIN LIBTOOL CONFIG
80835
80836# Which release of libtool.m4 was used?
80837macro_version=$macro_version
80838macro_revision=$macro_revision
80839
80840# Whether or not to build shared libraries.
80841build_libtool_libs=$enable_shared
80842
80843# Whether or not to build static libraries.
80844build_old_libs=$enable_static
80845
80846# What type of objects to build.
80847pic_mode=$pic_mode
80848
80849# Whether or not to optimize for fast installation.
80850fast_install=$enable_fast_install
80851
80852# Shell to use when invoking shell scripts.
80853SHELL=$lt_SHELL
80854
80855# An echo program that protects backslashes.
80856ECHO=$lt_ECHO
80857
80858# The host system.
80859host_alias=$host_alias
80860host=$host
80861host_os=$host_os
80862
80863# The build system.
80864build_alias=$build_alias
80865build=$build
80866build_os=$build_os
80867
80868# A sed program that does not truncate output.
80869SED=$lt_SED
80870
80871# Sed that helps us avoid accidentally triggering echo(1) options like -n.
80872Xsed="\$SED -e 1s/^X//"
80873
80874# A grep program that handles long lines.
80875GREP=$lt_GREP
80876
80877# An ERE matcher.
80878EGREP=$lt_EGREP
80879
80880# A literal string matcher.
80881FGREP=$lt_FGREP
80882
80883# A BSD- or MS-compatible name lister.
80884NM=$lt_NM
80885
80886# Whether we need soft or hard links.
80887LN_S=$lt_LN_S
80888
80889# What is the maximum length of a command?
80890max_cmd_len=$max_cmd_len
80891
80892# Object file suffix (normally "o").
80893objext=$ac_objext
80894
80895# Executable file suffix (normally "").
80896exeext=$exeext
80897
80898# whether the shell understands "unset".
80899lt_unset=$lt_unset
80900
80901# turn spaces into newlines.
80902SP2NL=$lt_lt_SP2NL
80903
80904# turn newlines into spaces.
80905NL2SP=$lt_lt_NL2SP
80906
80907# An object symbol dumper.
80908OBJDUMP=$lt_OBJDUMP
80909
80910# Method to check whether dependent libraries are shared objects.
80911deplibs_check_method=$lt_deplibs_check_method
80912
80913# Command to use when deplibs_check_method == "file_magic".
80914file_magic_cmd=$lt_file_magic_cmd
80915
80916# The archiver.
80917AR=$lt_AR
80918AR_FLAGS=$lt_AR_FLAGS
80919
80920# A symbol stripping program.
80921STRIP=$lt_STRIP
80922
80923# Commands used to install an old-style archive.
80924RANLIB=$lt_RANLIB
80925old_postinstall_cmds=$lt_old_postinstall_cmds
80926old_postuninstall_cmds=$lt_old_postuninstall_cmds
80927
80928# Whether to use a lock for old archive extraction.
80929lock_old_archive_extraction=$lock_old_archive_extraction
80930
80931# A C compiler.
80932LTCC=$lt_CC
80933
80934# LTCC compiler flags.
80935LTCFLAGS=$lt_CFLAGS
80936
80937# Take the output of nm and produce a listing of raw symbols and C names.
80938global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
80939
80940# Transform the output of nm in a proper C declaration.
80941global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
80942
80943# Transform the output of nm in a C name address pair.
80944global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
80945
80946# Transform the output of nm in a C name address pair when lib prefix is needed.
80947global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
80948
80949# The name of the directory that contains temporary libtool files.
80950objdir=$objdir
80951
80952# Used to examine libraries when file_magic_cmd begins with "file".
80953MAGIC_CMD=$MAGIC_CMD
80954
80955# Must we lock files when doing compilation?
80956need_locks=$lt_need_locks
80957
80958# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
80959DSYMUTIL=$lt_DSYMUTIL
80960
80961# Tool to change global to local symbols on Mac OS X.
80962NMEDIT=$lt_NMEDIT
80963
80964# Tool to manipulate fat objects and archives on Mac OS X.
80965LIPO=$lt_LIPO
80966
80967# ldd/readelf like tool for Mach-O binaries on Mac OS X.
80968OTOOL=$lt_OTOOL
80969
80970# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
80971OTOOL64=$lt_OTOOL64
80972
80973# Old archive suffix (normally "a").
80974libext=$libext
80975
80976# Shared library suffix (normally ".so").
80977shrext_cmds=$lt_shrext_cmds
80978
80979# The commands to extract the exported symbol list from a shared archive.
80980extract_expsyms_cmds=$lt_extract_expsyms_cmds
80981
80982# Variables whose values should be saved in libtool wrapper scripts and
80983# restored at link time.
80984variables_saved_for_relink=$lt_variables_saved_for_relink
80985
80986# Do we need the "lib" prefix for modules?
80987need_lib_prefix=$need_lib_prefix
80988
80989# Do we need a version for libraries?
80990need_version=$need_version
80991
80992# Library versioning type.
80993version_type=$version_type
80994
80995# Shared library runtime path variable.
80996runpath_var=$runpath_var
80997
80998# Shared library path variable.
80999shlibpath_var=$shlibpath_var
81000
81001# Is shlibpath searched before the hard-coded library search path?
81002shlibpath_overrides_runpath=$shlibpath_overrides_runpath
81003
81004# Format of library name prefix.
81005libname_spec=$lt_libname_spec
81006
81007# List of archive names.  First name is the real one, the rest are links.
81008# The last name is the one that the linker finds with -lNAME
81009library_names_spec=$lt_library_names_spec
81010
81011# The coded name of the library, if different from the real name.
81012soname_spec=$lt_soname_spec
81013
81014# Permission mode override for installation of shared libraries.
81015install_override_mode=$lt_install_override_mode
81016
81017# Command to use after installation of a shared archive.
81018postinstall_cmds=$lt_postinstall_cmds
81019
81020# Command to use after uninstallation of a shared archive.
81021postuninstall_cmds=$lt_postuninstall_cmds
81022
81023# Commands used to finish a libtool library installation in a directory.
81024finish_cmds=$lt_finish_cmds
81025
81026# As "finish_cmds", except a single script fragment to be evaled but
81027# not shown.
81028finish_eval=$lt_finish_eval
81029
81030# Whether we should hardcode library paths into libraries.
81031hardcode_into_libs=$hardcode_into_libs
81032
81033# Compile-time system search path for libraries.
81034sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
81035
81036# Run-time system search path for libraries.
81037sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
81038
81039# Whether dlopen is supported.
81040dlopen_support=$enable_dlopen
81041
81042# Whether dlopen of programs is supported.
81043dlopen_self=$enable_dlopen_self
81044
81045# Whether dlopen of statically linked programs is supported.
81046dlopen_self_static=$enable_dlopen_self_static
81047
81048# Commands to strip libraries.
81049old_striplib=$lt_old_striplib
81050striplib=$lt_striplib
81051
81052
81053# The linker used to build libraries.
81054LD=$lt_LD
81055
81056# How to create reloadable object files.
81057reload_flag=$lt_reload_flag
81058reload_cmds=$lt_reload_cmds
81059
81060# Commands used to build an old-style archive.
81061old_archive_cmds=$lt_old_archive_cmds
81062
81063# A language specific compiler.
81064CC=$lt_compiler
81065
81066# Is the compiler the GNU compiler?
81067with_gcc=$GCC
81068
81069# Compiler flag to turn off builtin functions.
81070no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
81071
81072# How to pass a linker flag through the compiler.
81073wl=$lt_lt_prog_compiler_wl
81074
81075# Additional compiler flags for building library objects.
81076pic_flag=$lt_lt_prog_compiler_pic
81077
81078# Compiler flag to prevent dynamic linking.
81079link_static_flag=$lt_lt_prog_compiler_static
81080
81081# Does compiler simultaneously support -c and -o options?
81082compiler_c_o=$lt_lt_cv_prog_compiler_c_o
81083
81084# Whether or not to add -lc for building shared libraries.
81085build_libtool_need_lc=$archive_cmds_need_lc
81086
81087# Whether or not to disallow shared libs when runtime libs are static.
81088allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
81089
81090# Compiler flag to allow reflexive dlopens.
81091export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
81092
81093# Compiler flag to generate shared objects directly from archives.
81094whole_archive_flag_spec=$lt_whole_archive_flag_spec
81095
81096# Whether the compiler copes with passing no objects directly.
81097compiler_needs_object=$lt_compiler_needs_object
81098
81099# Create an old-style archive from a shared archive.
81100old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
81101
81102# Create a temporary old-style archive to link instead of a shared archive.
81103old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
81104
81105# Commands used to build a shared archive.
81106archive_cmds=$lt_archive_cmds
81107archive_expsym_cmds=$lt_archive_expsym_cmds
81108
81109# Commands used to build a loadable module if different from building
81110# a shared archive.
81111module_cmds=$lt_module_cmds
81112module_expsym_cmds=$lt_module_expsym_cmds
81113
81114# Whether we are building with GNU ld or not.
81115with_gnu_ld=$lt_with_gnu_ld
81116
81117# Flag that allows shared libraries with undefined symbols to be built.
81118allow_undefined_flag=$lt_allow_undefined_flag
81119
81120# Flag that enforces no undefined symbols.
81121no_undefined_flag=$lt_no_undefined_flag
81122
81123# Flag to hardcode \$libdir into a binary during linking.
81124# This must work even if \$libdir does not exist
81125hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
81126
81127# If ld is used when linking, flag to hardcode \$libdir into a binary
81128# during linking.  This must work even if \$libdir does not exist.
81129hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
81130
81131# Whether we need a single "-rpath" flag with a separated argument.
81132hardcode_libdir_separator=$lt_hardcode_libdir_separator
81133
81134# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
81135# DIR into the resulting binary.
81136hardcode_direct=$hardcode_direct
81137
81138# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
81139# DIR into the resulting binary and the resulting library dependency is
81140# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
81141# library is relocated.
81142hardcode_direct_absolute=$hardcode_direct_absolute
81143
81144# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
81145# into the resulting binary.
81146hardcode_minus_L=$hardcode_minus_L
81147
81148# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
81149# into the resulting binary.
81150hardcode_shlibpath_var=$hardcode_shlibpath_var
81151
81152# Set to "yes" if building a shared library automatically hardcodes DIR
81153# into the library and all subsequent libraries and executables linked
81154# against it.
81155hardcode_automatic=$hardcode_automatic
81156
81157# Set to yes if linker adds runtime paths of dependent libraries
81158# to runtime path list.
81159inherit_rpath=$inherit_rpath
81160
81161# Whether libtool must link a program against all its dependency libraries.
81162link_all_deplibs=$link_all_deplibs
81163
81164# Fix the shell variable \$srcfile for the compiler.
81165fix_srcfile_path=$lt_fix_srcfile_path
81166
81167# Set to "yes" if exported symbols are required.
81168always_export_symbols=$always_export_symbols
81169
81170# The commands to list exported symbols.
81171export_symbols_cmds=$lt_export_symbols_cmds
81172
81173# Symbols that should not be listed in the preloaded symbols.
81174exclude_expsyms=$lt_exclude_expsyms
81175
81176# Symbols that must always be exported.
81177include_expsyms=$lt_include_expsyms
81178
81179# Commands necessary for linking programs (against libraries) with templates.
81180prelink_cmds=$lt_prelink_cmds
81181
81182# Specify filename containing input files.
81183file_list_spec=$lt_file_list_spec
81184
81185# How to hardcode a shared library path into an executable.
81186hardcode_action=$hardcode_action
81187
81188# The directories searched by this compiler when creating a shared library.
81189compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
81190
81191# Dependencies to place before and after the objects being linked to
81192# create a shared library.
81193predep_objects=$lt_predep_objects
81194postdep_objects=$lt_postdep_objects
81195predeps=$lt_predeps
81196postdeps=$lt_postdeps
81197
81198# The library search path used internally by the compiler when linking
81199# a shared library.
81200compiler_lib_search_path=$lt_compiler_lib_search_path
81201
81202# ### END LIBTOOL CONFIG
81203
81204_LT_EOF
81205
81206  case $host_os in
81207  aix3*)
81208    cat <<\_LT_EOF >> "$cfgfile"
81209# AIX sometimes has problems with the GCC collect2 program.  For some
81210# reason, if we set the COLLECT_NAMES environment variable, the problems
81211# vanish in a puff of smoke.
81212if test "X${COLLECT_NAMES+set}" != Xset; then
81213  COLLECT_NAMES=
81214  export COLLECT_NAMES
81215fi
81216_LT_EOF
81217    ;;
81218  esac
81219
81220
81221ltmain="$ac_aux_dir/ltmain.sh"
81222
81223
81224  # We use sed instead of cat because bash on DJGPP gets confused if
81225  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
81226  # text mode, it properly converts lines to CR/LF.  This bash problem
81227  # is reportedly fixed, but why not run on old versions too?
81228  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
81229    || (rm -f "$cfgfile"; exit 1)
81230
81231  case $xsi_shell in
81232  yes)
81233    cat << \_LT_EOF >> "$cfgfile"
81234
81235# func_dirname file append nondir_replacement
81236# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
81237# otherwise set result to NONDIR_REPLACEMENT.
81238func_dirname ()
81239{
81240  case ${1} in
81241    */*) func_dirname_result="${1%/*}${2}" ;;
81242    *  ) func_dirname_result="${3}" ;;
81243  esac
81244}
81245
81246# func_basename file
81247func_basename ()
81248{
81249  func_basename_result="${1##*/}"
81250}
81251
81252# func_dirname_and_basename file append nondir_replacement
81253# perform func_basename and func_dirname in a single function
81254# call:
81255#   dirname:  Compute the dirname of FILE.  If nonempty,
81256#             add APPEND to the result, otherwise set result
81257#             to NONDIR_REPLACEMENT.
81258#             value returned in "$func_dirname_result"
81259#   basename: Compute filename of FILE.
81260#             value retuned in "$func_basename_result"
81261# Implementation must be kept synchronized with func_dirname
81262# and func_basename. For efficiency, we do not delegate to
81263# those functions but instead duplicate the functionality here.
81264func_dirname_and_basename ()
81265{
81266  case ${1} in
81267    */*) func_dirname_result="${1%/*}${2}" ;;
81268    *  ) func_dirname_result="${3}" ;;
81269  esac
81270  func_basename_result="${1##*/}"
81271}
81272
81273# func_stripname prefix suffix name
81274# strip PREFIX and SUFFIX off of NAME.
81275# PREFIX and SUFFIX must not contain globbing or regex special
81276# characters, hashes, percent signs, but SUFFIX may contain a leading
81277# dot (in which case that matches only a dot).
81278func_stripname ()
81279{
81280  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
81281  # positional parameters, so assign one to ordinary parameter first.
81282  func_stripname_result=${3}
81283  func_stripname_result=${func_stripname_result#"${1}"}
81284  func_stripname_result=${func_stripname_result%"${2}"}
81285}
81286
81287# func_opt_split
81288func_opt_split ()
81289{
81290  func_opt_split_opt=${1%%=*}
81291  func_opt_split_arg=${1#*=}
81292}
81293
81294# func_lo2o object
81295func_lo2o ()
81296{
81297  case ${1} in
81298    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
81299    *)    func_lo2o_result=${1} ;;
81300  esac
81301}
81302
81303# func_xform libobj-or-source
81304func_xform ()
81305{
81306  func_xform_result=${1%.*}.lo
81307}
81308
81309# func_arith arithmetic-term...
81310func_arith ()
81311{
81312  func_arith_result=$(( $* ))
81313}
81314
81315# func_len string
81316# STRING may not start with a hyphen.
81317func_len ()
81318{
81319  func_len_result=${#1}
81320}
81321
81322_LT_EOF
81323    ;;
81324  *) # Bourne compatible functions.
81325    cat << \_LT_EOF >> "$cfgfile"
81326
81327# func_dirname file append nondir_replacement
81328# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
81329# otherwise set result to NONDIR_REPLACEMENT.
81330func_dirname ()
81331{
81332  # Extract subdirectory from the argument.
81333  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
81334  if test "X$func_dirname_result" = "X${1}"; then
81335    func_dirname_result="${3}"
81336  else
81337    func_dirname_result="$func_dirname_result${2}"
81338  fi
81339}
81340
81341# func_basename file
81342func_basename ()
81343{
81344  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
81345}
81346
81347
81348# func_stripname prefix suffix name
81349# strip PREFIX and SUFFIX off of NAME.
81350# PREFIX and SUFFIX must not contain globbing or regex special
81351# characters, hashes, percent signs, but SUFFIX may contain a leading
81352# dot (in which case that matches only a dot).
81353# func_strip_suffix prefix name
81354func_stripname ()
81355{
81356  case ${2} in
81357    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
81358    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
81359  esac
81360}
81361
81362# sed scripts:
81363my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
81364my_sed_long_arg='1s/^-[^=]*=//'
81365
81366# func_opt_split
81367func_opt_split ()
81368{
81369  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
81370  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
81371}
81372
81373# func_lo2o object
81374func_lo2o ()
81375{
81376  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
81377}
81378
81379# func_xform libobj-or-source
81380func_xform ()
81381{
81382  func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
81383}
81384
81385# func_arith arithmetic-term...
81386func_arith ()
81387{
81388  func_arith_result=`expr "$@"`
81389}
81390
81391# func_len string
81392# STRING may not start with a hyphen.
81393func_len ()
81394{
81395  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
81396}
81397
81398_LT_EOF
81399esac
81400
81401case $lt_shell_append in
81402  yes)
81403    cat << \_LT_EOF >> "$cfgfile"
81404
81405# func_append var value
81406# Append VALUE to the end of shell variable VAR.
81407func_append ()
81408{
81409  eval "$1+=\$2"
81410}
81411_LT_EOF
81412    ;;
81413  *)
81414    cat << \_LT_EOF >> "$cfgfile"
81415
81416# func_append var value
81417# Append VALUE to the end of shell variable VAR.
81418func_append ()
81419{
81420  eval "$1=\$$1\$2"
81421}
81422
81423_LT_EOF
81424    ;;
81425  esac
81426
81427
81428  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
81429    || (rm -f "$cfgfile"; exit 1)
81430
81431  mv -f "$cfgfile" "$ofile" ||
81432    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
81433  chmod +x "$ofile"
81434
81435
81436    cat <<_LT_EOF >> "$ofile"
81437
81438# ### BEGIN LIBTOOL TAG CONFIG: CXX
81439
81440# The linker used to build libraries.
81441LD=$lt_LD_CXX
81442
81443# How to create reloadable object files.
81444reload_flag=$lt_reload_flag_CXX
81445reload_cmds=$lt_reload_cmds_CXX
81446
81447# Commands used to build an old-style archive.
81448old_archive_cmds=$lt_old_archive_cmds_CXX
81449
81450# A language specific compiler.
81451CC=$lt_compiler_CXX
81452
81453# Is the compiler the GNU compiler?
81454with_gcc=$GCC_CXX
81455
81456# Compiler flag to turn off builtin functions.
81457no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
81458
81459# How to pass a linker flag through the compiler.
81460wl=$lt_lt_prog_compiler_wl_CXX
81461
81462# Additional compiler flags for building library objects.
81463pic_flag=$lt_lt_prog_compiler_pic_CXX
81464
81465# Compiler flag to prevent dynamic linking.
81466link_static_flag=$lt_lt_prog_compiler_static_CXX
81467
81468# Does compiler simultaneously support -c and -o options?
81469compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
81470
81471# Whether or not to add -lc for building shared libraries.
81472build_libtool_need_lc=$archive_cmds_need_lc_CXX
81473
81474# Whether or not to disallow shared libs when runtime libs are static.
81475allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
81476
81477# Compiler flag to allow reflexive dlopens.
81478export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
81479
81480# Compiler flag to generate shared objects directly from archives.
81481whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
81482
81483# Whether the compiler copes with passing no objects directly.
81484compiler_needs_object=$lt_compiler_needs_object_CXX
81485
81486# Create an old-style archive from a shared archive.
81487old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
81488
81489# Create a temporary old-style archive to link instead of a shared archive.
81490old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
81491
81492# Commands used to build a shared archive.
81493archive_cmds=$lt_archive_cmds_CXX
81494archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
81495
81496# Commands used to build a loadable module if different from building
81497# a shared archive.
81498module_cmds=$lt_module_cmds_CXX
81499module_expsym_cmds=$lt_module_expsym_cmds_CXX
81500
81501# Whether we are building with GNU ld or not.
81502with_gnu_ld=$lt_with_gnu_ld_CXX
81503
81504# Flag that allows shared libraries with undefined symbols to be built.
81505allow_undefined_flag=$lt_allow_undefined_flag_CXX
81506
81507# Flag that enforces no undefined symbols.
81508no_undefined_flag=$lt_no_undefined_flag_CXX
81509
81510# Flag to hardcode \$libdir into a binary during linking.
81511# This must work even if \$libdir does not exist
81512hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
81513
81514# If ld is used when linking, flag to hardcode \$libdir into a binary
81515# during linking.  This must work even if \$libdir does not exist.
81516hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
81517
81518# Whether we need a single "-rpath" flag with a separated argument.
81519hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
81520
81521# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
81522# DIR into the resulting binary.
81523hardcode_direct=$hardcode_direct_CXX
81524
81525# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
81526# DIR into the resulting binary and the resulting library dependency is
81527# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
81528# library is relocated.
81529hardcode_direct_absolute=$hardcode_direct_absolute_CXX
81530
81531# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
81532# into the resulting binary.
81533hardcode_minus_L=$hardcode_minus_L_CXX
81534
81535# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
81536# into the resulting binary.
81537hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
81538
81539# Set to "yes" if building a shared library automatically hardcodes DIR
81540# into the library and all subsequent libraries and executables linked
81541# against it.
81542hardcode_automatic=$hardcode_automatic_CXX
81543
81544# Set to yes if linker adds runtime paths of dependent libraries
81545# to runtime path list.
81546inherit_rpath=$inherit_rpath_CXX
81547
81548# Whether libtool must link a program against all its dependency libraries.
81549link_all_deplibs=$link_all_deplibs_CXX
81550
81551# Fix the shell variable \$srcfile for the compiler.
81552fix_srcfile_path=$lt_fix_srcfile_path_CXX
81553
81554# Set to "yes" if exported symbols are required.
81555always_export_symbols=$always_export_symbols_CXX
81556
81557# The commands to list exported symbols.
81558export_symbols_cmds=$lt_export_symbols_cmds_CXX
81559
81560# Symbols that should not be listed in the preloaded symbols.
81561exclude_expsyms=$lt_exclude_expsyms_CXX
81562
81563# Symbols that must always be exported.
81564include_expsyms=$lt_include_expsyms_CXX
81565
81566# Commands necessary for linking programs (against libraries) with templates.
81567prelink_cmds=$lt_prelink_cmds_CXX
81568
81569# Specify filename containing input files.
81570file_list_spec=$lt_file_list_spec_CXX
81571
81572# How to hardcode a shared library path into an executable.
81573hardcode_action=$hardcode_action_CXX
81574
81575# The directories searched by this compiler when creating a shared library.
81576compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
81577
81578# Dependencies to place before and after the objects being linked to
81579# create a shared library.
81580predep_objects=$lt_predep_objects_CXX
81581postdep_objects=$lt_postdep_objects_CXX
81582predeps=$lt_predeps_CXX
81583postdeps=$lt_postdeps_CXX
81584
81585# The library search path used internally by the compiler when linking
81586# a shared library.
81587compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
81588
81589# ### END LIBTOOL TAG CONFIG: CXX
81590_LT_EOF
81591
81592 ;;
81593    "include/gstdint.h":C)
81594if test "$GCC" = yes; then
81595  echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
81596else
81597  echo "/* generated for $CC */" > tmp-stdint.h
81598fi
81599
81600sed 's/^ *//' >> tmp-stdint.h <<EOF
81601
81602  #ifndef GCC_GENERATED_STDINT_H
81603  #define GCC_GENERATED_STDINT_H 1
81604
81605  #include <sys/types.h>
81606EOF
81607
81608if test "$acx_cv_header_stdint" != stdint.h; then
81609  echo "#include <stddef.h>" >> tmp-stdint.h
81610fi
81611if test "$acx_cv_header_stdint" != stddef.h; then
81612  echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
81613fi
81614
81615sed 's/^ *//' >> tmp-stdint.h <<EOF
81616  /* glibc uses these symbols as guards to prevent redefinitions.  */
81617  #ifdef __int8_t_defined
81618  #define _INT8_T
81619  #define _INT16_T
81620  #define _INT32_T
81621  #endif
81622  #ifdef __uint32_t_defined
81623  #define _UINT32_T
81624  #endif
81625
81626EOF
81627
81628# ----------------- done header, emit basic int types -------------
81629if test "$acx_cv_header_stdint" = stddef.h; then
81630  sed 's/^ *//' >> tmp-stdint.h <<EOF
81631
81632    #ifndef _UINT8_T
81633    #define _UINT8_T
81634    #ifndef __uint8_t_defined
81635    #define __uint8_t_defined
81636    #ifndef uint8_t
81637    typedef unsigned $acx_cv_type_int8_t uint8_t;
81638    #endif
81639    #endif
81640    #endif
81641
81642    #ifndef _UINT16_T
81643    #define _UINT16_T
81644    #ifndef __uint16_t_defined
81645    #define __uint16_t_defined
81646    #ifndef uint16_t
81647    typedef unsigned $acx_cv_type_int16_t uint16_t;
81648    #endif
81649    #endif
81650    #endif
81651
81652    #ifndef _UINT32_T
81653    #define _UINT32_T
81654    #ifndef __uint32_t_defined
81655    #define __uint32_t_defined
81656    #ifndef uint32_t
81657    typedef unsigned $acx_cv_type_int32_t uint32_t;
81658    #endif
81659    #endif
81660    #endif
81661
81662    #ifndef _INT8_T
81663    #define _INT8_T
81664    #ifndef __int8_t_defined
81665    #define __int8_t_defined
81666    #ifndef int8_t
81667    typedef $acx_cv_type_int8_t int8_t;
81668    #endif
81669    #endif
81670    #endif
81671
81672    #ifndef _INT16_T
81673    #define _INT16_T
81674    #ifndef __int16_t_defined
81675    #define __int16_t_defined
81676    #ifndef int16_t
81677    typedef $acx_cv_type_int16_t int16_t;
81678    #endif
81679    #endif
81680    #endif
81681
81682    #ifndef _INT32_T
81683    #define _INT32_T
81684    #ifndef __int32_t_defined
81685    #define __int32_t_defined
81686    #ifndef int32_t
81687    typedef $acx_cv_type_int32_t int32_t;
81688    #endif
81689    #endif
81690    #endif
81691EOF
81692elif test "$ac_cv_type_u_int32_t" = yes; then
81693  sed 's/^ *//' >> tmp-stdint.h <<EOF
81694
81695    /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
81696    #ifndef _INT8_T
81697    #define _INT8_T
81698    #endif
81699    #ifndef _INT16_T
81700    #define _INT16_T
81701    #endif
81702    #ifndef _INT32_T
81703    #define _INT32_T
81704    #endif
81705
81706    #ifndef _UINT8_T
81707    #define _UINT8_T
81708    #ifndef __uint8_t_defined
81709    #define __uint8_t_defined
81710    #ifndef uint8_t
81711    typedef u_int8_t uint8_t;
81712    #endif
81713    #endif
81714    #endif
81715
81716    #ifndef _UINT16_T
81717    #define _UINT16_T
81718    #ifndef __uint16_t_defined
81719    #define __uint16_t_defined
81720    #ifndef uint16_t
81721    typedef u_int16_t uint16_t;
81722    #endif
81723    #endif
81724    #endif
81725
81726    #ifndef _UINT32_T
81727    #define _UINT32_T
81728    #ifndef __uint32_t_defined
81729    #define __uint32_t_defined
81730    #ifndef uint32_t
81731    typedef u_int32_t uint32_t;
81732    #endif
81733    #endif
81734    #endif
81735EOF
81736else
81737  sed 's/^ *//' >> tmp-stdint.h <<EOF
81738
81739    /* Some systems have guard macros to prevent redefinitions, define them.  */
81740    #ifndef _INT8_T
81741    #define _INT8_T
81742    #endif
81743    #ifndef _INT16_T
81744    #define _INT16_T
81745    #endif
81746    #ifndef _INT32_T
81747    #define _INT32_T
81748    #endif
81749    #ifndef _UINT8_T
81750    #define _UINT8_T
81751    #endif
81752    #ifndef _UINT16_T
81753    #define _UINT16_T
81754    #endif
81755    #ifndef _UINT32_T
81756    #define _UINT32_T
81757    #endif
81758EOF
81759fi
81760
81761# ------------- done basic int types, emit int64_t types ------------
81762if test "$ac_cv_type_uint64_t" = yes; then
81763  sed 's/^ *//' >> tmp-stdint.h <<EOF
81764
81765    /* system headers have good uint64_t and int64_t */
81766    #ifndef _INT64_T
81767    #define _INT64_T
81768    #endif
81769    #ifndef _UINT64_T
81770    #define _UINT64_T
81771    #endif
81772EOF
81773elif test "$ac_cv_type_u_int64_t" = yes; then
81774  sed 's/^ *//' >> tmp-stdint.h <<EOF
81775
81776    /* system headers have an u_int64_t (and int64_t) */
81777    #ifndef _INT64_T
81778    #define _INT64_T
81779    #endif
81780    #ifndef _UINT64_T
81781    #define _UINT64_T
81782    #ifndef __uint64_t_defined
81783    #define __uint64_t_defined
81784    #ifndef uint64_t
81785    typedef u_int64_t uint64_t;
81786    #endif
81787    #endif
81788    #endif
81789EOF
81790elif test -n "$acx_cv_type_int64_t"; then
81791  sed 's/^ *//' >> tmp-stdint.h <<EOF
81792
81793    /* architecture has a 64-bit type, $acx_cv_type_int64_t */
81794    #ifndef _INT64_T
81795    #define _INT64_T
81796    #ifndef int64_t
81797    typedef $acx_cv_type_int64_t int64_t;
81798    #endif
81799    #endif
81800    #ifndef _UINT64_T
81801    #define _UINT64_T
81802    #ifndef __uint64_t_defined
81803    #define __uint64_t_defined
81804    #ifndef uint64_t
81805    typedef unsigned $acx_cv_type_int64_t uint64_t;
81806    #endif
81807    #endif
81808    #endif
81809EOF
81810else
81811  sed 's/^ *//' >> tmp-stdint.h <<EOF
81812
81813    /* some common heuristics for int64_t, using compiler-specific tests */
81814    #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
81815    #ifndef _INT64_T
81816    #define _INT64_T
81817    #ifndef __int64_t_defined
81818    #ifndef int64_t
81819    typedef long long int64_t;
81820    #endif
81821    #endif
81822    #endif
81823    #ifndef _UINT64_T
81824    #define _UINT64_T
81825    #ifndef uint64_t
81826    typedef unsigned long long uint64_t;
81827    #endif
81828    #endif
81829
81830    #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
81831    /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
81832       does not implement __extension__.  But that compiler doesn't define
81833       __GNUC_MINOR__.  */
81834    # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
81835    # define __extension__
81836    # endif
81837
81838    # ifndef _INT64_T
81839    # define _INT64_T
81840    # ifndef int64_t
81841    __extension__ typedef long long int64_t;
81842    # endif
81843    # endif
81844    # ifndef _UINT64_T
81845    # define _UINT64_T
81846    # ifndef uint64_t
81847    __extension__ typedef unsigned long long uint64_t;
81848    # endif
81849    # endif
81850
81851    #elif !defined __STRICT_ANSI__
81852    # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
81853
81854    #  ifndef _INT64_T
81855    #  define _INT64_T
81856    #  ifndef int64_t
81857    typedef __int64 int64_t;
81858    #  endif
81859    #  endif
81860    #  ifndef _UINT64_T
81861    #  define _UINT64_T
81862    #  ifndef uint64_t
81863    typedef unsigned __int64 uint64_t;
81864    #  endif
81865    #  endif
81866    # endif /* compiler */
81867
81868    #endif /* ANSI version */
81869EOF
81870fi
81871
81872# ------------- done int64_t types, emit intptr types ------------
81873if test "$ac_cv_type_uintptr_t" != yes; then
81874  sed 's/^ *//' >> tmp-stdint.h <<EOF
81875
81876    /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
81877    #ifndef __uintptr_t_defined
81878    #ifndef uintptr_t
81879    typedef u$acx_cv_type_intptr_t uintptr_t;
81880    #endif
81881    #endif
81882    #ifndef __intptr_t_defined
81883    #ifndef intptr_t
81884    typedef $acx_cv_type_intptr_t  intptr_t;
81885    #endif
81886    #endif
81887EOF
81888fi
81889
81890# ------------- done intptr types, emit int_least types ------------
81891if test "$ac_cv_type_int_least32_t" != yes; then
81892  sed 's/^ *//' >> tmp-stdint.h <<EOF
81893
81894    /* Define int_least types */
81895    typedef int8_t     int_least8_t;
81896    typedef int16_t    int_least16_t;
81897    typedef int32_t    int_least32_t;
81898    #ifdef _INT64_T
81899    typedef int64_t    int_least64_t;
81900    #endif
81901
81902    typedef uint8_t    uint_least8_t;
81903    typedef uint16_t   uint_least16_t;
81904    typedef uint32_t   uint_least32_t;
81905    #ifdef _UINT64_T
81906    typedef uint64_t   uint_least64_t;
81907    #endif
81908EOF
81909fi
81910
81911# ------------- done intptr types, emit int_fast types ------------
81912if test "$ac_cv_type_int_fast32_t" != yes; then
81913      sed 's/^ *//' >> tmp-stdint.h <<EOF
81914
81915    /* Define int_fast types.  short is often slow */
81916    typedef int8_t       int_fast8_t;
81917    typedef int          int_fast16_t;
81918    typedef int32_t      int_fast32_t;
81919    #ifdef _INT64_T
81920    typedef int64_t      int_fast64_t;
81921    #endif
81922
81923    typedef uint8_t      uint_fast8_t;
81924    typedef unsigned int uint_fast16_t;
81925    typedef uint32_t     uint_fast32_t;
81926    #ifdef _UINT64_T
81927    typedef uint64_t     uint_fast64_t;
81928    #endif
81929EOF
81930fi
81931
81932if test "$ac_cv_type_uintmax_t" != yes; then
81933  sed 's/^ *//' >> tmp-stdint.h <<EOF
81934
81935    /* Define intmax based on what we found */
81936    #ifndef intmax_t
81937    #ifdef _INT64_T
81938    typedef int64_t       intmax_t;
81939    #else
81940    typedef long          intmax_t;
81941    #endif
81942    #endif
81943    #ifndef uintmax_t
81944    #ifdef _UINT64_T
81945    typedef uint64_t      uintmax_t;
81946    #else
81947    typedef unsigned long uintmax_t;
81948    #endif
81949    #endif
81950EOF
81951fi
81952
81953sed 's/^ *//' >> tmp-stdint.h <<EOF
81954
81955  #endif /* GCC_GENERATED_STDINT_H */
81956EOF
81957
81958if test -r include/gstdint.h && cmp -s tmp-stdint.h include/gstdint.h; then
81959  rm -f tmp-stdint.h
81960else
81961  mv -f tmp-stdint.h include/gstdint.h
81962fi
81963
81964 ;;
81965    "scripts/testsuite_flags":F) chmod +x scripts/testsuite_flags ;;
81966    "scripts/extract_symvers":F) chmod +x scripts/extract_symvers ;;
81967    "include/Makefile":F) cat > vpsed$$ << \_EOF
81968s!`test -f '$<' || echo '$(srcdir)/'`!!
81969_EOF
81970   sed -f vpsed$$ $ac_file > tmp$$
81971   mv tmp$$ $ac_file
81972   rm vpsed$$
81973   echo 'MULTISUBDIR =' >> $ac_file
81974   ml_norecursion=yes
81975   . ${multi_basedir}/config-ml.in
81976   { ml_norecursion=; unset ml_norecursion;}
81977 ;;
81978    "libsupc++/Makefile":F) cat > vpsed$$ << \_EOF
81979s!`test -f '$<' || echo '$(srcdir)/'`!!
81980_EOF
81981   sed -f vpsed$$ $ac_file > tmp$$
81982   mv tmp$$ $ac_file
81983   rm vpsed$$
81984   echo 'MULTISUBDIR =' >> $ac_file
81985   ml_norecursion=yes
81986   . ${multi_basedir}/config-ml.in
81987   { ml_norecursion=; unset ml_norecursion;}
81988 ;;
81989    "src/Makefile":F) cat > vpsed$$ << \_EOF
81990s!`test -f '$<' || echo '$(srcdir)/'`!!
81991_EOF
81992   sed -f vpsed$$ $ac_file > tmp$$
81993   mv tmp$$ $ac_file
81994   rm vpsed$$
81995   echo 'MULTISUBDIR =' >> $ac_file
81996   ml_norecursion=yes
81997   . ${multi_basedir}/config-ml.in
81998   { ml_norecursion=; unset ml_norecursion;}
81999 ;;
82000    "src/c++98/Makefile":F) cat > vpsed$$ << \_EOF
82001s!`test -f '$<' || echo '$(srcdir)/'`!!
82002_EOF
82003   sed -f vpsed$$ $ac_file > tmp$$
82004   mv tmp$$ $ac_file
82005   rm vpsed$$
82006   echo 'MULTISUBDIR =' >> $ac_file
82007   ml_norecursion=yes
82008   . ${multi_basedir}/config-ml.in
82009   { ml_norecursion=; unset ml_norecursion;}
82010 ;;
82011    "src/c++11/Makefile":F) cat > vpsed$$ << \_EOF
82012s!`test -f '$<' || echo '$(srcdir)/'`!!
82013_EOF
82014   sed -f vpsed$$ $ac_file > tmp$$
82015   mv tmp$$ $ac_file
82016   rm vpsed$$
82017   echo 'MULTISUBDIR =' >> $ac_file
82018   ml_norecursion=yes
82019   . ${multi_basedir}/config-ml.in
82020   { ml_norecursion=; unset ml_norecursion;}
82021 ;;
82022    "src/c++17/Makefile":F) cat > vpsed$$ << \_EOF
82023s!`test -f '$<' || echo '$(srcdir)/'`!!
82024_EOF
82025   sed -f vpsed$$ $ac_file > tmp$$
82026   mv tmp$$ $ac_file
82027   rm vpsed$$
82028   echo 'MULTISUBDIR =' >> $ac_file
82029   ml_norecursion=yes
82030   . ${multi_basedir}/config-ml.in
82031   { ml_norecursion=; unset ml_norecursion;}
82032 ;;
82033    "src/c++20/Makefile":F) cat > vpsed$$ << \_EOF
82034s!`test -f '$<' || echo '$(srcdir)/'`!!
82035_EOF
82036   sed -f vpsed$$ $ac_file > tmp$$
82037   mv tmp$$ $ac_file
82038   rm vpsed$$
82039   echo 'MULTISUBDIR =' >> $ac_file
82040   ml_norecursion=yes
82041   . ${multi_basedir}/config-ml.in
82042   { ml_norecursion=; unset ml_norecursion;}
82043 ;;
82044    "src/filesystem/Makefile":F) cat > vpsed$$ << \_EOF
82045s!`test -f '$<' || echo '$(srcdir)/'`!!
82046_EOF
82047   sed -f vpsed$$ $ac_file > tmp$$
82048   mv tmp$$ $ac_file
82049   rm vpsed$$
82050   echo 'MULTISUBDIR =' >> $ac_file
82051   ml_norecursion=yes
82052   . ${multi_basedir}/config-ml.in
82053   { ml_norecursion=; unset ml_norecursion;}
82054 ;;
82055    "src/libbacktrace/Makefile":F) cat > vpsed$$ << \_EOF
82056s!`test -f '$<' || echo '$(srcdir)/'`!!
82057_EOF
82058   sed -f vpsed$$ $ac_file > tmp$$
82059   mv tmp$$ $ac_file
82060   rm vpsed$$
82061   echo 'MULTISUBDIR =' >> $ac_file
82062   ml_norecursion=yes
82063   . ${multi_basedir}/config-ml.in
82064   { ml_norecursion=; unset ml_norecursion;}
82065 ;;
82066    "doc/Makefile":F) cat > vpsed$$ << \_EOF
82067s!`test -f '$<' || echo '$(srcdir)/'`!!
82068_EOF
82069   sed -f vpsed$$ $ac_file > tmp$$
82070   mv tmp$$ $ac_file
82071   rm vpsed$$
82072   echo 'MULTISUBDIR =' >> $ac_file
82073   ml_norecursion=yes
82074   . ${multi_basedir}/config-ml.in
82075   { ml_norecursion=; unset ml_norecursion;}
82076 ;;
82077    "python/Makefile":F) cat > vpsed$$ << \_EOF
82078s!`test -f '$<' || echo '$(srcdir)/'`!!
82079_EOF
82080   sed -f vpsed$$ $ac_file > tmp$$
82081   mv tmp$$ $ac_file
82082   rm vpsed$$
82083   echo 'MULTISUBDIR =' >> $ac_file
82084   ml_norecursion=yes
82085   . ${multi_basedir}/config-ml.in
82086   { ml_norecursion=; unset ml_norecursion;}
82087 ;;
82088    "generate-headers":C) (cd include && ${MAKE-make} pch_build= ) ;;
82089
82090  esac
82091done # for ac_tag
82092
82093
82094as_fn_exit 0
82095_ACEOF
82096ac_clean_files=$ac_clean_files_save
82097
82098test $ac_write_fail = 0 ||
82099  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
82100
82101
82102# configure is writing to config.log, and then calls config.status.
82103# config.status does its own redirection, appending to config.log.
82104# Unfortunately, on DOS this fails, as config.log is still kept open
82105# by configure, so config.status won't be able to write to it; its
82106# output is simply discarded.  So we exec the FD to /dev/null,
82107# effectively closing config.log, so it can be properly (re)opened and
82108# appended to by config.status.  When coming back to configure, we
82109# need to make the FD available again.
82110if test "$no_create" != yes; then
82111  ac_cs_success=:
82112  ac_config_status_args=
82113  test "$silent" = yes &&
82114    ac_config_status_args="$ac_config_status_args --quiet"
82115  exec 5>/dev/null
82116  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
82117  exec 5>>config.log
82118  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
82119  # would make configure fail if this is the last instruction.
82120  $ac_cs_success || as_fn_exit 1
82121fi
82122if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
82123  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
82124$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
82125fi
82126
82127