3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
12 ac_default_prefix
=/usr
/local
13 # Any additions from configure.in:
15 --with-target-subdir=SUBDIR
16 configuring in a subdirectory"
18 --with-cross-host=HOST configuring with a cross compiler"
20 --enable-multilib build hella library versions (default)"
22 --enable-maintainer-mode enable make rules and dependencies not useful
23 (and sometimes confusing) to the casual installer"
25 --enable-shared[=PKGS] build shared libraries [default=yes]"
27 --enable-static[=PKGS] build static libraries [default=yes]"
29 --enable-fast-install[=PKGS] optimize for fast installation [default=yes]"
31 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
33 --disable-libtool-lock avoid locking (might break parallel builds)"
35 --with-pic try to use only PIC/non-PIC objects [default=use both]"
37 --enable-debug extra debugging, turn off optimization [default=no]"
39 --enable-cstdio enable GNU libio for target io package. (default)
40 --enable-cstdio=LIB use LIB target-speific io package."
42 --enable-long-long turns on 'long long' [default=yes]"
44 --enable-cshadow-headers construct "shadowed
" C header files for
47 --enable-threads enable thread usage for target GCC.
48 --enable-threads=LIB use LIB thread package for target GCC."
50 --enable-cxx-flags=FLAGS pass compiler FLAGS when building library;
53 # Initialize some variables set by options.
54 # The variables have the same names as the options, with
55 # dashes changed to underlines.
57 cache_file
=.
/config.cache
66 program_transform_name
=s
,x
,x
,
74 bindir
='${exec_prefix}/bin'
75 sbindir
='${exec_prefix}/sbin'
76 libexecdir
='${exec_prefix}/libexec'
77 datadir
='${prefix}/share'
78 sysconfdir
='${prefix}/etc'
79 sharedstatedir
='${prefix}/com'
80 localstatedir
='${prefix}/var'
81 libdir
='${exec_prefix}/lib'
82 includedir
='${prefix}/include'
83 oldincludedir
='/usr/include'
84 infodir
='${prefix}/info'
85 mandir
='${prefix}/man'
87 # Initialize some other variables.
90 SHELL
=${CONFIG_SHELL-/bin/sh}
91 # Maximum number of lines to put in a shell here document.
98 # If the previous option needs an argument, assign it.
99 if test -n "$ac_prev"; then
100 eval "$ac_prev=\$ac_option"
106 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
110 # Accept the important Cygnus configure options, so we can diagnose typos.
114 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
116 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
117 bindir
="$ac_optarg" ;;
119 -build |
--build |
--buil |
--bui |
--bu)
121 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
122 build
="$ac_optarg" ;;
124 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
125 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
126 ac_prev
=cache_file
;;
127 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
128 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
129 cache_file
="$ac_optarg" ;;
131 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
133 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
135 datadir
="$ac_optarg" ;;
137 -disable-* |
--disable-*)
138 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
139 # Reject names that are not valid shell variable names.
140 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
141 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
143 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
144 eval "enable_${ac_feature}=no" ;;
146 -enable-* |
--enable-*)
147 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
148 # Reject names that are not valid shell variable names.
149 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
150 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
152 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
157 eval "enable_${ac_feature}='$ac_optarg'" ;;
159 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
160 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
161 |
--exec |
--exe |
--ex)
162 ac_prev
=exec_prefix
;;
163 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
164 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
165 |
--exec=* |
--exe=* |
--ex=*)
166 exec_prefix
="$ac_optarg" ;;
168 -gas |
--gas |
--ga |
--g)
169 # Obsolete; use --with-gas.
172 -help |
--help |
--hel |
--he)
173 # Omit some internal or obsolete options to make the list less imposing.
174 # This message is too long to be a string in the A/UX 3.1 sh.
176 Usage: configure [options] [host]
177 Options: [defaults in brackets after descriptions]
179 --cache-file=FILE cache test results in FILE
180 --help print this message
181 --no-create do not create output files
182 --quiet, --silent do not print \`checking...' messages
183 --version print the version of autoconf that created configure
184 Directory and file names:
185 --prefix=PREFIX install architecture-independent files in PREFIX
187 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
189 --bindir=DIR user executables in DIR [EPREFIX/bin]
190 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
191 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
192 --datadir=DIR read-only architecture-independent data in DIR
194 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
195 --sharedstatedir=DIR modifiable architecture-independent data in DIR
197 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
198 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
199 --includedir=DIR C header files in DIR [PREFIX/include]
200 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
201 --infodir=DIR info documentation in DIR [PREFIX/info]
202 --mandir=DIR man documentation in DIR [PREFIX/man]
203 --srcdir=DIR find the sources in DIR [configure dir or ..]
204 --program-prefix=PREFIX prepend PREFIX to installed program names
205 --program-suffix=SUFFIX append SUFFIX to installed program names
206 --program-transform-name=PROGRAM
207 run sed PROGRAM on installed program names
211 --build=BUILD configure for building on BUILD [BUILD=HOST]
212 --host=HOST configure for HOST [guessed]
213 --target=TARGET configure for TARGET [TARGET=HOST]
214 Features and packages:
215 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
216 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
217 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
218 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
219 --x-includes=DIR X include files are in DIR
220 --x-libraries=DIR X library files are in DIR
222 if test -n "$ac_help"; then
223 echo "--enable and --with options recognized:$ac_help"
227 -host |
--host |
--hos |
--ho)
229 -host=* |
--host=* |
--hos=* |
--ho=*)
232 -includedir |
--includedir |
--includedi |
--included |
--include \
233 |
--includ |
--inclu |
--incl |
--inc)
234 ac_prev
=includedir
;;
235 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
236 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
237 includedir
="$ac_optarg" ;;
239 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
241 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
242 infodir
="$ac_optarg" ;;
244 -libdir |
--libdir |
--libdi |
--libd)
246 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
247 libdir
="$ac_optarg" ;;
249 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
250 |
--libexe |
--libex |
--libe)
251 ac_prev
=libexecdir
;;
252 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
253 |
--libexe=* |
--libex=* |
--libe=*)
254 libexecdir
="$ac_optarg" ;;
256 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
257 |
--localstate |
--localstat |
--localsta |
--localst \
258 |
--locals |
--local |
--loca |
--loc |
--lo)
259 ac_prev
=localstatedir
;;
260 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
261 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
262 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
263 localstatedir
="$ac_optarg" ;;
265 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
267 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
268 mandir
="$ac_optarg" ;;
271 # Obsolete; use --without-fp.
274 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
278 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
279 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
282 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
283 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
284 |
--oldin |
--oldi |
--old |
--ol |
--o)
285 ac_prev
=oldincludedir
;;
286 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
287 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
288 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
289 oldincludedir
="$ac_optarg" ;;
291 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
293 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
294 prefix
="$ac_optarg" ;;
296 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
297 |
--program-pre |
--program-pr |
--program-p)
298 ac_prev
=program_prefix
;;
299 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
300 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
301 program_prefix
="$ac_optarg" ;;
303 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
304 |
--program-suf |
--program-su |
--program-s)
305 ac_prev
=program_suffix
;;
306 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
307 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
308 program_suffix
="$ac_optarg" ;;
310 -program-transform-name |
--program-transform-name \
311 |
--program-transform-nam |
--program-transform-na \
312 |
--program-transform-n |
--program-transform- \
313 |
--program-transform |
--program-transfor \
314 |
--program-transfo |
--program-transf \
315 |
--program-trans |
--program-tran \
316 |
--progr-tra |
--program-tr |
--program-t)
317 ac_prev
=program_transform_name
;;
318 -program-transform-name=* |
--program-transform-name=* \
319 |
--program-transform-nam=* |
--program-transform-na=* \
320 |
--program-transform-n=* |
--program-transform-=* \
321 |
--program-transform=* |
--program-transfor=* \
322 |
--program-transfo=* |
--program-transf=* \
323 |
--program-trans=* |
--program-tran=* \
324 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
325 program_transform_name
="$ac_optarg" ;;
327 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
328 |
-silent |
--silent |
--silen |
--sile |
--sil)
331 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
333 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
335 sbindir
="$ac_optarg" ;;
337 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
338 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
339 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
341 ac_prev
=sharedstatedir
;;
342 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
343 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
344 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
346 sharedstatedir
="$ac_optarg" ;;
348 -site |
--site |
--sit)
350 -site=* |
--site=* |
--sit=*)
353 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
355 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
356 srcdir
="$ac_optarg" ;;
358 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
359 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
360 ac_prev
=sysconfdir
;;
361 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
362 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
363 sysconfdir
="$ac_optarg" ;;
365 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
367 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
368 target
="$ac_optarg" ;;
370 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
373 -version |
--version |
--versio |
--versi |
--vers)
374 echo "configure generated by autoconf version 2.13"
378 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
379 # Reject names that are not valid shell variable names.
380 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
381 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
383 ac_package
=`echo $ac_package| sed 's/-/_/g'`
388 eval "with_${ac_package}='$ac_optarg'" ;;
390 -without-* |
--without-*)
391 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
392 # Reject names that are not valid shell variable names.
393 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
394 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
396 ac_package
=`echo $ac_package| sed 's/-/_/g'`
397 eval "with_${ac_package}=no" ;;
400 # Obsolete; use --with-x.
403 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
404 |
--x-incl |
--x-inc |
--x-in |
--x-i)
405 ac_prev
=x_includes
;;
406 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
407 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
408 x_includes
="$ac_optarg" ;;
410 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
411 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
412 ac_prev
=x_libraries
;;
413 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
414 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
415 x_libraries
="$ac_optarg" ;;
417 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
421 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
422 echo "configure: warning: $ac_option: invalid host type" 1>&2
424 if test "x$nonopt" != xNONE
; then
425 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
433 if test -n "$ac_prev"; then
434 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
437 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
439 # File descriptor usage:
442 # 2 errors and warnings
443 # 3 some systems may open it to /dev/tty
444 # 4 used on the Kubota Titan
445 # 6 checking for... messages and results
446 # 5 compiler messages saved in config.log
447 if test "$silent" = yes; then
455 This file contains any messages produced by compilers while
456 running configure, to aid debugging if configure makes a mistake.
459 # Strip out --no-create and --no-recursion so they do not pile up.
460 # Also quote any args containing shell metacharacters.
465 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
466 |
--no-cr |
--no-c) ;;
467 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
468 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
469 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
470 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
471 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
476 # Only set these to C if already set. These must not be set unconditionally
477 # because not all systems understand e.g. LANG=C (notably SCO).
478 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
479 # Non-C LC_CTYPE values break the ctype check.
480 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
481 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
482 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
483 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
485 # confdefs.h avoids OS command line length limits that DEFS can exceed.
486 rm -rf conftest
* confdefs.h
487 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
490 # A filename unique to this package, relative to the directory that
491 # configure is in, which we can look for to find out if srcdir is correct.
492 ac_unique_file
=src
/complex.cc
494 # Find the source files, if location was not specified.
495 if test -z "$srcdir"; then
496 ac_srcdir_defaulted
=yes
497 # Try the directory containing this script, then its parent.
499 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
500 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
502 if test ! -r $srcdir/$ac_unique_file; then
506 ac_srcdir_defaulted
=no
508 if test ! -r $srcdir/$ac_unique_file; then
509 if test "$ac_srcdir_defaulted" = yes; then
510 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
512 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
515 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
517 # Prefer explicitly selected file to automatically selected ones.
518 if test -z "$CONFIG_SITE"; then
519 if test "x$prefix" != xNONE
; then
520 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
522 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
525 for ac_site_file
in $CONFIG_SITE; do
526 if test -r "$ac_site_file"; then
527 echo "loading site script $ac_site_file"
532 if test -r "$cache_file"; then
533 echo "loading cache $cache_file"
536 echo "creating cache $cache_file"
541 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
542 ac_cpp
='$CPP $CPPFLAGS'
543 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
544 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
545 cross_compiling
=$ac_cv_prog_cc_cross
549 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
550 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
551 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
558 ac_n
= ac_c
='\c' ac_t
=
563 for ac_dir
in ..
$srcdir/..
; do
564 if test -f $ac_dir/install-sh
; then
566 ac_install_sh
="$ac_aux_dir/install-sh -c"
568 elif test -f $ac_dir/install.sh
; then
570 ac_install_sh
="$ac_aux_dir/install.sh -c"
574 if test -z "$ac_aux_dir"; then
575 { echo "configure: error: can not find install-sh or install.sh in .. $srcdir/.." 1>&2; exit 1; }
577 ac_config_guess
=$ac_aux_dir/config.guess
578 ac_config_sub
=$ac_aux_dir/config.sub
579 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
582 # Gets and sets build, host, target, *_vendor, *_cpu, *_os, etc.
584 # Do some error checking and defaulting for the host and target type.
586 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
589 # 1. You are not allowed to specify --host, --target, and nonopt at the
591 # 2. Host defaults to nonopt.
592 # 3. If nonopt is not specified, then host defaults to the current host,
593 # as determined by config.guess.
594 # 4. Target and build default to nonopt.
595 # 5. If nonopt is not specified, then target and build default to host.
597 # The aliases save the names the user supplied, while $host etc.
598 # will get canonicalized.
599 case $host---$target---$nonopt in
600 NONE---
*---* |
*---NONE---* |
*---*---NONE) ;;
601 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
605 # Make sure we can run config.sub.
606 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
607 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
610 echo $ac_n "checking host system type""... $ac_c" 1>&6
611 echo "configure:612: checking host system type" >&5
614 case "$host_alias" in
618 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
619 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
621 *) host_alias
=$nonopt ;;
625 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
626 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
627 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
628 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
629 echo "$ac_t""$host" 1>&6
631 echo $ac_n "checking target system type""... $ac_c" 1>&6
632 echo "configure:633: checking target system type" >&5
635 case "$target_alias" in
638 NONE
) target_alias
=$host_alias ;;
639 *) target_alias
=$nonopt ;;
643 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
644 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
645 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
646 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
647 echo "$ac_t""$target" 1>&6
649 echo $ac_n "checking build system type""... $ac_c" 1>&6
650 echo "configure:651: checking build system type" >&5
653 case "$build_alias" in
656 NONE
) build_alias
=$host_alias ;;
657 *) build_alias
=$nonopt ;;
661 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
662 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
663 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
664 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
665 echo "$ac_t""$build" 1>&6
667 test "$host_alias" != "$target_alias" &&
668 test "$program_prefix$program_suffix$program_transform_name" = \
670 program_prefix
=${target_alias}-
673 # We use these options to decide which functions to include.
674 # Check whether --with-target-subdir or --without-target-subdir was given.
675 if test "${with_target_subdir+set}" = set; then
676 withval
="$with_target_subdir"
680 # Check whether --with-cross-host or --without-cross-host was given.
681 if test "${with_cross_host+set}" = set; then
682 withval
="$with_cross_host"
687 # Find a good install program. We prefer a C program (faster),
688 # so one script is as good as another. But avoid the broken or
689 # incompatible versions:
690 # SysV /etc/install, /usr/sbin/install
691 # SunOS /usr/etc/install
694 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
695 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
696 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
697 # ./install, which can be erroneously created by make from ./install.sh.
698 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
699 echo "configure:700: checking for a BSD compatible install" >&5
700 if test -z "$INSTALL"; then
701 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
702 echo $ac_n "(cached) $ac_c" 1>&6
704 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
705 for ac_dir
in $PATH; do
706 # Account for people who put trailing slashes in PATH elements.
708 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
710 # OSF1 and SCO ODT 3.0 have their own names for install.
711 # Don't use installbsd from OSF since it installs stuff as root
713 for ac_prog
in ginstall scoinst
install; do
714 if test -f $ac_dir/$ac_prog; then
715 if test $ac_prog = install &&
716 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
717 # AIX install. It has an incompatible calling convention.
720 ac_cv_path_install
="$ac_dir/$ac_prog -c"
731 if test "${ac_cv_path_install+set}" = set; then
732 INSTALL
="$ac_cv_path_install"
734 # As a last resort, use the slow shell script. We don't cache a
735 # path for INSTALL within a source directory, because that will
736 # break other packages using the cache if that directory is
737 # removed, or if the path is relative.
738 INSTALL
="$ac_install_sh"
741 echo "$ac_t""$INSTALL" 1>&6
743 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
744 # It thinks the first close brace ends the variable substitution.
745 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
747 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
749 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
751 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
752 echo "configure:753: checking whether build environment is sane" >&5
755 echo timestamp
> conftestfile
756 # Do `set' in a subshell so we don't clobber the current shell's
757 # arguments. Must try -L first in case configure is actually a
758 # symlink; some systems play weird games with the mod time of symlinks
759 # (eg FreeBSD returns the mod time of the symlink's containing
762 set X
`ls -Lt $srcdir/configure conftestfile 2> /dev/null`
763 if test "$*" = "X"; then
765 set X
`ls -t $srcdir/configure conftestfile`
767 if test "$*" != "X $srcdir/configure conftestfile" \
768 && test "$*" != "X conftestfile $srcdir/configure"; then
770 # If neither matched, then we have a broken ls. This can happen
771 # if, for instance, CONFIG_SHELL is bash and it inherits a
772 # broken ls alias from the environment. This has actually
773 # happened. Such a system could not be considered "sane".
774 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
775 alias in your environment" 1>&2; exit 1; }
778 test "$2" = conftestfile
784 { echo "configure: error: newly created file is older than distributed files!
785 Check your system clock" 1>&2; exit 1; }
788 echo "$ac_t""yes" 1>&6
789 if test "$program_transform_name" = s
,x
,x
,; then
790 program_transform_name
=
792 # Double any \ or $. echo might interpret backslashes.
793 cat <<\EOF_SED
> conftestsed
794 s
,\\,\\\\,g
; s
,\$
,$$
,g
796 program_transform_name
="`echo $program_transform_name|sed -f conftestsed`"
799 test "$program_prefix" != NONE
&&
800 program_transform_name
="s,^,${program_prefix},; $program_transform_name"
801 # Use a double $ so make ignores it.
802 test "$program_suffix" != NONE
&&
803 program_transform_name
="s,\$\$,${program_suffix},; $program_transform_name"
805 # sed with no file args requires a program.
806 test "$program_transform_name" = "" && program_transform_name
="s,x,x,"
808 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
809 echo "configure:810: checking whether ${MAKE-make} sets \${MAKE}" >&5
810 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
811 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
812 echo $ac_n "(cached) $ac_c" 1>&6
814 cat > conftestmake
<<\EOF
816 @
echo 'ac_maketemp="${MAKE}"'
818 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
819 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
820 if test -n "$ac_maketemp"; then
821 eval ac_cv_prog_make_
${ac_make}_set
=yes
823 eval ac_cv_prog_make_
${ac_make}_set
=no
827 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
828 echo "$ac_t""yes" 1>&6
831 echo "$ac_t""no" 1>&6
832 SET_MAKE
="MAKE=${MAKE-make}"
835 if test $host != $build; then
836 ac_tool_prefix
=${host_alias}-
841 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
842 echo "configure:843: checking for Cygwin environment" >&5
843 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
844 echo $ac_n "(cached) $ac_c" 1>&6
846 cat > conftest.
$ac_ext <<EOF
847 #line 848 "configure"
848 #include "confdefs.h"
853 #define __CYGWIN__ __CYGWIN32__
858 if { (eval echo configure
:859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
862 echo "configure: failed program was:" >&5
863 cat conftest.
$ac_ext >&5
871 echo "$ac_t""$ac_cv_cygwin" 1>&6
873 test "$ac_cv_cygwin" = yes && CYGWIN
=yes
874 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
875 echo "configure:876: checking for mingw32 environment" >&5
876 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
877 echo $ac_n "(cached) $ac_c" 1>&6
879 cat > conftest.
$ac_ext <<EOF
880 #line 881 "configure"
881 #include "confdefs.h"
887 if { (eval echo configure
:888: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
891 echo "configure: failed program was:" >&5
892 cat conftest.
$ac_ext >&5
900 echo "$ac_t""$ac_cv_mingw32" 1>&6
902 test "$ac_cv_mingw32" = yes && MINGW32
=yes
904 # Check whether --enable-multilib or --disable-multilib was given.
905 if test "${enable_multilib+set}" = set; then
906 enableval
="$enable_multilib"
907 case "${enableval}" in
910 *) { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
916 if test "${srcdir}" = "."; then
917 if test "${with_target_subdir}" != "."; then
918 glibcpp_basedir
="${srcdir}/${with_multisrctop}../."
920 glibcpp_basedir
="${srcdir}/${with_multisrctop}."
923 glibcpp_basedir
="${srcdir}/."
932 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status
; then
933 { echo "configure: error: source directory already configured; run "make distclean
" there first" 1>&2; exit 1; }
935 cat >> confdefs.h
<<EOF
936 #define PACKAGE "$PACKAGE"
939 cat >> confdefs.h
<<EOF
940 #define VERSION "$VERSION"
945 missing_dir
=`cd $ac_aux_dir && pwd`
946 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
947 echo "configure:948: checking for working aclocal" >&5
948 # Run test in a subshell; some versions of sh will print an error if
949 # an executable is not found, even if stderr is redirected.
950 # Redirect stdin to placate older versions of autoconf. Sigh.
951 if (aclocal
--version) < /dev
/null
> /dev
/null
2>&1; then
953 echo "$ac_t""found" 1>&6
955 ACLOCAL
="$missing_dir/missing aclocal"
956 echo "$ac_t""missing" 1>&6
959 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
960 echo "configure:961: checking for working autoconf" >&5
961 # Run test in a subshell; some versions of sh will print an error if
962 # an executable is not found, even if stderr is redirected.
963 # Redirect stdin to placate older versions of autoconf. Sigh.
964 if (autoconf
--version) < /dev
/null
> /dev
/null
2>&1; then
966 echo "$ac_t""found" 1>&6
968 AUTOCONF
="$missing_dir/missing autoconf"
969 echo "$ac_t""missing" 1>&6
972 echo $ac_n "checking for working automake""... $ac_c" 1>&6
973 echo "configure:974: checking for working automake" >&5
974 # Run test in a subshell; some versions of sh will print an error if
975 # an executable is not found, even if stderr is redirected.
976 # Redirect stdin to placate older versions of autoconf. Sigh.
977 if (automake
--version) < /dev
/null
> /dev
/null
2>&1; then
979 echo "$ac_t""found" 1>&6
981 AUTOMAKE
="$missing_dir/missing automake"
982 echo "$ac_t""missing" 1>&6
985 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
986 echo "configure:987: checking for working autoheader" >&5
987 # Run test in a subshell; some versions of sh will print an error if
988 # an executable is not found, even if stderr is redirected.
989 # Redirect stdin to placate older versions of autoconf. Sigh.
990 if (autoheader
--version) < /dev
/null
> /dev
/null
2>&1; then
991 AUTOHEADER
=autoheader
992 echo "$ac_t""found" 1>&6
994 AUTOHEADER
="$missing_dir/missing autoheader"
995 echo "$ac_t""missing" 1>&6
998 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
999 echo "configure:1000: checking for working makeinfo" >&5
1000 # Run test in a subshell; some versions of sh will print an error if
1001 # an executable is not found, even if stderr is redirected.
1002 # Redirect stdin to placate older versions of autoconf. Sigh.
1003 if (makeinfo
--version) < /dev
/null
> /dev
/null
2>&1; then
1005 echo "$ac_t""found" 1>&6
1007 MAKEINFO
="$missing_dir/missing makeinfo"
1008 echo "$ac_t""missing" 1>&6
1013 # Never versions of autoconf add an underscore to these functions.
1014 # Prevent future problems ...
1022 # FIXME: We temporarily define our own version of AC_PROG_CC. This is
1023 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
1024 # are probably using a cross compiler, which will not be able to fully
1025 # link an executable. This should really be fixed in autoconf
1031 # Extract the first word of "gcc", so it can be a program name with args.
1032 set dummy gcc
; ac_word
=$2
1033 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1034 echo "configure:1035: checking for $ac_word" >&5
1035 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1036 echo $ac_n "(cached) $ac_c" 1>&6
1038 if test -n "$CC"; then
1039 ac_cv_prog_CC
="$CC" # Let the user override the test.
1041 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1043 for ac_dir
in $ac_dummy; do
1044 test -z "$ac_dir" && ac_dir
=.
1045 if test -f $ac_dir/$ac_word; then
1054 if test -n "$CC"; then
1055 echo "$ac_t""$CC" 1>&6
1057 echo "$ac_t""no" 1>&6
1060 if test -z "$CC"; then
1061 # Extract the first word of "cc", so it can be a program name with args.
1062 set dummy cc
; ac_word
=$2
1063 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1064 echo "configure:1065: checking for $ac_word" >&5
1065 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1066 echo $ac_n "(cached) $ac_c" 1>&6
1068 if test -n "$CC"; then
1069 ac_cv_prog_CC
="$CC" # Let the user override the test.
1071 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1074 for ac_dir
in $ac_dummy; do
1075 test -z "$ac_dir" && ac_dir
=.
1076 if test -f $ac_dir/$ac_word; then
1077 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1078 ac_prog_rejected
=yes
1086 if test $ac_prog_rejected = yes; then
1087 # We found a bogon in the path, so make sure we never use it.
1088 set dummy
$ac_cv_prog_CC
1090 if test $# -gt 0; then
1091 # We chose a different compiler from the bogus one.
1092 # However, it has the same basename, so the bogon will be chosen
1093 # first if we set CC to just the basename; use the full file name.
1095 set dummy
"$ac_dir/$ac_word" "$@"
1103 if test -n "$CC"; then
1104 echo "$ac_t""$CC" 1>&6
1106 echo "$ac_t""no" 1>&6
1109 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1112 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1113 echo "configure:1114: checking whether we are using GNU C" >&5
1114 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1115 echo $ac_n "(cached) $ac_c" 1>&6
1117 cat > conftest.c
<<EOF
1122 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:1123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
1129 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1131 if test $ac_cv_prog_gcc = yes; then
1133 ac_test_CFLAGS
="${CFLAGS+set}"
1134 ac_save_CFLAGS
="$CFLAGS"
1136 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1137 echo "configure:1138: checking whether ${CC-cc} accepts -g" >&5
1138 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1139 echo $ac_n "(cached) $ac_c" 1>&6
1141 echo 'void f(){}' > conftest.c
1142 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1151 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1152 if test "$ac_test_CFLAGS" = set; then
1153 CFLAGS
="$ac_save_CFLAGS"
1154 elif test $ac_cv_prog_cc_g = yes; then
1161 test "${CFLAGS+set}" = set || CFLAGS
="-g"
1165 # Can't just call these here as g++ requires libstc++ to be built....
1168 # Likewise for AC_PROG_CXX.
1172 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++
1174 # Extract the first word of "$ac_prog", so it can be a program name with args.
1175 set dummy
$ac_prog; ac_word
=$2
1176 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1177 echo "configure:1178: checking for $ac_word" >&5
1178 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1179 echo $ac_n "(cached) $ac_c" 1>&6
1181 if test -n "$CXX"; then
1182 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
1184 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1186 for ac_dir
in $ac_dummy; do
1187 test -z "$ac_dir" && ac_dir
=.
1188 if test -f $ac_dir/$ac_word; then
1189 ac_cv_prog_CXX
="$ac_prog"
1196 CXX
="$ac_cv_prog_CXX"
1197 if test -n "$CXX"; then
1198 echo "$ac_t""$CXX" 1>&6
1200 echo "$ac_t""no" 1>&6
1203 test -n "$CXX" && break
1205 test -n "$CXX" || CXX
="gcc"
1207 test -z "$CXX" && { echo "configure: error: no acceptable c++ found in \$PATH" 1>&2; exit 1; }
1209 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1210 echo "configure:1211: checking whether we are using GNU C++" >&5
1211 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1212 echo $ac_n "(cached) $ac_c" 1>&6
1214 cat > conftest.C
<<EOF
1219 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:1220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
1226 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1228 if test $ac_cv_prog_gxx = yes; then
1230 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
1231 ac_save_CXXFLAGS
="$CXXFLAGS"
1233 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1234 echo "configure:1235: checking whether ${CXX-g++} accepts -g" >&5
1235 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1236 echo $ac_n "(cached) $ac_c" 1>&6
1238 echo 'void f(){}' > conftest.cc
1239 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1240 ac_cv_prog_cxx_g
=yes
1248 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1249 if test "$ac_test_CXXFLAGS" = set; then
1250 CXXFLAGS
="$ac_save_CXXFLAGS"
1251 elif test $ac_cv_prog_cxx_g = yes; then
1258 test "${CXXFLAGS+set}" = set || CXXFLAGS
="-g"
1262 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1263 set dummy
${ac_tool_prefix}as
; ac_word
=$2
1264 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1265 echo "configure:1266: checking for $ac_word" >&5
1266 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1267 echo $ac_n "(cached) $ac_c" 1>&6
1269 if test -n "$AS"; then
1270 ac_cv_prog_AS
="$AS" # Let the user override the test.
1272 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1274 for ac_dir
in $ac_dummy; do
1275 test -z "$ac_dir" && ac_dir
=.
1276 if test -f $ac_dir/$ac_word; then
1277 ac_cv_prog_AS
="${ac_tool_prefix}as"
1282 test -z "$ac_cv_prog_AS" && ac_cv_prog_AS
="as"
1286 if test -n "$AS"; then
1287 echo "$ac_t""$AS" 1>&6
1289 echo "$ac_t""no" 1>&6
1294 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1295 set dummy
${ac_tool_prefix}ar; ac_word
=$2
1296 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1297 echo "configure:1298: checking for $ac_word" >&5
1298 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1299 echo $ac_n "(cached) $ac_c" 1>&6
1301 if test -n "$AR"; then
1302 ac_cv_prog_AR
="$AR" # Let the user override the test.
1304 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1306 for ac_dir
in $ac_dummy; do
1307 test -z "$ac_dir" && ac_dir
=.
1308 if test -f $ac_dir/$ac_word; then
1309 ac_cv_prog_AR
="${ac_tool_prefix}ar"
1314 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
1318 if test -n "$AR"; then
1319 echo "$ac_t""$AR" 1>&6
1321 echo "$ac_t""no" 1>&6
1326 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1327 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
1328 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1329 echo "configure:1330: checking for $ac_word" >&5
1330 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1331 echo $ac_n "(cached) $ac_c" 1>&6
1333 if test -n "$RANLIB"; then
1334 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
1336 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1338 for ac_dir
in $ac_dummy; do
1339 test -z "$ac_dir" && ac_dir
=.
1340 if test -f $ac_dir/$ac_word; then
1341 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
1348 RANLIB
="$ac_cv_prog_RANLIB"
1349 if test -n "$RANLIB"; then
1350 echo "$ac_t""$RANLIB" 1>&6
1352 echo "$ac_t""no" 1>&6
1356 if test -z "$ac_cv_prog_RANLIB"; then
1357 if test -n "$ac_tool_prefix"; then
1358 # Extract the first word of "ranlib", so it can be a program name with args.
1359 set dummy ranlib
; ac_word
=$2
1360 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1361 echo "configure:1362: checking for $ac_word" >&5
1362 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1363 echo $ac_n "(cached) $ac_c" 1>&6
1365 if test -n "$RANLIB"; then
1366 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
1368 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1370 for ac_dir
in $ac_dummy; do
1371 test -z "$ac_dir" && ac_dir
=.
1372 if test -f $ac_dir/$ac_word; then
1373 ac_cv_prog_RANLIB
="ranlib"
1378 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
1381 RANLIB
="$ac_cv_prog_RANLIB"
1382 if test -n "$RANLIB"; then
1383 echo "$ac_t""$RANLIB" 1>&6
1385 echo "$ac_t""no" 1>&6
1394 # Find a good install program. We prefer a C program (faster),
1395 # so one script is as good as another. But avoid the broken or
1396 # incompatible versions:
1397 # SysV /etc/install, /usr/sbin/install
1398 # SunOS /usr/etc/install
1399 # IRIX /sbin/install
1401 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1402 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1403 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1404 # ./install, which can be erroneously created by make from ./install.sh.
1405 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1406 echo "configure:1407: checking for a BSD compatible install" >&5
1407 if test -z "$INSTALL"; then
1408 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1409 echo $ac_n "(cached) $ac_c" 1>&6
1411 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
1412 for ac_dir
in $PATH; do
1413 # Account for people who put trailing slashes in PATH elements.
1415 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
1417 # OSF1 and SCO ODT 3.0 have their own names for install.
1418 # Don't use installbsd from OSF since it installs stuff as root
1420 for ac_prog
in ginstall scoinst
install; do
1421 if test -f $ac_dir/$ac_prog; then
1422 if test $ac_prog = install &&
1423 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
1424 # AIX install. It has an incompatible calling convention.
1427 ac_cv_path_install
="$ac_dir/$ac_prog -c"
1438 if test "${ac_cv_path_install+set}" = set; then
1439 INSTALL
="$ac_cv_path_install"
1441 # As a last resort, use the slow shell script. We don't cache a
1442 # path for INSTALL within a source directory, because that will
1443 # break other packages using the cache if that directory is
1444 # removed, or if the path is relative.
1445 INSTALL
="$ac_install_sh"
1448 echo "$ac_t""$INSTALL" 1>&6
1450 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1451 # It thinks the first close brace ends the variable substitution.
1452 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1454 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
1456 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1459 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1460 echo "configure:1461: checking whether to enable maintainer-specific portions of Makefiles" >&5
1461 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1462 if test "${enable_maintainer_mode+set}" = set; then
1463 enableval
="$enable_maintainer_mode"
1464 USE_MAINTAINER_MODE
=$enableval
1466 USE_MAINTAINER_MODE
=no
1469 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1472 if test $USE_MAINTAINER_MODE = yes; then
1473 MAINTAINER_MODE_TRUE
=
1474 MAINTAINER_MODE_FALSE
='#'
1476 MAINTAINER_MODE_TRUE
='#'
1477 MAINTAINER_MODE_FALSE
=
1479 MAINT
=$MAINTAINER_MODE_TRUE
1483 # We need AC_EXEEXT to keep automake happy in cygnus mode. However,
1484 # at least currently, we never actually build a program, so we never
1485 # need to use $(EXEEXT). Moreover, the test for EXEEXT normally
1486 # fails, because we are probably configuring with a cross compiler
1487 # which cant create executables. So we include AC_EXEEXT to keep
1488 # automake happy, but we dont execute it, since we dont care about
1493 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1494 echo "configure:1495: checking for executable suffix" >&5
1495 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1496 echo $ac_n "(cached) $ac_c" 1>&6
1498 if test "$CYGWIN" = yes ||
test "$MINGW32" = yes; then
1502 echo 'int main () { return 0; }' > conftest.
$ac_ext
1504 if { (eval echo configure
:1505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1505 for file in conftest.
*; do
1507 *.c |
*.o |
*.obj
) ;;
1508 *) ac_cv_exeext
=`echo $file | sed -e s/conftest//` ;;
1512 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1515 test x
"${ac_cv_exeext}" = x
&& ac_cv_exeext
=no
1520 test x
"${ac_cv_exeext}" != xno
&& EXEEXT
=${ac_cv_exeext}
1521 echo "$ac_t""${ac_cv_exeext}" 1>&6
1526 # configure.host sets the following important variables
1527 # glibcpp_cflags - host specific C compiler flags
1528 # glibcpp_cxxflags - host specific C++ compiler flags
1532 .
${glibcpp_basedir}/configure.
host
1534 case ${glibcpp_basedir} in
1535 /* | A-Za-z
:/\\*) libgcj_flagbasedir
=${glibcpp_basedir} ;;
1536 *) glibcpp_flagbasedir
='$(top_builddir)/'${glibcpp_basedir} ;;
1539 GLIBCPP_CFLAGS
="${glibcpp_cflags}"
1540 GLIBCPP_CXXFLAGS
="${glibcpp_cxxflags}"
1545 # Check whether --enable-shared or --disable-shared was given.
1546 if test "${enable_shared+set}" = set; then
1547 enableval
="$enable_shared"
1548 p
=${PACKAGE-default}
1549 case "$enableval" in
1550 yes) enable_shared
=yes ;;
1551 no
) enable_shared
=no
;;
1554 # Look at the argument we got. We use all the common list separators.
1555 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
1556 for pkg
in $enableval; do
1557 if test "X$pkg" = "X$p"; then
1568 # Check whether --enable-static or --disable-static was given.
1569 if test "${enable_static+set}" = set; then
1570 enableval
="$enable_static"
1571 p
=${PACKAGE-default}
1572 case "$enableval" in
1573 yes) enable_static
=yes ;;
1574 no
) enable_static
=no
;;
1577 # Look at the argument we got. We use all the common list separators.
1578 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
1579 for pkg
in $enableval; do
1580 if test "X$pkg" = "X$p"; then
1591 # Check whether --enable-fast-install or --disable-fast-install was given.
1592 if test "${enable_fast_install+set}" = set; then
1593 enableval
="$enable_fast_install"
1594 p
=${PACKAGE-default}
1595 case "$enableval" in
1596 yes) enable_fast_install
=yes ;;
1597 no
) enable_fast_install
=no
;;
1599 enable_fast_install
=no
1600 # Look at the argument we got. We use all the common list separators.
1601 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
1602 for pkg
in $enableval; do
1603 if test "X$pkg" = "X$p"; then
1604 enable_fast_install
=yes
1611 enable_fast_install
=yes
1614 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1615 if test "${with_gnu_ld+set}" = set; then
1616 withval
="$with_gnu_ld"
1617 test "$withval" = no || with_gnu_ld
=yes
1623 if test "$ac_cv_prog_gcc" = yes; then
1624 # Check if gcc -print-prog-name=ld gives a path.
1625 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1626 echo "configure:1627: checking for ld used by GCC" >&5
1629 # gcc leaves a trailing carriage return which upsets mingw
1630 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1632 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
1635 # Accept absolute paths.
1636 [\\/]* |
[A-Za-z
]:[\\/]*)
1637 re_direlt
='/[^/][^/]*/\.\./'
1638 # Canonicalize the path of ld
1639 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
1640 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
1641 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
1643 test -z "$LD" && LD
="$ac_prog"
1646 # If it fails, then pretend we aren't using GCC.
1650 # If it is relative, then search for the first ld in PATH.
1654 elif test "$with_gnu_ld" = yes; then
1655 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1656 echo "configure:1657: checking for GNU ld" >&5
1658 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1659 echo "configure:1660: checking for non-GNU ld" >&5
1661 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1662 echo $ac_n "(cached) $ac_c" 1>&6
1664 if test -z "$LD"; then
1665 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1666 for ac_dir
in $PATH; do
1667 test -z "$ac_dir" && ac_dir
=.
1668 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
1669 ac_cv_path_LD
="$ac_dir/$ac_prog"
1670 # Check to see if the program is GNU ld. I'd rather use --version,
1671 # but apparently some GNU ld's only accept -v.
1672 # Break only if it was the GNU/non-GNU ld that we prefer.
1673 if "$ac_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
1674 test "$with_gnu_ld" != no
&& break
1676 test "$with_gnu_ld" != yes && break
1682 ac_cv_path_LD
="$LD" # Let the user override the test with a path.
1687 if test -n "$LD"; then
1688 echo "$ac_t""$LD" 1>&6
1690 echo "$ac_t""no" 1>&6
1692 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1693 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1694 echo "configure:1695: checking if the linker ($LD) is GNU ld" >&5
1695 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1696 echo $ac_n "(cached) $ac_c" 1>&6
1698 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1699 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
1700 ac_cv_prog_gnu_ld
=yes
1702 ac_cv_prog_gnu_ld
=no
1706 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1707 with_gnu_ld
=$ac_cv_prog_gnu_ld
1710 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
1711 echo "configure:1712: checking for $LD option to reload object files" >&5
1712 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1713 echo $ac_n "(cached) $ac_c" 1>&6
1715 lt_cv_ld_reload_flag
='-r'
1718 echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1719 reload_flag
=$lt_cv_ld_reload_flag
1720 test -n "$reload_flag" && reload_flag
=" $reload_flag"
1722 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1723 echo "configure:1724: checking for BSD-compatible nm" >&5
1724 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1725 echo $ac_n "(cached) $ac_c" 1>&6
1727 if test -n "$NM"; then
1728 # Let the user override the test.
1731 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1732 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
1733 test -z "$ac_dir" && ac_dir
=.
1734 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
1735 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
1736 # Check to see if the nm accepts a BSD-compat flag.
1737 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1738 # nm: unknown option "B" ignored
1739 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
1740 ac_cv_path_NM
="$tmp_nm -B"
1742 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
1743 ac_cv_path_NM
="$tmp_nm -p"
1746 ac_cv_path_NM
=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but
1747 continue # so that we can try to find one that supports BSD flags
1752 test -z "$ac_cv_path_NM" && ac_cv_path_NM
=nm
1757 echo "$ac_t""$NM" 1>&6
1759 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1760 echo "configure:1761: checking whether ln -s works" >&5
1761 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1762 echo $ac_n "(cached) $ac_c" 1>&6
1765 if ln -s X conftestdata
2>/dev
/null
1768 ac_cv_prog_LN_S
="ln -s"
1773 LN_S
="$ac_cv_prog_LN_S"
1774 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1775 echo "$ac_t""yes" 1>&6
1777 echo "$ac_t""no" 1>&6
1780 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
1781 echo "configure:1782: checking how to recognise dependant libraries" >&5
1782 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1783 echo $ac_n "(cached) $ac_c" 1>&6
1785 lt_cv_file_magic_cmd
='${MAGIC}'
1786 lt_cv_file_magic_test_file
=
1787 lt_cv_deplibs_check_method
='unknown'
1788 # Need to set the preceding variable on all platforms that support
1789 # interlibrary dependencies.
1790 # 'none' -- dependencies not supported.
1791 # `unknown' -- same as none, but documents that we really don't know.
1792 # 'pass_all' -- all dependencies passed with no checks.
1793 # 'test_compile' -- check by making test program.
1794 # 'file_magic [regex]' -- check by looking for files in library path
1795 # which responds to the $file_magic_cmd with a given egrep regex.
1796 # If you have `file' or equivalent on your system and you're not sure
1797 # whether `pass_all' will *always* work, you probably want this one.
1801 lt_cv_deplibs_check_method
=pass_all
1805 lt_cv_deplibs_check_method
=pass_all
1809 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1810 lt_cv_file_magic_cmd
='/usr/bin/file -L'
1811 lt_cv_file_magic_test_file
=/shlib
/libc.so
1815 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
1816 lt_cv_file_magic_cmd
='${OBJDUMP} -f'
1820 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
1823 lt_cv_deplibs_check_method
=='file_magic OpenBSD/i[3-9]86 demand paged shared library'
1824 lt_cv_file_magic_cmd
=/usr
/bin
/file
1825 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
1829 lt_cv_deplibs_check_method
=pass_all
1834 lt_cv_deplibs_check_method
=pass_all
1838 # TODO: Does this work for hpux-11 too?
1839 lt_cv_deplibs_check_method
='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library'
1840 lt_cv_file_magic_cmd
=/usr
/bin
/file
1841 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
1847 # this will be overridden with pass_all, but let us keep it just in case
1848 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
1852 *-32|
*"-32 ") libmagic
=32-bit;;
1853 *-n32|
*"-n32 ") libmagic
=N32
;;
1854 *-64|
*"-64 ") libmagic
=64-bit;;
1855 *) libmagic
=never-match
;;
1857 # this will be overridden with pass_all, but let us keep it just in case
1858 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
1861 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
1862 lt_cv_deplibs_check_method
=pass_all
1865 # This must be Linux ELF.
1868 alpha
* | i
*86 | powerpc
* | sparc
* | ia64
* )
1869 lt_cv_deplibs_check_method
=pass_all
;;
1871 # glibc up to 2.1.1 does not perform some relocations on ARM
1872 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
1874 lt_cv_file_magic_test_file
=`echo /lib/libc.so* /lib/libc-*.so`
1878 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then :
1880 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
1881 lt_cv_file_magic_cmd
='/usr/bin/file -L'
1882 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
1886 osf3
* | osf4
* | osf5
*)
1887 # this will be overridden with pass_all, but let us keep it just in case
1888 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
1889 lt_cv_file_magic_test_file
=/shlib
/libc.so
1890 lt_cv_deplibs_check_method
=pass_all
1894 lt_cv_deplibs_check_method
=pass_all
1898 lt_cv_deplibs_check_method
=pass_all
1899 lt_cv_file_magic_test_file
=/lib
/libc.so
1902 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
1903 case "$host_vendor" in
1905 lt_cv_deplibs_check_method
=pass_all
1908 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]'
1909 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
1917 echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
1918 file_magic_cmd
=$lt_cv_file_magic_cmd
1919 deplibs_check_method
=$lt_cv_deplibs_check_method
1921 echo $ac_n "checking for object suffix""... $ac_c" 1>&6
1922 echo "configure:1923: checking for object suffix" >&5
1923 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1924 echo $ac_n "(cached) $ac_c" 1>&6
1927 echo 'int i = 1;' > conftest.
$ac_ext
1928 if { (eval echo configure
:1929: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1929 for ac_file
in conftest.
*; do
1932 *) ac_cv_objext
=`echo $ac_file | sed -e s/conftest.//` ;;
1936 { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
1941 echo "$ac_t""$ac_cv_objext" 1>&6
1942 OBJEXT
=$ac_cv_objext
1943 ac_objext
=$ac_cv_objext
1945 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
1947 # Only perform the check for file, if the check method requires it
1948 case "$deplibs_check_method" in
1950 if test "$file_magic_cmd" = '${MAGIC}'; then
1951 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
1952 echo "configure:1953: checking for ${ac_tool_prefix}file" >&5
1953 if eval "test \"`echo '$''{'lt_cv_path_MAGIC'+set}'`\" = set"; then
1954 echo $ac_n "(cached) $ac_c" 1>&6
1958 lt_cv_path_MAGIC
="$MAGIC" # Let the user override the test with a path.
1961 ac_cv_path_MAGIC
="$MAGIC" # Let the user override the test with a dos path.
1964 ac_save_MAGIC
="$MAGIC"
1965 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1966 ac_dummy
="/usr/bin:$PATH"
1967 for ac_dir
in $ac_dummy; do
1968 test -z "$ac_dir" && ac_dir
=.
1969 if test -f $ac_dir/${ac_tool_prefix}file; then
1970 lt_cv_path_MAGIC
="$ac_dir/${ac_tool_prefix}file"
1971 if test -n "$file_magic_test_file"; then
1972 case "$deplibs_check_method" in
1974 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1975 MAGIC
="$lt_cv_path_MAGIC"
1976 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
1977 egrep "$file_magic_regex" > /dev
/null
; then
1982 *** Warning: the command libtool uses to detect shared libraries,
1983 *** $file_magic_cmd, produces output that libtool cannot recognize.
1984 *** The result is that libtool may fail to recognize shared libraries
1985 *** as such. This will affect the creation of libtool libraries that
1986 *** depend on shared libraries, but programs linked with such libtool
1987 *** libraries will work regardless of this problem. Nevertheless, you
1988 *** may want to report the problem to your system manager and/or to
1989 *** bug-libtool@gnu.org
1999 MAGIC
="$ac_save_MAGIC"
2004 MAGIC
="$lt_cv_path_MAGIC"
2005 if test -n "$MAGIC"; then
2006 echo "$ac_t""$MAGIC" 1>&6
2008 echo "$ac_t""no" 1>&6
2011 if test -z "$lt_cv_path_MAGIC"; then
2012 if test -n "$ac_tool_prefix"; then
2013 echo $ac_n "checking for file""... $ac_c" 1>&6
2014 echo "configure:2015: checking for file" >&5
2015 if eval "test \"`echo '$''{'lt_cv_path_MAGIC'+set}'`\" = set"; then
2016 echo $ac_n "(cached) $ac_c" 1>&6
2020 lt_cv_path_MAGIC
="$MAGIC" # Let the user override the test with a path.
2023 ac_cv_path_MAGIC
="$MAGIC" # Let the user override the test with a dos path.
2026 ac_save_MAGIC
="$MAGIC"
2027 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2028 ac_dummy
="/usr/bin:$PATH"
2029 for ac_dir
in $ac_dummy; do
2030 test -z "$ac_dir" && ac_dir
=.
2031 if test -f $ac_dir/file; then
2032 lt_cv_path_MAGIC
="$ac_dir/file"
2033 if test -n "$file_magic_test_file"; then
2034 case "$deplibs_check_method" in
2036 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2037 MAGIC
="$lt_cv_path_MAGIC"
2038 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
2039 egrep "$file_magic_regex" > /dev
/null
; then
2044 *** Warning: the command libtool uses to detect shared libraries,
2045 *** $file_magic_cmd, produces output that libtool cannot recognize.
2046 *** The result is that libtool may fail to recognize shared libraries
2047 *** as such. This will affect the creation of libtool libraries that
2048 *** depend on shared libraries, but programs linked with such libtool
2049 *** libraries will work regardless of this problem. Nevertheless, you
2050 *** may want to report the problem to your system manager and/or to
2051 *** bug-libtool@gnu.org
2061 MAGIC
="$ac_save_MAGIC"
2066 MAGIC
="$lt_cv_path_MAGIC"
2067 if test -n "$MAGIC"; then
2068 echo "$ac_t""$MAGIC" 1>&6
2070 echo "$ac_t""no" 1>&6
2082 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2083 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
2084 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2085 echo "configure:2086: checking for $ac_word" >&5
2086 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2087 echo $ac_n "(cached) $ac_c" 1>&6
2089 if test -n "$RANLIB"; then
2090 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2092 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2094 for ac_dir
in $ac_dummy; do
2095 test -z "$ac_dir" && ac_dir
=.
2096 if test -f $ac_dir/$ac_word; then
2097 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
2104 RANLIB
="$ac_cv_prog_RANLIB"
2105 if test -n "$RANLIB"; then
2106 echo "$ac_t""$RANLIB" 1>&6
2108 echo "$ac_t""no" 1>&6
2112 if test -z "$ac_cv_prog_RANLIB"; then
2113 if test -n "$ac_tool_prefix"; then
2114 # Extract the first word of "ranlib", so it can be a program name with args.
2115 set dummy ranlib
; ac_word
=$2
2116 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2117 echo "configure:2118: checking for $ac_word" >&5
2118 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2119 echo $ac_n "(cached) $ac_c" 1>&6
2121 if test -n "$RANLIB"; then
2122 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2124 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2126 for ac_dir
in $ac_dummy; do
2127 test -z "$ac_dir" && ac_dir
=.
2128 if test -f $ac_dir/$ac_word; then
2129 ac_cv_prog_RANLIB
="ranlib"
2134 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
2137 RANLIB
="$ac_cv_prog_RANLIB"
2138 if test -n "$RANLIB"; then
2139 echo "$ac_t""$RANLIB" 1>&6
2141 echo "$ac_t""no" 1>&6
2149 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2150 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2151 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2152 echo "configure:2153: checking for $ac_word" >&5
2153 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2154 echo $ac_n "(cached) $ac_c" 1>&6
2156 if test -n "$STRIP"; then
2157 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2159 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2161 for ac_dir
in $ac_dummy; do
2162 test -z "$ac_dir" && ac_dir
=.
2163 if test -f $ac_dir/$ac_word; then
2164 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2171 STRIP
="$ac_cv_prog_STRIP"
2172 if test -n "$STRIP"; then
2173 echo "$ac_t""$STRIP" 1>&6
2175 echo "$ac_t""no" 1>&6
2179 if test -z "$ac_cv_prog_STRIP"; then
2180 if test -n "$ac_tool_prefix"; then
2181 # Extract the first word of "strip", so it can be a program name with args.
2182 set dummy strip
; ac_word
=$2
2183 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2184 echo "configure:2185: checking for $ac_word" >&5
2185 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2186 echo $ac_n "(cached) $ac_c" 1>&6
2188 if test -n "$STRIP"; then
2189 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2191 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2193 for ac_dir
in $ac_dummy; do
2194 test -z "$ac_dir" && ac_dir
=.
2195 if test -f $ac_dir/$ac_word; then
2196 ac_cv_prog_STRIP
="strip"
2201 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
=":"
2204 STRIP
="$ac_cv_prog_STRIP"
2205 if test -n "$STRIP"; then
2206 echo "$ac_t""$STRIP" 1>&6
2208 echo "$ac_t""no" 1>&6
2217 # Check for any special flags to pass to ltconfig.
2218 libtool_flags
="--cache-file=$cache_file"
2219 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
2220 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
2221 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
2222 test "$ac_cv_prog_gcc" = yes && libtool_flags
="$libtool_flags --with-gcc"
2223 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
2224 libtool_flags
="$libtool_flags --enable-dlopen"
2226 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2227 if test "${enable_libtool_lock+set}" = set; then
2228 enableval
="$enable_libtool_lock"
2232 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
2233 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
2235 # Check whether --with-pic or --without-pic was given.
2236 if test "${with_pic+set}" = set; then
2243 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
2244 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
2246 # Some flags need to be propagated to the compiler or linker for good
2250 # Find out which ABI we are using.
2251 echo '#line 2252 "configure"' > conftest.
$ac_ext
2252 if { (eval echo configure
:2253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2253 case "`/usr/bin/file conftest.o`" in
2269 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2270 SAVE_CFLAGS
="$CFLAGS"
2271 CFLAGS
="$CFLAGS -belf"
2272 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
2273 echo "configure:2274: checking whether the C compiler needs -belf" >&5
2274 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2275 echo $ac_n "(cached) $ac_c" 1>&6
2279 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2280 ac_cpp
='$CPP $CPPFLAGS'
2281 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2282 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2283 cross_compiling
=$ac_cv_prog_cc_cross
2285 cat > conftest.
$ac_ext <<EOF
2286 #line 2287 "configure"
2287 #include "confdefs.h"
2293 if { (eval echo configure
:2294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2295 lt_cv_cc_needs_belf
=yes
2297 echo "configure: failed program was:" >&5
2298 cat conftest.
$ac_ext >&5
2300 lt_cv_cc_needs_belf
=no
2304 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2305 ac_cpp
='$CPP $CPPFLAGS'
2306 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2307 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2308 cross_compiling
=$ac_cv_prog_cc_cross
2312 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2313 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
2314 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2315 CFLAGS
="$SAVE_CFLAGS"
2322 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
2323 echo "configure:2324: checking how to run the C++ preprocessor" >&5
2324 if test -z "$CXXCPP"; then
2325 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
2326 echo $ac_n "(cached) $ac_c" 1>&6
2329 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2330 ac_cpp
='$CXXCPP $CPPFLAGS'
2331 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2332 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2333 cross_compiling
=$ac_cv_prog_cxx_cross
2334 CXXCPP
="${CXX-g++} -E"
2335 cat > conftest.
$ac_ext <<EOF
2336 #line 2337 "configure"
2337 #include "confdefs.h"
2340 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2341 { (eval echo configure
:2342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2342 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2343 if test -z "$ac_err"; then
2347 echo "configure: failed program was:" >&5
2348 cat conftest.
$ac_ext >&5
2353 ac_cv_prog_CXXCPP
="$CXXCPP"
2355 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2356 ac_cpp
='$CPP $CPPFLAGS'
2357 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2358 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2359 cross_compiling
=$ac_cv_prog_cc_cross
2362 CXXCPP
="$ac_cv_prog_CXXCPP"
2363 echo "$ac_t""$CXXCPP" 1>&6
2366 # Save cache, so that ltconfig can load it
2367 cat > confcache
<<\EOF
2368 # This file is a shell script that caches the results of configure
2369 # tests run on this system so they can be shared between configure
2370 # scripts and configure runs. It is not useful on other systems.
2371 # If it contains results you don't want to keep, you may remove or edit it.
2373 # By default, configure uses ./config.cache as the cache file,
2374 # creating it if it does not exist already. You can give configure
2375 # the --cache-file=FILE option to use a different cache file; that is
2376 # what configure does when it calls configure scripts in
2377 # subdirectories, so they share the cache.
2378 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2379 # config.status only pays attention to the cache file if you give it the
2380 # --recheck option to rerun configure.
2383 # The following way of writing the cache mishandles newlines in values,
2384 # but we know of no workaround that is simple, portable, and efficient.
2385 # So, don't put newlines in cache variables' values.
2386 # Ultrix sh set writes to stderr and can't be redirected directly,
2387 # and sets the high bit in the cache file unless we assign to the vars.
2389 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2391 # `set' does not quote correctly, so add quotes (double-quote substitution
2392 # turns \\\\ into \\, and sed turns \\ into \).
2394 -e "s/'/'\\\\''/g" \
2395 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2398 # `set' quotes correctly as required by POSIX, so do not add quotes.
2399 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2402 if cmp -s $cache_file confcache
; then
2405 if test -w $cache_file; then
2406 echo "updating cache $cache_file"
2407 cat confcache
> $cache_file
2409 echo "not updating unwritable cache $cache_file"
2415 # Actually configure libtool. ac_aux_dir is where install-sh is found.
2416 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
2417 MAGIC
="$MAGIC" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
2418 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
2419 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
2420 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
2421 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
2422 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
2423 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
2424 ||
{ echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2426 # Reload cache, that may have been modified by ltconfig
2427 if test -r "$cache_file"; then
2428 echo "loading cache $cache_file"
2431 echo "creating cache $cache_file"
2436 # This can be used to rebuild libtool when needed
2437 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
2439 # Always use our own libtool.
2440 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
2442 # Redirect the config.log output again, so that the ltconfig log is not
2443 # clobbered by the next message.
2444 exec 5>>.
/config.log
2449 LIBTOOL_DEPS
=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
2451 lt_save_CFLAGS
="$CFLAGS"
2452 AR
="$AR" LTCC
="$CC" CC
="$CXX" CXX
="$CXX" CFLAGS
="$CXXFLAGS" CPPFLAGS
="$CPPFLAGS" \
2453 MAGIC
="$MAGIC" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
2454 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
2455 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
2456 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
2457 deplibs_check_method
="$deplibs_check_method" \
2458 file_magic_cmd
="$file_magic_cmd" \
2459 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
-o libtool
$libtool_flags \
2460 --build="$build" --add-tag=CXX
$ac_aux_dir/ltcf-cxx.sh
$host \
2461 ||
{ echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
2463 CFLAGS
="$lt_save_CFLAGS"
2465 # Redirect the config.log output again, so that the ltconfig log is not
2466 # clobbered by the next message.
2467 exec 5>>.
/config.log
2474 echo $ac_n "checking for GNU make""... $ac_c" 1>&6
2475 echo "configure:2476: checking for GNU make" >&5
2476 if eval "test \"`echo '$''{'_cv_gnu_make_command'+set}'`\" = set"; then
2477 echo $ac_n "(cached) $ac_c" 1>&6
2479 _cv_gnu_make_command
='' ;
2480 for a
in "${MAKE:-make}" make gmake gnumake
; do
2481 if ( $a --version 2> /dev
/null |
grep -q GNU
) ; then
2482 _cv_gnu_make_command
=$a ;
2489 echo "$ac_t""$_cv_gnu_make_command" 1>&6 ;
2490 if test "x$_cv_gnu_make_command" != "x" ; then
2497 if test "x$_cv_gnu_make_command" = "x"; then
2498 { echo "configure: error: GNU make not found. Please install it or correct your path." 1>&2; exit 1; }
2504 # Check for c++ or library specific bits that don't require linking.
2505 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2506 echo "configure:2507: checking how to run the C preprocessor" >&5
2507 # On Suns, sometimes $CPP names a directory.
2508 if test -n "$CPP" && test -d "$CPP"; then
2511 if test -z "$CPP"; then
2512 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2513 echo $ac_n "(cached) $ac_c" 1>&6
2515 # This must be in double quotes, not single quotes, because CPP may get
2516 # substituted into the Makefile and "${CC-cc}" will confuse make.
2518 # On the NeXT, cc -E runs the code through the compiler's parser,
2519 # not just through cpp.
2520 cat > conftest.
$ac_ext <<EOF
2521 #line 2522 "configure"
2522 #include "confdefs.h"
2526 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2527 { (eval echo configure
:2528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2528 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2529 if test -z "$ac_err"; then
2533 echo "configure: failed program was:" >&5
2534 cat conftest.
$ac_ext >&5
2536 CPP
="${CC-cc} -E -traditional-cpp"
2537 cat > conftest.
$ac_ext <<EOF
2538 #line 2539 "configure"
2539 #include "confdefs.h"
2543 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2544 { (eval echo configure
:2545: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2545 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2546 if test -z "$ac_err"; then
2550 echo "configure: failed program was:" >&5
2551 cat conftest.
$ac_ext >&5
2553 CPP
="${CC-cc} -nologo -E"
2554 cat > conftest.
$ac_ext <<EOF
2555 #line 2556 "configure"
2556 #include "confdefs.h"
2560 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2561 { (eval echo configure
:2562: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2562 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2563 if test -z "$ac_err"; then
2567 echo "configure: failed program was:" >&5
2568 cat conftest.
$ac_ext >&5
2577 ac_cv_prog_CPP
="$CPP"
2579 CPP
="$ac_cv_prog_CPP"
2581 ac_cv_prog_CPP
="$CPP"
2583 echo "$ac_t""$CPP" 1>&6
2586 # Sanity check that g++ is capable of dealing with v-3.
2587 echo $ac_n "checking for g++ that will successfully compile this code""... $ac_c" 1>&6
2588 echo "configure:2589: checking for g++ that will successfully compile this code" >&5
2589 cat > conftest.
$ac_ext <<EOF
2590 #line 2591 "configure"
2591 #include "confdefs.h"
2593 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2598 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2599 egrep "ok" >/dev
/null
2>&1; then
2601 gpp_satisfactory
=yes
2604 { echo "configure: error: "please upgrade to gcc-2.95 or above
"" 1>&2; exit 1; }
2608 echo "$ac_t""$gpp_satisfactory" 1>&6
2611 echo $ac_n "checking for cpu primitives directory""... $ac_c" 1>&6
2612 echo "configure:2613: checking for cpu primitives directory" >&5
2614 case "${target_cpu}" in
2616 cpu_include_dir
="config/cpu/alpha"
2619 cpu_include_dir
="config/cpu/arm"
2622 cpu_include_dir
="config/cpu/i386"
2624 i486 | i586 | i686 | i786
)
2625 cpu_include_dir
="config/cpu/i486"
2628 cpu_include_dir
="config/cpu/powerpc"
2629 CPU_FLAGS
='-mcpu=powerpc'
2631 sparc64 | ultrasparc
)
2632 cpu_include_dir
="config/cpu/sparc/sparc64"
2635 cpu_include_dir
="config/cpu/sparc/sparc32"
2638 cpu_include_dir
="config/cpu/generic"
2641 echo "$ac_t""$cpu_include_dir" 1>&6
2646 # Enable all the crazy c++ stuff.
2647 # Check whether --enable-debug or --disable-debug was given.
2648 if test "${enable_debug+set}" = set; then
2649 enableval
="$enable_debug"
2650 case "${enableval}" in
2651 yes) enable_debug
=yes ;;
2652 no
) enable_debug
=no
;;
2653 *) { echo "configure: error: Unknown argument to enable/disable extra debugging" 1>&2; exit 1; } ;;
2659 case "${enable_debug}" in
2661 DEBUG_FLAGS
='-O0 -ggdb'
2670 echo $ac_n "checking for cstdio to use""... $ac_c" 1>&6
2671 echo "configure:2672: checking for cstdio to use" >&5
2672 # Check whether --enable-cstdio or --disable-cstdio was given.
2673 if test "${enable_cstdio+set}" = set; then
2674 enableval
="$enable_cstdio"
2675 if test x
$enable_cstdio = xno
; then
2683 enable_cstdio_flag
=$enable_cstdio
2685 case x
${enable_cstdio_flag} in
2686 xlibio | x | xno | xnone | xyes
)
2688 CSTDIO_H
=config
/c_io_libio.h
2689 CSTDIO_CC
=config
/c_io_libio.cc
2690 echo "$ac_t""libio" 1>&6
2692 # see if we are on a system with libio native (ie, linux)
2693 ac_safe
=`echo "libio.h" | sed 'y%./+-%__p_%'`
2694 echo $ac_n "checking for libio.h""... $ac_c" 1>&6
2695 echo "configure:2696: checking for libio.h" >&5
2696 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2697 echo $ac_n "(cached) $ac_c" 1>&6
2699 cat > conftest.
$ac_ext <<EOF
2700 #line 2701 "configure"
2701 #include "confdefs.h"
2704 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2705 { (eval echo configure
:2706: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2706 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2707 if test -z "$ac_err"; then
2709 eval "ac_cv_header_$ac_safe=yes"
2712 echo "configure: failed program was:" >&5
2713 cat conftest.
$ac_ext >&5
2715 eval "ac_cv_header_$ac_safe=no"
2719 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2720 echo "$ac_t""yes" 1>&6
2723 echo "$ac_t""no" 1>&6
2728 # Need to check and see what version of glibc is being used. If
2729 # it's not glibc-2.2 or higher, then we'll need to go ahead and
2730 # compile most of libio for linux systems.
2731 if test x
$has_libio = x
"yes"; then
2734 echo $ac_n "checking for glibc version >= 2.2""... $ac_c" 1>&6
2735 echo "configure:2736: checking for glibc version >= 2.2" >&5
2736 cat > conftest.
$ac_ext <<EOF
2737 #line 2738 "configure"
2738 #include "confdefs.h"
2740 #include <features.h>
2741 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)
2746 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2747 egrep "ok" >/dev
/null
2>&1; then
2749 glibc_satisfactory
=yes
2752 glibc_satisfactory
=no
2756 echo "$ac_t""$glibc_satisfactory" 1>&6
2760 if test x
$glibc_satisfactory = x
"yes"; then
2767 # bkoz XXX need to add checks to enable this
2771 # Using libio, but <libio.h> doesn't exist on the target system. . .
2775 # bkoz XXX need to add checks to enable this
2781 CSTDIO_H
=config
/c_io_wince.h
2782 CSTDIO_CC
=config
/c_io_wince.cc
2783 echo "$ac_t""wince" 1>&6
2788 echo "$enable_cstdio is an unknown io package" 1>&2
2796 if test "$need_libio" = yes; then
2797 GLIBCPP_NEED_LIBIO_TRUE
=
2798 GLIBCPP_NEED_LIBIO_FALSE
='#'
2800 GLIBCPP_NEED_LIBIO_TRUE
='#'
2801 GLIBCPP_NEED_LIBIO_FALSE
=
2805 if test "$need_xtra_libio" = yes; then
2806 GLIBCPP_NEED_XTRA_LIBIO_TRUE
=
2807 GLIBCPP_NEED_XTRA_LIBIO_FALSE
='#'
2809 GLIBCPP_NEED_XTRA_LIBIO_TRUE
='#'
2810 GLIBCPP_NEED_XTRA_LIBIO_FALSE
=
2814 if test "$need_wlibio" = yes; then
2815 GLIBCPP_NEED_WLIBIO_TRUE
=
2816 GLIBCPP_NEED_WLIBIO_FALSE
='#'
2818 GLIBCPP_NEED_WLIBIO_TRUE
='#'
2819 GLIBCPP_NEED_WLIBIO_FALSE
=
2823 # Check whether --enable-long-long or --disable-long-long was given.
2824 if test "${enable_long_long+set}" = set; then
2825 enableval
="$enable_long_long"
2826 case "$enableval" in
2827 yes) enable_long_long
=yes ;;
2828 no
) enable_long_long
=no
;;
2829 *) { echo "configure: error: Unknown argument to enable/disable long long" 1>&2; exit 1; } ;;
2832 enable_long_long
=yes
2835 # Check for the existance of functions used if long long is enabled.
2836 echo $ac_n "checking for strtoll""... $ac_c" 1>&6
2837 echo "configure:2838: checking for strtoll" >&5
2838 if eval "test \"`echo '$''{'ac_cv_func_strtoll'+set}'`\" = set"; then
2839 echo $ac_n "(cached) $ac_c" 1>&6
2841 cat > conftest.
$ac_ext <<EOF
2842 #line 2843 "configure"
2843 #include "confdefs.h"
2844 /* System header to define __stub macros and hopefully few prototypes,
2845 which can conflict with char strtoll(); below. */
2847 /* Override any gcc2 internal prototype to avoid an error. */
2848 /* We use char because int might match the return type of a gcc2
2849 builtin and then its argument prototype would still apply. */
2854 /* The GNU C library defines this for functions which it implements
2855 to always fail with ENOSYS. Some functions are actually named
2856 something starting with __ and the normal name is an alias. */
2857 #if defined (__stub_strtoll) || defined (__stub___strtoll)
2865 if { (eval echo configure
:2866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2867 eval "ac_cv_func_strtoll=yes"
2869 echo "configure: failed program was:" >&5
2870 cat conftest.
$ac_ext >&5
2872 eval "ac_cv_func_strtoll=no"
2877 if eval "test \"`echo '$ac_cv_func_'strtoll`\" = yes"; then
2878 echo "$ac_t""yes" 1>&6
2881 echo "$ac_t""no" 1>&6
2885 echo $ac_n "checking for strtoull""... $ac_c" 1>&6
2886 echo "configure:2887: checking for strtoull" >&5
2887 if eval "test \"`echo '$''{'ac_cv_func_strtoull'+set}'`\" = set"; then
2888 echo $ac_n "(cached) $ac_c" 1>&6
2890 cat > conftest.
$ac_ext <<EOF
2891 #line 2892 "configure"
2892 #include "confdefs.h"
2893 /* System header to define __stub macros and hopefully few prototypes,
2894 which can conflict with char strtoull(); below. */
2896 /* Override any gcc2 internal prototype to avoid an error. */
2897 /* We use char because int might match the return type of a gcc2
2898 builtin and then its argument prototype would still apply. */
2903 /* The GNU C library defines this for functions which it implements
2904 to always fail with ENOSYS. Some functions are actually named
2905 something starting with __ and the normal name is an alias. */
2906 #if defined (__stub_strtoull) || defined (__stub___strtoull)
2914 if { (eval echo configure
:2915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2916 eval "ac_cv_func_strtoull=yes"
2918 echo "configure: failed program was:" >&5
2919 cat conftest.
$ac_ext >&5
2921 eval "ac_cv_func_strtoull=no"
2926 if eval "test \"`echo '$ac_cv_func_'strtoull`\" = yes"; then
2927 echo "$ac_t""yes" 1>&6
2930 echo "$ac_t""no" 1>&6
2935 echo $ac_n "checking for enabled long long""... $ac_c" 1>&6
2936 echo "configure:2937: checking for enabled long long" >&5
2937 if test x
"$ac_strtoll" = xno ||
test x
"$ac_strtoull" = xno
; then
2938 enable_long_long
=no
;
2940 echo "$ac_t""$enable_long_long" 1>&6
2942 case "$enable_long_long" in
2943 yes) cat >> confdefs.h
<<\EOF
2944 #define _GLIBCPP_USE_LONG_LONG 1
2950 echo $ac_n "checking for enabled cshadow headers""... $ac_c" 1>&6
2951 echo "configure:2952: checking for enabled cshadow headers" >&5
2952 # Check whether --enable-cshadow-headers or --disable-cshadow-headers was given.
2953 if test "${enable_cshadow_headers+set}" = set; then
2954 enableval
="$enable_cshadow_headers"
2956 case "$enableval" in
2957 yes) enable_cshadow_headers
=yes
2959 no
) enable_cshadow_headers
=no
2961 *) { echo "configure: error: Unknown argument to enable/disable shadowed C headers" 1>&2; exit 1; }
2965 enable_cshadow_headers
=no
2968 echo "$ac_t""$enable_cshadow_headers" 1>&6
2970 case "$enable_cshadow_headers" in
2982 if test "$enable_cshadow_headers" = yes; then
2983 GLIBCPP_USE_CSHADOW_TRUE
=
2984 GLIBCPP_USE_CSHADOW_FALSE
='#'
2986 GLIBCPP_USE_CSHADOW_TRUE
='#'
2987 GLIBCPP_USE_CSHADOW_FALSE
=
2991 echo $ac_n "checking for threads package to use""... $ac_c" 1>&6
2992 echo "configure:2993: checking for threads package to use" >&5
2993 # Check whether --enable-threads or --disable-threads was given.
2994 if test "${enable_threads+set}" = set; then
2995 enableval
="$enable_threads"
2996 if test x
$enable_threads = xno
; then
3004 enable_threads_flag
=$enable_threads
3006 case x
${enable_threads_flag} in
3009 target_thread_file
='single'
3013 target_thread_file
=''
3015 xdecosf1 | xirix | xmach | xos2 | xposix | xpthreads | xsingle | \
3016 xsolaris | xwin32 | xdce | xvxworks
)
3017 target_thread_file
=$enable_threads_flag
3020 echo "$enable_threads is an unknown thread package" 1>&2
3025 case "$target_thread_file" in
3036 decosf1 | irix | mach | os2 | solaris | win32 | dce | vxworks
)
3037 { echo "configure: error: thread package $THREADS not yet supported" 1>&2; exit 1; }
3040 { echo "configure: error: $THREADS is an unknown thread package" 1>&2; exit 1; }
3043 echo "$ac_t""$THREADS" 1>&6
3053 ac_safe
=`echo "pthread.h" | sed 'y%./+-%__p_%'`
3054 echo $ac_n "checking for pthread.h""... $ac_c" 1>&6
3055 echo "configure:3056: checking for pthread.h" >&5
3056 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3057 echo $ac_n "(cached) $ac_c" 1>&6
3059 cat > conftest.
$ac_ext <<EOF
3060 #line 3061 "configure"
3061 #include "confdefs.h"
3062 #include <pthread.h>
3064 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3065 { (eval echo configure
:3066: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3066 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3067 if test -z "$ac_err"; then
3069 eval "ac_cv_header_$ac_safe=yes"
3072 echo "configure: failed program was:" >&5
3073 cat conftest.
$ac_ext >&5
3075 eval "ac_cv_header_$ac_safe=no"
3079 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3080 echo "$ac_t""yes" 1>&6
3083 echo "$ac_t""no" 1>&6
3087 THREADLIBS
=-lpthread
3088 THREADSPEC
=-lpthread
3089 THREADH
=threads-posix.h
3092 THREADH
=threads-no.h
3102 #GLIBCPP_ENABLE_RELIBGCC([../..])
3103 # Check whether --enable-cxx-flags or --disable-cxx-flags was given.
3104 if test "${enable_cxx_flags+set}" = set; then
3105 enableval
="$enable_cxx_flags"
3106 case "x$enableval" in
3108 { echo "configure: error: --enable-cxx-flags needs compiler flags as arguments" 1>&2; exit 1; } ;;
3110 enable_cxx_flags
='' ;;
3112 enable_cxx_flags
="$enableval" ;;
3115 enable_cxx_flags
='none'
3119 if test "$enable_cxx_flags" = "none"; then
3120 enable_cxx_flags
='';
3123 if test -n "$enable_cxx_flags"; then
3124 for f
in $enable_cxx_flags; do
3128 *) # and we're trying to pass /what/ exactly?
3129 { echo "configure: error: compiler flags start with a -" 1>&2; exit 1; } ;;
3133 EXTRA_CXX_FLAGS
="$enable_cxx_flags"
3138 if test -n "$with_cross_host"; then
3140 # We are being configured with a cross compiler. AC_REPLACE_FUNCS
3141 # may not work correctly, because the compiler may not be able to
3146 # If Canadian cross, then don't pick up tools from the build
3148 if test "$build" != "$with_cross_host"; then
3156 case "$target_alias" in
3158 # Configure for Microsoft Windows CE, or whatever they are
3159 # currently calling it.
3160 cat >> confdefs.h
<<\EOF
3161 #define HAVE_FLOAT_H 1
3165 cat >> confdefs.h
<<\EOF
3166 #define HAVE__FINITE 1
3169 cat >> confdefs.h
<<\EOF
3170 #define HAVE__ISNAN 1
3173 cat >> confdefs.h
<<\EOF
3174 #define HAVE__COPYSIGN 1
3177 cat >> confdefs.h
<<\EOF
3178 #define HAVE__FPCLASS 1
3181 cat >> confdefs.h
<<\EOF
3186 ctype_include_dir
="config/wince"
3189 cat >> confdefs.h
<<\EOF
3190 #define _GLIBCPP_NEED_MBSTATE_T 1
3194 cat >> confdefs.h
<<\EOF
3195 #define _GLIBCPP_BUGGY_FLOAT_COMPLEX 1
3198 cat >> confdefs.h
<<\EOF
3199 #define _GLIBCPP_BUGGY_COMPLEX 1
3204 # We assume newlib. This lets us hard-code the functions we know
3206 cat >> confdefs.h
<<\EOF
3207 #define HAVE_FINITE 1
3210 cat >> confdefs.h
<<\EOF
3211 #define HAVE_ISNAN 1
3214 cat >> confdefs.h
<<\EOF
3215 #define HAVE_ISNANF 1
3218 cat >> confdefs.h
<<\EOF
3219 #define HAVE_ISINF 1
3222 cat >> confdefs.h
<<\EOF
3223 #define HAVE_ISINFF 1
3227 ctype_include_dir
="config/newlib"
3230 cat >> confdefs.h
<<\EOF
3231 #define _GLIBCPP_NEED_MBSTATE_T 1
3235 cat >> confdefs.h
<<\EOF
3236 #define _GLIBCPP_BUGGY_FLOAT_COMPLEX 1
3239 cat >> confdefs.h
<<\EOF
3240 #define _GLIBCPP_BUGGY_COMPLEX 1
3243 # need to ceck for faster f versions of math functions, ie sinf?
3248 # We are being configured natively. We can do more elaborate tests
3249 # that include AC_TRY_COMPILE now, as the linker is assumed to be
3257 # Check for available headers.
3258 for ac_hdr
in nan.h ieeefp.h endian.h sys
/isa_defs.h machine
/endian.h \
3259 machine
/param.h sys
/machine.h fp.h locale.h float.h inttypes.h
3261 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3262 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3263 echo "configure:3264: checking for $ac_hdr" >&5
3264 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3265 echo $ac_n "(cached) $ac_c" 1>&6
3267 cat > conftest.
$ac_ext <<EOF
3268 #line 3269 "configure"
3269 #include "confdefs.h"
3272 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3273 { (eval echo configure
:3274: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3274 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3275 if test -z "$ac_err"; then
3277 eval "ac_cv_header_$ac_safe=yes"
3280 echo "configure: failed program was:" >&5
3281 cat conftest.
$ac_ext >&5
3283 eval "ac_cv_header_$ac_safe=no"
3287 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3288 echo "$ac_t""yes" 1>&6
3289 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3290 cat >> confdefs.h
<<EOF
3291 #define $ac_tr_hdr 1
3295 echo "$ac_t""no" 1>&6
3301 # All these tests are for C++; save the language and the compiler flags.
3302 # The CXXFLAGS thing is suspicious, but based on similar bits
3303 # found in GLIBCPP_CONFIGURE.
3306 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3307 ac_cpp
='$CXXCPP $CPPFLAGS'
3308 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3309 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3310 cross_compiling
=$ac_cv_prog_cxx_cross
3312 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
3313 ac_save_CXXFLAGS
="$CXXFLAGS"
3316 # Check for pragma system_header.
3317 echo $ac_n "checking for g++ that supports pragma system_header""... $ac_c" 1>&6
3318 echo "configure:3319: checking for g++ that supports pragma system_header" >&5
3319 CXXFLAGS
='-Wunknown-pragmas -Werror'
3320 cat > conftest.
$ac_ext <<EOF
3321 #line 3322 "configure"
3322 #include "confdefs.h"
3323 #pragma GCC system_header
3329 if { (eval echo configure
:3330: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3333 echo "configure: failed program was:" >&5
3334 cat conftest.
$ac_ext >&5
3339 if test "$ac_test_CXXFLAGS" = set; then
3340 CXXFLAGS
="$ac_save_CXXFLAGS"
3342 # this is the suspicious part
3345 if test "$ac_newpragma" = "no"; then
3346 WERROR
="$WERROR -Wno-unknown-pragmas"
3348 echo "$ac_t""$ac_newpragma" 1>&6
3350 # Check for more sophisticated diagnostic control.
3351 echo $ac_n "checking for g++ that supports -fdiagnostics-show-location=once""... $ac_c" 1>&6
3352 echo "configure:3353: checking for g++ that supports -fdiagnostics-show-location=once" >&5
3353 CXXFLAGS
='-fdiagnostics-show-location=once'
3354 cat > conftest.
$ac_ext <<EOF
3355 #line 3356 "configure"
3356 #include "confdefs.h"
3363 if { (eval echo configure
:3364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3367 echo "configure: failed program was:" >&5
3368 cat conftest.
$ac_ext >&5
3373 if test "$ac_test_CXXFLAGS" = set; then
3374 CXXFLAGS
="$ac_save_CXXFLAGS"
3376 # this is the suspicious part
3379 if test "$ac_gabydiags" = "yes"; then
3380 WFMT_FLAGS
='-fdiagnostics-show-location=once'
3382 echo "$ac_t""$ac_gabydiags" 1>&6
3384 # Check for -ffunction-sections -fdata-sections
3385 echo $ac_n "checking for g++ that supports -ffunction-sections -fdata-sections""... $ac_c" 1>&6
3386 echo "configure:3387: checking for g++ that supports -ffunction-sections -fdata-sections" >&5
3387 CXXFLAGS
='-ffunction-sections -fdata-sections'
3388 cat > conftest.
$ac_ext <<EOF
3389 #line 3390 "configure"
3390 #include "confdefs.h"
3397 if { (eval echo configure
:3398: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3401 echo "configure: failed program was:" >&5
3402 cat conftest.
$ac_ext >&5
3407 if test "$ac_test_CXXFLAGS" = set; then
3408 CXXFLAGS
="$ac_save_CXXFLAGS"
3410 # this is the suspicious part
3413 if test "$ac_fdsections" = "yes"; then
3414 SECTION_FLAGS
='-ffunction-sections -fdata-sections'
3416 echo "$ac_t""$ac_fdsections" 1>&6
3419 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3420 ac_cpp
='$CPP $CPPFLAGS'
3421 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3422 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3423 cross_compiling
=$ac_cv_prog_cc_cross
3430 # If we're not using GNU ld, then there's no point in even trying these
3431 # tests. Check for that first. We should have already tested for gld
3432 # by now (in libtool), but require it now just to be safe...
3434 if test "$ac_cv_prog_gnu_ld" = "no"; then
3438 else # GNU ld it is! Joy and bunny rabbits!
3440 # All these tests are for C++; save the language and the compiler flags.
3441 # Need to do this so that g++ won't try to link in libstdc++
3442 ac_test_CFLAGS
="${CFLAGS+set}"
3443 ac_save_CFLAGS
="$CFLAGS"
3444 CFLAGS
='-x c++ -Wl,--gc-sections'
3446 # Check for -Wl,--gc-sections
3447 echo $ac_n "checking for ld that supports -Wl,--gc-sections""... $ac_c" 1>&6
3448 echo "configure:3449: checking for ld that supports -Wl,--gc-sections" >&5
3449 if test "$cross_compiling" = yes; then
3450 ac_sectionLDflags
=yes
3452 cat > conftest.
$ac_ext <<EOF
3453 #line 3454 "configure"
3454 #include "confdefs.h"
3464 if { (eval echo configure
:3465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
3466 ac_sectionLDflags
=yes
3468 echo "configure: failed program was:" >&5
3469 cat conftest.
$ac_ext >&5
3471 ac_sectionLFflags
=no
3476 if test "$ac_test_CFLAGS" = set; then
3477 CFLAGS
="$ac_save_CFLAGS"
3479 # this is the suspicious part
3482 if test "$ac_sectionLDflags" = "yes"; then
3483 SECTION_LDFLAGS
='-Wl,--gc-sections'
3485 echo "$ac_t""$ac_sectionLDflags" 1>&6
3486 OPT_LDFLAGS
='-Wl,-O1'
3494 echo $ac_n "checking for __builtin_abs declaration""... $ac_c" 1>&6
3495 echo "configure:3496: checking for __builtin_abs declaration" >&5
3496 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_abs_use'+set}'`\" = set"; then
3497 echo $ac_n "(cached) $ac_c" 1>&6
3502 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3503 ac_cpp
='$CXXCPP $CPPFLAGS'
3504 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3505 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3506 cross_compiling
=$ac_cv_prog_cxx_cross
3508 cat > conftest.
$ac_ext <<EOF
3509 #line 3510 "configure"
3510 #include "confdefs.h"
3516 if { (eval echo configure
:3517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3518 glibcpp_cv_func___builtin_abs_use
=yes
3520 echo "configure: failed program was:" >&5
3521 cat conftest.
$ac_ext >&5
3523 glibcpp_cv_func___builtin_abs_use
=no
3527 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3528 ac_cpp
='$CPP $CPPFLAGS'
3529 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3530 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3531 cross_compiling
=$ac_cv_prog_cc_cross
3536 echo "$ac_t""$glibcpp_cv_func___builtin_abs_use" 1>&6
3537 if test x
$glibcpp_cv_func___builtin_abs_use = x
"yes"; then
3538 echo $ac_n "checking for __builtin_abs linkage""... $ac_c" 1>&6
3539 echo "configure:3540: checking for __builtin_abs linkage" >&5
3540 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_abs_link'+set}'`\" = set"; then
3541 echo $ac_n "(cached) $ac_c" 1>&6
3544 cat > conftest.
$ac_ext <<EOF
3545 #line 3546 "configure"
3546 #include "confdefs.h"
3552 if { (eval echo configure
:3553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3554 glibcpp_cv_func___builtin_abs_link
=yes
3556 echo "configure: failed program was:" >&5
3557 cat conftest.
$ac_ext >&5
3559 glibcpp_cv_func___builtin_abs_link
=no
3565 echo "$ac_t""$glibcpp_cv_func___builtin_abs_link" 1>&6
3566 if test x
$glibcpp_cv_func___builtin_abs_link = x
"yes"; then
3567 ac_tr_func
=HAVE_
`echo __builtin_abs | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3568 cat >> confdefs.h
<<EOF
3569 #define ${ac_tr_func} 1
3576 echo $ac_n "checking for __builtin_fabsf declaration""... $ac_c" 1>&6
3577 echo "configure:3578: checking for __builtin_fabsf declaration" >&5
3578 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabsf_use'+set}'`\" = set"; then
3579 echo $ac_n "(cached) $ac_c" 1>&6
3584 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3585 ac_cpp
='$CXXCPP $CPPFLAGS'
3586 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3587 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3588 cross_compiling
=$ac_cv_prog_cxx_cross
3590 cat > conftest.
$ac_ext <<EOF
3591 #line 3592 "configure"
3592 #include "confdefs.h"
3598 if { (eval echo configure
:3599: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3600 glibcpp_cv_func___builtin_fabsf_use
=yes
3602 echo "configure: failed program was:" >&5
3603 cat conftest.
$ac_ext >&5
3605 glibcpp_cv_func___builtin_fabsf_use
=no
3609 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3610 ac_cpp
='$CPP $CPPFLAGS'
3611 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3612 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3613 cross_compiling
=$ac_cv_prog_cc_cross
3618 echo "$ac_t""$glibcpp_cv_func___builtin_fabsf_use" 1>&6
3619 if test x
$glibcpp_cv_func___builtin_fabsf_use = x
"yes"; then
3620 echo $ac_n "checking for __builtin_fabsf linkage""... $ac_c" 1>&6
3621 echo "configure:3622: checking for __builtin_fabsf linkage" >&5
3622 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabsf_link'+set}'`\" = set"; then
3623 echo $ac_n "(cached) $ac_c" 1>&6
3626 cat > conftest.
$ac_ext <<EOF
3627 #line 3628 "configure"
3628 #include "confdefs.h"
3634 if { (eval echo configure
:3635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3636 glibcpp_cv_func___builtin_fabsf_link
=yes
3638 echo "configure: failed program was:" >&5
3639 cat conftest.
$ac_ext >&5
3641 glibcpp_cv_func___builtin_fabsf_link
=no
3647 echo "$ac_t""$glibcpp_cv_func___builtin_fabsf_link" 1>&6
3648 if test x
$glibcpp_cv_func___builtin_fabsf_link = x
"yes"; then
3649 ac_tr_func
=HAVE_
`echo __builtin_fabsf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3650 cat >> confdefs.h
<<EOF
3651 #define ${ac_tr_func} 1
3658 echo $ac_n "checking for __builtin_fabs declaration""... $ac_c" 1>&6
3659 echo "configure:3660: checking for __builtin_fabs declaration" >&5
3660 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabs_use'+set}'`\" = set"; then
3661 echo $ac_n "(cached) $ac_c" 1>&6
3666 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3667 ac_cpp
='$CXXCPP $CPPFLAGS'
3668 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3669 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3670 cross_compiling
=$ac_cv_prog_cxx_cross
3672 cat > conftest.
$ac_ext <<EOF
3673 #line 3674 "configure"
3674 #include "confdefs.h"
3680 if { (eval echo configure
:3681: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3682 glibcpp_cv_func___builtin_fabs_use
=yes
3684 echo "configure: failed program was:" >&5
3685 cat conftest.
$ac_ext >&5
3687 glibcpp_cv_func___builtin_fabs_use
=no
3691 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3692 ac_cpp
='$CPP $CPPFLAGS'
3693 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3694 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3695 cross_compiling
=$ac_cv_prog_cc_cross
3700 echo "$ac_t""$glibcpp_cv_func___builtin_fabs_use" 1>&6
3701 if test x
$glibcpp_cv_func___builtin_fabs_use = x
"yes"; then
3702 echo $ac_n "checking for __builtin_fabs linkage""... $ac_c" 1>&6
3703 echo "configure:3704: checking for __builtin_fabs linkage" >&5
3704 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabs_link'+set}'`\" = set"; then
3705 echo $ac_n "(cached) $ac_c" 1>&6
3708 cat > conftest.
$ac_ext <<EOF
3709 #line 3710 "configure"
3710 #include "confdefs.h"
3716 if { (eval echo configure
:3717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3718 glibcpp_cv_func___builtin_fabs_link
=yes
3720 echo "configure: failed program was:" >&5
3721 cat conftest.
$ac_ext >&5
3723 glibcpp_cv_func___builtin_fabs_link
=no
3729 echo "$ac_t""$glibcpp_cv_func___builtin_fabs_link" 1>&6
3730 if test x
$glibcpp_cv_func___builtin_fabs_link = x
"yes"; then
3731 ac_tr_func
=HAVE_
`echo __builtin_fabs | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3732 cat >> confdefs.h
<<EOF
3733 #define ${ac_tr_func} 1
3740 echo $ac_n "checking for __builtin_fabsl declaration""... $ac_c" 1>&6
3741 echo "configure:3742: checking for __builtin_fabsl declaration" >&5
3742 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabsl_use'+set}'`\" = set"; then
3743 echo $ac_n "(cached) $ac_c" 1>&6
3748 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3749 ac_cpp
='$CXXCPP $CPPFLAGS'
3750 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3751 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3752 cross_compiling
=$ac_cv_prog_cxx_cross
3754 cat > conftest.
$ac_ext <<EOF
3755 #line 3756 "configure"
3756 #include "confdefs.h"
3762 if { (eval echo configure
:3763: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3764 glibcpp_cv_func___builtin_fabsl_use
=yes
3766 echo "configure: failed program was:" >&5
3767 cat conftest.
$ac_ext >&5
3769 glibcpp_cv_func___builtin_fabsl_use
=no
3773 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3774 ac_cpp
='$CPP $CPPFLAGS'
3775 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3776 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3777 cross_compiling
=$ac_cv_prog_cc_cross
3782 echo "$ac_t""$glibcpp_cv_func___builtin_fabsl_use" 1>&6
3783 if test x
$glibcpp_cv_func___builtin_fabsl_use = x
"yes"; then
3784 echo $ac_n "checking for __builtin_fabsl linkage""... $ac_c" 1>&6
3785 echo "configure:3786: checking for __builtin_fabsl linkage" >&5
3786 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabsl_link'+set}'`\" = set"; then
3787 echo $ac_n "(cached) $ac_c" 1>&6
3790 cat > conftest.
$ac_ext <<EOF
3791 #line 3792 "configure"
3792 #include "confdefs.h"
3798 if { (eval echo configure
:3799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3800 glibcpp_cv_func___builtin_fabsl_link
=yes
3802 echo "configure: failed program was:" >&5
3803 cat conftest.
$ac_ext >&5
3805 glibcpp_cv_func___builtin_fabsl_link
=no
3811 echo "$ac_t""$glibcpp_cv_func___builtin_fabsl_link" 1>&6
3812 if test x
$glibcpp_cv_func___builtin_fabsl_link = x
"yes"; then
3813 ac_tr_func
=HAVE_
`echo __builtin_fabsl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3814 cat >> confdefs.h
<<EOF
3815 #define ${ac_tr_func} 1
3822 echo $ac_n "checking for __builtin_labs declaration""... $ac_c" 1>&6
3823 echo "configure:3824: checking for __builtin_labs declaration" >&5
3824 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_labs_use'+set}'`\" = set"; then
3825 echo $ac_n "(cached) $ac_c" 1>&6
3830 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3831 ac_cpp
='$CXXCPP $CPPFLAGS'
3832 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3833 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3834 cross_compiling
=$ac_cv_prog_cxx_cross
3836 cat > conftest.
$ac_ext <<EOF
3837 #line 3838 "configure"
3838 #include "confdefs.h"
3844 if { (eval echo configure
:3845: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3846 glibcpp_cv_func___builtin_labs_use
=yes
3848 echo "configure: failed program was:" >&5
3849 cat conftest.
$ac_ext >&5
3851 glibcpp_cv_func___builtin_labs_use
=no
3855 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3856 ac_cpp
='$CPP $CPPFLAGS'
3857 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3858 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3859 cross_compiling
=$ac_cv_prog_cc_cross
3864 echo "$ac_t""$glibcpp_cv_func___builtin_labs_use" 1>&6
3865 if test x
$glibcpp_cv_func___builtin_labs_use = x
"yes"; then
3866 echo $ac_n "checking for __builtin_labs linkage""... $ac_c" 1>&6
3867 echo "configure:3868: checking for __builtin_labs linkage" >&5
3868 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_labs_link'+set}'`\" = set"; then
3869 echo $ac_n "(cached) $ac_c" 1>&6
3872 cat > conftest.
$ac_ext <<EOF
3873 #line 3874 "configure"
3874 #include "confdefs.h"
3880 if { (eval echo configure
:3881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3882 glibcpp_cv_func___builtin_labs_link
=yes
3884 echo "configure: failed program was:" >&5
3885 cat conftest.
$ac_ext >&5
3887 glibcpp_cv_func___builtin_labs_link
=no
3893 echo "$ac_t""$glibcpp_cv_func___builtin_labs_link" 1>&6
3894 if test x
$glibcpp_cv_func___builtin_labs_link = x
"yes"; then
3895 ac_tr_func
=HAVE_
`echo __builtin_labs | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3896 cat >> confdefs.h
<<EOF
3897 #define ${ac_tr_func} 1
3905 echo $ac_n "checking for __builtin_sqrtf declaration""... $ac_c" 1>&6
3906 echo "configure:3907: checking for __builtin_sqrtf declaration" >&5
3907 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sqrtf_use'+set}'`\" = set"; then
3908 echo $ac_n "(cached) $ac_c" 1>&6
3913 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3914 ac_cpp
='$CXXCPP $CPPFLAGS'
3915 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3916 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3917 cross_compiling
=$ac_cv_prog_cxx_cross
3919 cat > conftest.
$ac_ext <<EOF
3920 #line 3921 "configure"
3921 #include "confdefs.h"
3927 if { (eval echo configure
:3928: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3929 glibcpp_cv_func___builtin_sqrtf_use
=yes
3931 echo "configure: failed program was:" >&5
3932 cat conftest.
$ac_ext >&5
3934 glibcpp_cv_func___builtin_sqrtf_use
=no
3938 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3939 ac_cpp
='$CPP $CPPFLAGS'
3940 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3941 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3942 cross_compiling
=$ac_cv_prog_cc_cross
3947 echo "$ac_t""$glibcpp_cv_func___builtin_sqrtf_use" 1>&6
3948 if test x
$glibcpp_cv_func___builtin_sqrtf_use = x
"yes"; then
3949 echo $ac_n "checking for __builtin_sqrtf linkage""... $ac_c" 1>&6
3950 echo "configure:3951: checking for __builtin_sqrtf linkage" >&5
3951 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sqrtf_link'+set}'`\" = set"; then
3952 echo $ac_n "(cached) $ac_c" 1>&6
3955 cat > conftest.
$ac_ext <<EOF
3956 #line 3957 "configure"
3957 #include "confdefs.h"
3963 if { (eval echo configure
:3964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3965 glibcpp_cv_func___builtin_sqrtf_link
=yes
3967 echo "configure: failed program was:" >&5
3968 cat conftest.
$ac_ext >&5
3970 glibcpp_cv_func___builtin_sqrtf_link
=no
3976 echo "$ac_t""$glibcpp_cv_func___builtin_sqrtf_link" 1>&6
3977 if test x
$glibcpp_cv_func___builtin_sqrtf_link = x
"yes"; then
3978 ac_tr_func
=HAVE_
`echo __builtin_sqrtf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3979 cat >> confdefs.h
<<EOF
3980 #define ${ac_tr_func} 1
3987 echo $ac_n "checking for __builtin_fsqrt declaration""... $ac_c" 1>&6
3988 echo "configure:3989: checking for __builtin_fsqrt declaration" >&5
3989 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fsqrt_use'+set}'`\" = set"; then
3990 echo $ac_n "(cached) $ac_c" 1>&6
3995 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3996 ac_cpp
='$CXXCPP $CPPFLAGS'
3997 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3998 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3999 cross_compiling
=$ac_cv_prog_cxx_cross
4001 cat > conftest.
$ac_ext <<EOF
4002 #line 4003 "configure"
4003 #include "confdefs.h"
4009 if { (eval echo configure
:4010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4011 glibcpp_cv_func___builtin_fsqrt_use
=yes
4013 echo "configure: failed program was:" >&5
4014 cat conftest.
$ac_ext >&5
4016 glibcpp_cv_func___builtin_fsqrt_use
=no
4020 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4021 ac_cpp
='$CPP $CPPFLAGS'
4022 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4023 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4024 cross_compiling
=$ac_cv_prog_cc_cross
4029 echo "$ac_t""$glibcpp_cv_func___builtin_fsqrt_use" 1>&6
4030 if test x
$glibcpp_cv_func___builtin_fsqrt_use = x
"yes"; then
4031 echo $ac_n "checking for __builtin_fsqrt linkage""... $ac_c" 1>&6
4032 echo "configure:4033: checking for __builtin_fsqrt linkage" >&5
4033 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fsqrt_link'+set}'`\" = set"; then
4034 echo $ac_n "(cached) $ac_c" 1>&6
4037 cat > conftest.
$ac_ext <<EOF
4038 #line 4039 "configure"
4039 #include "confdefs.h"
4045 if { (eval echo configure
:4046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4047 glibcpp_cv_func___builtin_fsqrt_link
=yes
4049 echo "configure: failed program was:" >&5
4050 cat conftest.
$ac_ext >&5
4052 glibcpp_cv_func___builtin_fsqrt_link
=no
4058 echo "$ac_t""$glibcpp_cv_func___builtin_fsqrt_link" 1>&6
4059 if test x
$glibcpp_cv_func___builtin_fsqrt_link = x
"yes"; then
4060 ac_tr_func
=HAVE_
`echo __builtin_fsqrt | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4061 cat >> confdefs.h
<<EOF
4062 #define ${ac_tr_func} 1
4069 echo $ac_n "checking for __builtin_sqrtl declaration""... $ac_c" 1>&6
4070 echo "configure:4071: checking for __builtin_sqrtl declaration" >&5
4071 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sqrtl_use'+set}'`\" = set"; then
4072 echo $ac_n "(cached) $ac_c" 1>&6
4077 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4078 ac_cpp
='$CXXCPP $CPPFLAGS'
4079 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4080 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4081 cross_compiling
=$ac_cv_prog_cxx_cross
4083 cat > conftest.
$ac_ext <<EOF
4084 #line 4085 "configure"
4085 #include "confdefs.h"
4091 if { (eval echo configure
:4092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4093 glibcpp_cv_func___builtin_sqrtl_use
=yes
4095 echo "configure: failed program was:" >&5
4096 cat conftest.
$ac_ext >&5
4098 glibcpp_cv_func___builtin_sqrtl_use
=no
4102 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4103 ac_cpp
='$CPP $CPPFLAGS'
4104 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4105 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4106 cross_compiling
=$ac_cv_prog_cc_cross
4111 echo "$ac_t""$glibcpp_cv_func___builtin_sqrtl_use" 1>&6
4112 if test x
$glibcpp_cv_func___builtin_sqrtl_use = x
"yes"; then
4113 echo $ac_n "checking for __builtin_sqrtl linkage""... $ac_c" 1>&6
4114 echo "configure:4115: checking for __builtin_sqrtl linkage" >&5
4115 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sqrtl_link'+set}'`\" = set"; then
4116 echo $ac_n "(cached) $ac_c" 1>&6
4119 cat > conftest.
$ac_ext <<EOF
4120 #line 4121 "configure"
4121 #include "confdefs.h"
4127 if { (eval echo configure
:4128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4129 glibcpp_cv_func___builtin_sqrtl_link
=yes
4131 echo "configure: failed program was:" >&5
4132 cat conftest.
$ac_ext >&5
4134 glibcpp_cv_func___builtin_sqrtl_link
=no
4140 echo "$ac_t""$glibcpp_cv_func___builtin_sqrtl_link" 1>&6
4141 if test x
$glibcpp_cv_func___builtin_sqrtl_link = x
"yes"; then
4142 ac_tr_func
=HAVE_
`echo __builtin_sqrtl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4143 cat >> confdefs.h
<<EOF
4144 #define ${ac_tr_func} 1
4152 echo $ac_n "checking for __builtin_sinf declaration""... $ac_c" 1>&6
4153 echo "configure:4154: checking for __builtin_sinf declaration" >&5
4154 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sinf_use'+set}'`\" = set"; then
4155 echo $ac_n "(cached) $ac_c" 1>&6
4160 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4161 ac_cpp
='$CXXCPP $CPPFLAGS'
4162 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4163 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4164 cross_compiling
=$ac_cv_prog_cxx_cross
4166 cat > conftest.
$ac_ext <<EOF
4167 #line 4168 "configure"
4168 #include "confdefs.h"
4174 if { (eval echo configure
:4175: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4176 glibcpp_cv_func___builtin_sinf_use
=yes
4178 echo "configure: failed program was:" >&5
4179 cat conftest.
$ac_ext >&5
4181 glibcpp_cv_func___builtin_sinf_use
=no
4185 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4186 ac_cpp
='$CPP $CPPFLAGS'
4187 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4188 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4189 cross_compiling
=$ac_cv_prog_cc_cross
4194 echo "$ac_t""$glibcpp_cv_func___builtin_sinf_use" 1>&6
4195 if test x
$glibcpp_cv_func___builtin_sinf_use = x
"yes"; then
4196 echo $ac_n "checking for __builtin_sinf linkage""... $ac_c" 1>&6
4197 echo "configure:4198: checking for __builtin_sinf linkage" >&5
4198 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sinf_link'+set}'`\" = set"; then
4199 echo $ac_n "(cached) $ac_c" 1>&6
4202 cat > conftest.
$ac_ext <<EOF
4203 #line 4204 "configure"
4204 #include "confdefs.h"
4210 if { (eval echo configure
:4211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4212 glibcpp_cv_func___builtin_sinf_link
=yes
4214 echo "configure: failed program was:" >&5
4215 cat conftest.
$ac_ext >&5
4217 glibcpp_cv_func___builtin_sinf_link
=no
4223 echo "$ac_t""$glibcpp_cv_func___builtin_sinf_link" 1>&6
4224 if test x
$glibcpp_cv_func___builtin_sinf_link = x
"yes"; then
4225 ac_tr_func
=HAVE_
`echo __builtin_sinf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4226 cat >> confdefs.h
<<EOF
4227 #define ${ac_tr_func} 1
4234 echo $ac_n "checking for __builtin_sin declaration""... $ac_c" 1>&6
4235 echo "configure:4236: checking for __builtin_sin declaration" >&5
4236 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sin_use'+set}'`\" = set"; then
4237 echo $ac_n "(cached) $ac_c" 1>&6
4242 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4243 ac_cpp
='$CXXCPP $CPPFLAGS'
4244 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4245 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4246 cross_compiling
=$ac_cv_prog_cxx_cross
4248 cat > conftest.
$ac_ext <<EOF
4249 #line 4250 "configure"
4250 #include "confdefs.h"
4256 if { (eval echo configure
:4257: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4258 glibcpp_cv_func___builtin_sin_use
=yes
4260 echo "configure: failed program was:" >&5
4261 cat conftest.
$ac_ext >&5
4263 glibcpp_cv_func___builtin_sin_use
=no
4267 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4268 ac_cpp
='$CPP $CPPFLAGS'
4269 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4270 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4271 cross_compiling
=$ac_cv_prog_cc_cross
4276 echo "$ac_t""$glibcpp_cv_func___builtin_sin_use" 1>&6
4277 if test x
$glibcpp_cv_func___builtin_sin_use = x
"yes"; then
4278 echo $ac_n "checking for __builtin_sin linkage""... $ac_c" 1>&6
4279 echo "configure:4280: checking for __builtin_sin linkage" >&5
4280 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sin_link'+set}'`\" = set"; then
4281 echo $ac_n "(cached) $ac_c" 1>&6
4284 cat > conftest.
$ac_ext <<EOF
4285 #line 4286 "configure"
4286 #include "confdefs.h"
4292 if { (eval echo configure
:4293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4294 glibcpp_cv_func___builtin_sin_link
=yes
4296 echo "configure: failed program was:" >&5
4297 cat conftest.
$ac_ext >&5
4299 glibcpp_cv_func___builtin_sin_link
=no
4305 echo "$ac_t""$glibcpp_cv_func___builtin_sin_link" 1>&6
4306 if test x
$glibcpp_cv_func___builtin_sin_link = x
"yes"; then
4307 ac_tr_func
=HAVE_
`echo __builtin_sin | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4308 cat >> confdefs.h
<<EOF
4309 #define ${ac_tr_func} 1
4316 echo $ac_n "checking for __builtin_sinl declaration""... $ac_c" 1>&6
4317 echo "configure:4318: checking for __builtin_sinl declaration" >&5
4318 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sinl_use'+set}'`\" = set"; then
4319 echo $ac_n "(cached) $ac_c" 1>&6
4324 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4325 ac_cpp
='$CXXCPP $CPPFLAGS'
4326 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4327 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4328 cross_compiling
=$ac_cv_prog_cxx_cross
4330 cat > conftest.
$ac_ext <<EOF
4331 #line 4332 "configure"
4332 #include "confdefs.h"
4338 if { (eval echo configure
:4339: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4340 glibcpp_cv_func___builtin_sinl_use
=yes
4342 echo "configure: failed program was:" >&5
4343 cat conftest.
$ac_ext >&5
4345 glibcpp_cv_func___builtin_sinl_use
=no
4349 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4350 ac_cpp
='$CPP $CPPFLAGS'
4351 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4352 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4353 cross_compiling
=$ac_cv_prog_cc_cross
4358 echo "$ac_t""$glibcpp_cv_func___builtin_sinl_use" 1>&6
4359 if test x
$glibcpp_cv_func___builtin_sinl_use = x
"yes"; then
4360 echo $ac_n "checking for __builtin_sinl linkage""... $ac_c" 1>&6
4361 echo "configure:4362: checking for __builtin_sinl linkage" >&5
4362 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sinl_link'+set}'`\" = set"; then
4363 echo $ac_n "(cached) $ac_c" 1>&6
4366 cat > conftest.
$ac_ext <<EOF
4367 #line 4368 "configure"
4368 #include "confdefs.h"
4374 if { (eval echo configure
:4375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4376 glibcpp_cv_func___builtin_sinl_link
=yes
4378 echo "configure: failed program was:" >&5
4379 cat conftest.
$ac_ext >&5
4381 glibcpp_cv_func___builtin_sinl_link
=no
4387 echo "$ac_t""$glibcpp_cv_func___builtin_sinl_link" 1>&6
4388 if test x
$glibcpp_cv_func___builtin_sinl_link = x
"yes"; then
4389 ac_tr_func
=HAVE_
`echo __builtin_sinl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4390 cat >> confdefs.h
<<EOF
4391 #define ${ac_tr_func} 1
4399 echo $ac_n "checking for __builtin_cosf declaration""... $ac_c" 1>&6
4400 echo "configure:4401: checking for __builtin_cosf declaration" >&5
4401 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cosf_use'+set}'`\" = set"; then
4402 echo $ac_n "(cached) $ac_c" 1>&6
4407 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4408 ac_cpp
='$CXXCPP $CPPFLAGS'
4409 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4410 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4411 cross_compiling
=$ac_cv_prog_cxx_cross
4413 cat > conftest.
$ac_ext <<EOF
4414 #line 4415 "configure"
4415 #include "confdefs.h"
4421 if { (eval echo configure
:4422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4423 glibcpp_cv_func___builtin_cosf_use
=yes
4425 echo "configure: failed program was:" >&5
4426 cat conftest.
$ac_ext >&5
4428 glibcpp_cv_func___builtin_cosf_use
=no
4432 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4433 ac_cpp
='$CPP $CPPFLAGS'
4434 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4435 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4436 cross_compiling
=$ac_cv_prog_cc_cross
4441 echo "$ac_t""$glibcpp_cv_func___builtin_cosf_use" 1>&6
4442 if test x
$glibcpp_cv_func___builtin_cosf_use = x
"yes"; then
4443 echo $ac_n "checking for __builtin_cosf linkage""... $ac_c" 1>&6
4444 echo "configure:4445: checking for __builtin_cosf linkage" >&5
4445 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cosf_link'+set}'`\" = set"; then
4446 echo $ac_n "(cached) $ac_c" 1>&6
4449 cat > conftest.
$ac_ext <<EOF
4450 #line 4451 "configure"
4451 #include "confdefs.h"
4457 if { (eval echo configure
:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4459 glibcpp_cv_func___builtin_cosf_link
=yes
4461 echo "configure: failed program was:" >&5
4462 cat conftest.
$ac_ext >&5
4464 glibcpp_cv_func___builtin_cosf_link
=no
4470 echo "$ac_t""$glibcpp_cv_func___builtin_cosf_link" 1>&6
4471 if test x
$glibcpp_cv_func___builtin_cosf_link = x
"yes"; then
4472 ac_tr_func
=HAVE_
`echo __builtin_cosf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4473 cat >> confdefs.h
<<EOF
4474 #define ${ac_tr_func} 1
4481 echo $ac_n "checking for __builtin_cos declaration""... $ac_c" 1>&6
4482 echo "configure:4483: checking for __builtin_cos declaration" >&5
4483 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cos_use'+set}'`\" = set"; then
4484 echo $ac_n "(cached) $ac_c" 1>&6
4489 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4490 ac_cpp
='$CXXCPP $CPPFLAGS'
4491 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4492 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4493 cross_compiling
=$ac_cv_prog_cxx_cross
4495 cat > conftest.
$ac_ext <<EOF
4496 #line 4497 "configure"
4497 #include "confdefs.h"
4503 if { (eval echo configure
:4504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4505 glibcpp_cv_func___builtin_cos_use
=yes
4507 echo "configure: failed program was:" >&5
4508 cat conftest.
$ac_ext >&5
4510 glibcpp_cv_func___builtin_cos_use
=no
4514 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4515 ac_cpp
='$CPP $CPPFLAGS'
4516 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4517 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4518 cross_compiling
=$ac_cv_prog_cc_cross
4523 echo "$ac_t""$glibcpp_cv_func___builtin_cos_use" 1>&6
4524 if test x
$glibcpp_cv_func___builtin_cos_use = x
"yes"; then
4525 echo $ac_n "checking for __builtin_cos linkage""... $ac_c" 1>&6
4526 echo "configure:4527: checking for __builtin_cos linkage" >&5
4527 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cos_link'+set}'`\" = set"; then
4528 echo $ac_n "(cached) $ac_c" 1>&6
4531 cat > conftest.
$ac_ext <<EOF
4532 #line 4533 "configure"
4533 #include "confdefs.h"
4539 if { (eval echo configure
:4540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4541 glibcpp_cv_func___builtin_cos_link
=yes
4543 echo "configure: failed program was:" >&5
4544 cat conftest.
$ac_ext >&5
4546 glibcpp_cv_func___builtin_cos_link
=no
4552 echo "$ac_t""$glibcpp_cv_func___builtin_cos_link" 1>&6
4553 if test x
$glibcpp_cv_func___builtin_cos_link = x
"yes"; then
4554 ac_tr_func
=HAVE_
`echo __builtin_cos | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4555 cat >> confdefs.h
<<EOF
4556 #define ${ac_tr_func} 1
4563 echo $ac_n "checking for __builtin_cosl declaration""... $ac_c" 1>&6
4564 echo "configure:4565: checking for __builtin_cosl declaration" >&5
4565 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cosl_use'+set}'`\" = set"; then
4566 echo $ac_n "(cached) $ac_c" 1>&6
4571 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4572 ac_cpp
='$CXXCPP $CPPFLAGS'
4573 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4574 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4575 cross_compiling
=$ac_cv_prog_cxx_cross
4577 cat > conftest.
$ac_ext <<EOF
4578 #line 4579 "configure"
4579 #include "confdefs.h"
4585 if { (eval echo configure
:4586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4587 glibcpp_cv_func___builtin_cosl_use
=yes
4589 echo "configure: failed program was:" >&5
4590 cat conftest.
$ac_ext >&5
4592 glibcpp_cv_func___builtin_cosl_use
=no
4596 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4597 ac_cpp
='$CPP $CPPFLAGS'
4598 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4599 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4600 cross_compiling
=$ac_cv_prog_cc_cross
4605 echo "$ac_t""$glibcpp_cv_func___builtin_cosl_use" 1>&6
4606 if test x
$glibcpp_cv_func___builtin_cosl_use = x
"yes"; then
4607 echo $ac_n "checking for __builtin_cosl linkage""... $ac_c" 1>&6
4608 echo "configure:4609: checking for __builtin_cosl linkage" >&5
4609 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cosl_link'+set}'`\" = set"; then
4610 echo $ac_n "(cached) $ac_c" 1>&6
4613 cat > conftest.
$ac_ext <<EOF
4614 #line 4615 "configure"
4615 #include "confdefs.h"
4621 if { (eval echo configure
:4622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4623 glibcpp_cv_func___builtin_cosl_link
=yes
4625 echo "configure: failed program was:" >&5
4626 cat conftest.
$ac_ext >&5
4628 glibcpp_cv_func___builtin_cosl_link
=no
4634 echo "$ac_t""$glibcpp_cv_func___builtin_cosl_link" 1>&6
4635 if test x
$glibcpp_cv_func___builtin_cosl_link = x
"yes"; then
4636 ac_tr_func
=HAVE_
`echo __builtin_cosl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4637 cat >> confdefs.h
<<EOF
4638 #define ${ac_tr_func} 1
4646 if test x
$dummyvar = x
"yes"; then
4647 cat >> confdefs.h
<<\EOF
4648 #define HAVE___BUILTIN_ABS 1
4651 cat >> confdefs.h
<<\EOF
4652 #define HAVE___BUILTIN_LABS 1
4655 cat >> confdefs.h
<<\EOF
4656 #define HAVE___BUILTIN_COS 1
4659 cat >> confdefs.h
<<\EOF
4660 #define HAVE___BUILTIN_COSF 1
4663 cat >> confdefs.h
<<\EOF
4664 #define HAVE___BUILTIN_COSL 1
4667 cat >> confdefs.h
<<\EOF
4668 #define HAVE___BUILTIN_FABS 1
4671 cat >> confdefs.h
<<\EOF
4672 #define HAVE___BUILTIN_FABSF 1
4675 cat >> confdefs.h
<<\EOF
4676 #define HAVE___BUILTIN_FABSL 1
4679 cat >> confdefs.h
<<\EOF
4680 #define HAVE___BUILTIN_SIN 1
4683 cat >> confdefs.h
<<\EOF
4684 #define HAVE___BUILTIN_SINF 1
4687 cat >> confdefs.h
<<\EOF
4688 #define HAVE___BUILTIN_SINL 1
4691 cat >> confdefs.h
<<\EOF
4692 #define HAVE___BUILTIN_FSQRT 1
4695 cat >> confdefs.h
<<\EOF
4696 #define HAVE___BUILTIN_SQRTF 1
4699 cat >> confdefs.h
<<\EOF
4700 #define HAVE___BUILTIN_SQRTL 1
4706 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
4707 ac_save_CXXFLAGS
="$CXXFLAGS"
4708 CXXFLAGS
='-fno-builtins -D_GNU_SOURCE'
4710 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
4711 echo "configure:4712: checking for sin in -lm" >&5
4712 ac_lib_var
=`echo m'_'sin | sed 'y%./+-%__p_%'`
4713 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4714 echo $ac_n "(cached) $ac_c" 1>&6
4716 ac_save_LIBS
="$LIBS"
4718 cat > conftest.
$ac_ext <<EOF
4719 #line 4720 "configure"
4720 #include "confdefs.h"
4721 /* Override any gcc2 internal prototype to avoid an error. */
4722 /* We use char because int might match the return type of a gcc2
4723 builtin and then its argument prototype would still apply. */
4730 if { (eval echo configure
:4731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4732 eval "ac_cv_lib_$ac_lib_var=yes"
4734 echo "configure: failed program was:" >&5
4735 cat conftest.
$ac_ext >&5
4737 eval "ac_cv_lib_$ac_lib_var=no"
4740 LIBS
="$ac_save_LIBS"
4743 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4744 echo "$ac_t""yes" 1>&6
4747 echo "$ac_t""no" 1>&6
4750 ac_save_LIBS
="$LIBS"
4753 for ac_func
in strtof strtold
4755 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4756 echo "configure:4757: checking for $ac_func" >&5
4757 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4758 echo $ac_n "(cached) $ac_c" 1>&6
4760 cat > conftest.
$ac_ext <<EOF
4761 #line 4762 "configure"
4762 #include "confdefs.h"
4763 /* System header to define __stub macros and hopefully few prototypes,
4764 which can conflict with char $ac_func(); below. */
4766 /* Override any gcc2 internal prototype to avoid an error. */
4767 /* We use char because int might match the return type of a gcc2
4768 builtin and then its argument prototype would still apply. */
4773 /* The GNU C library defines this for functions which it implements
4774 to always fail with ENOSYS. Some functions are actually named
4775 something starting with __ and the normal name is an alias. */
4776 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4784 if { (eval echo configure
:4785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4786 eval "ac_cv_func_$ac_func=yes"
4788 echo "configure: failed program was:" >&5
4789 cat conftest.
$ac_ext >&5
4791 eval "ac_cv_func_$ac_func=no"
4796 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4797 echo "$ac_t""yes" 1>&6
4798 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4799 cat >> confdefs.h
<<EOF
4800 #define $ac_tr_func 1
4804 echo "$ac_t""no" 1>&6
4810 echo $ac_n "checking for isinf declaration""... $ac_c" 1>&6
4811 echo "configure:4812: checking for isinf declaration" >&5
4812 if eval "test \"`echo '$''{'glibcpp_cv_func_isinf_use'+set}'`\" = set"; then
4813 echo $ac_n "(cached) $ac_c" 1>&6
4818 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4819 ac_cpp
='$CXXCPP $CPPFLAGS'
4820 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4821 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4822 cross_compiling
=$ac_cv_prog_cxx_cross
4824 cat > conftest.
$ac_ext <<EOF
4825 #line 4826 "configure"
4826 #include "confdefs.h"
4832 if { (eval echo configure
:4833: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4834 glibcpp_cv_func_isinf_use
=yes
4836 echo "configure: failed program was:" >&5
4837 cat conftest.
$ac_ext >&5
4839 glibcpp_cv_func_isinf_use
=no
4843 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4844 ac_cpp
='$CPP $CPPFLAGS'
4845 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4846 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4847 cross_compiling
=$ac_cv_prog_cc_cross
4852 echo "$ac_t""$glibcpp_cv_func_isinf_use" 1>&6
4853 if test x
$glibcpp_cv_func_isinf_use = x
"yes"; then
4854 for ac_func
in isinf
4856 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4857 echo "configure:4858: checking for $ac_func" >&5
4858 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4859 echo $ac_n "(cached) $ac_c" 1>&6
4861 cat > conftest.
$ac_ext <<EOF
4862 #line 4863 "configure"
4863 #include "confdefs.h"
4864 /* System header to define __stub macros and hopefully few prototypes,
4865 which can conflict with char $ac_func(); below. */
4867 /* Override any gcc2 internal prototype to avoid an error. */
4868 /* We use char because int might match the return type of a gcc2
4869 builtin and then its argument prototype would still apply. */
4874 /* The GNU C library defines this for functions which it implements
4875 to always fail with ENOSYS. Some functions are actually named
4876 something starting with __ and the normal name is an alias. */
4877 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4885 if { (eval echo configure
:4886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4887 eval "ac_cv_func_$ac_func=yes"
4889 echo "configure: failed program was:" >&5
4890 cat conftest.
$ac_ext >&5
4892 eval "ac_cv_func_$ac_func=no"
4897 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4898 echo "$ac_t""yes" 1>&6
4899 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4900 cat >> confdefs.h
<<EOF
4901 #define $ac_tr_func 1
4905 echo "$ac_t""no" 1>&6
4912 echo $ac_n "checking for isnan declaration""... $ac_c" 1>&6
4913 echo "configure:4914: checking for isnan declaration" >&5
4914 if eval "test \"`echo '$''{'glibcpp_cv_func_isnan_use'+set}'`\" = set"; then
4915 echo $ac_n "(cached) $ac_c" 1>&6
4920 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4921 ac_cpp
='$CXXCPP $CPPFLAGS'
4922 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4923 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4924 cross_compiling
=$ac_cv_prog_cxx_cross
4926 cat > conftest.
$ac_ext <<EOF
4927 #line 4928 "configure"
4928 #include "confdefs.h"
4934 if { (eval echo configure
:4935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4936 glibcpp_cv_func_isnan_use
=yes
4938 echo "configure: failed program was:" >&5
4939 cat conftest.
$ac_ext >&5
4941 glibcpp_cv_func_isnan_use
=no
4945 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4946 ac_cpp
='$CPP $CPPFLAGS'
4947 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4948 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4949 cross_compiling
=$ac_cv_prog_cc_cross
4954 echo "$ac_t""$glibcpp_cv_func_isnan_use" 1>&6
4955 if test x
$glibcpp_cv_func_isnan_use = x
"yes"; then
4956 for ac_func
in isnan
4958 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4959 echo "configure:4960: checking for $ac_func" >&5
4960 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4961 echo $ac_n "(cached) $ac_c" 1>&6
4963 cat > conftest.
$ac_ext <<EOF
4964 #line 4965 "configure"
4965 #include "confdefs.h"
4966 /* System header to define __stub macros and hopefully few prototypes,
4967 which can conflict with char $ac_func(); below. */
4969 /* Override any gcc2 internal prototype to avoid an error. */
4970 /* We use char because int might match the return type of a gcc2
4971 builtin and then its argument prototype would still apply. */
4976 /* The GNU C library defines this for functions which it implements
4977 to always fail with ENOSYS. Some functions are actually named
4978 something starting with __ and the normal name is an alias. */
4979 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4987 if { (eval echo configure
:4988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4989 eval "ac_cv_func_$ac_func=yes"
4991 echo "configure: failed program was:" >&5
4992 cat conftest.
$ac_ext >&5
4994 eval "ac_cv_func_$ac_func=no"
4999 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5000 echo "$ac_t""yes" 1>&6
5001 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5002 cat >> confdefs.h
<<EOF
5003 #define $ac_tr_func 1
5007 echo "$ac_t""no" 1>&6
5014 echo $ac_n "checking for finite declaration""... $ac_c" 1>&6
5015 echo "configure:5016: checking for finite declaration" >&5
5016 if eval "test \"`echo '$''{'glibcpp_cv_func_finite_use'+set}'`\" = set"; then
5017 echo $ac_n "(cached) $ac_c" 1>&6
5022 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5023 ac_cpp
='$CXXCPP $CPPFLAGS'
5024 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5025 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5026 cross_compiling
=$ac_cv_prog_cxx_cross
5028 cat > conftest.
$ac_ext <<EOF
5029 #line 5030 "configure"
5030 #include "confdefs.h"
5036 if { (eval echo configure
:5037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5038 glibcpp_cv_func_finite_use
=yes
5040 echo "configure: failed program was:" >&5
5041 cat conftest.
$ac_ext >&5
5043 glibcpp_cv_func_finite_use
=no
5047 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5048 ac_cpp
='$CPP $CPPFLAGS'
5049 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5050 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5051 cross_compiling
=$ac_cv_prog_cc_cross
5056 echo "$ac_t""$glibcpp_cv_func_finite_use" 1>&6
5057 if test x
$glibcpp_cv_func_finite_use = x
"yes"; then
5058 for ac_func
in finite
5060 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5061 echo "configure:5062: checking for $ac_func" >&5
5062 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5063 echo $ac_n "(cached) $ac_c" 1>&6
5065 cat > conftest.
$ac_ext <<EOF
5066 #line 5067 "configure"
5067 #include "confdefs.h"
5068 /* System header to define __stub macros and hopefully few prototypes,
5069 which can conflict with char $ac_func(); below. */
5071 /* Override any gcc2 internal prototype to avoid an error. */
5072 /* We use char because int might match the return type of a gcc2
5073 builtin and then its argument prototype would still apply. */
5078 /* The GNU C library defines this for functions which it implements
5079 to always fail with ENOSYS. Some functions are actually named
5080 something starting with __ and the normal name is an alias. */
5081 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5089 if { (eval echo configure
:5090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5091 eval "ac_cv_func_$ac_func=yes"
5093 echo "configure: failed program was:" >&5
5094 cat conftest.
$ac_ext >&5
5096 eval "ac_cv_func_$ac_func=no"
5101 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5102 echo "$ac_t""yes" 1>&6
5103 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5104 cat >> confdefs.h
<<EOF
5105 #define $ac_tr_func 1
5109 echo "$ac_t""no" 1>&6
5116 echo $ac_n "checking for copysign declaration""... $ac_c" 1>&6
5117 echo "configure:5118: checking for copysign declaration" >&5
5118 if eval "test \"`echo '$''{'glibcpp_cv_func_copysign_use'+set}'`\" = set"; then
5119 echo $ac_n "(cached) $ac_c" 1>&6
5124 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5125 ac_cpp
='$CXXCPP $CPPFLAGS'
5126 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5127 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5128 cross_compiling
=$ac_cv_prog_cxx_cross
5130 cat > conftest.
$ac_ext <<EOF
5131 #line 5132 "configure"
5132 #include "confdefs.h"
5138 if { (eval echo configure
:5139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5140 glibcpp_cv_func_copysign_use
=yes
5142 echo "configure: failed program was:" >&5
5143 cat conftest.
$ac_ext >&5
5145 glibcpp_cv_func_copysign_use
=no
5149 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5150 ac_cpp
='$CPP $CPPFLAGS'
5151 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5152 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5153 cross_compiling
=$ac_cv_prog_cc_cross
5158 echo "$ac_t""$glibcpp_cv_func_copysign_use" 1>&6
5159 if test x
$glibcpp_cv_func_copysign_use = x
"yes"; then
5160 for ac_func
in copysign
5162 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5163 echo "configure:5164: checking for $ac_func" >&5
5164 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5165 echo $ac_n "(cached) $ac_c" 1>&6
5167 cat > conftest.
$ac_ext <<EOF
5168 #line 5169 "configure"
5169 #include "confdefs.h"
5170 /* System header to define __stub macros and hopefully few prototypes,
5171 which can conflict with char $ac_func(); below. */
5173 /* Override any gcc2 internal prototype to avoid an error. */
5174 /* We use char because int might match the return type of a gcc2
5175 builtin and then its argument prototype would still apply. */
5180 /* The GNU C library defines this for functions which it implements
5181 to always fail with ENOSYS. Some functions are actually named
5182 something starting with __ and the normal name is an alias. */
5183 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5191 if { (eval echo configure
:5192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5193 eval "ac_cv_func_$ac_func=yes"
5195 echo "configure: failed program was:" >&5
5196 cat conftest.
$ac_ext >&5
5198 eval "ac_cv_func_$ac_func=no"
5203 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5204 echo "$ac_t""yes" 1>&6
5205 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5206 cat >> confdefs.h
<<EOF
5207 #define $ac_tr_func 1
5211 echo "$ac_t""no" 1>&6
5218 echo $ac_n "checking for sincos declaration""... $ac_c" 1>&6
5219 echo "configure:5220: checking for sincos declaration" >&5
5220 if eval "test \"`echo '$''{'glibcpp_cv_func_sincos_use'+set}'`\" = set"; then
5221 echo $ac_n "(cached) $ac_c" 1>&6
5226 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5227 ac_cpp
='$CXXCPP $CPPFLAGS'
5228 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5229 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5230 cross_compiling
=$ac_cv_prog_cxx_cross
5232 cat > conftest.
$ac_ext <<EOF
5233 #line 5234 "configure"
5234 #include "confdefs.h"
5240 if { (eval echo configure
:5241: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5242 glibcpp_cv_func_sincos_use
=yes
5244 echo "configure: failed program was:" >&5
5245 cat conftest.
$ac_ext >&5
5247 glibcpp_cv_func_sincos_use
=no
5251 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5252 ac_cpp
='$CPP $CPPFLAGS'
5253 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5254 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5255 cross_compiling
=$ac_cv_prog_cc_cross
5260 echo "$ac_t""$glibcpp_cv_func_sincos_use" 1>&6
5261 if test x
$glibcpp_cv_func_sincos_use = x
"yes"; then
5262 for ac_func
in sincos
5264 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5265 echo "configure:5266: checking for $ac_func" >&5
5266 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5267 echo $ac_n "(cached) $ac_c" 1>&6
5269 cat > conftest.
$ac_ext <<EOF
5270 #line 5271 "configure"
5271 #include "confdefs.h"
5272 /* System header to define __stub macros and hopefully few prototypes,
5273 which can conflict with char $ac_func(); below. */
5275 /* Override any gcc2 internal prototype to avoid an error. */
5276 /* We use char because int might match the return type of a gcc2
5277 builtin and then its argument prototype would still apply. */
5282 /* The GNU C library defines this for functions which it implements
5283 to always fail with ENOSYS. Some functions are actually named
5284 something starting with __ and the normal name is an alias. */
5285 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5293 if { (eval echo configure
:5294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5295 eval "ac_cv_func_$ac_func=yes"
5297 echo "configure: failed program was:" >&5
5298 cat conftest.
$ac_ext >&5
5300 eval "ac_cv_func_$ac_func=no"
5305 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5306 echo "$ac_t""yes" 1>&6
5307 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5308 cat >> confdefs.h
<<EOF
5309 #define $ac_tr_func 1
5313 echo "$ac_t""no" 1>&6
5320 echo $ac_n "checking for fpclass declaration""... $ac_c" 1>&6
5321 echo "configure:5322: checking for fpclass declaration" >&5
5322 if eval "test \"`echo '$''{'glibcpp_cv_func_fpclass_use'+set}'`\" = set"; then
5323 echo $ac_n "(cached) $ac_c" 1>&6
5328 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5329 ac_cpp
='$CXXCPP $CPPFLAGS'
5330 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5331 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5332 cross_compiling
=$ac_cv_prog_cxx_cross
5334 cat > conftest.
$ac_ext <<EOF
5335 #line 5336 "configure"
5336 #include "confdefs.h"
5342 if { (eval echo configure
:5343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5344 glibcpp_cv_func_fpclass_use
=yes
5346 echo "configure: failed program was:" >&5
5347 cat conftest.
$ac_ext >&5
5349 glibcpp_cv_func_fpclass_use
=no
5353 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5354 ac_cpp
='$CPP $CPPFLAGS'
5355 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5356 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5357 cross_compiling
=$ac_cv_prog_cc_cross
5362 echo "$ac_t""$glibcpp_cv_func_fpclass_use" 1>&6
5363 if test x
$glibcpp_cv_func_fpclass_use = x
"yes"; then
5364 for ac_func
in fpclass
5366 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5367 echo "configure:5368: checking for $ac_func" >&5
5368 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5369 echo $ac_n "(cached) $ac_c" 1>&6
5371 cat > conftest.
$ac_ext <<EOF
5372 #line 5373 "configure"
5373 #include "confdefs.h"
5374 /* System header to define __stub macros and hopefully few prototypes,
5375 which can conflict with char $ac_func(); below. */
5377 /* Override any gcc2 internal prototype to avoid an error. */
5378 /* We use char because int might match the return type of a gcc2
5379 builtin and then its argument prototype would still apply. */
5384 /* The GNU C library defines this for functions which it implements
5385 to always fail with ENOSYS. Some functions are actually named
5386 something starting with __ and the normal name is an alias. */
5387 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5395 if { (eval echo configure
:5396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5397 eval "ac_cv_func_$ac_func=yes"
5399 echo "configure: failed program was:" >&5
5400 cat conftest.
$ac_ext >&5
5402 eval "ac_cv_func_$ac_func=no"
5407 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5408 echo "$ac_t""yes" 1>&6
5409 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5410 cat >> confdefs.h
<<EOF
5411 #define $ac_tr_func 1
5415 echo "$ac_t""no" 1>&6
5422 echo $ac_n "checking for qfpclass declaration""... $ac_c" 1>&6
5423 echo "configure:5424: checking for qfpclass declaration" >&5
5424 if eval "test \"`echo '$''{'glibcpp_cv_func_qfpclass_use'+set}'`\" = set"; then
5425 echo $ac_n "(cached) $ac_c" 1>&6
5430 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5431 ac_cpp
='$CXXCPP $CPPFLAGS'
5432 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5433 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5434 cross_compiling
=$ac_cv_prog_cxx_cross
5436 cat > conftest.
$ac_ext <<EOF
5437 #line 5438 "configure"
5438 #include "confdefs.h"
5444 if { (eval echo configure
:5445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5446 glibcpp_cv_func_qfpclass_use
=yes
5448 echo "configure: failed program was:" >&5
5449 cat conftest.
$ac_ext >&5
5451 glibcpp_cv_func_qfpclass_use
=no
5455 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5456 ac_cpp
='$CPP $CPPFLAGS'
5457 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5458 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5459 cross_compiling
=$ac_cv_prog_cc_cross
5464 echo "$ac_t""$glibcpp_cv_func_qfpclass_use" 1>&6
5465 if test x
$glibcpp_cv_func_qfpclass_use = x
"yes"; then
5466 for ac_func
in qfpclass
5468 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5469 echo "configure:5470: checking for $ac_func" >&5
5470 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5471 echo $ac_n "(cached) $ac_c" 1>&6
5473 cat > conftest.
$ac_ext <<EOF
5474 #line 5475 "configure"
5475 #include "confdefs.h"
5476 /* System header to define __stub macros and hopefully few prototypes,
5477 which can conflict with char $ac_func(); below. */
5479 /* Override any gcc2 internal prototype to avoid an error. */
5480 /* We use char because int might match the return type of a gcc2
5481 builtin and then its argument prototype would still apply. */
5486 /* The GNU C library defines this for functions which it implements
5487 to always fail with ENOSYS. Some functions are actually named
5488 something starting with __ and the normal name is an alias. */
5489 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5497 if { (eval echo configure
:5498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5499 eval "ac_cv_func_$ac_func=yes"
5501 echo "configure: failed program was:" >&5
5502 cat conftest.
$ac_ext >&5
5504 eval "ac_cv_func_$ac_func=no"
5509 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5510 echo "$ac_t""yes" 1>&6
5511 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5512 cat >> confdefs.h
<<EOF
5513 #define $ac_tr_func 1
5517 echo "$ac_t""no" 1>&6
5525 echo $ac_n "checking for isnanf declaration""... $ac_c" 1>&6
5526 echo "configure:5527: checking for isnanf declaration" >&5
5527 if eval "test \"`echo '$''{'glibcpp_cv_func_isnanf_use'+set}'`\" = set"; then
5528 echo $ac_n "(cached) $ac_c" 1>&6
5533 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5534 ac_cpp
='$CXXCPP $CPPFLAGS'
5535 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5536 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5537 cross_compiling
=$ac_cv_prog_cxx_cross
5539 cat > conftest.
$ac_ext <<EOF
5540 #line 5541 "configure"
5541 #include "confdefs.h"
5547 if { (eval echo configure
:5548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5549 glibcpp_cv_func_isnanf_use
=yes
5551 echo "configure: failed program was:" >&5
5552 cat conftest.
$ac_ext >&5
5554 glibcpp_cv_func_isnanf_use
=no
5558 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5559 ac_cpp
='$CPP $CPPFLAGS'
5560 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5561 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5562 cross_compiling
=$ac_cv_prog_cc_cross
5567 echo "$ac_t""$glibcpp_cv_func_isnanf_use" 1>&6
5568 if test x
$glibcpp_cv_func_isnanf_use = x
"yes"; then
5569 for ac_func
in isnanf
5571 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5572 echo "configure:5573: checking for $ac_func" >&5
5573 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5574 echo $ac_n "(cached) $ac_c" 1>&6
5576 cat > conftest.
$ac_ext <<EOF
5577 #line 5578 "configure"
5578 #include "confdefs.h"
5579 /* System header to define __stub macros and hopefully few prototypes,
5580 which can conflict with char $ac_func(); below. */
5582 /* Override any gcc2 internal prototype to avoid an error. */
5583 /* We use char because int might match the return type of a gcc2
5584 builtin and then its argument prototype would still apply. */
5589 /* The GNU C library defines this for functions which it implements
5590 to always fail with ENOSYS. Some functions are actually named
5591 something starting with __ and the normal name is an alias. */
5592 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5600 if { (eval echo configure
:5601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5602 eval "ac_cv_func_$ac_func=yes"
5604 echo "configure: failed program was:" >&5
5605 cat conftest.
$ac_ext >&5
5607 eval "ac_cv_func_$ac_func=no"
5612 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5613 echo "$ac_t""yes" 1>&6
5614 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5615 cat >> confdefs.h
<<EOF
5616 #define $ac_tr_func 1
5620 echo "$ac_t""no" 1>&6
5627 echo $ac_n "checking for isinff declaration""... $ac_c" 1>&6
5628 echo "configure:5629: checking for isinff declaration" >&5
5629 if eval "test \"`echo '$''{'glibcpp_cv_func_isinff_use'+set}'`\" = set"; then
5630 echo $ac_n "(cached) $ac_c" 1>&6
5635 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5636 ac_cpp
='$CXXCPP $CPPFLAGS'
5637 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5638 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5639 cross_compiling
=$ac_cv_prog_cxx_cross
5641 cat > conftest.
$ac_ext <<EOF
5642 #line 5643 "configure"
5643 #include "confdefs.h"
5649 if { (eval echo configure
:5650: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5651 glibcpp_cv_func_isinff_use
=yes
5653 echo "configure: failed program was:" >&5
5654 cat conftest.
$ac_ext >&5
5656 glibcpp_cv_func_isinff_use
=no
5660 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5661 ac_cpp
='$CPP $CPPFLAGS'
5662 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5663 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5664 cross_compiling
=$ac_cv_prog_cc_cross
5669 echo "$ac_t""$glibcpp_cv_func_isinff_use" 1>&6
5670 if test x
$glibcpp_cv_func_isinff_use = x
"yes"; then
5671 for ac_func
in isinff
5673 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5674 echo "configure:5675: checking for $ac_func" >&5
5675 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5676 echo $ac_n "(cached) $ac_c" 1>&6
5678 cat > conftest.
$ac_ext <<EOF
5679 #line 5680 "configure"
5680 #include "confdefs.h"
5681 /* System header to define __stub macros and hopefully few prototypes,
5682 which can conflict with char $ac_func(); below. */
5684 /* Override any gcc2 internal prototype to avoid an error. */
5685 /* We use char because int might match the return type of a gcc2
5686 builtin and then its argument prototype would still apply. */
5691 /* The GNU C library defines this for functions which it implements
5692 to always fail with ENOSYS. Some functions are actually named
5693 something starting with __ and the normal name is an alias. */
5694 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5702 if { (eval echo configure
:5703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5704 eval "ac_cv_func_$ac_func=yes"
5706 echo "configure: failed program was:" >&5
5707 cat conftest.
$ac_ext >&5
5709 eval "ac_cv_func_$ac_func=no"
5714 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5715 echo "$ac_t""yes" 1>&6
5716 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5717 cat >> confdefs.h
<<EOF
5718 #define $ac_tr_func 1
5722 echo "$ac_t""no" 1>&6
5729 echo $ac_n "checking for acosf declaration""... $ac_c" 1>&6
5730 echo "configure:5731: checking for acosf declaration" >&5
5731 if eval "test \"`echo '$''{'glibcpp_cv_func_acosf_use'+set}'`\" = set"; then
5732 echo $ac_n "(cached) $ac_c" 1>&6
5737 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5738 ac_cpp
='$CXXCPP $CPPFLAGS'
5739 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5740 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5741 cross_compiling
=$ac_cv_prog_cxx_cross
5743 cat > conftest.
$ac_ext <<EOF
5744 #line 5745 "configure"
5745 #include "confdefs.h"
5751 if { (eval echo configure
:5752: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5753 glibcpp_cv_func_acosf_use
=yes
5755 echo "configure: failed program was:" >&5
5756 cat conftest.
$ac_ext >&5
5758 glibcpp_cv_func_acosf_use
=no
5762 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5763 ac_cpp
='$CPP $CPPFLAGS'
5764 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5765 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5766 cross_compiling
=$ac_cv_prog_cc_cross
5771 echo "$ac_t""$glibcpp_cv_func_acosf_use" 1>&6
5772 if test x
$glibcpp_cv_func_acosf_use = x
"yes"; then
5773 for ac_func
in acosf
5775 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5776 echo "configure:5777: checking for $ac_func" >&5
5777 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5778 echo $ac_n "(cached) $ac_c" 1>&6
5780 cat > conftest.
$ac_ext <<EOF
5781 #line 5782 "configure"
5782 #include "confdefs.h"
5783 /* System header to define __stub macros and hopefully few prototypes,
5784 which can conflict with char $ac_func(); below. */
5786 /* Override any gcc2 internal prototype to avoid an error. */
5787 /* We use char because int might match the return type of a gcc2
5788 builtin and then its argument prototype would still apply. */
5793 /* The GNU C library defines this for functions which it implements
5794 to always fail with ENOSYS. Some functions are actually named
5795 something starting with __ and the normal name is an alias. */
5796 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5804 if { (eval echo configure
:5805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5806 eval "ac_cv_func_$ac_func=yes"
5808 echo "configure: failed program was:" >&5
5809 cat conftest.
$ac_ext >&5
5811 eval "ac_cv_func_$ac_func=no"
5816 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5817 echo "$ac_t""yes" 1>&6
5818 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5819 cat >> confdefs.h
<<EOF
5820 #define $ac_tr_func 1
5824 echo "$ac_t""no" 1>&6
5831 echo $ac_n "checking for asinf declaration""... $ac_c" 1>&6
5832 echo "configure:5833: checking for asinf declaration" >&5
5833 if eval "test \"`echo '$''{'glibcpp_cv_func_asinf_use'+set}'`\" = set"; then
5834 echo $ac_n "(cached) $ac_c" 1>&6
5839 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5840 ac_cpp
='$CXXCPP $CPPFLAGS'
5841 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5842 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5843 cross_compiling
=$ac_cv_prog_cxx_cross
5845 cat > conftest.
$ac_ext <<EOF
5846 #line 5847 "configure"
5847 #include "confdefs.h"
5853 if { (eval echo configure
:5854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5855 glibcpp_cv_func_asinf_use
=yes
5857 echo "configure: failed program was:" >&5
5858 cat conftest.
$ac_ext >&5
5860 glibcpp_cv_func_asinf_use
=no
5864 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5865 ac_cpp
='$CPP $CPPFLAGS'
5866 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5867 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5868 cross_compiling
=$ac_cv_prog_cc_cross
5873 echo "$ac_t""$glibcpp_cv_func_asinf_use" 1>&6
5874 if test x
$glibcpp_cv_func_asinf_use = x
"yes"; then
5875 for ac_func
in asinf
5877 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5878 echo "configure:5879: checking for $ac_func" >&5
5879 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5880 echo $ac_n "(cached) $ac_c" 1>&6
5882 cat > conftest.
$ac_ext <<EOF
5883 #line 5884 "configure"
5884 #include "confdefs.h"
5885 /* System header to define __stub macros and hopefully few prototypes,
5886 which can conflict with char $ac_func(); below. */
5888 /* Override any gcc2 internal prototype to avoid an error. */
5889 /* We use char because int might match the return type of a gcc2
5890 builtin and then its argument prototype would still apply. */
5895 /* The GNU C library defines this for functions which it implements
5896 to always fail with ENOSYS. Some functions are actually named
5897 something starting with __ and the normal name is an alias. */
5898 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5906 if { (eval echo configure
:5907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5908 eval "ac_cv_func_$ac_func=yes"
5910 echo "configure: failed program was:" >&5
5911 cat conftest.
$ac_ext >&5
5913 eval "ac_cv_func_$ac_func=no"
5918 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5919 echo "$ac_t""yes" 1>&6
5920 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5921 cat >> confdefs.h
<<EOF
5922 #define $ac_tr_func 1
5926 echo "$ac_t""no" 1>&6
5933 echo $ac_n "checking for atanf declaration""... $ac_c" 1>&6
5934 echo "configure:5935: checking for atanf declaration" >&5
5935 if eval "test \"`echo '$''{'glibcpp_cv_func_atanf_use'+set}'`\" = set"; then
5936 echo $ac_n "(cached) $ac_c" 1>&6
5941 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5942 ac_cpp
='$CXXCPP $CPPFLAGS'
5943 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5944 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5945 cross_compiling
=$ac_cv_prog_cxx_cross
5947 cat > conftest.
$ac_ext <<EOF
5948 #line 5949 "configure"
5949 #include "confdefs.h"
5955 if { (eval echo configure
:5956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5957 glibcpp_cv_func_atanf_use
=yes
5959 echo "configure: failed program was:" >&5
5960 cat conftest.
$ac_ext >&5
5962 glibcpp_cv_func_atanf_use
=no
5966 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5967 ac_cpp
='$CPP $CPPFLAGS'
5968 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5969 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5970 cross_compiling
=$ac_cv_prog_cc_cross
5975 echo "$ac_t""$glibcpp_cv_func_atanf_use" 1>&6
5976 if test x
$glibcpp_cv_func_atanf_use = x
"yes"; then
5977 for ac_func
in atanf
5979 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5980 echo "configure:5981: checking for $ac_func" >&5
5981 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5982 echo $ac_n "(cached) $ac_c" 1>&6
5984 cat > conftest.
$ac_ext <<EOF
5985 #line 5986 "configure"
5986 #include "confdefs.h"
5987 /* System header to define __stub macros and hopefully few prototypes,
5988 which can conflict with char $ac_func(); below. */
5990 /* Override any gcc2 internal prototype to avoid an error. */
5991 /* We use char because int might match the return type of a gcc2
5992 builtin and then its argument prototype would still apply. */
5997 /* The GNU C library defines this for functions which it implements
5998 to always fail with ENOSYS. Some functions are actually named
5999 something starting with __ and the normal name is an alias. */
6000 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6008 if { (eval echo configure
:6009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6010 eval "ac_cv_func_$ac_func=yes"
6012 echo "configure: failed program was:" >&5
6013 cat conftest.
$ac_ext >&5
6015 eval "ac_cv_func_$ac_func=no"
6020 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6021 echo "$ac_t""yes" 1>&6
6022 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6023 cat >> confdefs.h
<<EOF
6024 #define $ac_tr_func 1
6028 echo "$ac_t""no" 1>&6
6035 echo $ac_n "checking for atan2f declaration""... $ac_c" 1>&6
6036 echo "configure:6037: checking for atan2f declaration" >&5
6037 if eval "test \"`echo '$''{'glibcpp_cv_func_atan2f_use'+set}'`\" = set"; then
6038 echo $ac_n "(cached) $ac_c" 1>&6
6043 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6044 ac_cpp
='$CXXCPP $CPPFLAGS'
6045 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6046 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6047 cross_compiling
=$ac_cv_prog_cxx_cross
6049 cat > conftest.
$ac_ext <<EOF
6050 #line 6051 "configure"
6051 #include "confdefs.h"
6057 if { (eval echo configure
:6058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6059 glibcpp_cv_func_atan2f_use
=yes
6061 echo "configure: failed program was:" >&5
6062 cat conftest.
$ac_ext >&5
6064 glibcpp_cv_func_atan2f_use
=no
6068 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6069 ac_cpp
='$CPP $CPPFLAGS'
6070 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6071 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6072 cross_compiling
=$ac_cv_prog_cc_cross
6077 echo "$ac_t""$glibcpp_cv_func_atan2f_use" 1>&6
6078 if test x
$glibcpp_cv_func_atan2f_use = x
"yes"; then
6079 for ac_func
in atan2f
6081 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6082 echo "configure:6083: checking for $ac_func" >&5
6083 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6084 echo $ac_n "(cached) $ac_c" 1>&6
6086 cat > conftest.
$ac_ext <<EOF
6087 #line 6088 "configure"
6088 #include "confdefs.h"
6089 /* System header to define __stub macros and hopefully few prototypes,
6090 which can conflict with char $ac_func(); below. */
6092 /* Override any gcc2 internal prototype to avoid an error. */
6093 /* We use char because int might match the return type of a gcc2
6094 builtin and then its argument prototype would still apply. */
6099 /* The GNU C library defines this for functions which it implements
6100 to always fail with ENOSYS. Some functions are actually named
6101 something starting with __ and the normal name is an alias. */
6102 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6110 if { (eval echo configure
:6111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6112 eval "ac_cv_func_$ac_func=yes"
6114 echo "configure: failed program was:" >&5
6115 cat conftest.
$ac_ext >&5
6117 eval "ac_cv_func_$ac_func=no"
6122 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6123 echo "$ac_t""yes" 1>&6
6124 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6125 cat >> confdefs.h
<<EOF
6126 #define $ac_tr_func 1
6130 echo "$ac_t""no" 1>&6
6137 echo $ac_n "checking for ceilf declaration""... $ac_c" 1>&6
6138 echo "configure:6139: checking for ceilf declaration" >&5
6139 if eval "test \"`echo '$''{'glibcpp_cv_func_ceilf_use'+set}'`\" = set"; then
6140 echo $ac_n "(cached) $ac_c" 1>&6
6145 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6146 ac_cpp
='$CXXCPP $CPPFLAGS'
6147 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6148 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6149 cross_compiling
=$ac_cv_prog_cxx_cross
6151 cat > conftest.
$ac_ext <<EOF
6152 #line 6153 "configure"
6153 #include "confdefs.h"
6159 if { (eval echo configure
:6160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6161 glibcpp_cv_func_ceilf_use
=yes
6163 echo "configure: failed program was:" >&5
6164 cat conftest.
$ac_ext >&5
6166 glibcpp_cv_func_ceilf_use
=no
6170 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6171 ac_cpp
='$CPP $CPPFLAGS'
6172 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6173 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6174 cross_compiling
=$ac_cv_prog_cc_cross
6179 echo "$ac_t""$glibcpp_cv_func_ceilf_use" 1>&6
6180 if test x
$glibcpp_cv_func_ceilf_use = x
"yes"; then
6181 for ac_func
in ceilf
6183 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6184 echo "configure:6185: checking for $ac_func" >&5
6185 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6186 echo $ac_n "(cached) $ac_c" 1>&6
6188 cat > conftest.
$ac_ext <<EOF
6189 #line 6190 "configure"
6190 #include "confdefs.h"
6191 /* System header to define __stub macros and hopefully few prototypes,
6192 which can conflict with char $ac_func(); below. */
6194 /* Override any gcc2 internal prototype to avoid an error. */
6195 /* We use char because int might match the return type of a gcc2
6196 builtin and then its argument prototype would still apply. */
6201 /* The GNU C library defines this for functions which it implements
6202 to always fail with ENOSYS. Some functions are actually named
6203 something starting with __ and the normal name is an alias. */
6204 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6212 if { (eval echo configure
:6213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6214 eval "ac_cv_func_$ac_func=yes"
6216 echo "configure: failed program was:" >&5
6217 cat conftest.
$ac_ext >&5
6219 eval "ac_cv_func_$ac_func=no"
6224 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6225 echo "$ac_t""yes" 1>&6
6226 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6227 cat >> confdefs.h
<<EOF
6228 #define $ac_tr_func 1
6232 echo "$ac_t""no" 1>&6
6239 echo $ac_n "checking for cosf declaration""... $ac_c" 1>&6
6240 echo "configure:6241: checking for cosf declaration" >&5
6241 if eval "test \"`echo '$''{'glibcpp_cv_func_cosf_use'+set}'`\" = set"; then
6242 echo $ac_n "(cached) $ac_c" 1>&6
6247 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6248 ac_cpp
='$CXXCPP $CPPFLAGS'
6249 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6250 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6251 cross_compiling
=$ac_cv_prog_cxx_cross
6253 cat > conftest.
$ac_ext <<EOF
6254 #line 6255 "configure"
6255 #include "confdefs.h"
6261 if { (eval echo configure
:6262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6263 glibcpp_cv_func_cosf_use
=yes
6265 echo "configure: failed program was:" >&5
6266 cat conftest.
$ac_ext >&5
6268 glibcpp_cv_func_cosf_use
=no
6272 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6273 ac_cpp
='$CPP $CPPFLAGS'
6274 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6275 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6276 cross_compiling
=$ac_cv_prog_cc_cross
6281 echo "$ac_t""$glibcpp_cv_func_cosf_use" 1>&6
6282 if test x
$glibcpp_cv_func_cosf_use = x
"yes"; then
6285 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6286 echo "configure:6287: checking for $ac_func" >&5
6287 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6288 echo $ac_n "(cached) $ac_c" 1>&6
6290 cat > conftest.
$ac_ext <<EOF
6291 #line 6292 "configure"
6292 #include "confdefs.h"
6293 /* System header to define __stub macros and hopefully few prototypes,
6294 which can conflict with char $ac_func(); below. */
6296 /* Override any gcc2 internal prototype to avoid an error. */
6297 /* We use char because int might match the return type of a gcc2
6298 builtin and then its argument prototype would still apply. */
6303 /* The GNU C library defines this for functions which it implements
6304 to always fail with ENOSYS. Some functions are actually named
6305 something starting with __ and the normal name is an alias. */
6306 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6314 if { (eval echo configure
:6315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6316 eval "ac_cv_func_$ac_func=yes"
6318 echo "configure: failed program was:" >&5
6319 cat conftest.
$ac_ext >&5
6321 eval "ac_cv_func_$ac_func=no"
6326 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6327 echo "$ac_t""yes" 1>&6
6328 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6329 cat >> confdefs.h
<<EOF
6330 #define $ac_tr_func 1
6334 echo "$ac_t""no" 1>&6
6341 echo $ac_n "checking for coshf declaration""... $ac_c" 1>&6
6342 echo "configure:6343: checking for coshf declaration" >&5
6343 if eval "test \"`echo '$''{'glibcpp_cv_func_coshf_use'+set}'`\" = set"; then
6344 echo $ac_n "(cached) $ac_c" 1>&6
6349 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6350 ac_cpp
='$CXXCPP $CPPFLAGS'
6351 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6352 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6353 cross_compiling
=$ac_cv_prog_cxx_cross
6355 cat > conftest.
$ac_ext <<EOF
6356 #line 6357 "configure"
6357 #include "confdefs.h"
6363 if { (eval echo configure
:6364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6365 glibcpp_cv_func_coshf_use
=yes
6367 echo "configure: failed program was:" >&5
6368 cat conftest.
$ac_ext >&5
6370 glibcpp_cv_func_coshf_use
=no
6374 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6375 ac_cpp
='$CPP $CPPFLAGS'
6376 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6377 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6378 cross_compiling
=$ac_cv_prog_cc_cross
6383 echo "$ac_t""$glibcpp_cv_func_coshf_use" 1>&6
6384 if test x
$glibcpp_cv_func_coshf_use = x
"yes"; then
6385 for ac_func
in coshf
6387 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6388 echo "configure:6389: checking for $ac_func" >&5
6389 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6390 echo $ac_n "(cached) $ac_c" 1>&6
6392 cat > conftest.
$ac_ext <<EOF
6393 #line 6394 "configure"
6394 #include "confdefs.h"
6395 /* System header to define __stub macros and hopefully few prototypes,
6396 which can conflict with char $ac_func(); below. */
6398 /* Override any gcc2 internal prototype to avoid an error. */
6399 /* We use char because int might match the return type of a gcc2
6400 builtin and then its argument prototype would still apply. */
6405 /* The GNU C library defines this for functions which it implements
6406 to always fail with ENOSYS. Some functions are actually named
6407 something starting with __ and the normal name is an alias. */
6408 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6416 if { (eval echo configure
:6417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6418 eval "ac_cv_func_$ac_func=yes"
6420 echo "configure: failed program was:" >&5
6421 cat conftest.
$ac_ext >&5
6423 eval "ac_cv_func_$ac_func=no"
6428 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6429 echo "$ac_t""yes" 1>&6
6430 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6431 cat >> confdefs.h
<<EOF
6432 #define $ac_tr_func 1
6436 echo "$ac_t""no" 1>&6
6443 echo $ac_n "checking for expf declaration""... $ac_c" 1>&6
6444 echo "configure:6445: checking for expf declaration" >&5
6445 if eval "test \"`echo '$''{'glibcpp_cv_func_expf_use'+set}'`\" = set"; then
6446 echo $ac_n "(cached) $ac_c" 1>&6
6451 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6452 ac_cpp
='$CXXCPP $CPPFLAGS'
6453 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6454 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6455 cross_compiling
=$ac_cv_prog_cxx_cross
6457 cat > conftest.
$ac_ext <<EOF
6458 #line 6459 "configure"
6459 #include "confdefs.h"
6465 if { (eval echo configure
:6466: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6467 glibcpp_cv_func_expf_use
=yes
6469 echo "configure: failed program was:" >&5
6470 cat conftest.
$ac_ext >&5
6472 glibcpp_cv_func_expf_use
=no
6476 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6477 ac_cpp
='$CPP $CPPFLAGS'
6478 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6479 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6480 cross_compiling
=$ac_cv_prog_cc_cross
6485 echo "$ac_t""$glibcpp_cv_func_expf_use" 1>&6
6486 if test x
$glibcpp_cv_func_expf_use = x
"yes"; then
6489 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6490 echo "configure:6491: checking for $ac_func" >&5
6491 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6492 echo $ac_n "(cached) $ac_c" 1>&6
6494 cat > conftest.
$ac_ext <<EOF
6495 #line 6496 "configure"
6496 #include "confdefs.h"
6497 /* System header to define __stub macros and hopefully few prototypes,
6498 which can conflict with char $ac_func(); below. */
6500 /* Override any gcc2 internal prototype to avoid an error. */
6501 /* We use char because int might match the return type of a gcc2
6502 builtin and then its argument prototype would still apply. */
6507 /* The GNU C library defines this for functions which it implements
6508 to always fail with ENOSYS. Some functions are actually named
6509 something starting with __ and the normal name is an alias. */
6510 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6518 if { (eval echo configure
:6519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6520 eval "ac_cv_func_$ac_func=yes"
6522 echo "configure: failed program was:" >&5
6523 cat conftest.
$ac_ext >&5
6525 eval "ac_cv_func_$ac_func=no"
6530 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6531 echo "$ac_t""yes" 1>&6
6532 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6533 cat >> confdefs.h
<<EOF
6534 #define $ac_tr_func 1
6538 echo "$ac_t""no" 1>&6
6545 echo $ac_n "checking for fabsf declaration""... $ac_c" 1>&6
6546 echo "configure:6547: checking for fabsf declaration" >&5
6547 if eval "test \"`echo '$''{'glibcpp_cv_func_fabsf_use'+set}'`\" = set"; then
6548 echo $ac_n "(cached) $ac_c" 1>&6
6553 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6554 ac_cpp
='$CXXCPP $CPPFLAGS'
6555 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6556 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6557 cross_compiling
=$ac_cv_prog_cxx_cross
6559 cat > conftest.
$ac_ext <<EOF
6560 #line 6561 "configure"
6561 #include "confdefs.h"
6567 if { (eval echo configure
:6568: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6569 glibcpp_cv_func_fabsf_use
=yes
6571 echo "configure: failed program was:" >&5
6572 cat conftest.
$ac_ext >&5
6574 glibcpp_cv_func_fabsf_use
=no
6578 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6579 ac_cpp
='$CPP $CPPFLAGS'
6580 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6581 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6582 cross_compiling
=$ac_cv_prog_cc_cross
6587 echo "$ac_t""$glibcpp_cv_func_fabsf_use" 1>&6
6588 if test x
$glibcpp_cv_func_fabsf_use = x
"yes"; then
6589 for ac_func
in fabsf
6591 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6592 echo "configure:6593: checking for $ac_func" >&5
6593 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6594 echo $ac_n "(cached) $ac_c" 1>&6
6596 cat > conftest.
$ac_ext <<EOF
6597 #line 6598 "configure"
6598 #include "confdefs.h"
6599 /* System header to define __stub macros and hopefully few prototypes,
6600 which can conflict with char $ac_func(); below. */
6602 /* Override any gcc2 internal prototype to avoid an error. */
6603 /* We use char because int might match the return type of a gcc2
6604 builtin and then its argument prototype would still apply. */
6609 /* The GNU C library defines this for functions which it implements
6610 to always fail with ENOSYS. Some functions are actually named
6611 something starting with __ and the normal name is an alias. */
6612 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6620 if { (eval echo configure
:6621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6622 eval "ac_cv_func_$ac_func=yes"
6624 echo "configure: failed program was:" >&5
6625 cat conftest.
$ac_ext >&5
6627 eval "ac_cv_func_$ac_func=no"
6632 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6633 echo "$ac_t""yes" 1>&6
6634 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6635 cat >> confdefs.h
<<EOF
6636 #define $ac_tr_func 1
6640 echo "$ac_t""no" 1>&6
6647 echo $ac_n "checking for floorf declaration""... $ac_c" 1>&6
6648 echo "configure:6649: checking for floorf declaration" >&5
6649 if eval "test \"`echo '$''{'glibcpp_cv_func_floorf_use'+set}'`\" = set"; then
6650 echo $ac_n "(cached) $ac_c" 1>&6
6655 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6656 ac_cpp
='$CXXCPP $CPPFLAGS'
6657 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6658 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6659 cross_compiling
=$ac_cv_prog_cxx_cross
6661 cat > conftest.
$ac_ext <<EOF
6662 #line 6663 "configure"
6663 #include "confdefs.h"
6669 if { (eval echo configure
:6670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6671 glibcpp_cv_func_floorf_use
=yes
6673 echo "configure: failed program was:" >&5
6674 cat conftest.
$ac_ext >&5
6676 glibcpp_cv_func_floorf_use
=no
6680 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6681 ac_cpp
='$CPP $CPPFLAGS'
6682 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6683 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6684 cross_compiling
=$ac_cv_prog_cc_cross
6689 echo "$ac_t""$glibcpp_cv_func_floorf_use" 1>&6
6690 if test x
$glibcpp_cv_func_floorf_use = x
"yes"; then
6691 for ac_func
in floorf
6693 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6694 echo "configure:6695: checking for $ac_func" >&5
6695 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6696 echo $ac_n "(cached) $ac_c" 1>&6
6698 cat > conftest.
$ac_ext <<EOF
6699 #line 6700 "configure"
6700 #include "confdefs.h"
6701 /* System header to define __stub macros and hopefully few prototypes,
6702 which can conflict with char $ac_func(); below. */
6704 /* Override any gcc2 internal prototype to avoid an error. */
6705 /* We use char because int might match the return type of a gcc2
6706 builtin and then its argument prototype would still apply. */
6711 /* The GNU C library defines this for functions which it implements
6712 to always fail with ENOSYS. Some functions are actually named
6713 something starting with __ and the normal name is an alias. */
6714 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6722 if { (eval echo configure
:6723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6724 eval "ac_cv_func_$ac_func=yes"
6726 echo "configure: failed program was:" >&5
6727 cat conftest.
$ac_ext >&5
6729 eval "ac_cv_func_$ac_func=no"
6734 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6735 echo "$ac_t""yes" 1>&6
6736 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6737 cat >> confdefs.h
<<EOF
6738 #define $ac_tr_func 1
6742 echo "$ac_t""no" 1>&6
6749 echo $ac_n "checking for fmodf declaration""... $ac_c" 1>&6
6750 echo "configure:6751: checking for fmodf declaration" >&5
6751 if eval "test \"`echo '$''{'glibcpp_cv_func_fmodf_use'+set}'`\" = set"; then
6752 echo $ac_n "(cached) $ac_c" 1>&6
6757 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6758 ac_cpp
='$CXXCPP $CPPFLAGS'
6759 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6760 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6761 cross_compiling
=$ac_cv_prog_cxx_cross
6763 cat > conftest.
$ac_ext <<EOF
6764 #line 6765 "configure"
6765 #include "confdefs.h"
6771 if { (eval echo configure
:6772: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6773 glibcpp_cv_func_fmodf_use
=yes
6775 echo "configure: failed program was:" >&5
6776 cat conftest.
$ac_ext >&5
6778 glibcpp_cv_func_fmodf_use
=no
6782 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6783 ac_cpp
='$CPP $CPPFLAGS'
6784 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6785 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6786 cross_compiling
=$ac_cv_prog_cc_cross
6791 echo "$ac_t""$glibcpp_cv_func_fmodf_use" 1>&6
6792 if test x
$glibcpp_cv_func_fmodf_use = x
"yes"; then
6793 for ac_func
in fmodf
6795 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6796 echo "configure:6797: checking for $ac_func" >&5
6797 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6798 echo $ac_n "(cached) $ac_c" 1>&6
6800 cat > conftest.
$ac_ext <<EOF
6801 #line 6802 "configure"
6802 #include "confdefs.h"
6803 /* System header to define __stub macros and hopefully few prototypes,
6804 which can conflict with char $ac_func(); below. */
6806 /* Override any gcc2 internal prototype to avoid an error. */
6807 /* We use char because int might match the return type of a gcc2
6808 builtin and then its argument prototype would still apply. */
6813 /* The GNU C library defines this for functions which it implements
6814 to always fail with ENOSYS. Some functions are actually named
6815 something starting with __ and the normal name is an alias. */
6816 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6824 if { (eval echo configure
:6825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6826 eval "ac_cv_func_$ac_func=yes"
6828 echo "configure: failed program was:" >&5
6829 cat conftest.
$ac_ext >&5
6831 eval "ac_cv_func_$ac_func=no"
6836 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6837 echo "$ac_t""yes" 1>&6
6838 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6839 cat >> confdefs.h
<<EOF
6840 #define $ac_tr_func 1
6844 echo "$ac_t""no" 1>&6
6851 echo $ac_n "checking for frexpf declaration""... $ac_c" 1>&6
6852 echo "configure:6853: checking for frexpf declaration" >&5
6853 if eval "test \"`echo '$''{'glibcpp_cv_func_frexpf_use'+set}'`\" = set"; then
6854 echo $ac_n "(cached) $ac_c" 1>&6
6859 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6860 ac_cpp
='$CXXCPP $CPPFLAGS'
6861 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6862 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6863 cross_compiling
=$ac_cv_prog_cxx_cross
6865 cat > conftest.
$ac_ext <<EOF
6866 #line 6867 "configure"
6867 #include "confdefs.h"
6873 if { (eval echo configure
:6874: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6875 glibcpp_cv_func_frexpf_use
=yes
6877 echo "configure: failed program was:" >&5
6878 cat conftest.
$ac_ext >&5
6880 glibcpp_cv_func_frexpf_use
=no
6884 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6885 ac_cpp
='$CPP $CPPFLAGS'
6886 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6887 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6888 cross_compiling
=$ac_cv_prog_cc_cross
6893 echo "$ac_t""$glibcpp_cv_func_frexpf_use" 1>&6
6894 if test x
$glibcpp_cv_func_frexpf_use = x
"yes"; then
6895 for ac_func
in frexpf
6897 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6898 echo "configure:6899: checking for $ac_func" >&5
6899 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6900 echo $ac_n "(cached) $ac_c" 1>&6
6902 cat > conftest.
$ac_ext <<EOF
6903 #line 6904 "configure"
6904 #include "confdefs.h"
6905 /* System header to define __stub macros and hopefully few prototypes,
6906 which can conflict with char $ac_func(); below. */
6908 /* Override any gcc2 internal prototype to avoid an error. */
6909 /* We use char because int might match the return type of a gcc2
6910 builtin and then its argument prototype would still apply. */
6915 /* The GNU C library defines this for functions which it implements
6916 to always fail with ENOSYS. Some functions are actually named
6917 something starting with __ and the normal name is an alias. */
6918 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6926 if { (eval echo configure
:6927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6928 eval "ac_cv_func_$ac_func=yes"
6930 echo "configure: failed program was:" >&5
6931 cat conftest.
$ac_ext >&5
6933 eval "ac_cv_func_$ac_func=no"
6938 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6939 echo "$ac_t""yes" 1>&6
6940 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6941 cat >> confdefs.h
<<EOF
6942 #define $ac_tr_func 1
6946 echo "$ac_t""no" 1>&6
6953 echo $ac_n "checking for ldexpf declaration""... $ac_c" 1>&6
6954 echo "configure:6955: checking for ldexpf declaration" >&5
6955 if eval "test \"`echo '$''{'glibcpp_cv_func_ldexpf_use'+set}'`\" = set"; then
6956 echo $ac_n "(cached) $ac_c" 1>&6
6961 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6962 ac_cpp
='$CXXCPP $CPPFLAGS'
6963 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6964 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6965 cross_compiling
=$ac_cv_prog_cxx_cross
6967 cat > conftest.
$ac_ext <<EOF
6968 #line 6969 "configure"
6969 #include "confdefs.h"
6975 if { (eval echo configure
:6976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6977 glibcpp_cv_func_ldexpf_use
=yes
6979 echo "configure: failed program was:" >&5
6980 cat conftest.
$ac_ext >&5
6982 glibcpp_cv_func_ldexpf_use
=no
6986 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6987 ac_cpp
='$CPP $CPPFLAGS'
6988 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6989 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6990 cross_compiling
=$ac_cv_prog_cc_cross
6995 echo "$ac_t""$glibcpp_cv_func_ldexpf_use" 1>&6
6996 if test x
$glibcpp_cv_func_ldexpf_use = x
"yes"; then
6997 for ac_func
in ldexpf
6999 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7000 echo "configure:7001: checking for $ac_func" >&5
7001 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7002 echo $ac_n "(cached) $ac_c" 1>&6
7004 cat > conftest.
$ac_ext <<EOF
7005 #line 7006 "configure"
7006 #include "confdefs.h"
7007 /* System header to define __stub macros and hopefully few prototypes,
7008 which can conflict with char $ac_func(); below. */
7010 /* Override any gcc2 internal prototype to avoid an error. */
7011 /* We use char because int might match the return type of a gcc2
7012 builtin and then its argument prototype would still apply. */
7017 /* The GNU C library defines this for functions which it implements
7018 to always fail with ENOSYS. Some functions are actually named
7019 something starting with __ and the normal name is an alias. */
7020 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7028 if { (eval echo configure
:7029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7030 eval "ac_cv_func_$ac_func=yes"
7032 echo "configure: failed program was:" >&5
7033 cat conftest.
$ac_ext >&5
7035 eval "ac_cv_func_$ac_func=no"
7040 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7041 echo "$ac_t""yes" 1>&6
7042 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7043 cat >> confdefs.h
<<EOF
7044 #define $ac_tr_func 1
7048 echo "$ac_t""no" 1>&6
7055 echo $ac_n "checking for logf declaration""... $ac_c" 1>&6
7056 echo "configure:7057: checking for logf declaration" >&5
7057 if eval "test \"`echo '$''{'glibcpp_cv_func_logf_use'+set}'`\" = set"; then
7058 echo $ac_n "(cached) $ac_c" 1>&6
7063 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7064 ac_cpp
='$CXXCPP $CPPFLAGS'
7065 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7066 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7067 cross_compiling
=$ac_cv_prog_cxx_cross
7069 cat > conftest.
$ac_ext <<EOF
7070 #line 7071 "configure"
7071 #include "confdefs.h"
7077 if { (eval echo configure
:7078: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7079 glibcpp_cv_func_logf_use
=yes
7081 echo "configure: failed program was:" >&5
7082 cat conftest.
$ac_ext >&5
7084 glibcpp_cv_func_logf_use
=no
7088 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7089 ac_cpp
='$CPP $CPPFLAGS'
7090 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7091 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7092 cross_compiling
=$ac_cv_prog_cc_cross
7097 echo "$ac_t""$glibcpp_cv_func_logf_use" 1>&6
7098 if test x
$glibcpp_cv_func_logf_use = x
"yes"; then
7101 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7102 echo "configure:7103: checking for $ac_func" >&5
7103 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7104 echo $ac_n "(cached) $ac_c" 1>&6
7106 cat > conftest.
$ac_ext <<EOF
7107 #line 7108 "configure"
7108 #include "confdefs.h"
7109 /* System header to define __stub macros and hopefully few prototypes,
7110 which can conflict with char $ac_func(); below. */
7112 /* Override any gcc2 internal prototype to avoid an error. */
7113 /* We use char because int might match the return type of a gcc2
7114 builtin and then its argument prototype would still apply. */
7119 /* The GNU C library defines this for functions which it implements
7120 to always fail with ENOSYS. Some functions are actually named
7121 something starting with __ and the normal name is an alias. */
7122 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7130 if { (eval echo configure
:7131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7132 eval "ac_cv_func_$ac_func=yes"
7134 echo "configure: failed program was:" >&5
7135 cat conftest.
$ac_ext >&5
7137 eval "ac_cv_func_$ac_func=no"
7142 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7143 echo "$ac_t""yes" 1>&6
7144 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7145 cat >> confdefs.h
<<EOF
7146 #define $ac_tr_func 1
7150 echo "$ac_t""no" 1>&6
7157 echo $ac_n "checking for log10f declaration""... $ac_c" 1>&6
7158 echo "configure:7159: checking for log10f declaration" >&5
7159 if eval "test \"`echo '$''{'glibcpp_cv_func_log10f_use'+set}'`\" = set"; then
7160 echo $ac_n "(cached) $ac_c" 1>&6
7165 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7166 ac_cpp
='$CXXCPP $CPPFLAGS'
7167 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7168 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7169 cross_compiling
=$ac_cv_prog_cxx_cross
7171 cat > conftest.
$ac_ext <<EOF
7172 #line 7173 "configure"
7173 #include "confdefs.h"
7179 if { (eval echo configure
:7180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7181 glibcpp_cv_func_log10f_use
=yes
7183 echo "configure: failed program was:" >&5
7184 cat conftest.
$ac_ext >&5
7186 glibcpp_cv_func_log10f_use
=no
7190 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7191 ac_cpp
='$CPP $CPPFLAGS'
7192 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7193 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7194 cross_compiling
=$ac_cv_prog_cc_cross
7199 echo "$ac_t""$glibcpp_cv_func_log10f_use" 1>&6
7200 if test x
$glibcpp_cv_func_log10f_use = x
"yes"; then
7201 for ac_func
in log10f
7203 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7204 echo "configure:7205: checking for $ac_func" >&5
7205 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7206 echo $ac_n "(cached) $ac_c" 1>&6
7208 cat > conftest.
$ac_ext <<EOF
7209 #line 7210 "configure"
7210 #include "confdefs.h"
7211 /* System header to define __stub macros and hopefully few prototypes,
7212 which can conflict with char $ac_func(); below. */
7214 /* Override any gcc2 internal prototype to avoid an error. */
7215 /* We use char because int might match the return type of a gcc2
7216 builtin and then its argument prototype would still apply. */
7221 /* The GNU C library defines this for functions which it implements
7222 to always fail with ENOSYS. Some functions are actually named
7223 something starting with __ and the normal name is an alias. */
7224 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7232 if { (eval echo configure
:7233: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7234 eval "ac_cv_func_$ac_func=yes"
7236 echo "configure: failed program was:" >&5
7237 cat conftest.
$ac_ext >&5
7239 eval "ac_cv_func_$ac_func=no"
7244 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7245 echo "$ac_t""yes" 1>&6
7246 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7247 cat >> confdefs.h
<<EOF
7248 #define $ac_tr_func 1
7252 echo "$ac_t""no" 1>&6
7259 echo $ac_n "checking for modff declaration""... $ac_c" 1>&6
7260 echo "configure:7261: checking for modff declaration" >&5
7261 if eval "test \"`echo '$''{'glibcpp_cv_func_modff_use'+set}'`\" = set"; then
7262 echo $ac_n "(cached) $ac_c" 1>&6
7267 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7268 ac_cpp
='$CXXCPP $CPPFLAGS'
7269 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7270 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7271 cross_compiling
=$ac_cv_prog_cxx_cross
7273 cat > conftest.
$ac_ext <<EOF
7274 #line 7275 "configure"
7275 #include "confdefs.h"
7281 if { (eval echo configure
:7282: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7283 glibcpp_cv_func_modff_use
=yes
7285 echo "configure: failed program was:" >&5
7286 cat conftest.
$ac_ext >&5
7288 glibcpp_cv_func_modff_use
=no
7292 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7293 ac_cpp
='$CPP $CPPFLAGS'
7294 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7295 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7296 cross_compiling
=$ac_cv_prog_cc_cross
7301 echo "$ac_t""$glibcpp_cv_func_modff_use" 1>&6
7302 if test x
$glibcpp_cv_func_modff_use = x
"yes"; then
7303 for ac_func
in modff
7305 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7306 echo "configure:7307: checking for $ac_func" >&5
7307 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7308 echo $ac_n "(cached) $ac_c" 1>&6
7310 cat > conftest.
$ac_ext <<EOF
7311 #line 7312 "configure"
7312 #include "confdefs.h"
7313 /* System header to define __stub macros and hopefully few prototypes,
7314 which can conflict with char $ac_func(); below. */
7316 /* Override any gcc2 internal prototype to avoid an error. */
7317 /* We use char because int might match the return type of a gcc2
7318 builtin and then its argument prototype would still apply. */
7323 /* The GNU C library defines this for functions which it implements
7324 to always fail with ENOSYS. Some functions are actually named
7325 something starting with __ and the normal name is an alias. */
7326 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7334 if { (eval echo configure
:7335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7336 eval "ac_cv_func_$ac_func=yes"
7338 echo "configure: failed program was:" >&5
7339 cat conftest.
$ac_ext >&5
7341 eval "ac_cv_func_$ac_func=no"
7346 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7347 echo "$ac_t""yes" 1>&6
7348 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7349 cat >> confdefs.h
<<EOF
7350 #define $ac_tr_func 1
7354 echo "$ac_t""no" 1>&6
7361 echo $ac_n "checking for powf declaration""... $ac_c" 1>&6
7362 echo "configure:7363: checking for powf declaration" >&5
7363 if eval "test \"`echo '$''{'glibcpp_cv_func_powf_use'+set}'`\" = set"; then
7364 echo $ac_n "(cached) $ac_c" 1>&6
7369 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7370 ac_cpp
='$CXXCPP $CPPFLAGS'
7371 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7372 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7373 cross_compiling
=$ac_cv_prog_cxx_cross
7375 cat > conftest.
$ac_ext <<EOF
7376 #line 7377 "configure"
7377 #include "confdefs.h"
7383 if { (eval echo configure
:7384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7385 glibcpp_cv_func_powf_use
=yes
7387 echo "configure: failed program was:" >&5
7388 cat conftest.
$ac_ext >&5
7390 glibcpp_cv_func_powf_use
=no
7394 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7395 ac_cpp
='$CPP $CPPFLAGS'
7396 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7397 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7398 cross_compiling
=$ac_cv_prog_cc_cross
7403 echo "$ac_t""$glibcpp_cv_func_powf_use" 1>&6
7404 if test x
$glibcpp_cv_func_powf_use = x
"yes"; then
7407 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7408 echo "configure:7409: checking for $ac_func" >&5
7409 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7410 echo $ac_n "(cached) $ac_c" 1>&6
7412 cat > conftest.
$ac_ext <<EOF
7413 #line 7414 "configure"
7414 #include "confdefs.h"
7415 /* System header to define __stub macros and hopefully few prototypes,
7416 which can conflict with char $ac_func(); below. */
7418 /* Override any gcc2 internal prototype to avoid an error. */
7419 /* We use char because int might match the return type of a gcc2
7420 builtin and then its argument prototype would still apply. */
7425 /* The GNU C library defines this for functions which it implements
7426 to always fail with ENOSYS. Some functions are actually named
7427 something starting with __ and the normal name is an alias. */
7428 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7436 if { (eval echo configure
:7437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7438 eval "ac_cv_func_$ac_func=yes"
7440 echo "configure: failed program was:" >&5
7441 cat conftest.
$ac_ext >&5
7443 eval "ac_cv_func_$ac_func=no"
7448 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7449 echo "$ac_t""yes" 1>&6
7450 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7451 cat >> confdefs.h
<<EOF
7452 #define $ac_tr_func 1
7456 echo "$ac_t""no" 1>&6
7463 echo $ac_n "checking for sinf declaration""... $ac_c" 1>&6
7464 echo "configure:7465: checking for sinf declaration" >&5
7465 if eval "test \"`echo '$''{'glibcpp_cv_func_sinf_use'+set}'`\" = set"; then
7466 echo $ac_n "(cached) $ac_c" 1>&6
7471 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7472 ac_cpp
='$CXXCPP $CPPFLAGS'
7473 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7474 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7475 cross_compiling
=$ac_cv_prog_cxx_cross
7477 cat > conftest.
$ac_ext <<EOF
7478 #line 7479 "configure"
7479 #include "confdefs.h"
7485 if { (eval echo configure
:7486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7487 glibcpp_cv_func_sinf_use
=yes
7489 echo "configure: failed program was:" >&5
7490 cat conftest.
$ac_ext >&5
7492 glibcpp_cv_func_sinf_use
=no
7496 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7497 ac_cpp
='$CPP $CPPFLAGS'
7498 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7499 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7500 cross_compiling
=$ac_cv_prog_cc_cross
7505 echo "$ac_t""$glibcpp_cv_func_sinf_use" 1>&6
7506 if test x
$glibcpp_cv_func_sinf_use = x
"yes"; then
7509 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7510 echo "configure:7511: checking for $ac_func" >&5
7511 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7512 echo $ac_n "(cached) $ac_c" 1>&6
7514 cat > conftest.
$ac_ext <<EOF
7515 #line 7516 "configure"
7516 #include "confdefs.h"
7517 /* System header to define __stub macros and hopefully few prototypes,
7518 which can conflict with char $ac_func(); below. */
7520 /* Override any gcc2 internal prototype to avoid an error. */
7521 /* We use char because int might match the return type of a gcc2
7522 builtin and then its argument prototype would still apply. */
7527 /* The GNU C library defines this for functions which it implements
7528 to always fail with ENOSYS. Some functions are actually named
7529 something starting with __ and the normal name is an alias. */
7530 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7538 if { (eval echo configure
:7539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7540 eval "ac_cv_func_$ac_func=yes"
7542 echo "configure: failed program was:" >&5
7543 cat conftest.
$ac_ext >&5
7545 eval "ac_cv_func_$ac_func=no"
7550 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7551 echo "$ac_t""yes" 1>&6
7552 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7553 cat >> confdefs.h
<<EOF
7554 #define $ac_tr_func 1
7558 echo "$ac_t""no" 1>&6
7565 echo $ac_n "checking for sinhf declaration""... $ac_c" 1>&6
7566 echo "configure:7567: checking for sinhf declaration" >&5
7567 if eval "test \"`echo '$''{'glibcpp_cv_func_sinhf_use'+set}'`\" = set"; then
7568 echo $ac_n "(cached) $ac_c" 1>&6
7573 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7574 ac_cpp
='$CXXCPP $CPPFLAGS'
7575 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7576 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7577 cross_compiling
=$ac_cv_prog_cxx_cross
7579 cat > conftest.
$ac_ext <<EOF
7580 #line 7581 "configure"
7581 #include "confdefs.h"
7587 if { (eval echo configure
:7588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7589 glibcpp_cv_func_sinhf_use
=yes
7591 echo "configure: failed program was:" >&5
7592 cat conftest.
$ac_ext >&5
7594 glibcpp_cv_func_sinhf_use
=no
7598 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7599 ac_cpp
='$CPP $CPPFLAGS'
7600 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7601 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7602 cross_compiling
=$ac_cv_prog_cc_cross
7607 echo "$ac_t""$glibcpp_cv_func_sinhf_use" 1>&6
7608 if test x
$glibcpp_cv_func_sinhf_use = x
"yes"; then
7609 for ac_func
in sinhf
7611 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7612 echo "configure:7613: checking for $ac_func" >&5
7613 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7614 echo $ac_n "(cached) $ac_c" 1>&6
7616 cat > conftest.
$ac_ext <<EOF
7617 #line 7618 "configure"
7618 #include "confdefs.h"
7619 /* System header to define __stub macros and hopefully few prototypes,
7620 which can conflict with char $ac_func(); below. */
7622 /* Override any gcc2 internal prototype to avoid an error. */
7623 /* We use char because int might match the return type of a gcc2
7624 builtin and then its argument prototype would still apply. */
7629 /* The GNU C library defines this for functions which it implements
7630 to always fail with ENOSYS. Some functions are actually named
7631 something starting with __ and the normal name is an alias. */
7632 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7640 if { (eval echo configure
:7641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7642 eval "ac_cv_func_$ac_func=yes"
7644 echo "configure: failed program was:" >&5
7645 cat conftest.
$ac_ext >&5
7647 eval "ac_cv_func_$ac_func=no"
7652 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7653 echo "$ac_t""yes" 1>&6
7654 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7655 cat >> confdefs.h
<<EOF
7656 #define $ac_tr_func 1
7660 echo "$ac_t""no" 1>&6
7667 echo $ac_n "checking for sqrtf declaration""... $ac_c" 1>&6
7668 echo "configure:7669: checking for sqrtf declaration" >&5
7669 if eval "test \"`echo '$''{'glibcpp_cv_func_sqrtf_use'+set}'`\" = set"; then
7670 echo $ac_n "(cached) $ac_c" 1>&6
7675 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7676 ac_cpp
='$CXXCPP $CPPFLAGS'
7677 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7678 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7679 cross_compiling
=$ac_cv_prog_cxx_cross
7681 cat > conftest.
$ac_ext <<EOF
7682 #line 7683 "configure"
7683 #include "confdefs.h"
7689 if { (eval echo configure
:7690: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7691 glibcpp_cv_func_sqrtf_use
=yes
7693 echo "configure: failed program was:" >&5
7694 cat conftest.
$ac_ext >&5
7696 glibcpp_cv_func_sqrtf_use
=no
7700 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7701 ac_cpp
='$CPP $CPPFLAGS'
7702 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7703 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7704 cross_compiling
=$ac_cv_prog_cc_cross
7709 echo "$ac_t""$glibcpp_cv_func_sqrtf_use" 1>&6
7710 if test x
$glibcpp_cv_func_sqrtf_use = x
"yes"; then
7711 for ac_func
in sqrtf
7713 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7714 echo "configure:7715: checking for $ac_func" >&5
7715 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7716 echo $ac_n "(cached) $ac_c" 1>&6
7718 cat > conftest.
$ac_ext <<EOF
7719 #line 7720 "configure"
7720 #include "confdefs.h"
7721 /* System header to define __stub macros and hopefully few prototypes,
7722 which can conflict with char $ac_func(); below. */
7724 /* Override any gcc2 internal prototype to avoid an error. */
7725 /* We use char because int might match the return type of a gcc2
7726 builtin and then its argument prototype would still apply. */
7731 /* The GNU C library defines this for functions which it implements
7732 to always fail with ENOSYS. Some functions are actually named
7733 something starting with __ and the normal name is an alias. */
7734 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7742 if { (eval echo configure
:7743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7744 eval "ac_cv_func_$ac_func=yes"
7746 echo "configure: failed program was:" >&5
7747 cat conftest.
$ac_ext >&5
7749 eval "ac_cv_func_$ac_func=no"
7754 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7755 echo "$ac_t""yes" 1>&6
7756 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7757 cat >> confdefs.h
<<EOF
7758 #define $ac_tr_func 1
7762 echo "$ac_t""no" 1>&6
7769 echo $ac_n "checking for tanf declaration""... $ac_c" 1>&6
7770 echo "configure:7771: checking for tanf declaration" >&5
7771 if eval "test \"`echo '$''{'glibcpp_cv_func_tanf_use'+set}'`\" = set"; then
7772 echo $ac_n "(cached) $ac_c" 1>&6
7777 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7778 ac_cpp
='$CXXCPP $CPPFLAGS'
7779 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7780 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7781 cross_compiling
=$ac_cv_prog_cxx_cross
7783 cat > conftest.
$ac_ext <<EOF
7784 #line 7785 "configure"
7785 #include "confdefs.h"
7791 if { (eval echo configure
:7792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7793 glibcpp_cv_func_tanf_use
=yes
7795 echo "configure: failed program was:" >&5
7796 cat conftest.
$ac_ext >&5
7798 glibcpp_cv_func_tanf_use
=no
7802 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7803 ac_cpp
='$CPP $CPPFLAGS'
7804 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7805 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7806 cross_compiling
=$ac_cv_prog_cc_cross
7811 echo "$ac_t""$glibcpp_cv_func_tanf_use" 1>&6
7812 if test x
$glibcpp_cv_func_tanf_use = x
"yes"; then
7815 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7816 echo "configure:7817: checking for $ac_func" >&5
7817 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7818 echo $ac_n "(cached) $ac_c" 1>&6
7820 cat > conftest.
$ac_ext <<EOF
7821 #line 7822 "configure"
7822 #include "confdefs.h"
7823 /* System header to define __stub macros and hopefully few prototypes,
7824 which can conflict with char $ac_func(); below. */
7826 /* Override any gcc2 internal prototype to avoid an error. */
7827 /* We use char because int might match the return type of a gcc2
7828 builtin and then its argument prototype would still apply. */
7833 /* The GNU C library defines this for functions which it implements
7834 to always fail with ENOSYS. Some functions are actually named
7835 something starting with __ and the normal name is an alias. */
7836 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7844 if { (eval echo configure
:7845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7846 eval "ac_cv_func_$ac_func=yes"
7848 echo "configure: failed program was:" >&5
7849 cat conftest.
$ac_ext >&5
7851 eval "ac_cv_func_$ac_func=no"
7856 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7857 echo "$ac_t""yes" 1>&6
7858 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7859 cat >> confdefs.h
<<EOF
7860 #define $ac_tr_func 1
7864 echo "$ac_t""no" 1>&6
7871 echo $ac_n "checking for tanhf declaration""... $ac_c" 1>&6
7872 echo "configure:7873: checking for tanhf declaration" >&5
7873 if eval "test \"`echo '$''{'glibcpp_cv_func_tanhf_use'+set}'`\" = set"; then
7874 echo $ac_n "(cached) $ac_c" 1>&6
7879 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7880 ac_cpp
='$CXXCPP $CPPFLAGS'
7881 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7882 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7883 cross_compiling
=$ac_cv_prog_cxx_cross
7885 cat > conftest.
$ac_ext <<EOF
7886 #line 7887 "configure"
7887 #include "confdefs.h"
7893 if { (eval echo configure
:7894: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7895 glibcpp_cv_func_tanhf_use
=yes
7897 echo "configure: failed program was:" >&5
7898 cat conftest.
$ac_ext >&5
7900 glibcpp_cv_func_tanhf_use
=no
7904 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7905 ac_cpp
='$CPP $CPPFLAGS'
7906 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7907 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7908 cross_compiling
=$ac_cv_prog_cc_cross
7913 echo "$ac_t""$glibcpp_cv_func_tanhf_use" 1>&6
7914 if test x
$glibcpp_cv_func_tanhf_use = x
"yes"; then
7915 for ac_func
in tanhf
7917 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7918 echo "configure:7919: checking for $ac_func" >&5
7919 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7920 echo $ac_n "(cached) $ac_c" 1>&6
7922 cat > conftest.
$ac_ext <<EOF
7923 #line 7924 "configure"
7924 #include "confdefs.h"
7925 /* System header to define __stub macros and hopefully few prototypes,
7926 which can conflict with char $ac_func(); below. */
7928 /* Override any gcc2 internal prototype to avoid an error. */
7929 /* We use char because int might match the return type of a gcc2
7930 builtin and then its argument prototype would still apply. */
7935 /* The GNU C library defines this for functions which it implements
7936 to always fail with ENOSYS. Some functions are actually named
7937 something starting with __ and the normal name is an alias. */
7938 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7946 if { (eval echo configure
:7947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7948 eval "ac_cv_func_$ac_func=yes"
7950 echo "configure: failed program was:" >&5
7951 cat conftest.
$ac_ext >&5
7953 eval "ac_cv_func_$ac_func=no"
7958 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7959 echo "$ac_t""yes" 1>&6
7960 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7961 cat >> confdefs.h
<<EOF
7962 #define $ac_tr_func 1
7966 echo "$ac_t""no" 1>&6
7973 echo $ac_n "checking for sincosf declaration""... $ac_c" 1>&6
7974 echo "configure:7975: checking for sincosf declaration" >&5
7975 if eval "test \"`echo '$''{'glibcpp_cv_func_sincosf_use'+set}'`\" = set"; then
7976 echo $ac_n "(cached) $ac_c" 1>&6
7981 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7982 ac_cpp
='$CXXCPP $CPPFLAGS'
7983 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7984 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7985 cross_compiling
=$ac_cv_prog_cxx_cross
7987 cat > conftest.
$ac_ext <<EOF
7988 #line 7989 "configure"
7989 #include "confdefs.h"
7995 if { (eval echo configure
:7996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7997 glibcpp_cv_func_sincosf_use
=yes
7999 echo "configure: failed program was:" >&5
8000 cat conftest.
$ac_ext >&5
8002 glibcpp_cv_func_sincosf_use
=no
8006 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8007 ac_cpp
='$CPP $CPPFLAGS'
8008 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8009 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8010 cross_compiling
=$ac_cv_prog_cc_cross
8015 echo "$ac_t""$glibcpp_cv_func_sincosf_use" 1>&6
8016 if test x
$glibcpp_cv_func_sincosf_use = x
"yes"; then
8017 for ac_func
in sincosf
8019 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8020 echo "configure:8021: checking for $ac_func" >&5
8021 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8022 echo $ac_n "(cached) $ac_c" 1>&6
8024 cat > conftest.
$ac_ext <<EOF
8025 #line 8026 "configure"
8026 #include "confdefs.h"
8027 /* System header to define __stub macros and hopefully few prototypes,
8028 which can conflict with char $ac_func(); below. */
8030 /* Override any gcc2 internal prototype to avoid an error. */
8031 /* We use char because int might match the return type of a gcc2
8032 builtin and then its argument prototype would still apply. */
8037 /* The GNU C library defines this for functions which it implements
8038 to always fail with ENOSYS. Some functions are actually named
8039 something starting with __ and the normal name is an alias. */
8040 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8048 if { (eval echo configure
:8049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8050 eval "ac_cv_func_$ac_func=yes"
8052 echo "configure: failed program was:" >&5
8053 cat conftest.
$ac_ext >&5
8055 eval "ac_cv_func_$ac_func=no"
8060 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8061 echo "$ac_t""yes" 1>&6
8062 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8063 cat >> confdefs.h
<<EOF
8064 #define $ac_tr_func 1
8068 echo "$ac_t""no" 1>&6
8075 echo $ac_n "checking for finitef declaration""... $ac_c" 1>&6
8076 echo "configure:8077: checking for finitef declaration" >&5
8077 if eval "test \"`echo '$''{'glibcpp_cv_func_finitef_use'+set}'`\" = set"; then
8078 echo $ac_n "(cached) $ac_c" 1>&6
8083 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8084 ac_cpp
='$CXXCPP $CPPFLAGS'
8085 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8086 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8087 cross_compiling
=$ac_cv_prog_cxx_cross
8089 cat > conftest.
$ac_ext <<EOF
8090 #line 8091 "configure"
8091 #include "confdefs.h"
8097 if { (eval echo configure
:8098: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8099 glibcpp_cv_func_finitef_use
=yes
8101 echo "configure: failed program was:" >&5
8102 cat conftest.
$ac_ext >&5
8104 glibcpp_cv_func_finitef_use
=no
8108 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8109 ac_cpp
='$CPP $CPPFLAGS'
8110 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8111 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8112 cross_compiling
=$ac_cv_prog_cc_cross
8117 echo "$ac_t""$glibcpp_cv_func_finitef_use" 1>&6
8118 if test x
$glibcpp_cv_func_finitef_use = x
"yes"; then
8119 for ac_func
in finitef
8121 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8122 echo "configure:8123: checking for $ac_func" >&5
8123 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8124 echo $ac_n "(cached) $ac_c" 1>&6
8126 cat > conftest.
$ac_ext <<EOF
8127 #line 8128 "configure"
8128 #include "confdefs.h"
8129 /* System header to define __stub macros and hopefully few prototypes,
8130 which can conflict with char $ac_func(); below. */
8132 /* Override any gcc2 internal prototype to avoid an error. */
8133 /* We use char because int might match the return type of a gcc2
8134 builtin and then its argument prototype would still apply. */
8139 /* The GNU C library defines this for functions which it implements
8140 to always fail with ENOSYS. Some functions are actually named
8141 something starting with __ and the normal name is an alias. */
8142 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8150 if { (eval echo configure
:8151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8152 eval "ac_cv_func_$ac_func=yes"
8154 echo "configure: failed program was:" >&5
8155 cat conftest.
$ac_ext >&5
8157 eval "ac_cv_func_$ac_func=no"
8162 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8163 echo "$ac_t""yes" 1>&6
8164 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8165 cat >> confdefs.h
<<EOF
8166 #define $ac_tr_func 1
8170 echo "$ac_t""no" 1>&6
8178 echo $ac_n "checking for isnanl declaration""... $ac_c" 1>&6
8179 echo "configure:8180: checking for isnanl declaration" >&5
8180 if eval "test \"`echo '$''{'glibcpp_cv_func_isnanl_use'+set}'`\" = set"; then
8181 echo $ac_n "(cached) $ac_c" 1>&6
8186 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8187 ac_cpp
='$CXXCPP $CPPFLAGS'
8188 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8189 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8190 cross_compiling
=$ac_cv_prog_cxx_cross
8192 cat > conftest.
$ac_ext <<EOF
8193 #line 8194 "configure"
8194 #include "confdefs.h"
8200 if { (eval echo configure
:8201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8202 glibcpp_cv_func_isnanl_use
=yes
8204 echo "configure: failed program was:" >&5
8205 cat conftest.
$ac_ext >&5
8207 glibcpp_cv_func_isnanl_use
=no
8211 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8212 ac_cpp
='$CPP $CPPFLAGS'
8213 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8214 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8215 cross_compiling
=$ac_cv_prog_cc_cross
8220 echo "$ac_t""$glibcpp_cv_func_isnanl_use" 1>&6
8221 if test x
$glibcpp_cv_func_isnanl_use = x
"yes"; then
8222 for ac_func
in isnanl
8224 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8225 echo "configure:8226: checking for $ac_func" >&5
8226 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8227 echo $ac_n "(cached) $ac_c" 1>&6
8229 cat > conftest.
$ac_ext <<EOF
8230 #line 8231 "configure"
8231 #include "confdefs.h"
8232 /* System header to define __stub macros and hopefully few prototypes,
8233 which can conflict with char $ac_func(); below. */
8235 /* Override any gcc2 internal prototype to avoid an error. */
8236 /* We use char because int might match the return type of a gcc2
8237 builtin and then its argument prototype would still apply. */
8242 /* The GNU C library defines this for functions which it implements
8243 to always fail with ENOSYS. Some functions are actually named
8244 something starting with __ and the normal name is an alias. */
8245 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8253 if { (eval echo configure
:8254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8255 eval "ac_cv_func_$ac_func=yes"
8257 echo "configure: failed program was:" >&5
8258 cat conftest.
$ac_ext >&5
8260 eval "ac_cv_func_$ac_func=no"
8265 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8266 echo "$ac_t""yes" 1>&6
8267 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8268 cat >> confdefs.h
<<EOF
8269 #define $ac_tr_func 1
8273 echo "$ac_t""no" 1>&6
8280 echo $ac_n "checking for isinfl declaration""... $ac_c" 1>&6
8281 echo "configure:8282: checking for isinfl declaration" >&5
8282 if eval "test \"`echo '$''{'glibcpp_cv_func_isinfl_use'+set}'`\" = set"; then
8283 echo $ac_n "(cached) $ac_c" 1>&6
8288 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8289 ac_cpp
='$CXXCPP $CPPFLAGS'
8290 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8291 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8292 cross_compiling
=$ac_cv_prog_cxx_cross
8294 cat > conftest.
$ac_ext <<EOF
8295 #line 8296 "configure"
8296 #include "confdefs.h"
8302 if { (eval echo configure
:8303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8304 glibcpp_cv_func_isinfl_use
=yes
8306 echo "configure: failed program was:" >&5
8307 cat conftest.
$ac_ext >&5
8309 glibcpp_cv_func_isinfl_use
=no
8313 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8314 ac_cpp
='$CPP $CPPFLAGS'
8315 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8316 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8317 cross_compiling
=$ac_cv_prog_cc_cross
8322 echo "$ac_t""$glibcpp_cv_func_isinfl_use" 1>&6
8323 if test x
$glibcpp_cv_func_isinfl_use = x
"yes"; then
8324 for ac_func
in isinfl
8326 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8327 echo "configure:8328: checking for $ac_func" >&5
8328 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8329 echo $ac_n "(cached) $ac_c" 1>&6
8331 cat > conftest.
$ac_ext <<EOF
8332 #line 8333 "configure"
8333 #include "confdefs.h"
8334 /* System header to define __stub macros and hopefully few prototypes,
8335 which can conflict with char $ac_func(); below. */
8337 /* Override any gcc2 internal prototype to avoid an error. */
8338 /* We use char because int might match the return type of a gcc2
8339 builtin and then its argument prototype would still apply. */
8344 /* The GNU C library defines this for functions which it implements
8345 to always fail with ENOSYS. Some functions are actually named
8346 something starting with __ and the normal name is an alias. */
8347 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8355 if { (eval echo configure
:8356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8357 eval "ac_cv_func_$ac_func=yes"
8359 echo "configure: failed program was:" >&5
8360 cat conftest.
$ac_ext >&5
8362 eval "ac_cv_func_$ac_func=no"
8367 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8368 echo "$ac_t""yes" 1>&6
8369 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8370 cat >> confdefs.h
<<EOF
8371 #define $ac_tr_func 1
8375 echo "$ac_t""no" 1>&6
8382 echo $ac_n "checking for copysignl declaration""... $ac_c" 1>&6
8383 echo "configure:8384: checking for copysignl declaration" >&5
8384 if eval "test \"`echo '$''{'glibcpp_cv_func_copysignl_use'+set}'`\" = set"; then
8385 echo $ac_n "(cached) $ac_c" 1>&6
8390 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8391 ac_cpp
='$CXXCPP $CPPFLAGS'
8392 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8393 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8394 cross_compiling
=$ac_cv_prog_cxx_cross
8396 cat > conftest.
$ac_ext <<EOF
8397 #line 8398 "configure"
8398 #include "confdefs.h"
8404 if { (eval echo configure
:8405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8406 glibcpp_cv_func_copysignl_use
=yes
8408 echo "configure: failed program was:" >&5
8409 cat conftest.
$ac_ext >&5
8411 glibcpp_cv_func_copysignl_use
=no
8415 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8416 ac_cpp
='$CPP $CPPFLAGS'
8417 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8418 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8419 cross_compiling
=$ac_cv_prog_cc_cross
8424 echo "$ac_t""$glibcpp_cv_func_copysignl_use" 1>&6
8425 if test x
$glibcpp_cv_func_copysignl_use = x
"yes"; then
8426 for ac_func
in copysignl
8428 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8429 echo "configure:8430: checking for $ac_func" >&5
8430 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8431 echo $ac_n "(cached) $ac_c" 1>&6
8433 cat > conftest.
$ac_ext <<EOF
8434 #line 8435 "configure"
8435 #include "confdefs.h"
8436 /* System header to define __stub macros and hopefully few prototypes,
8437 which can conflict with char $ac_func(); below. */
8439 /* Override any gcc2 internal prototype to avoid an error. */
8440 /* We use char because int might match the return type of a gcc2
8441 builtin and then its argument prototype would still apply. */
8446 /* The GNU C library defines this for functions which it implements
8447 to always fail with ENOSYS. Some functions are actually named
8448 something starting with __ and the normal name is an alias. */
8449 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8457 if { (eval echo configure
:8458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8459 eval "ac_cv_func_$ac_func=yes"
8461 echo "configure: failed program was:" >&5
8462 cat conftest.
$ac_ext >&5
8464 eval "ac_cv_func_$ac_func=no"
8469 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8470 echo "$ac_t""yes" 1>&6
8471 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8472 cat >> confdefs.h
<<EOF
8473 #define $ac_tr_func 1
8477 echo "$ac_t""no" 1>&6
8484 echo $ac_n "checking for acosl declaration""... $ac_c" 1>&6
8485 echo "configure:8486: checking for acosl declaration" >&5
8486 if eval "test \"`echo '$''{'glibcpp_cv_func_acosl_use'+set}'`\" = set"; then
8487 echo $ac_n "(cached) $ac_c" 1>&6
8492 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8493 ac_cpp
='$CXXCPP $CPPFLAGS'
8494 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8495 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8496 cross_compiling
=$ac_cv_prog_cxx_cross
8498 cat > conftest.
$ac_ext <<EOF
8499 #line 8500 "configure"
8500 #include "confdefs.h"
8506 if { (eval echo configure
:8507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8508 glibcpp_cv_func_acosl_use
=yes
8510 echo "configure: failed program was:" >&5
8511 cat conftest.
$ac_ext >&5
8513 glibcpp_cv_func_acosl_use
=no
8517 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8518 ac_cpp
='$CPP $CPPFLAGS'
8519 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8520 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8521 cross_compiling
=$ac_cv_prog_cc_cross
8526 echo "$ac_t""$glibcpp_cv_func_acosl_use" 1>&6
8527 if test x
$glibcpp_cv_func_acosl_use = x
"yes"; then
8528 for ac_func
in acosl
8530 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8531 echo "configure:8532: checking for $ac_func" >&5
8532 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8533 echo $ac_n "(cached) $ac_c" 1>&6
8535 cat > conftest.
$ac_ext <<EOF
8536 #line 8537 "configure"
8537 #include "confdefs.h"
8538 /* System header to define __stub macros and hopefully few prototypes,
8539 which can conflict with char $ac_func(); below. */
8541 /* Override any gcc2 internal prototype to avoid an error. */
8542 /* We use char because int might match the return type of a gcc2
8543 builtin and then its argument prototype would still apply. */
8548 /* The GNU C library defines this for functions which it implements
8549 to always fail with ENOSYS. Some functions are actually named
8550 something starting with __ and the normal name is an alias. */
8551 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8559 if { (eval echo configure
:8560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8561 eval "ac_cv_func_$ac_func=yes"
8563 echo "configure: failed program was:" >&5
8564 cat conftest.
$ac_ext >&5
8566 eval "ac_cv_func_$ac_func=no"
8571 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8572 echo "$ac_t""yes" 1>&6
8573 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8574 cat >> confdefs.h
<<EOF
8575 #define $ac_tr_func 1
8579 echo "$ac_t""no" 1>&6
8586 echo $ac_n "checking for asinl declaration""... $ac_c" 1>&6
8587 echo "configure:8588: checking for asinl declaration" >&5
8588 if eval "test \"`echo '$''{'glibcpp_cv_func_asinl_use'+set}'`\" = set"; then
8589 echo $ac_n "(cached) $ac_c" 1>&6
8594 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8595 ac_cpp
='$CXXCPP $CPPFLAGS'
8596 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8597 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8598 cross_compiling
=$ac_cv_prog_cxx_cross
8600 cat > conftest.
$ac_ext <<EOF
8601 #line 8602 "configure"
8602 #include "confdefs.h"
8608 if { (eval echo configure
:8609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8610 glibcpp_cv_func_asinl_use
=yes
8612 echo "configure: failed program was:" >&5
8613 cat conftest.
$ac_ext >&5
8615 glibcpp_cv_func_asinl_use
=no
8619 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8620 ac_cpp
='$CPP $CPPFLAGS'
8621 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8622 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8623 cross_compiling
=$ac_cv_prog_cc_cross
8628 echo "$ac_t""$glibcpp_cv_func_asinl_use" 1>&6
8629 if test x
$glibcpp_cv_func_asinl_use = x
"yes"; then
8630 for ac_func
in asinl
8632 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8633 echo "configure:8634: checking for $ac_func" >&5
8634 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8635 echo $ac_n "(cached) $ac_c" 1>&6
8637 cat > conftest.
$ac_ext <<EOF
8638 #line 8639 "configure"
8639 #include "confdefs.h"
8640 /* System header to define __stub macros and hopefully few prototypes,
8641 which can conflict with char $ac_func(); below. */
8643 /* Override any gcc2 internal prototype to avoid an error. */
8644 /* We use char because int might match the return type of a gcc2
8645 builtin and then its argument prototype would still apply. */
8650 /* The GNU C library defines this for functions which it implements
8651 to always fail with ENOSYS. Some functions are actually named
8652 something starting with __ and the normal name is an alias. */
8653 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8661 if { (eval echo configure
:8662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8663 eval "ac_cv_func_$ac_func=yes"
8665 echo "configure: failed program was:" >&5
8666 cat conftest.
$ac_ext >&5
8668 eval "ac_cv_func_$ac_func=no"
8673 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8674 echo "$ac_t""yes" 1>&6
8675 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8676 cat >> confdefs.h
<<EOF
8677 #define $ac_tr_func 1
8681 echo "$ac_t""no" 1>&6
8688 echo $ac_n "checking for atanl declaration""... $ac_c" 1>&6
8689 echo "configure:8690: checking for atanl declaration" >&5
8690 if eval "test \"`echo '$''{'glibcpp_cv_func_atanl_use'+set}'`\" = set"; then
8691 echo $ac_n "(cached) $ac_c" 1>&6
8696 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8697 ac_cpp
='$CXXCPP $CPPFLAGS'
8698 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8699 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8700 cross_compiling
=$ac_cv_prog_cxx_cross
8702 cat > conftest.
$ac_ext <<EOF
8703 #line 8704 "configure"
8704 #include "confdefs.h"
8710 if { (eval echo configure
:8711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8712 glibcpp_cv_func_atanl_use
=yes
8714 echo "configure: failed program was:" >&5
8715 cat conftest.
$ac_ext >&5
8717 glibcpp_cv_func_atanl_use
=no
8721 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8722 ac_cpp
='$CPP $CPPFLAGS'
8723 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8724 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8725 cross_compiling
=$ac_cv_prog_cc_cross
8730 echo "$ac_t""$glibcpp_cv_func_atanl_use" 1>&6
8731 if test x
$glibcpp_cv_func_atanl_use = x
"yes"; then
8732 for ac_func
in atanl
8734 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8735 echo "configure:8736: checking for $ac_func" >&5
8736 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8737 echo $ac_n "(cached) $ac_c" 1>&6
8739 cat > conftest.
$ac_ext <<EOF
8740 #line 8741 "configure"
8741 #include "confdefs.h"
8742 /* System header to define __stub macros and hopefully few prototypes,
8743 which can conflict with char $ac_func(); below. */
8745 /* Override any gcc2 internal prototype to avoid an error. */
8746 /* We use char because int might match the return type of a gcc2
8747 builtin and then its argument prototype would still apply. */
8752 /* The GNU C library defines this for functions which it implements
8753 to always fail with ENOSYS. Some functions are actually named
8754 something starting with __ and the normal name is an alias. */
8755 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8763 if { (eval echo configure
:8764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8765 eval "ac_cv_func_$ac_func=yes"
8767 echo "configure: failed program was:" >&5
8768 cat conftest.
$ac_ext >&5
8770 eval "ac_cv_func_$ac_func=no"
8775 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8776 echo "$ac_t""yes" 1>&6
8777 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8778 cat >> confdefs.h
<<EOF
8779 #define $ac_tr_func 1
8783 echo "$ac_t""no" 1>&6
8790 echo $ac_n "checking for atan2l declaration""... $ac_c" 1>&6
8791 echo "configure:8792: checking for atan2l declaration" >&5
8792 if eval "test \"`echo '$''{'glibcpp_cv_func_atan2l_use'+set}'`\" = set"; then
8793 echo $ac_n "(cached) $ac_c" 1>&6
8798 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8799 ac_cpp
='$CXXCPP $CPPFLAGS'
8800 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8801 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8802 cross_compiling
=$ac_cv_prog_cxx_cross
8804 cat > conftest.
$ac_ext <<EOF
8805 #line 8806 "configure"
8806 #include "confdefs.h"
8812 if { (eval echo configure
:8813: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8814 glibcpp_cv_func_atan2l_use
=yes
8816 echo "configure: failed program was:" >&5
8817 cat conftest.
$ac_ext >&5
8819 glibcpp_cv_func_atan2l_use
=no
8823 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8824 ac_cpp
='$CPP $CPPFLAGS'
8825 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8826 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8827 cross_compiling
=$ac_cv_prog_cc_cross
8832 echo "$ac_t""$glibcpp_cv_func_atan2l_use" 1>&6
8833 if test x
$glibcpp_cv_func_atan2l_use = x
"yes"; then
8834 for ac_func
in atan2l
8836 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8837 echo "configure:8838: checking for $ac_func" >&5
8838 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8839 echo $ac_n "(cached) $ac_c" 1>&6
8841 cat > conftest.
$ac_ext <<EOF
8842 #line 8843 "configure"
8843 #include "confdefs.h"
8844 /* System header to define __stub macros and hopefully few prototypes,
8845 which can conflict with char $ac_func(); below. */
8847 /* Override any gcc2 internal prototype to avoid an error. */
8848 /* We use char because int might match the return type of a gcc2
8849 builtin and then its argument prototype would still apply. */
8854 /* The GNU C library defines this for functions which it implements
8855 to always fail with ENOSYS. Some functions are actually named
8856 something starting with __ and the normal name is an alias. */
8857 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8865 if { (eval echo configure
:8866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8867 eval "ac_cv_func_$ac_func=yes"
8869 echo "configure: failed program was:" >&5
8870 cat conftest.
$ac_ext >&5
8872 eval "ac_cv_func_$ac_func=no"
8877 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8878 echo "$ac_t""yes" 1>&6
8879 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8880 cat >> confdefs.h
<<EOF
8881 #define $ac_tr_func 1
8885 echo "$ac_t""no" 1>&6
8892 echo $ac_n "checking for ceill declaration""... $ac_c" 1>&6
8893 echo "configure:8894: checking for ceill declaration" >&5
8894 if eval "test \"`echo '$''{'glibcpp_cv_func_ceill_use'+set}'`\" = set"; then
8895 echo $ac_n "(cached) $ac_c" 1>&6
8900 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8901 ac_cpp
='$CXXCPP $CPPFLAGS'
8902 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8903 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8904 cross_compiling
=$ac_cv_prog_cxx_cross
8906 cat > conftest.
$ac_ext <<EOF
8907 #line 8908 "configure"
8908 #include "confdefs.h"
8914 if { (eval echo configure
:8915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8916 glibcpp_cv_func_ceill_use
=yes
8918 echo "configure: failed program was:" >&5
8919 cat conftest.
$ac_ext >&5
8921 glibcpp_cv_func_ceill_use
=no
8925 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8926 ac_cpp
='$CPP $CPPFLAGS'
8927 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8928 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8929 cross_compiling
=$ac_cv_prog_cc_cross
8934 echo "$ac_t""$glibcpp_cv_func_ceill_use" 1>&6
8935 if test x
$glibcpp_cv_func_ceill_use = x
"yes"; then
8936 for ac_func
in ceill
8938 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8939 echo "configure:8940: checking for $ac_func" >&5
8940 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8941 echo $ac_n "(cached) $ac_c" 1>&6
8943 cat > conftest.
$ac_ext <<EOF
8944 #line 8945 "configure"
8945 #include "confdefs.h"
8946 /* System header to define __stub macros and hopefully few prototypes,
8947 which can conflict with char $ac_func(); below. */
8949 /* Override any gcc2 internal prototype to avoid an error. */
8950 /* We use char because int might match the return type of a gcc2
8951 builtin and then its argument prototype would still apply. */
8956 /* The GNU C library defines this for functions which it implements
8957 to always fail with ENOSYS. Some functions are actually named
8958 something starting with __ and the normal name is an alias. */
8959 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8967 if { (eval echo configure
:8968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8969 eval "ac_cv_func_$ac_func=yes"
8971 echo "configure: failed program was:" >&5
8972 cat conftest.
$ac_ext >&5
8974 eval "ac_cv_func_$ac_func=no"
8979 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8980 echo "$ac_t""yes" 1>&6
8981 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8982 cat >> confdefs.h
<<EOF
8983 #define $ac_tr_func 1
8987 echo "$ac_t""no" 1>&6
8994 echo $ac_n "checking for cosl declaration""... $ac_c" 1>&6
8995 echo "configure:8996: checking for cosl declaration" >&5
8996 if eval "test \"`echo '$''{'glibcpp_cv_func_cosl_use'+set}'`\" = set"; then
8997 echo $ac_n "(cached) $ac_c" 1>&6
9002 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9003 ac_cpp
='$CXXCPP $CPPFLAGS'
9004 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9005 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9006 cross_compiling
=$ac_cv_prog_cxx_cross
9008 cat > conftest.
$ac_ext <<EOF
9009 #line 9010 "configure"
9010 #include "confdefs.h"
9016 if { (eval echo configure
:9017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9018 glibcpp_cv_func_cosl_use
=yes
9020 echo "configure: failed program was:" >&5
9021 cat conftest.
$ac_ext >&5
9023 glibcpp_cv_func_cosl_use
=no
9027 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9028 ac_cpp
='$CPP $CPPFLAGS'
9029 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9030 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9031 cross_compiling
=$ac_cv_prog_cc_cross
9036 echo "$ac_t""$glibcpp_cv_func_cosl_use" 1>&6
9037 if test x
$glibcpp_cv_func_cosl_use = x
"yes"; then
9040 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9041 echo "configure:9042: checking for $ac_func" >&5
9042 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9043 echo $ac_n "(cached) $ac_c" 1>&6
9045 cat > conftest.
$ac_ext <<EOF
9046 #line 9047 "configure"
9047 #include "confdefs.h"
9048 /* System header to define __stub macros and hopefully few prototypes,
9049 which can conflict with char $ac_func(); below. */
9051 /* Override any gcc2 internal prototype to avoid an error. */
9052 /* We use char because int might match the return type of a gcc2
9053 builtin and then its argument prototype would still apply. */
9058 /* The GNU C library defines this for functions which it implements
9059 to always fail with ENOSYS. Some functions are actually named
9060 something starting with __ and the normal name is an alias. */
9061 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9069 if { (eval echo configure
:9070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9071 eval "ac_cv_func_$ac_func=yes"
9073 echo "configure: failed program was:" >&5
9074 cat conftest.
$ac_ext >&5
9076 eval "ac_cv_func_$ac_func=no"
9081 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9082 echo "$ac_t""yes" 1>&6
9083 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9084 cat >> confdefs.h
<<EOF
9085 #define $ac_tr_func 1
9089 echo "$ac_t""no" 1>&6
9096 echo $ac_n "checking for coshl declaration""... $ac_c" 1>&6
9097 echo "configure:9098: checking for coshl declaration" >&5
9098 if eval "test \"`echo '$''{'glibcpp_cv_func_coshl_use'+set}'`\" = set"; then
9099 echo $ac_n "(cached) $ac_c" 1>&6
9104 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9105 ac_cpp
='$CXXCPP $CPPFLAGS'
9106 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9107 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9108 cross_compiling
=$ac_cv_prog_cxx_cross
9110 cat > conftest.
$ac_ext <<EOF
9111 #line 9112 "configure"
9112 #include "confdefs.h"
9118 if { (eval echo configure
:9119: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9120 glibcpp_cv_func_coshl_use
=yes
9122 echo "configure: failed program was:" >&5
9123 cat conftest.
$ac_ext >&5
9125 glibcpp_cv_func_coshl_use
=no
9129 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9130 ac_cpp
='$CPP $CPPFLAGS'
9131 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9132 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9133 cross_compiling
=$ac_cv_prog_cc_cross
9138 echo "$ac_t""$glibcpp_cv_func_coshl_use" 1>&6
9139 if test x
$glibcpp_cv_func_coshl_use = x
"yes"; then
9140 for ac_func
in coshl
9142 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9143 echo "configure:9144: checking for $ac_func" >&5
9144 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9145 echo $ac_n "(cached) $ac_c" 1>&6
9147 cat > conftest.
$ac_ext <<EOF
9148 #line 9149 "configure"
9149 #include "confdefs.h"
9150 /* System header to define __stub macros and hopefully few prototypes,
9151 which can conflict with char $ac_func(); below. */
9153 /* Override any gcc2 internal prototype to avoid an error. */
9154 /* We use char because int might match the return type of a gcc2
9155 builtin and then its argument prototype would still apply. */
9160 /* The GNU C library defines this for functions which it implements
9161 to always fail with ENOSYS. Some functions are actually named
9162 something starting with __ and the normal name is an alias. */
9163 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9171 if { (eval echo configure
:9172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9173 eval "ac_cv_func_$ac_func=yes"
9175 echo "configure: failed program was:" >&5
9176 cat conftest.
$ac_ext >&5
9178 eval "ac_cv_func_$ac_func=no"
9183 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9184 echo "$ac_t""yes" 1>&6
9185 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9186 cat >> confdefs.h
<<EOF
9187 #define $ac_tr_func 1
9191 echo "$ac_t""no" 1>&6
9198 echo $ac_n "checking for expl declaration""... $ac_c" 1>&6
9199 echo "configure:9200: checking for expl declaration" >&5
9200 if eval "test \"`echo '$''{'glibcpp_cv_func_expl_use'+set}'`\" = set"; then
9201 echo $ac_n "(cached) $ac_c" 1>&6
9206 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9207 ac_cpp
='$CXXCPP $CPPFLAGS'
9208 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9209 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9210 cross_compiling
=$ac_cv_prog_cxx_cross
9212 cat > conftest.
$ac_ext <<EOF
9213 #line 9214 "configure"
9214 #include "confdefs.h"
9220 if { (eval echo configure
:9221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9222 glibcpp_cv_func_expl_use
=yes
9224 echo "configure: failed program was:" >&5
9225 cat conftest.
$ac_ext >&5
9227 glibcpp_cv_func_expl_use
=no
9231 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9232 ac_cpp
='$CPP $CPPFLAGS'
9233 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9234 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9235 cross_compiling
=$ac_cv_prog_cc_cross
9240 echo "$ac_t""$glibcpp_cv_func_expl_use" 1>&6
9241 if test x
$glibcpp_cv_func_expl_use = x
"yes"; then
9244 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9245 echo "configure:9246: checking for $ac_func" >&5
9246 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9247 echo $ac_n "(cached) $ac_c" 1>&6
9249 cat > conftest.
$ac_ext <<EOF
9250 #line 9251 "configure"
9251 #include "confdefs.h"
9252 /* System header to define __stub macros and hopefully few prototypes,
9253 which can conflict with char $ac_func(); below. */
9255 /* Override any gcc2 internal prototype to avoid an error. */
9256 /* We use char because int might match the return type of a gcc2
9257 builtin and then its argument prototype would still apply. */
9262 /* The GNU C library defines this for functions which it implements
9263 to always fail with ENOSYS. Some functions are actually named
9264 something starting with __ and the normal name is an alias. */
9265 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9273 if { (eval echo configure
:9274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9275 eval "ac_cv_func_$ac_func=yes"
9277 echo "configure: failed program was:" >&5
9278 cat conftest.
$ac_ext >&5
9280 eval "ac_cv_func_$ac_func=no"
9285 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9286 echo "$ac_t""yes" 1>&6
9287 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9288 cat >> confdefs.h
<<EOF
9289 #define $ac_tr_func 1
9293 echo "$ac_t""no" 1>&6
9300 echo $ac_n "checking for fabsl declaration""... $ac_c" 1>&6
9301 echo "configure:9302: checking for fabsl declaration" >&5
9302 if eval "test \"`echo '$''{'glibcpp_cv_func_fabsl_use'+set}'`\" = set"; then
9303 echo $ac_n "(cached) $ac_c" 1>&6
9308 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9309 ac_cpp
='$CXXCPP $CPPFLAGS'
9310 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9311 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9312 cross_compiling
=$ac_cv_prog_cxx_cross
9314 cat > conftest.
$ac_ext <<EOF
9315 #line 9316 "configure"
9316 #include "confdefs.h"
9322 if { (eval echo configure
:9323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9324 glibcpp_cv_func_fabsl_use
=yes
9326 echo "configure: failed program was:" >&5
9327 cat conftest.
$ac_ext >&5
9329 glibcpp_cv_func_fabsl_use
=no
9333 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9334 ac_cpp
='$CPP $CPPFLAGS'
9335 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9336 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9337 cross_compiling
=$ac_cv_prog_cc_cross
9342 echo "$ac_t""$glibcpp_cv_func_fabsl_use" 1>&6
9343 if test x
$glibcpp_cv_func_fabsl_use = x
"yes"; then
9344 for ac_func
in fabsl
9346 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9347 echo "configure:9348: checking for $ac_func" >&5
9348 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9349 echo $ac_n "(cached) $ac_c" 1>&6
9351 cat > conftest.
$ac_ext <<EOF
9352 #line 9353 "configure"
9353 #include "confdefs.h"
9354 /* System header to define __stub macros and hopefully few prototypes,
9355 which can conflict with char $ac_func(); below. */
9357 /* Override any gcc2 internal prototype to avoid an error. */
9358 /* We use char because int might match the return type of a gcc2
9359 builtin and then its argument prototype would still apply. */
9364 /* The GNU C library defines this for functions which it implements
9365 to always fail with ENOSYS. Some functions are actually named
9366 something starting with __ and the normal name is an alias. */
9367 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9375 if { (eval echo configure
:9376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9377 eval "ac_cv_func_$ac_func=yes"
9379 echo "configure: failed program was:" >&5
9380 cat conftest.
$ac_ext >&5
9382 eval "ac_cv_func_$ac_func=no"
9387 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9388 echo "$ac_t""yes" 1>&6
9389 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9390 cat >> confdefs.h
<<EOF
9391 #define $ac_tr_func 1
9395 echo "$ac_t""no" 1>&6
9402 echo $ac_n "checking for floorl declaration""... $ac_c" 1>&6
9403 echo "configure:9404: checking for floorl declaration" >&5
9404 if eval "test \"`echo '$''{'glibcpp_cv_func_floorl_use'+set}'`\" = set"; then
9405 echo $ac_n "(cached) $ac_c" 1>&6
9410 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9411 ac_cpp
='$CXXCPP $CPPFLAGS'
9412 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9413 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9414 cross_compiling
=$ac_cv_prog_cxx_cross
9416 cat > conftest.
$ac_ext <<EOF
9417 #line 9418 "configure"
9418 #include "confdefs.h"
9424 if { (eval echo configure
:9425: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9426 glibcpp_cv_func_floorl_use
=yes
9428 echo "configure: failed program was:" >&5
9429 cat conftest.
$ac_ext >&5
9431 glibcpp_cv_func_floorl_use
=no
9435 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9436 ac_cpp
='$CPP $CPPFLAGS'
9437 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9438 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9439 cross_compiling
=$ac_cv_prog_cc_cross
9444 echo "$ac_t""$glibcpp_cv_func_floorl_use" 1>&6
9445 if test x
$glibcpp_cv_func_floorl_use = x
"yes"; then
9446 for ac_func
in floorl
9448 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9449 echo "configure:9450: checking for $ac_func" >&5
9450 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9451 echo $ac_n "(cached) $ac_c" 1>&6
9453 cat > conftest.
$ac_ext <<EOF
9454 #line 9455 "configure"
9455 #include "confdefs.h"
9456 /* System header to define __stub macros and hopefully few prototypes,
9457 which can conflict with char $ac_func(); below. */
9459 /* Override any gcc2 internal prototype to avoid an error. */
9460 /* We use char because int might match the return type of a gcc2
9461 builtin and then its argument prototype would still apply. */
9466 /* The GNU C library defines this for functions which it implements
9467 to always fail with ENOSYS. Some functions are actually named
9468 something starting with __ and the normal name is an alias. */
9469 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9477 if { (eval echo configure
:9478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9479 eval "ac_cv_func_$ac_func=yes"
9481 echo "configure: failed program was:" >&5
9482 cat conftest.
$ac_ext >&5
9484 eval "ac_cv_func_$ac_func=no"
9489 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9490 echo "$ac_t""yes" 1>&6
9491 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9492 cat >> confdefs.h
<<EOF
9493 #define $ac_tr_func 1
9497 echo "$ac_t""no" 1>&6
9504 echo $ac_n "checking for fmodl declaration""... $ac_c" 1>&6
9505 echo "configure:9506: checking for fmodl declaration" >&5
9506 if eval "test \"`echo '$''{'glibcpp_cv_func_fmodl_use'+set}'`\" = set"; then
9507 echo $ac_n "(cached) $ac_c" 1>&6
9512 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9513 ac_cpp
='$CXXCPP $CPPFLAGS'
9514 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9515 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9516 cross_compiling
=$ac_cv_prog_cxx_cross
9518 cat > conftest.
$ac_ext <<EOF
9519 #line 9520 "configure"
9520 #include "confdefs.h"
9526 if { (eval echo configure
:9527: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9528 glibcpp_cv_func_fmodl_use
=yes
9530 echo "configure: failed program was:" >&5
9531 cat conftest.
$ac_ext >&5
9533 glibcpp_cv_func_fmodl_use
=no
9537 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9538 ac_cpp
='$CPP $CPPFLAGS'
9539 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9540 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9541 cross_compiling
=$ac_cv_prog_cc_cross
9546 echo "$ac_t""$glibcpp_cv_func_fmodl_use" 1>&6
9547 if test x
$glibcpp_cv_func_fmodl_use = x
"yes"; then
9548 for ac_func
in fmodl
9550 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9551 echo "configure:9552: checking for $ac_func" >&5
9552 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9553 echo $ac_n "(cached) $ac_c" 1>&6
9555 cat > conftest.
$ac_ext <<EOF
9556 #line 9557 "configure"
9557 #include "confdefs.h"
9558 /* System header to define __stub macros and hopefully few prototypes,
9559 which can conflict with char $ac_func(); below. */
9561 /* Override any gcc2 internal prototype to avoid an error. */
9562 /* We use char because int might match the return type of a gcc2
9563 builtin and then its argument prototype would still apply. */
9568 /* The GNU C library defines this for functions which it implements
9569 to always fail with ENOSYS. Some functions are actually named
9570 something starting with __ and the normal name is an alias. */
9571 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9579 if { (eval echo configure
:9580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9581 eval "ac_cv_func_$ac_func=yes"
9583 echo "configure: failed program was:" >&5
9584 cat conftest.
$ac_ext >&5
9586 eval "ac_cv_func_$ac_func=no"
9591 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9592 echo "$ac_t""yes" 1>&6
9593 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9594 cat >> confdefs.h
<<EOF
9595 #define $ac_tr_func 1
9599 echo "$ac_t""no" 1>&6
9606 echo $ac_n "checking for frexpl declaration""... $ac_c" 1>&6
9607 echo "configure:9608: checking for frexpl declaration" >&5
9608 if eval "test \"`echo '$''{'glibcpp_cv_func_frexpl_use'+set}'`\" = set"; then
9609 echo $ac_n "(cached) $ac_c" 1>&6
9614 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9615 ac_cpp
='$CXXCPP $CPPFLAGS'
9616 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9617 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9618 cross_compiling
=$ac_cv_prog_cxx_cross
9620 cat > conftest.
$ac_ext <<EOF
9621 #line 9622 "configure"
9622 #include "confdefs.h"
9628 if { (eval echo configure
:9629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9630 glibcpp_cv_func_frexpl_use
=yes
9632 echo "configure: failed program was:" >&5
9633 cat conftest.
$ac_ext >&5
9635 glibcpp_cv_func_frexpl_use
=no
9639 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9640 ac_cpp
='$CPP $CPPFLAGS'
9641 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9642 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9643 cross_compiling
=$ac_cv_prog_cc_cross
9648 echo "$ac_t""$glibcpp_cv_func_frexpl_use" 1>&6
9649 if test x
$glibcpp_cv_func_frexpl_use = x
"yes"; then
9650 for ac_func
in frexpl
9652 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9653 echo "configure:9654: checking for $ac_func" >&5
9654 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9655 echo $ac_n "(cached) $ac_c" 1>&6
9657 cat > conftest.
$ac_ext <<EOF
9658 #line 9659 "configure"
9659 #include "confdefs.h"
9660 /* System header to define __stub macros and hopefully few prototypes,
9661 which can conflict with char $ac_func(); below. */
9663 /* Override any gcc2 internal prototype to avoid an error. */
9664 /* We use char because int might match the return type of a gcc2
9665 builtin and then its argument prototype would still apply. */
9670 /* The GNU C library defines this for functions which it implements
9671 to always fail with ENOSYS. Some functions are actually named
9672 something starting with __ and the normal name is an alias. */
9673 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9681 if { (eval echo configure
:9682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9683 eval "ac_cv_func_$ac_func=yes"
9685 echo "configure: failed program was:" >&5
9686 cat conftest.
$ac_ext >&5
9688 eval "ac_cv_func_$ac_func=no"
9693 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9694 echo "$ac_t""yes" 1>&6
9695 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9696 cat >> confdefs.h
<<EOF
9697 #define $ac_tr_func 1
9701 echo "$ac_t""no" 1>&6
9708 echo $ac_n "checking for ldexpl declaration""... $ac_c" 1>&6
9709 echo "configure:9710: checking for ldexpl declaration" >&5
9710 if eval "test \"`echo '$''{'glibcpp_cv_func_ldexpl_use'+set}'`\" = set"; then
9711 echo $ac_n "(cached) $ac_c" 1>&6
9716 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9717 ac_cpp
='$CXXCPP $CPPFLAGS'
9718 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9719 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9720 cross_compiling
=$ac_cv_prog_cxx_cross
9722 cat > conftest.
$ac_ext <<EOF
9723 #line 9724 "configure"
9724 #include "confdefs.h"
9730 if { (eval echo configure
:9731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9732 glibcpp_cv_func_ldexpl_use
=yes
9734 echo "configure: failed program was:" >&5
9735 cat conftest.
$ac_ext >&5
9737 glibcpp_cv_func_ldexpl_use
=no
9741 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9742 ac_cpp
='$CPP $CPPFLAGS'
9743 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9744 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9745 cross_compiling
=$ac_cv_prog_cc_cross
9750 echo "$ac_t""$glibcpp_cv_func_ldexpl_use" 1>&6
9751 if test x
$glibcpp_cv_func_ldexpl_use = x
"yes"; then
9752 for ac_func
in ldexpl
9754 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9755 echo "configure:9756: checking for $ac_func" >&5
9756 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9757 echo $ac_n "(cached) $ac_c" 1>&6
9759 cat > conftest.
$ac_ext <<EOF
9760 #line 9761 "configure"
9761 #include "confdefs.h"
9762 /* System header to define __stub macros and hopefully few prototypes,
9763 which can conflict with char $ac_func(); below. */
9765 /* Override any gcc2 internal prototype to avoid an error. */
9766 /* We use char because int might match the return type of a gcc2
9767 builtin and then its argument prototype would still apply. */
9772 /* The GNU C library defines this for functions which it implements
9773 to always fail with ENOSYS. Some functions are actually named
9774 something starting with __ and the normal name is an alias. */
9775 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9783 if { (eval echo configure
:9784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9785 eval "ac_cv_func_$ac_func=yes"
9787 echo "configure: failed program was:" >&5
9788 cat conftest.
$ac_ext >&5
9790 eval "ac_cv_func_$ac_func=no"
9795 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9796 echo "$ac_t""yes" 1>&6
9797 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9798 cat >> confdefs.h
<<EOF
9799 #define $ac_tr_func 1
9803 echo "$ac_t""no" 1>&6
9810 echo $ac_n "checking for logl declaration""... $ac_c" 1>&6
9811 echo "configure:9812: checking for logl declaration" >&5
9812 if eval "test \"`echo '$''{'glibcpp_cv_func_logl_use'+set}'`\" = set"; then
9813 echo $ac_n "(cached) $ac_c" 1>&6
9818 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9819 ac_cpp
='$CXXCPP $CPPFLAGS'
9820 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9821 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9822 cross_compiling
=$ac_cv_prog_cxx_cross
9824 cat > conftest.
$ac_ext <<EOF
9825 #line 9826 "configure"
9826 #include "confdefs.h"
9832 if { (eval echo configure
:9833: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9834 glibcpp_cv_func_logl_use
=yes
9836 echo "configure: failed program was:" >&5
9837 cat conftest.
$ac_ext >&5
9839 glibcpp_cv_func_logl_use
=no
9843 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9844 ac_cpp
='$CPP $CPPFLAGS'
9845 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9846 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9847 cross_compiling
=$ac_cv_prog_cc_cross
9852 echo "$ac_t""$glibcpp_cv_func_logl_use" 1>&6
9853 if test x
$glibcpp_cv_func_logl_use = x
"yes"; then
9856 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9857 echo "configure:9858: checking for $ac_func" >&5
9858 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9859 echo $ac_n "(cached) $ac_c" 1>&6
9861 cat > conftest.
$ac_ext <<EOF
9862 #line 9863 "configure"
9863 #include "confdefs.h"
9864 /* System header to define __stub macros and hopefully few prototypes,
9865 which can conflict with char $ac_func(); below. */
9867 /* Override any gcc2 internal prototype to avoid an error. */
9868 /* We use char because int might match the return type of a gcc2
9869 builtin and then its argument prototype would still apply. */
9874 /* The GNU C library defines this for functions which it implements
9875 to always fail with ENOSYS. Some functions are actually named
9876 something starting with __ and the normal name is an alias. */
9877 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9885 if { (eval echo configure
:9886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9887 eval "ac_cv_func_$ac_func=yes"
9889 echo "configure: failed program was:" >&5
9890 cat conftest.
$ac_ext >&5
9892 eval "ac_cv_func_$ac_func=no"
9897 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9898 echo "$ac_t""yes" 1>&6
9899 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9900 cat >> confdefs.h
<<EOF
9901 #define $ac_tr_func 1
9905 echo "$ac_t""no" 1>&6
9912 echo $ac_n "checking for log10l declaration""... $ac_c" 1>&6
9913 echo "configure:9914: checking for log10l declaration" >&5
9914 if eval "test \"`echo '$''{'glibcpp_cv_func_log10l_use'+set}'`\" = set"; then
9915 echo $ac_n "(cached) $ac_c" 1>&6
9920 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9921 ac_cpp
='$CXXCPP $CPPFLAGS'
9922 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9923 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9924 cross_compiling
=$ac_cv_prog_cxx_cross
9926 cat > conftest.
$ac_ext <<EOF
9927 #line 9928 "configure"
9928 #include "confdefs.h"
9934 if { (eval echo configure
:9935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9936 glibcpp_cv_func_log10l_use
=yes
9938 echo "configure: failed program was:" >&5
9939 cat conftest.
$ac_ext >&5
9941 glibcpp_cv_func_log10l_use
=no
9945 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9946 ac_cpp
='$CPP $CPPFLAGS'
9947 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9948 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9949 cross_compiling
=$ac_cv_prog_cc_cross
9954 echo "$ac_t""$glibcpp_cv_func_log10l_use" 1>&6
9955 if test x
$glibcpp_cv_func_log10l_use = x
"yes"; then
9956 for ac_func
in log10l
9958 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9959 echo "configure:9960: checking for $ac_func" >&5
9960 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9961 echo $ac_n "(cached) $ac_c" 1>&6
9963 cat > conftest.
$ac_ext <<EOF
9964 #line 9965 "configure"
9965 #include "confdefs.h"
9966 /* System header to define __stub macros and hopefully few prototypes,
9967 which can conflict with char $ac_func(); below. */
9969 /* Override any gcc2 internal prototype to avoid an error. */
9970 /* We use char because int might match the return type of a gcc2
9971 builtin and then its argument prototype would still apply. */
9976 /* The GNU C library defines this for functions which it implements
9977 to always fail with ENOSYS. Some functions are actually named
9978 something starting with __ and the normal name is an alias. */
9979 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9987 if { (eval echo configure
:9988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9989 eval "ac_cv_func_$ac_func=yes"
9991 echo "configure: failed program was:" >&5
9992 cat conftest.
$ac_ext >&5
9994 eval "ac_cv_func_$ac_func=no"
9999 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10000 echo "$ac_t""yes" 1>&6
10001 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10002 cat >> confdefs.h
<<EOF
10003 #define $ac_tr_func 1
10007 echo "$ac_t""no" 1>&6
10014 echo $ac_n "checking for modfl declaration""... $ac_c" 1>&6
10015 echo "configure:10016: checking for modfl declaration" >&5
10016 if eval "test \"`echo '$''{'glibcpp_cv_func_modfl_use'+set}'`\" = set"; then
10017 echo $ac_n "(cached) $ac_c" 1>&6
10022 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10023 ac_cpp
='$CXXCPP $CPPFLAGS'
10024 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10025 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10026 cross_compiling
=$ac_cv_prog_cxx_cross
10028 cat > conftest.
$ac_ext <<EOF
10029 #line 10030 "configure"
10030 #include "confdefs.h"
10036 if { (eval echo configure
:10037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10038 glibcpp_cv_func_modfl_use
=yes
10040 echo "configure: failed program was:" >&5
10041 cat conftest.
$ac_ext >&5
10043 glibcpp_cv_func_modfl_use
=no
10047 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10048 ac_cpp
='$CPP $CPPFLAGS'
10049 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10050 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10051 cross_compiling
=$ac_cv_prog_cc_cross
10056 echo "$ac_t""$glibcpp_cv_func_modfl_use" 1>&6
10057 if test x
$glibcpp_cv_func_modfl_use = x
"yes"; then
10058 for ac_func
in modfl
10060 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10061 echo "configure:10062: checking for $ac_func" >&5
10062 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10063 echo $ac_n "(cached) $ac_c" 1>&6
10065 cat > conftest.
$ac_ext <<EOF
10066 #line 10067 "configure"
10067 #include "confdefs.h"
10068 /* System header to define __stub macros and hopefully few prototypes,
10069 which can conflict with char $ac_func(); below. */
10070 #include <assert.h>
10071 /* Override any gcc2 internal prototype to avoid an error. */
10072 /* We use char because int might match the return type of a gcc2
10073 builtin and then its argument prototype would still apply. */
10078 /* The GNU C library defines this for functions which it implements
10079 to always fail with ENOSYS. Some functions are actually named
10080 something starting with __ and the normal name is an alias. */
10081 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10089 if { (eval echo configure
:10090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10091 eval "ac_cv_func_$ac_func=yes"
10093 echo "configure: failed program was:" >&5
10094 cat conftest.
$ac_ext >&5
10096 eval "ac_cv_func_$ac_func=no"
10101 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10102 echo "$ac_t""yes" 1>&6
10103 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10104 cat >> confdefs.h
<<EOF
10105 #define $ac_tr_func 1
10109 echo "$ac_t""no" 1>&6
10116 echo $ac_n "checking for powl declaration""... $ac_c" 1>&6
10117 echo "configure:10118: checking for powl declaration" >&5
10118 if eval "test \"`echo '$''{'glibcpp_cv_func_powl_use'+set}'`\" = set"; then
10119 echo $ac_n "(cached) $ac_c" 1>&6
10124 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10125 ac_cpp
='$CXXCPP $CPPFLAGS'
10126 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10127 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10128 cross_compiling
=$ac_cv_prog_cxx_cross
10130 cat > conftest.
$ac_ext <<EOF
10131 #line 10132 "configure"
10132 #include "confdefs.h"
10138 if { (eval echo configure
:10139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10140 glibcpp_cv_func_powl_use
=yes
10142 echo "configure: failed program was:" >&5
10143 cat conftest.
$ac_ext >&5
10145 glibcpp_cv_func_powl_use
=no
10149 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10150 ac_cpp
='$CPP $CPPFLAGS'
10151 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10152 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10153 cross_compiling
=$ac_cv_prog_cc_cross
10158 echo "$ac_t""$glibcpp_cv_func_powl_use" 1>&6
10159 if test x
$glibcpp_cv_func_powl_use = x
"yes"; then
10160 for ac_func
in powl
10162 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10163 echo "configure:10164: checking for $ac_func" >&5
10164 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10165 echo $ac_n "(cached) $ac_c" 1>&6
10167 cat > conftest.
$ac_ext <<EOF
10168 #line 10169 "configure"
10169 #include "confdefs.h"
10170 /* System header to define __stub macros and hopefully few prototypes,
10171 which can conflict with char $ac_func(); below. */
10172 #include <assert.h>
10173 /* Override any gcc2 internal prototype to avoid an error. */
10174 /* We use char because int might match the return type of a gcc2
10175 builtin and then its argument prototype would still apply. */
10180 /* The GNU C library defines this for functions which it implements
10181 to always fail with ENOSYS. Some functions are actually named
10182 something starting with __ and the normal name is an alias. */
10183 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10191 if { (eval echo configure
:10192: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10193 eval "ac_cv_func_$ac_func=yes"
10195 echo "configure: failed program was:" >&5
10196 cat conftest.
$ac_ext >&5
10198 eval "ac_cv_func_$ac_func=no"
10203 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10204 echo "$ac_t""yes" 1>&6
10205 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10206 cat >> confdefs.h
<<EOF
10207 #define $ac_tr_func 1
10211 echo "$ac_t""no" 1>&6
10218 echo $ac_n "checking for sinl declaration""... $ac_c" 1>&6
10219 echo "configure:10220: checking for sinl declaration" >&5
10220 if eval "test \"`echo '$''{'glibcpp_cv_func_sinl_use'+set}'`\" = set"; then
10221 echo $ac_n "(cached) $ac_c" 1>&6
10226 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10227 ac_cpp
='$CXXCPP $CPPFLAGS'
10228 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10229 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10230 cross_compiling
=$ac_cv_prog_cxx_cross
10232 cat > conftest.
$ac_ext <<EOF
10233 #line 10234 "configure"
10234 #include "confdefs.h"
10240 if { (eval echo configure
:10241: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10242 glibcpp_cv_func_sinl_use
=yes
10244 echo "configure: failed program was:" >&5
10245 cat conftest.
$ac_ext >&5
10247 glibcpp_cv_func_sinl_use
=no
10251 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10252 ac_cpp
='$CPP $CPPFLAGS'
10253 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10254 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10255 cross_compiling
=$ac_cv_prog_cc_cross
10260 echo "$ac_t""$glibcpp_cv_func_sinl_use" 1>&6
10261 if test x
$glibcpp_cv_func_sinl_use = x
"yes"; then
10262 for ac_func
in sinl
10264 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10265 echo "configure:10266: checking for $ac_func" >&5
10266 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10267 echo $ac_n "(cached) $ac_c" 1>&6
10269 cat > conftest.
$ac_ext <<EOF
10270 #line 10271 "configure"
10271 #include "confdefs.h"
10272 /* System header to define __stub macros and hopefully few prototypes,
10273 which can conflict with char $ac_func(); below. */
10274 #include <assert.h>
10275 /* Override any gcc2 internal prototype to avoid an error. */
10276 /* We use char because int might match the return type of a gcc2
10277 builtin and then its argument prototype would still apply. */
10282 /* The GNU C library defines this for functions which it implements
10283 to always fail with ENOSYS. Some functions are actually named
10284 something starting with __ and the normal name is an alias. */
10285 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10293 if { (eval echo configure
:10294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10295 eval "ac_cv_func_$ac_func=yes"
10297 echo "configure: failed program was:" >&5
10298 cat conftest.
$ac_ext >&5
10300 eval "ac_cv_func_$ac_func=no"
10305 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10306 echo "$ac_t""yes" 1>&6
10307 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10308 cat >> confdefs.h
<<EOF
10309 #define $ac_tr_func 1
10313 echo "$ac_t""no" 1>&6
10320 echo $ac_n "checking for sinhl declaration""... $ac_c" 1>&6
10321 echo "configure:10322: checking for sinhl declaration" >&5
10322 if eval "test \"`echo '$''{'glibcpp_cv_func_sinhl_use'+set}'`\" = set"; then
10323 echo $ac_n "(cached) $ac_c" 1>&6
10328 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10329 ac_cpp
='$CXXCPP $CPPFLAGS'
10330 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10331 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10332 cross_compiling
=$ac_cv_prog_cxx_cross
10334 cat > conftest.
$ac_ext <<EOF
10335 #line 10336 "configure"
10336 #include "confdefs.h"
10342 if { (eval echo configure
:10343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10344 glibcpp_cv_func_sinhl_use
=yes
10346 echo "configure: failed program was:" >&5
10347 cat conftest.
$ac_ext >&5
10349 glibcpp_cv_func_sinhl_use
=no
10353 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10354 ac_cpp
='$CPP $CPPFLAGS'
10355 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10356 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10357 cross_compiling
=$ac_cv_prog_cc_cross
10362 echo "$ac_t""$glibcpp_cv_func_sinhl_use" 1>&6
10363 if test x
$glibcpp_cv_func_sinhl_use = x
"yes"; then
10364 for ac_func
in sinhl
10366 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10367 echo "configure:10368: checking for $ac_func" >&5
10368 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10369 echo $ac_n "(cached) $ac_c" 1>&6
10371 cat > conftest.
$ac_ext <<EOF
10372 #line 10373 "configure"
10373 #include "confdefs.h"
10374 /* System header to define __stub macros and hopefully few prototypes,
10375 which can conflict with char $ac_func(); below. */
10376 #include <assert.h>
10377 /* Override any gcc2 internal prototype to avoid an error. */
10378 /* We use char because int might match the return type of a gcc2
10379 builtin and then its argument prototype would still apply. */
10384 /* The GNU C library defines this for functions which it implements
10385 to always fail with ENOSYS. Some functions are actually named
10386 something starting with __ and the normal name is an alias. */
10387 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10395 if { (eval echo configure
:10396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10397 eval "ac_cv_func_$ac_func=yes"
10399 echo "configure: failed program was:" >&5
10400 cat conftest.
$ac_ext >&5
10402 eval "ac_cv_func_$ac_func=no"
10407 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10408 echo "$ac_t""yes" 1>&6
10409 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10410 cat >> confdefs.h
<<EOF
10411 #define $ac_tr_func 1
10415 echo "$ac_t""no" 1>&6
10422 echo $ac_n "checking for sqrtl declaration""... $ac_c" 1>&6
10423 echo "configure:10424: checking for sqrtl declaration" >&5
10424 if eval "test \"`echo '$''{'glibcpp_cv_func_sqrtl_use'+set}'`\" = set"; then
10425 echo $ac_n "(cached) $ac_c" 1>&6
10430 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10431 ac_cpp
='$CXXCPP $CPPFLAGS'
10432 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10433 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10434 cross_compiling
=$ac_cv_prog_cxx_cross
10436 cat > conftest.
$ac_ext <<EOF
10437 #line 10438 "configure"
10438 #include "confdefs.h"
10444 if { (eval echo configure
:10445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10446 glibcpp_cv_func_sqrtl_use
=yes
10448 echo "configure: failed program was:" >&5
10449 cat conftest.
$ac_ext >&5
10451 glibcpp_cv_func_sqrtl_use
=no
10455 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10456 ac_cpp
='$CPP $CPPFLAGS'
10457 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10458 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10459 cross_compiling
=$ac_cv_prog_cc_cross
10464 echo "$ac_t""$glibcpp_cv_func_sqrtl_use" 1>&6
10465 if test x
$glibcpp_cv_func_sqrtl_use = x
"yes"; then
10466 for ac_func
in sqrtl
10468 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10469 echo "configure:10470: checking for $ac_func" >&5
10470 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10471 echo $ac_n "(cached) $ac_c" 1>&6
10473 cat > conftest.
$ac_ext <<EOF
10474 #line 10475 "configure"
10475 #include "confdefs.h"
10476 /* System header to define __stub macros and hopefully few prototypes,
10477 which can conflict with char $ac_func(); below. */
10478 #include <assert.h>
10479 /* Override any gcc2 internal prototype to avoid an error. */
10480 /* We use char because int might match the return type of a gcc2
10481 builtin and then its argument prototype would still apply. */
10486 /* The GNU C library defines this for functions which it implements
10487 to always fail with ENOSYS. Some functions are actually named
10488 something starting with __ and the normal name is an alias. */
10489 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10497 if { (eval echo configure
:10498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10499 eval "ac_cv_func_$ac_func=yes"
10501 echo "configure: failed program was:" >&5
10502 cat conftest.
$ac_ext >&5
10504 eval "ac_cv_func_$ac_func=no"
10509 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10510 echo "$ac_t""yes" 1>&6
10511 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10512 cat >> confdefs.h
<<EOF
10513 #define $ac_tr_func 1
10517 echo "$ac_t""no" 1>&6
10524 echo $ac_n "checking for tanl declaration""... $ac_c" 1>&6
10525 echo "configure:10526: checking for tanl declaration" >&5
10526 if eval "test \"`echo '$''{'glibcpp_cv_func_tanl_use'+set}'`\" = set"; then
10527 echo $ac_n "(cached) $ac_c" 1>&6
10532 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10533 ac_cpp
='$CXXCPP $CPPFLAGS'
10534 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10535 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10536 cross_compiling
=$ac_cv_prog_cxx_cross
10538 cat > conftest.
$ac_ext <<EOF
10539 #line 10540 "configure"
10540 #include "confdefs.h"
10546 if { (eval echo configure
:10547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10548 glibcpp_cv_func_tanl_use
=yes
10550 echo "configure: failed program was:" >&5
10551 cat conftest.
$ac_ext >&5
10553 glibcpp_cv_func_tanl_use
=no
10557 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10558 ac_cpp
='$CPP $CPPFLAGS'
10559 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10560 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10561 cross_compiling
=$ac_cv_prog_cc_cross
10566 echo "$ac_t""$glibcpp_cv_func_tanl_use" 1>&6
10567 if test x
$glibcpp_cv_func_tanl_use = x
"yes"; then
10568 for ac_func
in tanl
10570 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10571 echo "configure:10572: checking for $ac_func" >&5
10572 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10573 echo $ac_n "(cached) $ac_c" 1>&6
10575 cat > conftest.
$ac_ext <<EOF
10576 #line 10577 "configure"
10577 #include "confdefs.h"
10578 /* System header to define __stub macros and hopefully few prototypes,
10579 which can conflict with char $ac_func(); below. */
10580 #include <assert.h>
10581 /* Override any gcc2 internal prototype to avoid an error. */
10582 /* We use char because int might match the return type of a gcc2
10583 builtin and then its argument prototype would still apply. */
10588 /* The GNU C library defines this for functions which it implements
10589 to always fail with ENOSYS. Some functions are actually named
10590 something starting with __ and the normal name is an alias. */
10591 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10599 if { (eval echo configure
:10600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10601 eval "ac_cv_func_$ac_func=yes"
10603 echo "configure: failed program was:" >&5
10604 cat conftest.
$ac_ext >&5
10606 eval "ac_cv_func_$ac_func=no"
10611 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10612 echo "$ac_t""yes" 1>&6
10613 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10614 cat >> confdefs.h
<<EOF
10615 #define $ac_tr_func 1
10619 echo "$ac_t""no" 1>&6
10626 echo $ac_n "checking for tanhl declaration""... $ac_c" 1>&6
10627 echo "configure:10628: checking for tanhl declaration" >&5
10628 if eval "test \"`echo '$''{'glibcpp_cv_func_tanhl_use'+set}'`\" = set"; then
10629 echo $ac_n "(cached) $ac_c" 1>&6
10634 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10635 ac_cpp
='$CXXCPP $CPPFLAGS'
10636 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10637 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10638 cross_compiling
=$ac_cv_prog_cxx_cross
10640 cat > conftest.
$ac_ext <<EOF
10641 #line 10642 "configure"
10642 #include "confdefs.h"
10648 if { (eval echo configure
:10649: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10650 glibcpp_cv_func_tanhl_use
=yes
10652 echo "configure: failed program was:" >&5
10653 cat conftest.
$ac_ext >&5
10655 glibcpp_cv_func_tanhl_use
=no
10659 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10660 ac_cpp
='$CPP $CPPFLAGS'
10661 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10662 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10663 cross_compiling
=$ac_cv_prog_cc_cross
10668 echo "$ac_t""$glibcpp_cv_func_tanhl_use" 1>&6
10669 if test x
$glibcpp_cv_func_tanhl_use = x
"yes"; then
10670 for ac_func
in tanhl
10672 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10673 echo "configure:10674: checking for $ac_func" >&5
10674 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10675 echo $ac_n "(cached) $ac_c" 1>&6
10677 cat > conftest.
$ac_ext <<EOF
10678 #line 10679 "configure"
10679 #include "confdefs.h"
10680 /* System header to define __stub macros and hopefully few prototypes,
10681 which can conflict with char $ac_func(); below. */
10682 #include <assert.h>
10683 /* Override any gcc2 internal prototype to avoid an error. */
10684 /* We use char because int might match the return type of a gcc2
10685 builtin and then its argument prototype would still apply. */
10690 /* The GNU C library defines this for functions which it implements
10691 to always fail with ENOSYS. Some functions are actually named
10692 something starting with __ and the normal name is an alias. */
10693 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10701 if { (eval echo configure
:10702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10703 eval "ac_cv_func_$ac_func=yes"
10705 echo "configure: failed program was:" >&5
10706 cat conftest.
$ac_ext >&5
10708 eval "ac_cv_func_$ac_func=no"
10713 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10714 echo "$ac_t""yes" 1>&6
10715 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10716 cat >> confdefs.h
<<EOF
10717 #define $ac_tr_func 1
10721 echo "$ac_t""no" 1>&6
10728 echo $ac_n "checking for sincosl declaration""... $ac_c" 1>&6
10729 echo "configure:10730: checking for sincosl declaration" >&5
10730 if eval "test \"`echo '$''{'glibcpp_cv_func_sincosl_use'+set}'`\" = set"; then
10731 echo $ac_n "(cached) $ac_c" 1>&6
10736 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10737 ac_cpp
='$CXXCPP $CPPFLAGS'
10738 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10739 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10740 cross_compiling
=$ac_cv_prog_cxx_cross
10742 cat > conftest.
$ac_ext <<EOF
10743 #line 10744 "configure"
10744 #include "confdefs.h"
10750 if { (eval echo configure
:10751: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10752 glibcpp_cv_func_sincosl_use
=yes
10754 echo "configure: failed program was:" >&5
10755 cat conftest.
$ac_ext >&5
10757 glibcpp_cv_func_sincosl_use
=no
10761 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10762 ac_cpp
='$CPP $CPPFLAGS'
10763 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10764 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10765 cross_compiling
=$ac_cv_prog_cc_cross
10770 echo "$ac_t""$glibcpp_cv_func_sincosl_use" 1>&6
10771 if test x
$glibcpp_cv_func_sincosl_use = x
"yes"; then
10772 for ac_func
in sincosl
10774 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10775 echo "configure:10776: checking for $ac_func" >&5
10776 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10777 echo $ac_n "(cached) $ac_c" 1>&6
10779 cat > conftest.
$ac_ext <<EOF
10780 #line 10781 "configure"
10781 #include "confdefs.h"
10782 /* System header to define __stub macros and hopefully few prototypes,
10783 which can conflict with char $ac_func(); below. */
10784 #include <assert.h>
10785 /* Override any gcc2 internal prototype to avoid an error. */
10786 /* We use char because int might match the return type of a gcc2
10787 builtin and then its argument prototype would still apply. */
10792 /* The GNU C library defines this for functions which it implements
10793 to always fail with ENOSYS. Some functions are actually named
10794 something starting with __ and the normal name is an alias. */
10795 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10803 if { (eval echo configure
:10804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10805 eval "ac_cv_func_$ac_func=yes"
10807 echo "configure: failed program was:" >&5
10808 cat conftest.
$ac_ext >&5
10810 eval "ac_cv_func_$ac_func=no"
10815 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10816 echo "$ac_t""yes" 1>&6
10817 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10818 cat >> confdefs.h
<<EOF
10819 #define $ac_tr_func 1
10823 echo "$ac_t""no" 1>&6
10830 echo $ac_n "checking for finitel declaration""... $ac_c" 1>&6
10831 echo "configure:10832: checking for finitel declaration" >&5
10832 if eval "test \"`echo '$''{'glibcpp_cv_func_finitel_use'+set}'`\" = set"; then
10833 echo $ac_n "(cached) $ac_c" 1>&6
10838 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10839 ac_cpp
='$CXXCPP $CPPFLAGS'
10840 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10841 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10842 cross_compiling
=$ac_cv_prog_cxx_cross
10844 cat > conftest.
$ac_ext <<EOF
10845 #line 10846 "configure"
10846 #include "confdefs.h"
10852 if { (eval echo configure
:10853: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10854 glibcpp_cv_func_finitel_use
=yes
10856 echo "configure: failed program was:" >&5
10857 cat conftest.
$ac_ext >&5
10859 glibcpp_cv_func_finitel_use
=no
10863 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10864 ac_cpp
='$CPP $CPPFLAGS'
10865 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10866 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10867 cross_compiling
=$ac_cv_prog_cc_cross
10872 echo "$ac_t""$glibcpp_cv_func_finitel_use" 1>&6
10873 if test x
$glibcpp_cv_func_finitel_use = x
"yes"; then
10874 for ac_func
in finitel
10876 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10877 echo "configure:10878: checking for $ac_func" >&5
10878 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10879 echo $ac_n "(cached) $ac_c" 1>&6
10881 cat > conftest.
$ac_ext <<EOF
10882 #line 10883 "configure"
10883 #include "confdefs.h"
10884 /* System header to define __stub macros and hopefully few prototypes,
10885 which can conflict with char $ac_func(); below. */
10886 #include <assert.h>
10887 /* Override any gcc2 internal prototype to avoid an error. */
10888 /* We use char because int might match the return type of a gcc2
10889 builtin and then its argument prototype would still apply. */
10894 /* The GNU C library defines this for functions which it implements
10895 to always fail with ENOSYS. Some functions are actually named
10896 something starting with __ and the normal name is an alias. */
10897 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10905 if { (eval echo configure
:10906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10907 eval "ac_cv_func_$ac_func=yes"
10909 echo "configure: failed program was:" >&5
10910 cat conftest.
$ac_ext >&5
10912 eval "ac_cv_func_$ac_func=no"
10917 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10918 echo "$ac_t""yes" 1>&6
10919 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10920 cat >> confdefs.h
<<EOF
10921 #define $ac_tr_func 1
10925 echo "$ac_t""no" 1>&6
10933 echo $ac_n "checking for _isinf declaration""... $ac_c" 1>&6
10934 echo "configure:10935: checking for _isinf declaration" >&5
10935 if eval "test \"`echo '$''{'glibcpp_cv_func__isinf_use'+set}'`\" = set"; then
10936 echo $ac_n "(cached) $ac_c" 1>&6
10941 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10942 ac_cpp
='$CXXCPP $CPPFLAGS'
10943 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10944 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10945 cross_compiling
=$ac_cv_prog_cxx_cross
10947 cat > conftest.
$ac_ext <<EOF
10948 #line 10949 "configure"
10949 #include "confdefs.h"
10955 if { (eval echo configure
:10956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10957 glibcpp_cv_func__isinf_use
=yes
10959 echo "configure: failed program was:" >&5
10960 cat conftest.
$ac_ext >&5
10962 glibcpp_cv_func__isinf_use
=no
10966 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10967 ac_cpp
='$CPP $CPPFLAGS'
10968 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10969 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10970 cross_compiling
=$ac_cv_prog_cc_cross
10975 echo "$ac_t""$glibcpp_cv_func__isinf_use" 1>&6
10976 if test x
$glibcpp_cv_func__isinf_use = x
"yes"; then
10977 for ac_func
in _isinf
10979 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10980 echo "configure:10981: checking for $ac_func" >&5
10981 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10982 echo $ac_n "(cached) $ac_c" 1>&6
10984 cat > conftest.
$ac_ext <<EOF
10985 #line 10986 "configure"
10986 #include "confdefs.h"
10987 /* System header to define __stub macros and hopefully few prototypes,
10988 which can conflict with char $ac_func(); below. */
10989 #include <assert.h>
10990 /* Override any gcc2 internal prototype to avoid an error. */
10991 /* We use char because int might match the return type of a gcc2
10992 builtin and then its argument prototype would still apply. */
10997 /* The GNU C library defines this for functions which it implements
10998 to always fail with ENOSYS. Some functions are actually named
10999 something starting with __ and the normal name is an alias. */
11000 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11008 if { (eval echo configure
:11009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11010 eval "ac_cv_func_$ac_func=yes"
11012 echo "configure: failed program was:" >&5
11013 cat conftest.
$ac_ext >&5
11015 eval "ac_cv_func_$ac_func=no"
11020 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11021 echo "$ac_t""yes" 1>&6
11022 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11023 cat >> confdefs.h
<<EOF
11024 #define $ac_tr_func 1
11028 echo "$ac_t""no" 1>&6
11035 echo $ac_n "checking for _isnan declaration""... $ac_c" 1>&6
11036 echo "configure:11037: checking for _isnan declaration" >&5
11037 if eval "test \"`echo '$''{'glibcpp_cv_func__isnan_use'+set}'`\" = set"; then
11038 echo $ac_n "(cached) $ac_c" 1>&6
11043 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11044 ac_cpp
='$CXXCPP $CPPFLAGS'
11045 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11046 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11047 cross_compiling
=$ac_cv_prog_cxx_cross
11049 cat > conftest.
$ac_ext <<EOF
11050 #line 11051 "configure"
11051 #include "confdefs.h"
11057 if { (eval echo configure
:11058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11059 glibcpp_cv_func__isnan_use
=yes
11061 echo "configure: failed program was:" >&5
11062 cat conftest.
$ac_ext >&5
11064 glibcpp_cv_func__isnan_use
=no
11068 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11069 ac_cpp
='$CPP $CPPFLAGS'
11070 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11071 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11072 cross_compiling
=$ac_cv_prog_cc_cross
11077 echo "$ac_t""$glibcpp_cv_func__isnan_use" 1>&6
11078 if test x
$glibcpp_cv_func__isnan_use = x
"yes"; then
11079 for ac_func
in _isnan
11081 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11082 echo "configure:11083: checking for $ac_func" >&5
11083 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11084 echo $ac_n "(cached) $ac_c" 1>&6
11086 cat > conftest.
$ac_ext <<EOF
11087 #line 11088 "configure"
11088 #include "confdefs.h"
11089 /* System header to define __stub macros and hopefully few prototypes,
11090 which can conflict with char $ac_func(); below. */
11091 #include <assert.h>
11092 /* Override any gcc2 internal prototype to avoid an error. */
11093 /* We use char because int might match the return type of a gcc2
11094 builtin and then its argument prototype would still apply. */
11099 /* The GNU C library defines this for functions which it implements
11100 to always fail with ENOSYS. Some functions are actually named
11101 something starting with __ and the normal name is an alias. */
11102 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11110 if { (eval echo configure
:11111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11112 eval "ac_cv_func_$ac_func=yes"
11114 echo "configure: failed program was:" >&5
11115 cat conftest.
$ac_ext >&5
11117 eval "ac_cv_func_$ac_func=no"
11122 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11123 echo "$ac_t""yes" 1>&6
11124 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11125 cat >> confdefs.h
<<EOF
11126 #define $ac_tr_func 1
11130 echo "$ac_t""no" 1>&6
11137 echo $ac_n "checking for _finite declaration""... $ac_c" 1>&6
11138 echo "configure:11139: checking for _finite declaration" >&5
11139 if eval "test \"`echo '$''{'glibcpp_cv_func__finite_use'+set}'`\" = set"; then
11140 echo $ac_n "(cached) $ac_c" 1>&6
11145 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11146 ac_cpp
='$CXXCPP $CPPFLAGS'
11147 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11148 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11149 cross_compiling
=$ac_cv_prog_cxx_cross
11151 cat > conftest.
$ac_ext <<EOF
11152 #line 11153 "configure"
11153 #include "confdefs.h"
11159 if { (eval echo configure
:11160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11161 glibcpp_cv_func__finite_use
=yes
11163 echo "configure: failed program was:" >&5
11164 cat conftest.
$ac_ext >&5
11166 glibcpp_cv_func__finite_use
=no
11170 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11171 ac_cpp
='$CPP $CPPFLAGS'
11172 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11173 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11174 cross_compiling
=$ac_cv_prog_cc_cross
11179 echo "$ac_t""$glibcpp_cv_func__finite_use" 1>&6
11180 if test x
$glibcpp_cv_func__finite_use = x
"yes"; then
11181 for ac_func
in _finite
11183 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11184 echo "configure:11185: checking for $ac_func" >&5
11185 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11186 echo $ac_n "(cached) $ac_c" 1>&6
11188 cat > conftest.
$ac_ext <<EOF
11189 #line 11190 "configure"
11190 #include "confdefs.h"
11191 /* System header to define __stub macros and hopefully few prototypes,
11192 which can conflict with char $ac_func(); below. */
11193 #include <assert.h>
11194 /* Override any gcc2 internal prototype to avoid an error. */
11195 /* We use char because int might match the return type of a gcc2
11196 builtin and then its argument prototype would still apply. */
11201 /* The GNU C library defines this for functions which it implements
11202 to always fail with ENOSYS. Some functions are actually named
11203 something starting with __ and the normal name is an alias. */
11204 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11212 if { (eval echo configure
:11213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11214 eval "ac_cv_func_$ac_func=yes"
11216 echo "configure: failed program was:" >&5
11217 cat conftest.
$ac_ext >&5
11219 eval "ac_cv_func_$ac_func=no"
11224 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11225 echo "$ac_t""yes" 1>&6
11226 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11227 cat >> confdefs.h
<<EOF
11228 #define $ac_tr_func 1
11232 echo "$ac_t""no" 1>&6
11239 echo $ac_n "checking for _copysign declaration""... $ac_c" 1>&6
11240 echo "configure:11241: checking for _copysign declaration" >&5
11241 if eval "test \"`echo '$''{'glibcpp_cv_func__copysign_use'+set}'`\" = set"; then
11242 echo $ac_n "(cached) $ac_c" 1>&6
11247 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11248 ac_cpp
='$CXXCPP $CPPFLAGS'
11249 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11250 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11251 cross_compiling
=$ac_cv_prog_cxx_cross
11253 cat > conftest.
$ac_ext <<EOF
11254 #line 11255 "configure"
11255 #include "confdefs.h"
11261 if { (eval echo configure
:11262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11263 glibcpp_cv_func__copysign_use
=yes
11265 echo "configure: failed program was:" >&5
11266 cat conftest.
$ac_ext >&5
11268 glibcpp_cv_func__copysign_use
=no
11272 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11273 ac_cpp
='$CPP $CPPFLAGS'
11274 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11275 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11276 cross_compiling
=$ac_cv_prog_cc_cross
11281 echo "$ac_t""$glibcpp_cv_func__copysign_use" 1>&6
11282 if test x
$glibcpp_cv_func__copysign_use = x
"yes"; then
11283 for ac_func
in _copysign
11285 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11286 echo "configure:11287: checking for $ac_func" >&5
11287 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11288 echo $ac_n "(cached) $ac_c" 1>&6
11290 cat > conftest.
$ac_ext <<EOF
11291 #line 11292 "configure"
11292 #include "confdefs.h"
11293 /* System header to define __stub macros and hopefully few prototypes,
11294 which can conflict with char $ac_func(); below. */
11295 #include <assert.h>
11296 /* Override any gcc2 internal prototype to avoid an error. */
11297 /* We use char because int might match the return type of a gcc2
11298 builtin and then its argument prototype would still apply. */
11303 /* The GNU C library defines this for functions which it implements
11304 to always fail with ENOSYS. Some functions are actually named
11305 something starting with __ and the normal name is an alias. */
11306 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11314 if { (eval echo configure
:11315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11316 eval "ac_cv_func_$ac_func=yes"
11318 echo "configure: failed program was:" >&5
11319 cat conftest.
$ac_ext >&5
11321 eval "ac_cv_func_$ac_func=no"
11326 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11327 echo "$ac_t""yes" 1>&6
11328 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11329 cat >> confdefs.h
<<EOF
11330 #define $ac_tr_func 1
11334 echo "$ac_t""no" 1>&6
11341 echo $ac_n "checking for _sincos declaration""... $ac_c" 1>&6
11342 echo "configure:11343: checking for _sincos declaration" >&5
11343 if eval "test \"`echo '$''{'glibcpp_cv_func__sincos_use'+set}'`\" = set"; then
11344 echo $ac_n "(cached) $ac_c" 1>&6
11349 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11350 ac_cpp
='$CXXCPP $CPPFLAGS'
11351 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11352 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11353 cross_compiling
=$ac_cv_prog_cxx_cross
11355 cat > conftest.
$ac_ext <<EOF
11356 #line 11357 "configure"
11357 #include "confdefs.h"
11363 if { (eval echo configure
:11364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11365 glibcpp_cv_func__sincos_use
=yes
11367 echo "configure: failed program was:" >&5
11368 cat conftest.
$ac_ext >&5
11370 glibcpp_cv_func__sincos_use
=no
11374 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11375 ac_cpp
='$CPP $CPPFLAGS'
11376 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11377 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11378 cross_compiling
=$ac_cv_prog_cc_cross
11383 echo "$ac_t""$glibcpp_cv_func__sincos_use" 1>&6
11384 if test x
$glibcpp_cv_func__sincos_use = x
"yes"; then
11385 for ac_func
in _sincos
11387 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11388 echo "configure:11389: checking for $ac_func" >&5
11389 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11390 echo $ac_n "(cached) $ac_c" 1>&6
11392 cat > conftest.
$ac_ext <<EOF
11393 #line 11394 "configure"
11394 #include "confdefs.h"
11395 /* System header to define __stub macros and hopefully few prototypes,
11396 which can conflict with char $ac_func(); below. */
11397 #include <assert.h>
11398 /* Override any gcc2 internal prototype to avoid an error. */
11399 /* We use char because int might match the return type of a gcc2
11400 builtin and then its argument prototype would still apply. */
11405 /* The GNU C library defines this for functions which it implements
11406 to always fail with ENOSYS. Some functions are actually named
11407 something starting with __ and the normal name is an alias. */
11408 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11416 if { (eval echo configure
:11417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11418 eval "ac_cv_func_$ac_func=yes"
11420 echo "configure: failed program was:" >&5
11421 cat conftest.
$ac_ext >&5
11423 eval "ac_cv_func_$ac_func=no"
11428 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11429 echo "$ac_t""yes" 1>&6
11430 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11431 cat >> confdefs.h
<<EOF
11432 #define $ac_tr_func 1
11436 echo "$ac_t""no" 1>&6
11443 echo $ac_n "checking for _fpclass declaration""... $ac_c" 1>&6
11444 echo "configure:11445: checking for _fpclass declaration" >&5
11445 if eval "test \"`echo '$''{'glibcpp_cv_func__fpclass_use'+set}'`\" = set"; then
11446 echo $ac_n "(cached) $ac_c" 1>&6
11451 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11452 ac_cpp
='$CXXCPP $CPPFLAGS'
11453 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11454 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11455 cross_compiling
=$ac_cv_prog_cxx_cross
11457 cat > conftest.
$ac_ext <<EOF
11458 #line 11459 "configure"
11459 #include "confdefs.h"
11465 if { (eval echo configure
:11466: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11467 glibcpp_cv_func__fpclass_use
=yes
11469 echo "configure: failed program was:" >&5
11470 cat conftest.
$ac_ext >&5
11472 glibcpp_cv_func__fpclass_use
=no
11476 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11477 ac_cpp
='$CPP $CPPFLAGS'
11478 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11479 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11480 cross_compiling
=$ac_cv_prog_cc_cross
11485 echo "$ac_t""$glibcpp_cv_func__fpclass_use" 1>&6
11486 if test x
$glibcpp_cv_func__fpclass_use = x
"yes"; then
11487 for ac_func
in _fpclass
11489 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11490 echo "configure:11491: checking for $ac_func" >&5
11491 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11492 echo $ac_n "(cached) $ac_c" 1>&6
11494 cat > conftest.
$ac_ext <<EOF
11495 #line 11496 "configure"
11496 #include "confdefs.h"
11497 /* System header to define __stub macros and hopefully few prototypes,
11498 which can conflict with char $ac_func(); below. */
11499 #include <assert.h>
11500 /* Override any gcc2 internal prototype to avoid an error. */
11501 /* We use char because int might match the return type of a gcc2
11502 builtin and then its argument prototype would still apply. */
11507 /* The GNU C library defines this for functions which it implements
11508 to always fail with ENOSYS. Some functions are actually named
11509 something starting with __ and the normal name is an alias. */
11510 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11518 if { (eval echo configure
:11519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11520 eval "ac_cv_func_$ac_func=yes"
11522 echo "configure: failed program was:" >&5
11523 cat conftest.
$ac_ext >&5
11525 eval "ac_cv_func_$ac_func=no"
11530 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11531 echo "$ac_t""yes" 1>&6
11532 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11533 cat >> confdefs.h
<<EOF
11534 #define $ac_tr_func 1
11538 echo "$ac_t""no" 1>&6
11545 echo $ac_n "checking for _qfpclass declaration""... $ac_c" 1>&6
11546 echo "configure:11547: checking for _qfpclass declaration" >&5
11547 if eval "test \"`echo '$''{'glibcpp_cv_func__qfpclass_use'+set}'`\" = set"; then
11548 echo $ac_n "(cached) $ac_c" 1>&6
11553 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11554 ac_cpp
='$CXXCPP $CPPFLAGS'
11555 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11556 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11557 cross_compiling
=$ac_cv_prog_cxx_cross
11559 cat > conftest.
$ac_ext <<EOF
11560 #line 11561 "configure"
11561 #include "confdefs.h"
11567 if { (eval echo configure
:11568: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11569 glibcpp_cv_func__qfpclass_use
=yes
11571 echo "configure: failed program was:" >&5
11572 cat conftest.
$ac_ext >&5
11574 glibcpp_cv_func__qfpclass_use
=no
11578 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11579 ac_cpp
='$CPP $CPPFLAGS'
11580 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11581 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11582 cross_compiling
=$ac_cv_prog_cc_cross
11587 echo "$ac_t""$glibcpp_cv_func__qfpclass_use" 1>&6
11588 if test x
$glibcpp_cv_func__qfpclass_use = x
"yes"; then
11589 for ac_func
in _qfpclass
11591 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11592 echo "configure:11593: checking for $ac_func" >&5
11593 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11594 echo $ac_n "(cached) $ac_c" 1>&6
11596 cat > conftest.
$ac_ext <<EOF
11597 #line 11598 "configure"
11598 #include "confdefs.h"
11599 /* System header to define __stub macros and hopefully few prototypes,
11600 which can conflict with char $ac_func(); below. */
11601 #include <assert.h>
11602 /* Override any gcc2 internal prototype to avoid an error. */
11603 /* We use char because int might match the return type of a gcc2
11604 builtin and then its argument prototype would still apply. */
11609 /* The GNU C library defines this for functions which it implements
11610 to always fail with ENOSYS. Some functions are actually named
11611 something starting with __ and the normal name is an alias. */
11612 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11620 if { (eval echo configure
:11621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11622 eval "ac_cv_func_$ac_func=yes"
11624 echo "configure: failed program was:" >&5
11625 cat conftest.
$ac_ext >&5
11627 eval "ac_cv_func_$ac_func=no"
11632 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11633 echo "$ac_t""yes" 1>&6
11634 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11635 cat >> confdefs.h
<<EOF
11636 #define $ac_tr_func 1
11640 echo "$ac_t""no" 1>&6
11648 echo $ac_n "checking for _isnanf declaration""... $ac_c" 1>&6
11649 echo "configure:11650: checking for _isnanf declaration" >&5
11650 if eval "test \"`echo '$''{'glibcpp_cv_func__isnanf_use'+set}'`\" = set"; then
11651 echo $ac_n "(cached) $ac_c" 1>&6
11656 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11657 ac_cpp
='$CXXCPP $CPPFLAGS'
11658 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11659 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11660 cross_compiling
=$ac_cv_prog_cxx_cross
11662 cat > conftest.
$ac_ext <<EOF
11663 #line 11664 "configure"
11664 #include "confdefs.h"
11670 if { (eval echo configure
:11671: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11672 glibcpp_cv_func__isnanf_use
=yes
11674 echo "configure: failed program was:" >&5
11675 cat conftest.
$ac_ext >&5
11677 glibcpp_cv_func__isnanf_use
=no
11681 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11682 ac_cpp
='$CPP $CPPFLAGS'
11683 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11684 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11685 cross_compiling
=$ac_cv_prog_cc_cross
11690 echo "$ac_t""$glibcpp_cv_func__isnanf_use" 1>&6
11691 if test x
$glibcpp_cv_func__isnanf_use = x
"yes"; then
11692 for ac_func
in _isnanf
11694 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11695 echo "configure:11696: checking for $ac_func" >&5
11696 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11697 echo $ac_n "(cached) $ac_c" 1>&6
11699 cat > conftest.
$ac_ext <<EOF
11700 #line 11701 "configure"
11701 #include "confdefs.h"
11702 /* System header to define __stub macros and hopefully few prototypes,
11703 which can conflict with char $ac_func(); below. */
11704 #include <assert.h>
11705 /* Override any gcc2 internal prototype to avoid an error. */
11706 /* We use char because int might match the return type of a gcc2
11707 builtin and then its argument prototype would still apply. */
11712 /* The GNU C library defines this for functions which it implements
11713 to always fail with ENOSYS. Some functions are actually named
11714 something starting with __ and the normal name is an alias. */
11715 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11723 if { (eval echo configure
:11724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11725 eval "ac_cv_func_$ac_func=yes"
11727 echo "configure: failed program was:" >&5
11728 cat conftest.
$ac_ext >&5
11730 eval "ac_cv_func_$ac_func=no"
11735 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11736 echo "$ac_t""yes" 1>&6
11737 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11738 cat >> confdefs.h
<<EOF
11739 #define $ac_tr_func 1
11743 echo "$ac_t""no" 1>&6
11750 echo $ac_n "checking for _isinff declaration""... $ac_c" 1>&6
11751 echo "configure:11752: checking for _isinff declaration" >&5
11752 if eval "test \"`echo '$''{'glibcpp_cv_func__isinff_use'+set}'`\" = set"; then
11753 echo $ac_n "(cached) $ac_c" 1>&6
11758 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11759 ac_cpp
='$CXXCPP $CPPFLAGS'
11760 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11761 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11762 cross_compiling
=$ac_cv_prog_cxx_cross
11764 cat > conftest.
$ac_ext <<EOF
11765 #line 11766 "configure"
11766 #include "confdefs.h"
11772 if { (eval echo configure
:11773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11774 glibcpp_cv_func__isinff_use
=yes
11776 echo "configure: failed program was:" >&5
11777 cat conftest.
$ac_ext >&5
11779 glibcpp_cv_func__isinff_use
=no
11783 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11784 ac_cpp
='$CPP $CPPFLAGS'
11785 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11786 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11787 cross_compiling
=$ac_cv_prog_cc_cross
11792 echo "$ac_t""$glibcpp_cv_func__isinff_use" 1>&6
11793 if test x
$glibcpp_cv_func__isinff_use = x
"yes"; then
11794 for ac_func
in _isinff
11796 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11797 echo "configure:11798: checking for $ac_func" >&5
11798 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11799 echo $ac_n "(cached) $ac_c" 1>&6
11801 cat > conftest.
$ac_ext <<EOF
11802 #line 11803 "configure"
11803 #include "confdefs.h"
11804 /* System header to define __stub macros and hopefully few prototypes,
11805 which can conflict with char $ac_func(); below. */
11806 #include <assert.h>
11807 /* Override any gcc2 internal prototype to avoid an error. */
11808 /* We use char because int might match the return type of a gcc2
11809 builtin and then its argument prototype would still apply. */
11814 /* The GNU C library defines this for functions which it implements
11815 to always fail with ENOSYS. Some functions are actually named
11816 something starting with __ and the normal name is an alias. */
11817 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11825 if { (eval echo configure
:11826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11827 eval "ac_cv_func_$ac_func=yes"
11829 echo "configure: failed program was:" >&5
11830 cat conftest.
$ac_ext >&5
11832 eval "ac_cv_func_$ac_func=no"
11837 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11838 echo "$ac_t""yes" 1>&6
11839 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11840 cat >> confdefs.h
<<EOF
11841 #define $ac_tr_func 1
11845 echo "$ac_t""no" 1>&6
11852 echo $ac_n "checking for _acosf declaration""... $ac_c" 1>&6
11853 echo "configure:11854: checking for _acosf declaration" >&5
11854 if eval "test \"`echo '$''{'glibcpp_cv_func__acosf_use'+set}'`\" = set"; then
11855 echo $ac_n "(cached) $ac_c" 1>&6
11860 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11861 ac_cpp
='$CXXCPP $CPPFLAGS'
11862 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11863 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11864 cross_compiling
=$ac_cv_prog_cxx_cross
11866 cat > conftest.
$ac_ext <<EOF
11867 #line 11868 "configure"
11868 #include "confdefs.h"
11874 if { (eval echo configure
:11875: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11876 glibcpp_cv_func__acosf_use
=yes
11878 echo "configure: failed program was:" >&5
11879 cat conftest.
$ac_ext >&5
11881 glibcpp_cv_func__acosf_use
=no
11885 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11886 ac_cpp
='$CPP $CPPFLAGS'
11887 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11888 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11889 cross_compiling
=$ac_cv_prog_cc_cross
11894 echo "$ac_t""$glibcpp_cv_func__acosf_use" 1>&6
11895 if test x
$glibcpp_cv_func__acosf_use = x
"yes"; then
11896 for ac_func
in _acosf
11898 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11899 echo "configure:11900: checking for $ac_func" >&5
11900 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11901 echo $ac_n "(cached) $ac_c" 1>&6
11903 cat > conftest.
$ac_ext <<EOF
11904 #line 11905 "configure"
11905 #include "confdefs.h"
11906 /* System header to define __stub macros and hopefully few prototypes,
11907 which can conflict with char $ac_func(); below. */
11908 #include <assert.h>
11909 /* Override any gcc2 internal prototype to avoid an error. */
11910 /* We use char because int might match the return type of a gcc2
11911 builtin and then its argument prototype would still apply. */
11916 /* The GNU C library defines this for functions which it implements
11917 to always fail with ENOSYS. Some functions are actually named
11918 something starting with __ and the normal name is an alias. */
11919 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11927 if { (eval echo configure
:11928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11929 eval "ac_cv_func_$ac_func=yes"
11931 echo "configure: failed program was:" >&5
11932 cat conftest.
$ac_ext >&5
11934 eval "ac_cv_func_$ac_func=no"
11939 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11940 echo "$ac_t""yes" 1>&6
11941 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11942 cat >> confdefs.h
<<EOF
11943 #define $ac_tr_func 1
11947 echo "$ac_t""no" 1>&6
11954 echo $ac_n "checking for _asinf declaration""... $ac_c" 1>&6
11955 echo "configure:11956: checking for _asinf declaration" >&5
11956 if eval "test \"`echo '$''{'glibcpp_cv_func__asinf_use'+set}'`\" = set"; then
11957 echo $ac_n "(cached) $ac_c" 1>&6
11962 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11963 ac_cpp
='$CXXCPP $CPPFLAGS'
11964 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11965 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11966 cross_compiling
=$ac_cv_prog_cxx_cross
11968 cat > conftest.
$ac_ext <<EOF
11969 #line 11970 "configure"
11970 #include "confdefs.h"
11976 if { (eval echo configure
:11977: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11978 glibcpp_cv_func__asinf_use
=yes
11980 echo "configure: failed program was:" >&5
11981 cat conftest.
$ac_ext >&5
11983 glibcpp_cv_func__asinf_use
=no
11987 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11988 ac_cpp
='$CPP $CPPFLAGS'
11989 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11990 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11991 cross_compiling
=$ac_cv_prog_cc_cross
11996 echo "$ac_t""$glibcpp_cv_func__asinf_use" 1>&6
11997 if test x
$glibcpp_cv_func__asinf_use = x
"yes"; then
11998 for ac_func
in _asinf
12000 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12001 echo "configure:12002: checking for $ac_func" >&5
12002 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12003 echo $ac_n "(cached) $ac_c" 1>&6
12005 cat > conftest.
$ac_ext <<EOF
12006 #line 12007 "configure"
12007 #include "confdefs.h"
12008 /* System header to define __stub macros and hopefully few prototypes,
12009 which can conflict with char $ac_func(); below. */
12010 #include <assert.h>
12011 /* Override any gcc2 internal prototype to avoid an error. */
12012 /* We use char because int might match the return type of a gcc2
12013 builtin and then its argument prototype would still apply. */
12018 /* The GNU C library defines this for functions which it implements
12019 to always fail with ENOSYS. Some functions are actually named
12020 something starting with __ and the normal name is an alias. */
12021 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12029 if { (eval echo configure
:12030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12031 eval "ac_cv_func_$ac_func=yes"
12033 echo "configure: failed program was:" >&5
12034 cat conftest.
$ac_ext >&5
12036 eval "ac_cv_func_$ac_func=no"
12041 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12042 echo "$ac_t""yes" 1>&6
12043 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12044 cat >> confdefs.h
<<EOF
12045 #define $ac_tr_func 1
12049 echo "$ac_t""no" 1>&6
12056 echo $ac_n "checking for _atanf declaration""... $ac_c" 1>&6
12057 echo "configure:12058: checking for _atanf declaration" >&5
12058 if eval "test \"`echo '$''{'glibcpp_cv_func__atanf_use'+set}'`\" = set"; then
12059 echo $ac_n "(cached) $ac_c" 1>&6
12064 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12065 ac_cpp
='$CXXCPP $CPPFLAGS'
12066 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12067 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12068 cross_compiling
=$ac_cv_prog_cxx_cross
12070 cat > conftest.
$ac_ext <<EOF
12071 #line 12072 "configure"
12072 #include "confdefs.h"
12078 if { (eval echo configure
:12079: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12080 glibcpp_cv_func__atanf_use
=yes
12082 echo "configure: failed program was:" >&5
12083 cat conftest.
$ac_ext >&5
12085 glibcpp_cv_func__atanf_use
=no
12089 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12090 ac_cpp
='$CPP $CPPFLAGS'
12091 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12092 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12093 cross_compiling
=$ac_cv_prog_cc_cross
12098 echo "$ac_t""$glibcpp_cv_func__atanf_use" 1>&6
12099 if test x
$glibcpp_cv_func__atanf_use = x
"yes"; then
12100 for ac_func
in _atanf
12102 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12103 echo "configure:12104: checking for $ac_func" >&5
12104 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12105 echo $ac_n "(cached) $ac_c" 1>&6
12107 cat > conftest.
$ac_ext <<EOF
12108 #line 12109 "configure"
12109 #include "confdefs.h"
12110 /* System header to define __stub macros and hopefully few prototypes,
12111 which can conflict with char $ac_func(); below. */
12112 #include <assert.h>
12113 /* Override any gcc2 internal prototype to avoid an error. */
12114 /* We use char because int might match the return type of a gcc2
12115 builtin and then its argument prototype would still apply. */
12120 /* The GNU C library defines this for functions which it implements
12121 to always fail with ENOSYS. Some functions are actually named
12122 something starting with __ and the normal name is an alias. */
12123 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12131 if { (eval echo configure
:12132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12133 eval "ac_cv_func_$ac_func=yes"
12135 echo "configure: failed program was:" >&5
12136 cat conftest.
$ac_ext >&5
12138 eval "ac_cv_func_$ac_func=no"
12143 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12144 echo "$ac_t""yes" 1>&6
12145 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12146 cat >> confdefs.h
<<EOF
12147 #define $ac_tr_func 1
12151 echo "$ac_t""no" 1>&6
12158 echo $ac_n "checking for _atan2f declaration""... $ac_c" 1>&6
12159 echo "configure:12160: checking for _atan2f declaration" >&5
12160 if eval "test \"`echo '$''{'glibcpp_cv_func__atan2f_use'+set}'`\" = set"; then
12161 echo $ac_n "(cached) $ac_c" 1>&6
12166 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12167 ac_cpp
='$CXXCPP $CPPFLAGS'
12168 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12169 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12170 cross_compiling
=$ac_cv_prog_cxx_cross
12172 cat > conftest.
$ac_ext <<EOF
12173 #line 12174 "configure"
12174 #include "confdefs.h"
12180 if { (eval echo configure
:12181: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12182 glibcpp_cv_func__atan2f_use
=yes
12184 echo "configure: failed program was:" >&5
12185 cat conftest.
$ac_ext >&5
12187 glibcpp_cv_func__atan2f_use
=no
12191 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12192 ac_cpp
='$CPP $CPPFLAGS'
12193 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12194 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12195 cross_compiling
=$ac_cv_prog_cc_cross
12200 echo "$ac_t""$glibcpp_cv_func__atan2f_use" 1>&6
12201 if test x
$glibcpp_cv_func__atan2f_use = x
"yes"; then
12202 for ac_func
in _atan2f
12204 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12205 echo "configure:12206: checking for $ac_func" >&5
12206 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12207 echo $ac_n "(cached) $ac_c" 1>&6
12209 cat > conftest.
$ac_ext <<EOF
12210 #line 12211 "configure"
12211 #include "confdefs.h"
12212 /* System header to define __stub macros and hopefully few prototypes,
12213 which can conflict with char $ac_func(); below. */
12214 #include <assert.h>
12215 /* Override any gcc2 internal prototype to avoid an error. */
12216 /* We use char because int might match the return type of a gcc2
12217 builtin and then its argument prototype would still apply. */
12222 /* The GNU C library defines this for functions which it implements
12223 to always fail with ENOSYS. Some functions are actually named
12224 something starting with __ and the normal name is an alias. */
12225 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12233 if { (eval echo configure
:12234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12235 eval "ac_cv_func_$ac_func=yes"
12237 echo "configure: failed program was:" >&5
12238 cat conftest.
$ac_ext >&5
12240 eval "ac_cv_func_$ac_func=no"
12245 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12246 echo "$ac_t""yes" 1>&6
12247 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12248 cat >> confdefs.h
<<EOF
12249 #define $ac_tr_func 1
12253 echo "$ac_t""no" 1>&6
12260 echo $ac_n "checking for _ceilf declaration""... $ac_c" 1>&6
12261 echo "configure:12262: checking for _ceilf declaration" >&5
12262 if eval "test \"`echo '$''{'glibcpp_cv_func__ceilf_use'+set}'`\" = set"; then
12263 echo $ac_n "(cached) $ac_c" 1>&6
12268 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12269 ac_cpp
='$CXXCPP $CPPFLAGS'
12270 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12271 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12272 cross_compiling
=$ac_cv_prog_cxx_cross
12274 cat > conftest.
$ac_ext <<EOF
12275 #line 12276 "configure"
12276 #include "confdefs.h"
12282 if { (eval echo configure
:12283: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12284 glibcpp_cv_func__ceilf_use
=yes
12286 echo "configure: failed program was:" >&5
12287 cat conftest.
$ac_ext >&5
12289 glibcpp_cv_func__ceilf_use
=no
12293 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12294 ac_cpp
='$CPP $CPPFLAGS'
12295 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12296 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12297 cross_compiling
=$ac_cv_prog_cc_cross
12302 echo "$ac_t""$glibcpp_cv_func__ceilf_use" 1>&6
12303 if test x
$glibcpp_cv_func__ceilf_use = x
"yes"; then
12304 for ac_func
in _ceilf
12306 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12307 echo "configure:12308: checking for $ac_func" >&5
12308 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12309 echo $ac_n "(cached) $ac_c" 1>&6
12311 cat > conftest.
$ac_ext <<EOF
12312 #line 12313 "configure"
12313 #include "confdefs.h"
12314 /* System header to define __stub macros and hopefully few prototypes,
12315 which can conflict with char $ac_func(); below. */
12316 #include <assert.h>
12317 /* Override any gcc2 internal prototype to avoid an error. */
12318 /* We use char because int might match the return type of a gcc2
12319 builtin and then its argument prototype would still apply. */
12324 /* The GNU C library defines this for functions which it implements
12325 to always fail with ENOSYS. Some functions are actually named
12326 something starting with __ and the normal name is an alias. */
12327 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12335 if { (eval echo configure
:12336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12337 eval "ac_cv_func_$ac_func=yes"
12339 echo "configure: failed program was:" >&5
12340 cat conftest.
$ac_ext >&5
12342 eval "ac_cv_func_$ac_func=no"
12347 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12348 echo "$ac_t""yes" 1>&6
12349 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12350 cat >> confdefs.h
<<EOF
12351 #define $ac_tr_func 1
12355 echo "$ac_t""no" 1>&6
12362 echo $ac_n "checking for _cosf declaration""... $ac_c" 1>&6
12363 echo "configure:12364: checking for _cosf declaration" >&5
12364 if eval "test \"`echo '$''{'glibcpp_cv_func__cosf_use'+set}'`\" = set"; then
12365 echo $ac_n "(cached) $ac_c" 1>&6
12370 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12371 ac_cpp
='$CXXCPP $CPPFLAGS'
12372 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12373 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12374 cross_compiling
=$ac_cv_prog_cxx_cross
12376 cat > conftest.
$ac_ext <<EOF
12377 #line 12378 "configure"
12378 #include "confdefs.h"
12384 if { (eval echo configure
:12385: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12386 glibcpp_cv_func__cosf_use
=yes
12388 echo "configure: failed program was:" >&5
12389 cat conftest.
$ac_ext >&5
12391 glibcpp_cv_func__cosf_use
=no
12395 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12396 ac_cpp
='$CPP $CPPFLAGS'
12397 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12398 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12399 cross_compiling
=$ac_cv_prog_cc_cross
12404 echo "$ac_t""$glibcpp_cv_func__cosf_use" 1>&6
12405 if test x
$glibcpp_cv_func__cosf_use = x
"yes"; then
12406 for ac_func
in _cosf
12408 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12409 echo "configure:12410: checking for $ac_func" >&5
12410 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12411 echo $ac_n "(cached) $ac_c" 1>&6
12413 cat > conftest.
$ac_ext <<EOF
12414 #line 12415 "configure"
12415 #include "confdefs.h"
12416 /* System header to define __stub macros and hopefully few prototypes,
12417 which can conflict with char $ac_func(); below. */
12418 #include <assert.h>
12419 /* Override any gcc2 internal prototype to avoid an error. */
12420 /* We use char because int might match the return type of a gcc2
12421 builtin and then its argument prototype would still apply. */
12426 /* The GNU C library defines this for functions which it implements
12427 to always fail with ENOSYS. Some functions are actually named
12428 something starting with __ and the normal name is an alias. */
12429 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12437 if { (eval echo configure
:12438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12439 eval "ac_cv_func_$ac_func=yes"
12441 echo "configure: failed program was:" >&5
12442 cat conftest.
$ac_ext >&5
12444 eval "ac_cv_func_$ac_func=no"
12449 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12450 echo "$ac_t""yes" 1>&6
12451 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12452 cat >> confdefs.h
<<EOF
12453 #define $ac_tr_func 1
12457 echo "$ac_t""no" 1>&6
12464 echo $ac_n "checking for _coshf declaration""... $ac_c" 1>&6
12465 echo "configure:12466: checking for _coshf declaration" >&5
12466 if eval "test \"`echo '$''{'glibcpp_cv_func__coshf_use'+set}'`\" = set"; then
12467 echo $ac_n "(cached) $ac_c" 1>&6
12472 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12473 ac_cpp
='$CXXCPP $CPPFLAGS'
12474 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12475 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12476 cross_compiling
=$ac_cv_prog_cxx_cross
12478 cat > conftest.
$ac_ext <<EOF
12479 #line 12480 "configure"
12480 #include "confdefs.h"
12486 if { (eval echo configure
:12487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12488 glibcpp_cv_func__coshf_use
=yes
12490 echo "configure: failed program was:" >&5
12491 cat conftest.
$ac_ext >&5
12493 glibcpp_cv_func__coshf_use
=no
12497 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12498 ac_cpp
='$CPP $CPPFLAGS'
12499 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12500 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12501 cross_compiling
=$ac_cv_prog_cc_cross
12506 echo "$ac_t""$glibcpp_cv_func__coshf_use" 1>&6
12507 if test x
$glibcpp_cv_func__coshf_use = x
"yes"; then
12508 for ac_func
in _coshf
12510 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12511 echo "configure:12512: checking for $ac_func" >&5
12512 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12513 echo $ac_n "(cached) $ac_c" 1>&6
12515 cat > conftest.
$ac_ext <<EOF
12516 #line 12517 "configure"
12517 #include "confdefs.h"
12518 /* System header to define __stub macros and hopefully few prototypes,
12519 which can conflict with char $ac_func(); below. */
12520 #include <assert.h>
12521 /* Override any gcc2 internal prototype to avoid an error. */
12522 /* We use char because int might match the return type of a gcc2
12523 builtin and then its argument prototype would still apply. */
12528 /* The GNU C library defines this for functions which it implements
12529 to always fail with ENOSYS. Some functions are actually named
12530 something starting with __ and the normal name is an alias. */
12531 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12539 if { (eval echo configure
:12540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12541 eval "ac_cv_func_$ac_func=yes"
12543 echo "configure: failed program was:" >&5
12544 cat conftest.
$ac_ext >&5
12546 eval "ac_cv_func_$ac_func=no"
12551 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12552 echo "$ac_t""yes" 1>&6
12553 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12554 cat >> confdefs.h
<<EOF
12555 #define $ac_tr_func 1
12559 echo "$ac_t""no" 1>&6
12566 echo $ac_n "checking for _expf declaration""... $ac_c" 1>&6
12567 echo "configure:12568: checking for _expf declaration" >&5
12568 if eval "test \"`echo '$''{'glibcpp_cv_func__expf_use'+set}'`\" = set"; then
12569 echo $ac_n "(cached) $ac_c" 1>&6
12574 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12575 ac_cpp
='$CXXCPP $CPPFLAGS'
12576 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12577 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12578 cross_compiling
=$ac_cv_prog_cxx_cross
12580 cat > conftest.
$ac_ext <<EOF
12581 #line 12582 "configure"
12582 #include "confdefs.h"
12588 if { (eval echo configure
:12589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12590 glibcpp_cv_func__expf_use
=yes
12592 echo "configure: failed program was:" >&5
12593 cat conftest.
$ac_ext >&5
12595 glibcpp_cv_func__expf_use
=no
12599 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12600 ac_cpp
='$CPP $CPPFLAGS'
12601 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12602 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12603 cross_compiling
=$ac_cv_prog_cc_cross
12608 echo "$ac_t""$glibcpp_cv_func__expf_use" 1>&6
12609 if test x
$glibcpp_cv_func__expf_use = x
"yes"; then
12610 for ac_func
in _expf
12612 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12613 echo "configure:12614: checking for $ac_func" >&5
12614 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12615 echo $ac_n "(cached) $ac_c" 1>&6
12617 cat > conftest.
$ac_ext <<EOF
12618 #line 12619 "configure"
12619 #include "confdefs.h"
12620 /* System header to define __stub macros and hopefully few prototypes,
12621 which can conflict with char $ac_func(); below. */
12622 #include <assert.h>
12623 /* Override any gcc2 internal prototype to avoid an error. */
12624 /* We use char because int might match the return type of a gcc2
12625 builtin and then its argument prototype would still apply. */
12630 /* The GNU C library defines this for functions which it implements
12631 to always fail with ENOSYS. Some functions are actually named
12632 something starting with __ and the normal name is an alias. */
12633 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12641 if { (eval echo configure
:12642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12643 eval "ac_cv_func_$ac_func=yes"
12645 echo "configure: failed program was:" >&5
12646 cat conftest.
$ac_ext >&5
12648 eval "ac_cv_func_$ac_func=no"
12653 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12654 echo "$ac_t""yes" 1>&6
12655 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12656 cat >> confdefs.h
<<EOF
12657 #define $ac_tr_func 1
12661 echo "$ac_t""no" 1>&6
12668 echo $ac_n "checking for _fabsf declaration""... $ac_c" 1>&6
12669 echo "configure:12670: checking for _fabsf declaration" >&5
12670 if eval "test \"`echo '$''{'glibcpp_cv_func__fabsf_use'+set}'`\" = set"; then
12671 echo $ac_n "(cached) $ac_c" 1>&6
12676 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12677 ac_cpp
='$CXXCPP $CPPFLAGS'
12678 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12679 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12680 cross_compiling
=$ac_cv_prog_cxx_cross
12682 cat > conftest.
$ac_ext <<EOF
12683 #line 12684 "configure"
12684 #include "confdefs.h"
12690 if { (eval echo configure
:12691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12692 glibcpp_cv_func__fabsf_use
=yes
12694 echo "configure: failed program was:" >&5
12695 cat conftest.
$ac_ext >&5
12697 glibcpp_cv_func__fabsf_use
=no
12701 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12702 ac_cpp
='$CPP $CPPFLAGS'
12703 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12704 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12705 cross_compiling
=$ac_cv_prog_cc_cross
12710 echo "$ac_t""$glibcpp_cv_func__fabsf_use" 1>&6
12711 if test x
$glibcpp_cv_func__fabsf_use = x
"yes"; then
12712 for ac_func
in _fabsf
12714 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12715 echo "configure:12716: checking for $ac_func" >&5
12716 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12717 echo $ac_n "(cached) $ac_c" 1>&6
12719 cat > conftest.
$ac_ext <<EOF
12720 #line 12721 "configure"
12721 #include "confdefs.h"
12722 /* System header to define __stub macros and hopefully few prototypes,
12723 which can conflict with char $ac_func(); below. */
12724 #include <assert.h>
12725 /* Override any gcc2 internal prototype to avoid an error. */
12726 /* We use char because int might match the return type of a gcc2
12727 builtin and then its argument prototype would still apply. */
12732 /* The GNU C library defines this for functions which it implements
12733 to always fail with ENOSYS. Some functions are actually named
12734 something starting with __ and the normal name is an alias. */
12735 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12743 if { (eval echo configure
:12744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12745 eval "ac_cv_func_$ac_func=yes"
12747 echo "configure: failed program was:" >&5
12748 cat conftest.
$ac_ext >&5
12750 eval "ac_cv_func_$ac_func=no"
12755 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12756 echo "$ac_t""yes" 1>&6
12757 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12758 cat >> confdefs.h
<<EOF
12759 #define $ac_tr_func 1
12763 echo "$ac_t""no" 1>&6
12770 echo $ac_n "checking for _floorf declaration""... $ac_c" 1>&6
12771 echo "configure:12772: checking for _floorf declaration" >&5
12772 if eval "test \"`echo '$''{'glibcpp_cv_func__floorf_use'+set}'`\" = set"; then
12773 echo $ac_n "(cached) $ac_c" 1>&6
12778 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12779 ac_cpp
='$CXXCPP $CPPFLAGS'
12780 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12781 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12782 cross_compiling
=$ac_cv_prog_cxx_cross
12784 cat > conftest.
$ac_ext <<EOF
12785 #line 12786 "configure"
12786 #include "confdefs.h"
12792 if { (eval echo configure
:12793: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12794 glibcpp_cv_func__floorf_use
=yes
12796 echo "configure: failed program was:" >&5
12797 cat conftest.
$ac_ext >&5
12799 glibcpp_cv_func__floorf_use
=no
12803 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12804 ac_cpp
='$CPP $CPPFLAGS'
12805 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12806 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12807 cross_compiling
=$ac_cv_prog_cc_cross
12812 echo "$ac_t""$glibcpp_cv_func__floorf_use" 1>&6
12813 if test x
$glibcpp_cv_func__floorf_use = x
"yes"; then
12814 for ac_func
in _floorf
12816 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12817 echo "configure:12818: checking for $ac_func" >&5
12818 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12819 echo $ac_n "(cached) $ac_c" 1>&6
12821 cat > conftest.
$ac_ext <<EOF
12822 #line 12823 "configure"
12823 #include "confdefs.h"
12824 /* System header to define __stub macros and hopefully few prototypes,
12825 which can conflict with char $ac_func(); below. */
12826 #include <assert.h>
12827 /* Override any gcc2 internal prototype to avoid an error. */
12828 /* We use char because int might match the return type of a gcc2
12829 builtin and then its argument prototype would still apply. */
12834 /* The GNU C library defines this for functions which it implements
12835 to always fail with ENOSYS. Some functions are actually named
12836 something starting with __ and the normal name is an alias. */
12837 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12845 if { (eval echo configure
:12846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12847 eval "ac_cv_func_$ac_func=yes"
12849 echo "configure: failed program was:" >&5
12850 cat conftest.
$ac_ext >&5
12852 eval "ac_cv_func_$ac_func=no"
12857 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12858 echo "$ac_t""yes" 1>&6
12859 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12860 cat >> confdefs.h
<<EOF
12861 #define $ac_tr_func 1
12865 echo "$ac_t""no" 1>&6
12872 echo $ac_n "checking for _fmodf declaration""... $ac_c" 1>&6
12873 echo "configure:12874: checking for _fmodf declaration" >&5
12874 if eval "test \"`echo '$''{'glibcpp_cv_func__fmodf_use'+set}'`\" = set"; then
12875 echo $ac_n "(cached) $ac_c" 1>&6
12880 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12881 ac_cpp
='$CXXCPP $CPPFLAGS'
12882 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12883 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12884 cross_compiling
=$ac_cv_prog_cxx_cross
12886 cat > conftest.
$ac_ext <<EOF
12887 #line 12888 "configure"
12888 #include "confdefs.h"
12894 if { (eval echo configure
:12895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12896 glibcpp_cv_func__fmodf_use
=yes
12898 echo "configure: failed program was:" >&5
12899 cat conftest.
$ac_ext >&5
12901 glibcpp_cv_func__fmodf_use
=no
12905 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12906 ac_cpp
='$CPP $CPPFLAGS'
12907 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12908 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12909 cross_compiling
=$ac_cv_prog_cc_cross
12914 echo "$ac_t""$glibcpp_cv_func__fmodf_use" 1>&6
12915 if test x
$glibcpp_cv_func__fmodf_use = x
"yes"; then
12916 for ac_func
in _fmodf
12918 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12919 echo "configure:12920: checking for $ac_func" >&5
12920 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12921 echo $ac_n "(cached) $ac_c" 1>&6
12923 cat > conftest.
$ac_ext <<EOF
12924 #line 12925 "configure"
12925 #include "confdefs.h"
12926 /* System header to define __stub macros and hopefully few prototypes,
12927 which can conflict with char $ac_func(); below. */
12928 #include <assert.h>
12929 /* Override any gcc2 internal prototype to avoid an error. */
12930 /* We use char because int might match the return type of a gcc2
12931 builtin and then its argument prototype would still apply. */
12936 /* The GNU C library defines this for functions which it implements
12937 to always fail with ENOSYS. Some functions are actually named
12938 something starting with __ and the normal name is an alias. */
12939 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12947 if { (eval echo configure
:12948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12949 eval "ac_cv_func_$ac_func=yes"
12951 echo "configure: failed program was:" >&5
12952 cat conftest.
$ac_ext >&5
12954 eval "ac_cv_func_$ac_func=no"
12959 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12960 echo "$ac_t""yes" 1>&6
12961 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12962 cat >> confdefs.h
<<EOF
12963 #define $ac_tr_func 1
12967 echo "$ac_t""no" 1>&6
12974 echo $ac_n "checking for _frexpf declaration""... $ac_c" 1>&6
12975 echo "configure:12976: checking for _frexpf declaration" >&5
12976 if eval "test \"`echo '$''{'glibcpp_cv_func__frexpf_use'+set}'`\" = set"; then
12977 echo $ac_n "(cached) $ac_c" 1>&6
12982 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12983 ac_cpp
='$CXXCPP $CPPFLAGS'
12984 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12985 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12986 cross_compiling
=$ac_cv_prog_cxx_cross
12988 cat > conftest.
$ac_ext <<EOF
12989 #line 12990 "configure"
12990 #include "confdefs.h"
12996 if { (eval echo configure
:12997: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12998 glibcpp_cv_func__frexpf_use
=yes
13000 echo "configure: failed program was:" >&5
13001 cat conftest.
$ac_ext >&5
13003 glibcpp_cv_func__frexpf_use
=no
13007 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13008 ac_cpp
='$CPP $CPPFLAGS'
13009 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13010 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13011 cross_compiling
=$ac_cv_prog_cc_cross
13016 echo "$ac_t""$glibcpp_cv_func__frexpf_use" 1>&6
13017 if test x
$glibcpp_cv_func__frexpf_use = x
"yes"; then
13018 for ac_func
in _frexpf
13020 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13021 echo "configure:13022: checking for $ac_func" >&5
13022 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13023 echo $ac_n "(cached) $ac_c" 1>&6
13025 cat > conftest.
$ac_ext <<EOF
13026 #line 13027 "configure"
13027 #include "confdefs.h"
13028 /* System header to define __stub macros and hopefully few prototypes,
13029 which can conflict with char $ac_func(); below. */
13030 #include <assert.h>
13031 /* Override any gcc2 internal prototype to avoid an error. */
13032 /* We use char because int might match the return type of a gcc2
13033 builtin and then its argument prototype would still apply. */
13038 /* The GNU C library defines this for functions which it implements
13039 to always fail with ENOSYS. Some functions are actually named
13040 something starting with __ and the normal name is an alias. */
13041 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13049 if { (eval echo configure
:13050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13051 eval "ac_cv_func_$ac_func=yes"
13053 echo "configure: failed program was:" >&5
13054 cat conftest.
$ac_ext >&5
13056 eval "ac_cv_func_$ac_func=no"
13061 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13062 echo "$ac_t""yes" 1>&6
13063 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13064 cat >> confdefs.h
<<EOF
13065 #define $ac_tr_func 1
13069 echo "$ac_t""no" 1>&6
13076 echo $ac_n "checking for _ldexpf declaration""... $ac_c" 1>&6
13077 echo "configure:13078: checking for _ldexpf declaration" >&5
13078 if eval "test \"`echo '$''{'glibcpp_cv_func__ldexpf_use'+set}'`\" = set"; then
13079 echo $ac_n "(cached) $ac_c" 1>&6
13084 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13085 ac_cpp
='$CXXCPP $CPPFLAGS'
13086 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13087 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13088 cross_compiling
=$ac_cv_prog_cxx_cross
13090 cat > conftest.
$ac_ext <<EOF
13091 #line 13092 "configure"
13092 #include "confdefs.h"
13098 if { (eval echo configure
:13099: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13100 glibcpp_cv_func__ldexpf_use
=yes
13102 echo "configure: failed program was:" >&5
13103 cat conftest.
$ac_ext >&5
13105 glibcpp_cv_func__ldexpf_use
=no
13109 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13110 ac_cpp
='$CPP $CPPFLAGS'
13111 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13112 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13113 cross_compiling
=$ac_cv_prog_cc_cross
13118 echo "$ac_t""$glibcpp_cv_func__ldexpf_use" 1>&6
13119 if test x
$glibcpp_cv_func__ldexpf_use = x
"yes"; then
13120 for ac_func
in _ldexpf
13122 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13123 echo "configure:13124: checking for $ac_func" >&5
13124 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13125 echo $ac_n "(cached) $ac_c" 1>&6
13127 cat > conftest.
$ac_ext <<EOF
13128 #line 13129 "configure"
13129 #include "confdefs.h"
13130 /* System header to define __stub macros and hopefully few prototypes,
13131 which can conflict with char $ac_func(); below. */
13132 #include <assert.h>
13133 /* Override any gcc2 internal prototype to avoid an error. */
13134 /* We use char because int might match the return type of a gcc2
13135 builtin and then its argument prototype would still apply. */
13140 /* The GNU C library defines this for functions which it implements
13141 to always fail with ENOSYS. Some functions are actually named
13142 something starting with __ and the normal name is an alias. */
13143 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13151 if { (eval echo configure
:13152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13153 eval "ac_cv_func_$ac_func=yes"
13155 echo "configure: failed program was:" >&5
13156 cat conftest.
$ac_ext >&5
13158 eval "ac_cv_func_$ac_func=no"
13163 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13164 echo "$ac_t""yes" 1>&6
13165 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13166 cat >> confdefs.h
<<EOF
13167 #define $ac_tr_func 1
13171 echo "$ac_t""no" 1>&6
13178 echo $ac_n "checking for _logf declaration""... $ac_c" 1>&6
13179 echo "configure:13180: checking for _logf declaration" >&5
13180 if eval "test \"`echo '$''{'glibcpp_cv_func__logf_use'+set}'`\" = set"; then
13181 echo $ac_n "(cached) $ac_c" 1>&6
13186 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13187 ac_cpp
='$CXXCPP $CPPFLAGS'
13188 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13189 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13190 cross_compiling
=$ac_cv_prog_cxx_cross
13192 cat > conftest.
$ac_ext <<EOF
13193 #line 13194 "configure"
13194 #include "confdefs.h"
13200 if { (eval echo configure
:13201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13202 glibcpp_cv_func__logf_use
=yes
13204 echo "configure: failed program was:" >&5
13205 cat conftest.
$ac_ext >&5
13207 glibcpp_cv_func__logf_use
=no
13211 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13212 ac_cpp
='$CPP $CPPFLAGS'
13213 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13214 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13215 cross_compiling
=$ac_cv_prog_cc_cross
13220 echo "$ac_t""$glibcpp_cv_func__logf_use" 1>&6
13221 if test x
$glibcpp_cv_func__logf_use = x
"yes"; then
13222 for ac_func
in _logf
13224 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13225 echo "configure:13226: checking for $ac_func" >&5
13226 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13227 echo $ac_n "(cached) $ac_c" 1>&6
13229 cat > conftest.
$ac_ext <<EOF
13230 #line 13231 "configure"
13231 #include "confdefs.h"
13232 /* System header to define __stub macros and hopefully few prototypes,
13233 which can conflict with char $ac_func(); below. */
13234 #include <assert.h>
13235 /* Override any gcc2 internal prototype to avoid an error. */
13236 /* We use char because int might match the return type of a gcc2
13237 builtin and then its argument prototype would still apply. */
13242 /* The GNU C library defines this for functions which it implements
13243 to always fail with ENOSYS. Some functions are actually named
13244 something starting with __ and the normal name is an alias. */
13245 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13253 if { (eval echo configure
:13254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13255 eval "ac_cv_func_$ac_func=yes"
13257 echo "configure: failed program was:" >&5
13258 cat conftest.
$ac_ext >&5
13260 eval "ac_cv_func_$ac_func=no"
13265 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13266 echo "$ac_t""yes" 1>&6
13267 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13268 cat >> confdefs.h
<<EOF
13269 #define $ac_tr_func 1
13273 echo "$ac_t""no" 1>&6
13280 echo $ac_n "checking for _log10f declaration""... $ac_c" 1>&6
13281 echo "configure:13282: checking for _log10f declaration" >&5
13282 if eval "test \"`echo '$''{'glibcpp_cv_func__log10f_use'+set}'`\" = set"; then
13283 echo $ac_n "(cached) $ac_c" 1>&6
13288 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13289 ac_cpp
='$CXXCPP $CPPFLAGS'
13290 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13291 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13292 cross_compiling
=$ac_cv_prog_cxx_cross
13294 cat > conftest.
$ac_ext <<EOF
13295 #line 13296 "configure"
13296 #include "confdefs.h"
13302 if { (eval echo configure
:13303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13304 glibcpp_cv_func__log10f_use
=yes
13306 echo "configure: failed program was:" >&5
13307 cat conftest.
$ac_ext >&5
13309 glibcpp_cv_func__log10f_use
=no
13313 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13314 ac_cpp
='$CPP $CPPFLAGS'
13315 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13316 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13317 cross_compiling
=$ac_cv_prog_cc_cross
13322 echo "$ac_t""$glibcpp_cv_func__log10f_use" 1>&6
13323 if test x
$glibcpp_cv_func__log10f_use = x
"yes"; then
13324 for ac_func
in _log10f
13326 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13327 echo "configure:13328: checking for $ac_func" >&5
13328 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13329 echo $ac_n "(cached) $ac_c" 1>&6
13331 cat > conftest.
$ac_ext <<EOF
13332 #line 13333 "configure"
13333 #include "confdefs.h"
13334 /* System header to define __stub macros and hopefully few prototypes,
13335 which can conflict with char $ac_func(); below. */
13336 #include <assert.h>
13337 /* Override any gcc2 internal prototype to avoid an error. */
13338 /* We use char because int might match the return type of a gcc2
13339 builtin and then its argument prototype would still apply. */
13344 /* The GNU C library defines this for functions which it implements
13345 to always fail with ENOSYS. Some functions are actually named
13346 something starting with __ and the normal name is an alias. */
13347 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13355 if { (eval echo configure
:13356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13357 eval "ac_cv_func_$ac_func=yes"
13359 echo "configure: failed program was:" >&5
13360 cat conftest.
$ac_ext >&5
13362 eval "ac_cv_func_$ac_func=no"
13367 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13368 echo "$ac_t""yes" 1>&6
13369 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13370 cat >> confdefs.h
<<EOF
13371 #define $ac_tr_func 1
13375 echo "$ac_t""no" 1>&6
13382 echo $ac_n "checking for _modff declaration""... $ac_c" 1>&6
13383 echo "configure:13384: checking for _modff declaration" >&5
13384 if eval "test \"`echo '$''{'glibcpp_cv_func__modff_use'+set}'`\" = set"; then
13385 echo $ac_n "(cached) $ac_c" 1>&6
13390 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13391 ac_cpp
='$CXXCPP $CPPFLAGS'
13392 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13393 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13394 cross_compiling
=$ac_cv_prog_cxx_cross
13396 cat > conftest.
$ac_ext <<EOF
13397 #line 13398 "configure"
13398 #include "confdefs.h"
13404 if { (eval echo configure
:13405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13406 glibcpp_cv_func__modff_use
=yes
13408 echo "configure: failed program was:" >&5
13409 cat conftest.
$ac_ext >&5
13411 glibcpp_cv_func__modff_use
=no
13415 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13416 ac_cpp
='$CPP $CPPFLAGS'
13417 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13418 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13419 cross_compiling
=$ac_cv_prog_cc_cross
13424 echo "$ac_t""$glibcpp_cv_func__modff_use" 1>&6
13425 if test x
$glibcpp_cv_func__modff_use = x
"yes"; then
13426 for ac_func
in _modff
13428 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13429 echo "configure:13430: checking for $ac_func" >&5
13430 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13431 echo $ac_n "(cached) $ac_c" 1>&6
13433 cat > conftest.
$ac_ext <<EOF
13434 #line 13435 "configure"
13435 #include "confdefs.h"
13436 /* System header to define __stub macros and hopefully few prototypes,
13437 which can conflict with char $ac_func(); below. */
13438 #include <assert.h>
13439 /* Override any gcc2 internal prototype to avoid an error. */
13440 /* We use char because int might match the return type of a gcc2
13441 builtin and then its argument prototype would still apply. */
13446 /* The GNU C library defines this for functions which it implements
13447 to always fail with ENOSYS. Some functions are actually named
13448 something starting with __ and the normal name is an alias. */
13449 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13457 if { (eval echo configure
:13458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13459 eval "ac_cv_func_$ac_func=yes"
13461 echo "configure: failed program was:" >&5
13462 cat conftest.
$ac_ext >&5
13464 eval "ac_cv_func_$ac_func=no"
13469 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13470 echo "$ac_t""yes" 1>&6
13471 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13472 cat >> confdefs.h
<<EOF
13473 #define $ac_tr_func 1
13477 echo "$ac_t""no" 1>&6
13484 echo $ac_n "checking for _powf declaration""... $ac_c" 1>&6
13485 echo "configure:13486: checking for _powf declaration" >&5
13486 if eval "test \"`echo '$''{'glibcpp_cv_func__powf_use'+set}'`\" = set"; then
13487 echo $ac_n "(cached) $ac_c" 1>&6
13492 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13493 ac_cpp
='$CXXCPP $CPPFLAGS'
13494 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13495 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13496 cross_compiling
=$ac_cv_prog_cxx_cross
13498 cat > conftest.
$ac_ext <<EOF
13499 #line 13500 "configure"
13500 #include "confdefs.h"
13506 if { (eval echo configure
:13507: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13508 glibcpp_cv_func__powf_use
=yes
13510 echo "configure: failed program was:" >&5
13511 cat conftest.
$ac_ext >&5
13513 glibcpp_cv_func__powf_use
=no
13517 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13518 ac_cpp
='$CPP $CPPFLAGS'
13519 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13520 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13521 cross_compiling
=$ac_cv_prog_cc_cross
13526 echo "$ac_t""$glibcpp_cv_func__powf_use" 1>&6
13527 if test x
$glibcpp_cv_func__powf_use = x
"yes"; then
13528 for ac_func
in _powf
13530 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13531 echo "configure:13532: checking for $ac_func" >&5
13532 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13533 echo $ac_n "(cached) $ac_c" 1>&6
13535 cat > conftest.
$ac_ext <<EOF
13536 #line 13537 "configure"
13537 #include "confdefs.h"
13538 /* System header to define __stub macros and hopefully few prototypes,
13539 which can conflict with char $ac_func(); below. */
13540 #include <assert.h>
13541 /* Override any gcc2 internal prototype to avoid an error. */
13542 /* We use char because int might match the return type of a gcc2
13543 builtin and then its argument prototype would still apply. */
13548 /* The GNU C library defines this for functions which it implements
13549 to always fail with ENOSYS. Some functions are actually named
13550 something starting with __ and the normal name is an alias. */
13551 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13559 if { (eval echo configure
:13560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13561 eval "ac_cv_func_$ac_func=yes"
13563 echo "configure: failed program was:" >&5
13564 cat conftest.
$ac_ext >&5
13566 eval "ac_cv_func_$ac_func=no"
13571 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13572 echo "$ac_t""yes" 1>&6
13573 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13574 cat >> confdefs.h
<<EOF
13575 #define $ac_tr_func 1
13579 echo "$ac_t""no" 1>&6
13586 echo $ac_n "checking for _sinf declaration""... $ac_c" 1>&6
13587 echo "configure:13588: checking for _sinf declaration" >&5
13588 if eval "test \"`echo '$''{'glibcpp_cv_func__sinf_use'+set}'`\" = set"; then
13589 echo $ac_n "(cached) $ac_c" 1>&6
13594 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13595 ac_cpp
='$CXXCPP $CPPFLAGS'
13596 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13597 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13598 cross_compiling
=$ac_cv_prog_cxx_cross
13600 cat > conftest.
$ac_ext <<EOF
13601 #line 13602 "configure"
13602 #include "confdefs.h"
13608 if { (eval echo configure
:13609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13610 glibcpp_cv_func__sinf_use
=yes
13612 echo "configure: failed program was:" >&5
13613 cat conftest.
$ac_ext >&5
13615 glibcpp_cv_func__sinf_use
=no
13619 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13620 ac_cpp
='$CPP $CPPFLAGS'
13621 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13622 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13623 cross_compiling
=$ac_cv_prog_cc_cross
13628 echo "$ac_t""$glibcpp_cv_func__sinf_use" 1>&6
13629 if test x
$glibcpp_cv_func__sinf_use = x
"yes"; then
13630 for ac_func
in _sinf
13632 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13633 echo "configure:13634: checking for $ac_func" >&5
13634 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13635 echo $ac_n "(cached) $ac_c" 1>&6
13637 cat > conftest.
$ac_ext <<EOF
13638 #line 13639 "configure"
13639 #include "confdefs.h"
13640 /* System header to define __stub macros and hopefully few prototypes,
13641 which can conflict with char $ac_func(); below. */
13642 #include <assert.h>
13643 /* Override any gcc2 internal prototype to avoid an error. */
13644 /* We use char because int might match the return type of a gcc2
13645 builtin and then its argument prototype would still apply. */
13650 /* The GNU C library defines this for functions which it implements
13651 to always fail with ENOSYS. Some functions are actually named
13652 something starting with __ and the normal name is an alias. */
13653 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13661 if { (eval echo configure
:13662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13663 eval "ac_cv_func_$ac_func=yes"
13665 echo "configure: failed program was:" >&5
13666 cat conftest.
$ac_ext >&5
13668 eval "ac_cv_func_$ac_func=no"
13673 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13674 echo "$ac_t""yes" 1>&6
13675 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13676 cat >> confdefs.h
<<EOF
13677 #define $ac_tr_func 1
13681 echo "$ac_t""no" 1>&6
13688 echo $ac_n "checking for _sinhf declaration""... $ac_c" 1>&6
13689 echo "configure:13690: checking for _sinhf declaration" >&5
13690 if eval "test \"`echo '$''{'glibcpp_cv_func__sinhf_use'+set}'`\" = set"; then
13691 echo $ac_n "(cached) $ac_c" 1>&6
13696 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13697 ac_cpp
='$CXXCPP $CPPFLAGS'
13698 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13699 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13700 cross_compiling
=$ac_cv_prog_cxx_cross
13702 cat > conftest.
$ac_ext <<EOF
13703 #line 13704 "configure"
13704 #include "confdefs.h"
13710 if { (eval echo configure
:13711: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13712 glibcpp_cv_func__sinhf_use
=yes
13714 echo "configure: failed program was:" >&5
13715 cat conftest.
$ac_ext >&5
13717 glibcpp_cv_func__sinhf_use
=no
13721 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13722 ac_cpp
='$CPP $CPPFLAGS'
13723 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13724 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13725 cross_compiling
=$ac_cv_prog_cc_cross
13730 echo "$ac_t""$glibcpp_cv_func__sinhf_use" 1>&6
13731 if test x
$glibcpp_cv_func__sinhf_use = x
"yes"; then
13732 for ac_func
in _sinhf
13734 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13735 echo "configure:13736: checking for $ac_func" >&5
13736 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13737 echo $ac_n "(cached) $ac_c" 1>&6
13739 cat > conftest.
$ac_ext <<EOF
13740 #line 13741 "configure"
13741 #include "confdefs.h"
13742 /* System header to define __stub macros and hopefully few prototypes,
13743 which can conflict with char $ac_func(); below. */
13744 #include <assert.h>
13745 /* Override any gcc2 internal prototype to avoid an error. */
13746 /* We use char because int might match the return type of a gcc2
13747 builtin and then its argument prototype would still apply. */
13752 /* The GNU C library defines this for functions which it implements
13753 to always fail with ENOSYS. Some functions are actually named
13754 something starting with __ and the normal name is an alias. */
13755 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13763 if { (eval echo configure
:13764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13765 eval "ac_cv_func_$ac_func=yes"
13767 echo "configure: failed program was:" >&5
13768 cat conftest.
$ac_ext >&5
13770 eval "ac_cv_func_$ac_func=no"
13775 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13776 echo "$ac_t""yes" 1>&6
13777 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13778 cat >> confdefs.h
<<EOF
13779 #define $ac_tr_func 1
13783 echo "$ac_t""no" 1>&6
13790 echo $ac_n "checking for _sqrtf declaration""... $ac_c" 1>&6
13791 echo "configure:13792: checking for _sqrtf declaration" >&5
13792 if eval "test \"`echo '$''{'glibcpp_cv_func__sqrtf_use'+set}'`\" = set"; then
13793 echo $ac_n "(cached) $ac_c" 1>&6
13798 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13799 ac_cpp
='$CXXCPP $CPPFLAGS'
13800 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13801 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13802 cross_compiling
=$ac_cv_prog_cxx_cross
13804 cat > conftest.
$ac_ext <<EOF
13805 #line 13806 "configure"
13806 #include "confdefs.h"
13812 if { (eval echo configure
:13813: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13814 glibcpp_cv_func__sqrtf_use
=yes
13816 echo "configure: failed program was:" >&5
13817 cat conftest.
$ac_ext >&5
13819 glibcpp_cv_func__sqrtf_use
=no
13823 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13824 ac_cpp
='$CPP $CPPFLAGS'
13825 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13826 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13827 cross_compiling
=$ac_cv_prog_cc_cross
13832 echo "$ac_t""$glibcpp_cv_func__sqrtf_use" 1>&6
13833 if test x
$glibcpp_cv_func__sqrtf_use = x
"yes"; then
13834 for ac_func
in _sqrtf
13836 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13837 echo "configure:13838: checking for $ac_func" >&5
13838 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13839 echo $ac_n "(cached) $ac_c" 1>&6
13841 cat > conftest.
$ac_ext <<EOF
13842 #line 13843 "configure"
13843 #include "confdefs.h"
13844 /* System header to define __stub macros and hopefully few prototypes,
13845 which can conflict with char $ac_func(); below. */
13846 #include <assert.h>
13847 /* Override any gcc2 internal prototype to avoid an error. */
13848 /* We use char because int might match the return type of a gcc2
13849 builtin and then its argument prototype would still apply. */
13854 /* The GNU C library defines this for functions which it implements
13855 to always fail with ENOSYS. Some functions are actually named
13856 something starting with __ and the normal name is an alias. */
13857 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13865 if { (eval echo configure
:13866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13867 eval "ac_cv_func_$ac_func=yes"
13869 echo "configure: failed program was:" >&5
13870 cat conftest.
$ac_ext >&5
13872 eval "ac_cv_func_$ac_func=no"
13877 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13878 echo "$ac_t""yes" 1>&6
13879 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13880 cat >> confdefs.h
<<EOF
13881 #define $ac_tr_func 1
13885 echo "$ac_t""no" 1>&6
13892 echo $ac_n "checking for _tanf declaration""... $ac_c" 1>&6
13893 echo "configure:13894: checking for _tanf declaration" >&5
13894 if eval "test \"`echo '$''{'glibcpp_cv_func__tanf_use'+set}'`\" = set"; then
13895 echo $ac_n "(cached) $ac_c" 1>&6
13900 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13901 ac_cpp
='$CXXCPP $CPPFLAGS'
13902 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13903 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13904 cross_compiling
=$ac_cv_prog_cxx_cross
13906 cat > conftest.
$ac_ext <<EOF
13907 #line 13908 "configure"
13908 #include "confdefs.h"
13914 if { (eval echo configure
:13915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13916 glibcpp_cv_func__tanf_use
=yes
13918 echo "configure: failed program was:" >&5
13919 cat conftest.
$ac_ext >&5
13921 glibcpp_cv_func__tanf_use
=no
13925 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13926 ac_cpp
='$CPP $CPPFLAGS'
13927 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13928 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13929 cross_compiling
=$ac_cv_prog_cc_cross
13934 echo "$ac_t""$glibcpp_cv_func__tanf_use" 1>&6
13935 if test x
$glibcpp_cv_func__tanf_use = x
"yes"; then
13936 for ac_func
in _tanf
13938 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13939 echo "configure:13940: checking for $ac_func" >&5
13940 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13941 echo $ac_n "(cached) $ac_c" 1>&6
13943 cat > conftest.
$ac_ext <<EOF
13944 #line 13945 "configure"
13945 #include "confdefs.h"
13946 /* System header to define __stub macros and hopefully few prototypes,
13947 which can conflict with char $ac_func(); below. */
13948 #include <assert.h>
13949 /* Override any gcc2 internal prototype to avoid an error. */
13950 /* We use char because int might match the return type of a gcc2
13951 builtin and then its argument prototype would still apply. */
13956 /* The GNU C library defines this for functions which it implements
13957 to always fail with ENOSYS. Some functions are actually named
13958 something starting with __ and the normal name is an alias. */
13959 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13967 if { (eval echo configure
:13968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13969 eval "ac_cv_func_$ac_func=yes"
13971 echo "configure: failed program was:" >&5
13972 cat conftest.
$ac_ext >&5
13974 eval "ac_cv_func_$ac_func=no"
13979 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13980 echo "$ac_t""yes" 1>&6
13981 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13982 cat >> confdefs.h
<<EOF
13983 #define $ac_tr_func 1
13987 echo "$ac_t""no" 1>&6
13994 echo $ac_n "checking for _tanhf declaration""... $ac_c" 1>&6
13995 echo "configure:13996: checking for _tanhf declaration" >&5
13996 if eval "test \"`echo '$''{'glibcpp_cv_func__tanhf_use'+set}'`\" = set"; then
13997 echo $ac_n "(cached) $ac_c" 1>&6
14002 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14003 ac_cpp
='$CXXCPP $CPPFLAGS'
14004 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14005 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14006 cross_compiling
=$ac_cv_prog_cxx_cross
14008 cat > conftest.
$ac_ext <<EOF
14009 #line 14010 "configure"
14010 #include "confdefs.h"
14016 if { (eval echo configure
:14017: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14018 glibcpp_cv_func__tanhf_use
=yes
14020 echo "configure: failed program was:" >&5
14021 cat conftest.
$ac_ext >&5
14023 glibcpp_cv_func__tanhf_use
=no
14027 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14028 ac_cpp
='$CPP $CPPFLAGS'
14029 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14030 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14031 cross_compiling
=$ac_cv_prog_cc_cross
14036 echo "$ac_t""$glibcpp_cv_func__tanhf_use" 1>&6
14037 if test x
$glibcpp_cv_func__tanhf_use = x
"yes"; then
14038 for ac_func
in _tanhf
14040 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14041 echo "configure:14042: checking for $ac_func" >&5
14042 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14043 echo $ac_n "(cached) $ac_c" 1>&6
14045 cat > conftest.
$ac_ext <<EOF
14046 #line 14047 "configure"
14047 #include "confdefs.h"
14048 /* System header to define __stub macros and hopefully few prototypes,
14049 which can conflict with char $ac_func(); below. */
14050 #include <assert.h>
14051 /* Override any gcc2 internal prototype to avoid an error. */
14052 /* We use char because int might match the return type of a gcc2
14053 builtin and then its argument prototype would still apply. */
14058 /* The GNU C library defines this for functions which it implements
14059 to always fail with ENOSYS. Some functions are actually named
14060 something starting with __ and the normal name is an alias. */
14061 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14069 if { (eval echo configure
:14070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14071 eval "ac_cv_func_$ac_func=yes"
14073 echo "configure: failed program was:" >&5
14074 cat conftest.
$ac_ext >&5
14076 eval "ac_cv_func_$ac_func=no"
14081 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14082 echo "$ac_t""yes" 1>&6
14083 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14084 cat >> confdefs.h
<<EOF
14085 #define $ac_tr_func 1
14089 echo "$ac_t""no" 1>&6
14096 echo $ac_n "checking for _sincosf declaration""... $ac_c" 1>&6
14097 echo "configure:14098: checking for _sincosf declaration" >&5
14098 if eval "test \"`echo '$''{'glibcpp_cv_func__sincosf_use'+set}'`\" = set"; then
14099 echo $ac_n "(cached) $ac_c" 1>&6
14104 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14105 ac_cpp
='$CXXCPP $CPPFLAGS'
14106 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14107 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14108 cross_compiling
=$ac_cv_prog_cxx_cross
14110 cat > conftest.
$ac_ext <<EOF
14111 #line 14112 "configure"
14112 #include "confdefs.h"
14118 if { (eval echo configure
:14119: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14120 glibcpp_cv_func__sincosf_use
=yes
14122 echo "configure: failed program was:" >&5
14123 cat conftest.
$ac_ext >&5
14125 glibcpp_cv_func__sincosf_use
=no
14129 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14130 ac_cpp
='$CPP $CPPFLAGS'
14131 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14132 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14133 cross_compiling
=$ac_cv_prog_cc_cross
14138 echo "$ac_t""$glibcpp_cv_func__sincosf_use" 1>&6
14139 if test x
$glibcpp_cv_func__sincosf_use = x
"yes"; then
14140 for ac_func
in _sincosf
14142 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14143 echo "configure:14144: checking for $ac_func" >&5
14144 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14145 echo $ac_n "(cached) $ac_c" 1>&6
14147 cat > conftest.
$ac_ext <<EOF
14148 #line 14149 "configure"
14149 #include "confdefs.h"
14150 /* System header to define __stub macros and hopefully few prototypes,
14151 which can conflict with char $ac_func(); below. */
14152 #include <assert.h>
14153 /* Override any gcc2 internal prototype to avoid an error. */
14154 /* We use char because int might match the return type of a gcc2
14155 builtin and then its argument prototype would still apply. */
14160 /* The GNU C library defines this for functions which it implements
14161 to always fail with ENOSYS. Some functions are actually named
14162 something starting with __ and the normal name is an alias. */
14163 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14171 if { (eval echo configure
:14172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14173 eval "ac_cv_func_$ac_func=yes"
14175 echo "configure: failed program was:" >&5
14176 cat conftest.
$ac_ext >&5
14178 eval "ac_cv_func_$ac_func=no"
14183 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14184 echo "$ac_t""yes" 1>&6
14185 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14186 cat >> confdefs.h
<<EOF
14187 #define $ac_tr_func 1
14191 echo "$ac_t""no" 1>&6
14198 echo $ac_n "checking for _finitef declaration""... $ac_c" 1>&6
14199 echo "configure:14200: checking for _finitef declaration" >&5
14200 if eval "test \"`echo '$''{'glibcpp_cv_func__finitef_use'+set}'`\" = set"; then
14201 echo $ac_n "(cached) $ac_c" 1>&6
14206 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14207 ac_cpp
='$CXXCPP $CPPFLAGS'
14208 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14209 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14210 cross_compiling
=$ac_cv_prog_cxx_cross
14212 cat > conftest.
$ac_ext <<EOF
14213 #line 14214 "configure"
14214 #include "confdefs.h"
14220 if { (eval echo configure
:14221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14222 glibcpp_cv_func__finitef_use
=yes
14224 echo "configure: failed program was:" >&5
14225 cat conftest.
$ac_ext >&5
14227 glibcpp_cv_func__finitef_use
=no
14231 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14232 ac_cpp
='$CPP $CPPFLAGS'
14233 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14234 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14235 cross_compiling
=$ac_cv_prog_cc_cross
14240 echo "$ac_t""$glibcpp_cv_func__finitef_use" 1>&6
14241 if test x
$glibcpp_cv_func__finitef_use = x
"yes"; then
14242 for ac_func
in _finitef
14244 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14245 echo "configure:14246: checking for $ac_func" >&5
14246 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14247 echo $ac_n "(cached) $ac_c" 1>&6
14249 cat > conftest.
$ac_ext <<EOF
14250 #line 14251 "configure"
14251 #include "confdefs.h"
14252 /* System header to define __stub macros and hopefully few prototypes,
14253 which can conflict with char $ac_func(); below. */
14254 #include <assert.h>
14255 /* Override any gcc2 internal prototype to avoid an error. */
14256 /* We use char because int might match the return type of a gcc2
14257 builtin and then its argument prototype would still apply. */
14262 /* The GNU C library defines this for functions which it implements
14263 to always fail with ENOSYS. Some functions are actually named
14264 something starting with __ and the normal name is an alias. */
14265 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14273 if { (eval echo configure
:14274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14275 eval "ac_cv_func_$ac_func=yes"
14277 echo "configure: failed program was:" >&5
14278 cat conftest.
$ac_ext >&5
14280 eval "ac_cv_func_$ac_func=no"
14285 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14286 echo "$ac_t""yes" 1>&6
14287 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14288 cat >> confdefs.h
<<EOF
14289 #define $ac_tr_func 1
14293 echo "$ac_t""no" 1>&6
14301 echo $ac_n "checking for _isnanl declaration""... $ac_c" 1>&6
14302 echo "configure:14303: checking for _isnanl declaration" >&5
14303 if eval "test \"`echo '$''{'glibcpp_cv_func__isnanl_use'+set}'`\" = set"; then
14304 echo $ac_n "(cached) $ac_c" 1>&6
14309 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14310 ac_cpp
='$CXXCPP $CPPFLAGS'
14311 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14312 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14313 cross_compiling
=$ac_cv_prog_cxx_cross
14315 cat > conftest.
$ac_ext <<EOF
14316 #line 14317 "configure"
14317 #include "confdefs.h"
14323 if { (eval echo configure
:14324: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14325 glibcpp_cv_func__isnanl_use
=yes
14327 echo "configure: failed program was:" >&5
14328 cat conftest.
$ac_ext >&5
14330 glibcpp_cv_func__isnanl_use
=no
14334 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14335 ac_cpp
='$CPP $CPPFLAGS'
14336 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14337 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14338 cross_compiling
=$ac_cv_prog_cc_cross
14343 echo "$ac_t""$glibcpp_cv_func__isnanl_use" 1>&6
14344 if test x
$glibcpp_cv_func__isnanl_use = x
"yes"; then
14345 for ac_func
in _isnanl
14347 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14348 echo "configure:14349: checking for $ac_func" >&5
14349 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14350 echo $ac_n "(cached) $ac_c" 1>&6
14352 cat > conftest.
$ac_ext <<EOF
14353 #line 14354 "configure"
14354 #include "confdefs.h"
14355 /* System header to define __stub macros and hopefully few prototypes,
14356 which can conflict with char $ac_func(); below. */
14357 #include <assert.h>
14358 /* Override any gcc2 internal prototype to avoid an error. */
14359 /* We use char because int might match the return type of a gcc2
14360 builtin and then its argument prototype would still apply. */
14365 /* The GNU C library defines this for functions which it implements
14366 to always fail with ENOSYS. Some functions are actually named
14367 something starting with __ and the normal name is an alias. */
14368 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14376 if { (eval echo configure
:14377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14378 eval "ac_cv_func_$ac_func=yes"
14380 echo "configure: failed program was:" >&5
14381 cat conftest.
$ac_ext >&5
14383 eval "ac_cv_func_$ac_func=no"
14388 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14389 echo "$ac_t""yes" 1>&6
14390 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14391 cat >> confdefs.h
<<EOF
14392 #define $ac_tr_func 1
14396 echo "$ac_t""no" 1>&6
14403 echo $ac_n "checking for _isinfl declaration""... $ac_c" 1>&6
14404 echo "configure:14405: checking for _isinfl declaration" >&5
14405 if eval "test \"`echo '$''{'glibcpp_cv_func__isinfl_use'+set}'`\" = set"; then
14406 echo $ac_n "(cached) $ac_c" 1>&6
14411 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14412 ac_cpp
='$CXXCPP $CPPFLAGS'
14413 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14414 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14415 cross_compiling
=$ac_cv_prog_cxx_cross
14417 cat > conftest.
$ac_ext <<EOF
14418 #line 14419 "configure"
14419 #include "confdefs.h"
14425 if { (eval echo configure
:14426: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14427 glibcpp_cv_func__isinfl_use
=yes
14429 echo "configure: failed program was:" >&5
14430 cat conftest.
$ac_ext >&5
14432 glibcpp_cv_func__isinfl_use
=no
14436 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14437 ac_cpp
='$CPP $CPPFLAGS'
14438 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14439 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14440 cross_compiling
=$ac_cv_prog_cc_cross
14445 echo "$ac_t""$glibcpp_cv_func__isinfl_use" 1>&6
14446 if test x
$glibcpp_cv_func__isinfl_use = x
"yes"; then
14447 for ac_func
in _isinfl
14449 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14450 echo "configure:14451: checking for $ac_func" >&5
14451 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14452 echo $ac_n "(cached) $ac_c" 1>&6
14454 cat > conftest.
$ac_ext <<EOF
14455 #line 14456 "configure"
14456 #include "confdefs.h"
14457 /* System header to define __stub macros and hopefully few prototypes,
14458 which can conflict with char $ac_func(); below. */
14459 #include <assert.h>
14460 /* Override any gcc2 internal prototype to avoid an error. */
14461 /* We use char because int might match the return type of a gcc2
14462 builtin and then its argument prototype would still apply. */
14467 /* The GNU C library defines this for functions which it implements
14468 to always fail with ENOSYS. Some functions are actually named
14469 something starting with __ and the normal name is an alias. */
14470 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14478 if { (eval echo configure
:14479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14480 eval "ac_cv_func_$ac_func=yes"
14482 echo "configure: failed program was:" >&5
14483 cat conftest.
$ac_ext >&5
14485 eval "ac_cv_func_$ac_func=no"
14490 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14491 echo "$ac_t""yes" 1>&6
14492 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14493 cat >> confdefs.h
<<EOF
14494 #define $ac_tr_func 1
14498 echo "$ac_t""no" 1>&6
14505 echo $ac_n "checking for _copysignl declaration""... $ac_c" 1>&6
14506 echo "configure:14507: checking for _copysignl declaration" >&5
14507 if eval "test \"`echo '$''{'glibcpp_cv_func__copysignl_use'+set}'`\" = set"; then
14508 echo $ac_n "(cached) $ac_c" 1>&6
14513 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14514 ac_cpp
='$CXXCPP $CPPFLAGS'
14515 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14516 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14517 cross_compiling
=$ac_cv_prog_cxx_cross
14519 cat > conftest.
$ac_ext <<EOF
14520 #line 14521 "configure"
14521 #include "confdefs.h"
14527 if { (eval echo configure
:14528: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14529 glibcpp_cv_func__copysignl_use
=yes
14531 echo "configure: failed program was:" >&5
14532 cat conftest.
$ac_ext >&5
14534 glibcpp_cv_func__copysignl_use
=no
14538 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14539 ac_cpp
='$CPP $CPPFLAGS'
14540 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14541 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14542 cross_compiling
=$ac_cv_prog_cc_cross
14547 echo "$ac_t""$glibcpp_cv_func__copysignl_use" 1>&6
14548 if test x
$glibcpp_cv_func__copysignl_use = x
"yes"; then
14549 for ac_func
in _copysignl
14551 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14552 echo "configure:14553: checking for $ac_func" >&5
14553 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14554 echo $ac_n "(cached) $ac_c" 1>&6
14556 cat > conftest.
$ac_ext <<EOF
14557 #line 14558 "configure"
14558 #include "confdefs.h"
14559 /* System header to define __stub macros and hopefully few prototypes,
14560 which can conflict with char $ac_func(); below. */
14561 #include <assert.h>
14562 /* Override any gcc2 internal prototype to avoid an error. */
14563 /* We use char because int might match the return type of a gcc2
14564 builtin and then its argument prototype would still apply. */
14569 /* The GNU C library defines this for functions which it implements
14570 to always fail with ENOSYS. Some functions are actually named
14571 something starting with __ and the normal name is an alias. */
14572 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14580 if { (eval echo configure
:14581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14582 eval "ac_cv_func_$ac_func=yes"
14584 echo "configure: failed program was:" >&5
14585 cat conftest.
$ac_ext >&5
14587 eval "ac_cv_func_$ac_func=no"
14592 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14593 echo "$ac_t""yes" 1>&6
14594 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14595 cat >> confdefs.h
<<EOF
14596 #define $ac_tr_func 1
14600 echo "$ac_t""no" 1>&6
14607 echo $ac_n "checking for _acosl declaration""... $ac_c" 1>&6
14608 echo "configure:14609: checking for _acosl declaration" >&5
14609 if eval "test \"`echo '$''{'glibcpp_cv_func__acosl_use'+set}'`\" = set"; then
14610 echo $ac_n "(cached) $ac_c" 1>&6
14615 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14616 ac_cpp
='$CXXCPP $CPPFLAGS'
14617 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14618 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14619 cross_compiling
=$ac_cv_prog_cxx_cross
14621 cat > conftest.
$ac_ext <<EOF
14622 #line 14623 "configure"
14623 #include "confdefs.h"
14629 if { (eval echo configure
:14630: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14631 glibcpp_cv_func__acosl_use
=yes
14633 echo "configure: failed program was:" >&5
14634 cat conftest.
$ac_ext >&5
14636 glibcpp_cv_func__acosl_use
=no
14640 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14641 ac_cpp
='$CPP $CPPFLAGS'
14642 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14643 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14644 cross_compiling
=$ac_cv_prog_cc_cross
14649 echo "$ac_t""$glibcpp_cv_func__acosl_use" 1>&6
14650 if test x
$glibcpp_cv_func__acosl_use = x
"yes"; then
14651 for ac_func
in _acosl
14653 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14654 echo "configure:14655: checking for $ac_func" >&5
14655 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14656 echo $ac_n "(cached) $ac_c" 1>&6
14658 cat > conftest.
$ac_ext <<EOF
14659 #line 14660 "configure"
14660 #include "confdefs.h"
14661 /* System header to define __stub macros and hopefully few prototypes,
14662 which can conflict with char $ac_func(); below. */
14663 #include <assert.h>
14664 /* Override any gcc2 internal prototype to avoid an error. */
14665 /* We use char because int might match the return type of a gcc2
14666 builtin and then its argument prototype would still apply. */
14671 /* The GNU C library defines this for functions which it implements
14672 to always fail with ENOSYS. Some functions are actually named
14673 something starting with __ and the normal name is an alias. */
14674 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14682 if { (eval echo configure
:14683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14684 eval "ac_cv_func_$ac_func=yes"
14686 echo "configure: failed program was:" >&5
14687 cat conftest.
$ac_ext >&5
14689 eval "ac_cv_func_$ac_func=no"
14694 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14695 echo "$ac_t""yes" 1>&6
14696 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14697 cat >> confdefs.h
<<EOF
14698 #define $ac_tr_func 1
14702 echo "$ac_t""no" 1>&6
14709 echo $ac_n "checking for _asinl declaration""... $ac_c" 1>&6
14710 echo "configure:14711: checking for _asinl declaration" >&5
14711 if eval "test \"`echo '$''{'glibcpp_cv_func__asinl_use'+set}'`\" = set"; then
14712 echo $ac_n "(cached) $ac_c" 1>&6
14717 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14718 ac_cpp
='$CXXCPP $CPPFLAGS'
14719 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14720 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14721 cross_compiling
=$ac_cv_prog_cxx_cross
14723 cat > conftest.
$ac_ext <<EOF
14724 #line 14725 "configure"
14725 #include "confdefs.h"
14731 if { (eval echo configure
:14732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14733 glibcpp_cv_func__asinl_use
=yes
14735 echo "configure: failed program was:" >&5
14736 cat conftest.
$ac_ext >&5
14738 glibcpp_cv_func__asinl_use
=no
14742 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14743 ac_cpp
='$CPP $CPPFLAGS'
14744 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14745 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14746 cross_compiling
=$ac_cv_prog_cc_cross
14751 echo "$ac_t""$glibcpp_cv_func__asinl_use" 1>&6
14752 if test x
$glibcpp_cv_func__asinl_use = x
"yes"; then
14753 for ac_func
in _asinl
14755 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14756 echo "configure:14757: checking for $ac_func" >&5
14757 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14758 echo $ac_n "(cached) $ac_c" 1>&6
14760 cat > conftest.
$ac_ext <<EOF
14761 #line 14762 "configure"
14762 #include "confdefs.h"
14763 /* System header to define __stub macros and hopefully few prototypes,
14764 which can conflict with char $ac_func(); below. */
14765 #include <assert.h>
14766 /* Override any gcc2 internal prototype to avoid an error. */
14767 /* We use char because int might match the return type of a gcc2
14768 builtin and then its argument prototype would still apply. */
14773 /* The GNU C library defines this for functions which it implements
14774 to always fail with ENOSYS. Some functions are actually named
14775 something starting with __ and the normal name is an alias. */
14776 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14784 if { (eval echo configure
:14785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14786 eval "ac_cv_func_$ac_func=yes"
14788 echo "configure: failed program was:" >&5
14789 cat conftest.
$ac_ext >&5
14791 eval "ac_cv_func_$ac_func=no"
14796 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14797 echo "$ac_t""yes" 1>&6
14798 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14799 cat >> confdefs.h
<<EOF
14800 #define $ac_tr_func 1
14804 echo "$ac_t""no" 1>&6
14811 echo $ac_n "checking for _atanl declaration""... $ac_c" 1>&6
14812 echo "configure:14813: checking for _atanl declaration" >&5
14813 if eval "test \"`echo '$''{'glibcpp_cv_func__atanl_use'+set}'`\" = set"; then
14814 echo $ac_n "(cached) $ac_c" 1>&6
14819 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14820 ac_cpp
='$CXXCPP $CPPFLAGS'
14821 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14822 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14823 cross_compiling
=$ac_cv_prog_cxx_cross
14825 cat > conftest.
$ac_ext <<EOF
14826 #line 14827 "configure"
14827 #include "confdefs.h"
14833 if { (eval echo configure
:14834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14835 glibcpp_cv_func__atanl_use
=yes
14837 echo "configure: failed program was:" >&5
14838 cat conftest.
$ac_ext >&5
14840 glibcpp_cv_func__atanl_use
=no
14844 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14845 ac_cpp
='$CPP $CPPFLAGS'
14846 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14847 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14848 cross_compiling
=$ac_cv_prog_cc_cross
14853 echo "$ac_t""$glibcpp_cv_func__atanl_use" 1>&6
14854 if test x
$glibcpp_cv_func__atanl_use = x
"yes"; then
14855 for ac_func
in _atanl
14857 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14858 echo "configure:14859: checking for $ac_func" >&5
14859 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14860 echo $ac_n "(cached) $ac_c" 1>&6
14862 cat > conftest.
$ac_ext <<EOF
14863 #line 14864 "configure"
14864 #include "confdefs.h"
14865 /* System header to define __stub macros and hopefully few prototypes,
14866 which can conflict with char $ac_func(); below. */
14867 #include <assert.h>
14868 /* Override any gcc2 internal prototype to avoid an error. */
14869 /* We use char because int might match the return type of a gcc2
14870 builtin and then its argument prototype would still apply. */
14875 /* The GNU C library defines this for functions which it implements
14876 to always fail with ENOSYS. Some functions are actually named
14877 something starting with __ and the normal name is an alias. */
14878 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14886 if { (eval echo configure
:14887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14888 eval "ac_cv_func_$ac_func=yes"
14890 echo "configure: failed program was:" >&5
14891 cat conftest.
$ac_ext >&5
14893 eval "ac_cv_func_$ac_func=no"
14898 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14899 echo "$ac_t""yes" 1>&6
14900 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14901 cat >> confdefs.h
<<EOF
14902 #define $ac_tr_func 1
14906 echo "$ac_t""no" 1>&6
14913 echo $ac_n "checking for _atan2l declaration""... $ac_c" 1>&6
14914 echo "configure:14915: checking for _atan2l declaration" >&5
14915 if eval "test \"`echo '$''{'glibcpp_cv_func__atan2l_use'+set}'`\" = set"; then
14916 echo $ac_n "(cached) $ac_c" 1>&6
14921 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14922 ac_cpp
='$CXXCPP $CPPFLAGS'
14923 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14924 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14925 cross_compiling
=$ac_cv_prog_cxx_cross
14927 cat > conftest.
$ac_ext <<EOF
14928 #line 14929 "configure"
14929 #include "confdefs.h"
14935 if { (eval echo configure
:14936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14937 glibcpp_cv_func__atan2l_use
=yes
14939 echo "configure: failed program was:" >&5
14940 cat conftest.
$ac_ext >&5
14942 glibcpp_cv_func__atan2l_use
=no
14946 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14947 ac_cpp
='$CPP $CPPFLAGS'
14948 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14949 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14950 cross_compiling
=$ac_cv_prog_cc_cross
14955 echo "$ac_t""$glibcpp_cv_func__atan2l_use" 1>&6
14956 if test x
$glibcpp_cv_func__atan2l_use = x
"yes"; then
14957 for ac_func
in _atan2l
14959 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14960 echo "configure:14961: checking for $ac_func" >&5
14961 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14962 echo $ac_n "(cached) $ac_c" 1>&6
14964 cat > conftest.
$ac_ext <<EOF
14965 #line 14966 "configure"
14966 #include "confdefs.h"
14967 /* System header to define __stub macros and hopefully few prototypes,
14968 which can conflict with char $ac_func(); below. */
14969 #include <assert.h>
14970 /* Override any gcc2 internal prototype to avoid an error. */
14971 /* We use char because int might match the return type of a gcc2
14972 builtin and then its argument prototype would still apply. */
14977 /* The GNU C library defines this for functions which it implements
14978 to always fail with ENOSYS. Some functions are actually named
14979 something starting with __ and the normal name is an alias. */
14980 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14988 if { (eval echo configure
:14989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14990 eval "ac_cv_func_$ac_func=yes"
14992 echo "configure: failed program was:" >&5
14993 cat conftest.
$ac_ext >&5
14995 eval "ac_cv_func_$ac_func=no"
15000 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15001 echo "$ac_t""yes" 1>&6
15002 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15003 cat >> confdefs.h
<<EOF
15004 #define $ac_tr_func 1
15008 echo "$ac_t""no" 1>&6
15015 echo $ac_n "checking for _ceill declaration""... $ac_c" 1>&6
15016 echo "configure:15017: checking for _ceill declaration" >&5
15017 if eval "test \"`echo '$''{'glibcpp_cv_func__ceill_use'+set}'`\" = set"; then
15018 echo $ac_n "(cached) $ac_c" 1>&6
15023 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15024 ac_cpp
='$CXXCPP $CPPFLAGS'
15025 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15026 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15027 cross_compiling
=$ac_cv_prog_cxx_cross
15029 cat > conftest.
$ac_ext <<EOF
15030 #line 15031 "configure"
15031 #include "confdefs.h"
15037 if { (eval echo configure
:15038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15039 glibcpp_cv_func__ceill_use
=yes
15041 echo "configure: failed program was:" >&5
15042 cat conftest.
$ac_ext >&5
15044 glibcpp_cv_func__ceill_use
=no
15048 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15049 ac_cpp
='$CPP $CPPFLAGS'
15050 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15051 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15052 cross_compiling
=$ac_cv_prog_cc_cross
15057 echo "$ac_t""$glibcpp_cv_func__ceill_use" 1>&6
15058 if test x
$glibcpp_cv_func__ceill_use = x
"yes"; then
15059 for ac_func
in _ceill
15061 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15062 echo "configure:15063: checking for $ac_func" >&5
15063 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15064 echo $ac_n "(cached) $ac_c" 1>&6
15066 cat > conftest.
$ac_ext <<EOF
15067 #line 15068 "configure"
15068 #include "confdefs.h"
15069 /* System header to define __stub macros and hopefully few prototypes,
15070 which can conflict with char $ac_func(); below. */
15071 #include <assert.h>
15072 /* Override any gcc2 internal prototype to avoid an error. */
15073 /* We use char because int might match the return type of a gcc2
15074 builtin and then its argument prototype would still apply. */
15079 /* The GNU C library defines this for functions which it implements
15080 to always fail with ENOSYS. Some functions are actually named
15081 something starting with __ and the normal name is an alias. */
15082 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15090 if { (eval echo configure
:15091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15092 eval "ac_cv_func_$ac_func=yes"
15094 echo "configure: failed program was:" >&5
15095 cat conftest.
$ac_ext >&5
15097 eval "ac_cv_func_$ac_func=no"
15102 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15103 echo "$ac_t""yes" 1>&6
15104 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15105 cat >> confdefs.h
<<EOF
15106 #define $ac_tr_func 1
15110 echo "$ac_t""no" 1>&6
15117 echo $ac_n "checking for _cosl declaration""... $ac_c" 1>&6
15118 echo "configure:15119: checking for _cosl declaration" >&5
15119 if eval "test \"`echo '$''{'glibcpp_cv_func__cosl_use'+set}'`\" = set"; then
15120 echo $ac_n "(cached) $ac_c" 1>&6
15125 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15126 ac_cpp
='$CXXCPP $CPPFLAGS'
15127 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15128 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15129 cross_compiling
=$ac_cv_prog_cxx_cross
15131 cat > conftest.
$ac_ext <<EOF
15132 #line 15133 "configure"
15133 #include "confdefs.h"
15139 if { (eval echo configure
:15140: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15141 glibcpp_cv_func__cosl_use
=yes
15143 echo "configure: failed program was:" >&5
15144 cat conftest.
$ac_ext >&5
15146 glibcpp_cv_func__cosl_use
=no
15150 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15151 ac_cpp
='$CPP $CPPFLAGS'
15152 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15153 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15154 cross_compiling
=$ac_cv_prog_cc_cross
15159 echo "$ac_t""$glibcpp_cv_func__cosl_use" 1>&6
15160 if test x
$glibcpp_cv_func__cosl_use = x
"yes"; then
15161 for ac_func
in _cosl
15163 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15164 echo "configure:15165: checking for $ac_func" >&5
15165 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15166 echo $ac_n "(cached) $ac_c" 1>&6
15168 cat > conftest.
$ac_ext <<EOF
15169 #line 15170 "configure"
15170 #include "confdefs.h"
15171 /* System header to define __stub macros and hopefully few prototypes,
15172 which can conflict with char $ac_func(); below. */
15173 #include <assert.h>
15174 /* Override any gcc2 internal prototype to avoid an error. */
15175 /* We use char because int might match the return type of a gcc2
15176 builtin and then its argument prototype would still apply. */
15181 /* The GNU C library defines this for functions which it implements
15182 to always fail with ENOSYS. Some functions are actually named
15183 something starting with __ and the normal name is an alias. */
15184 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15192 if { (eval echo configure
:15193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15194 eval "ac_cv_func_$ac_func=yes"
15196 echo "configure: failed program was:" >&5
15197 cat conftest.
$ac_ext >&5
15199 eval "ac_cv_func_$ac_func=no"
15204 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15205 echo "$ac_t""yes" 1>&6
15206 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15207 cat >> confdefs.h
<<EOF
15208 #define $ac_tr_func 1
15212 echo "$ac_t""no" 1>&6
15219 echo $ac_n "checking for _coshl declaration""... $ac_c" 1>&6
15220 echo "configure:15221: checking for _coshl declaration" >&5
15221 if eval "test \"`echo '$''{'glibcpp_cv_func__coshl_use'+set}'`\" = set"; then
15222 echo $ac_n "(cached) $ac_c" 1>&6
15227 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15228 ac_cpp
='$CXXCPP $CPPFLAGS'
15229 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15230 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15231 cross_compiling
=$ac_cv_prog_cxx_cross
15233 cat > conftest.
$ac_ext <<EOF
15234 #line 15235 "configure"
15235 #include "confdefs.h"
15241 if { (eval echo configure
:15242: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15243 glibcpp_cv_func__coshl_use
=yes
15245 echo "configure: failed program was:" >&5
15246 cat conftest.
$ac_ext >&5
15248 glibcpp_cv_func__coshl_use
=no
15252 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15253 ac_cpp
='$CPP $CPPFLAGS'
15254 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15255 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15256 cross_compiling
=$ac_cv_prog_cc_cross
15261 echo "$ac_t""$glibcpp_cv_func__coshl_use" 1>&6
15262 if test x
$glibcpp_cv_func__coshl_use = x
"yes"; then
15263 for ac_func
in _coshl
15265 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15266 echo "configure:15267: checking for $ac_func" >&5
15267 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15268 echo $ac_n "(cached) $ac_c" 1>&6
15270 cat > conftest.
$ac_ext <<EOF
15271 #line 15272 "configure"
15272 #include "confdefs.h"
15273 /* System header to define __stub macros and hopefully few prototypes,
15274 which can conflict with char $ac_func(); below. */
15275 #include <assert.h>
15276 /* Override any gcc2 internal prototype to avoid an error. */
15277 /* We use char because int might match the return type of a gcc2
15278 builtin and then its argument prototype would still apply. */
15283 /* The GNU C library defines this for functions which it implements
15284 to always fail with ENOSYS. Some functions are actually named
15285 something starting with __ and the normal name is an alias. */
15286 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15294 if { (eval echo configure
:15295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15296 eval "ac_cv_func_$ac_func=yes"
15298 echo "configure: failed program was:" >&5
15299 cat conftest.
$ac_ext >&5
15301 eval "ac_cv_func_$ac_func=no"
15306 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15307 echo "$ac_t""yes" 1>&6
15308 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15309 cat >> confdefs.h
<<EOF
15310 #define $ac_tr_func 1
15314 echo "$ac_t""no" 1>&6
15321 echo $ac_n "checking for _expl declaration""... $ac_c" 1>&6
15322 echo "configure:15323: checking for _expl declaration" >&5
15323 if eval "test \"`echo '$''{'glibcpp_cv_func__expl_use'+set}'`\" = set"; then
15324 echo $ac_n "(cached) $ac_c" 1>&6
15329 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15330 ac_cpp
='$CXXCPP $CPPFLAGS'
15331 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15332 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15333 cross_compiling
=$ac_cv_prog_cxx_cross
15335 cat > conftest.
$ac_ext <<EOF
15336 #line 15337 "configure"
15337 #include "confdefs.h"
15343 if { (eval echo configure
:15344: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15345 glibcpp_cv_func__expl_use
=yes
15347 echo "configure: failed program was:" >&5
15348 cat conftest.
$ac_ext >&5
15350 glibcpp_cv_func__expl_use
=no
15354 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15355 ac_cpp
='$CPP $CPPFLAGS'
15356 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15357 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15358 cross_compiling
=$ac_cv_prog_cc_cross
15363 echo "$ac_t""$glibcpp_cv_func__expl_use" 1>&6
15364 if test x
$glibcpp_cv_func__expl_use = x
"yes"; then
15365 for ac_func
in _expl
15367 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15368 echo "configure:15369: checking for $ac_func" >&5
15369 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15370 echo $ac_n "(cached) $ac_c" 1>&6
15372 cat > conftest.
$ac_ext <<EOF
15373 #line 15374 "configure"
15374 #include "confdefs.h"
15375 /* System header to define __stub macros and hopefully few prototypes,
15376 which can conflict with char $ac_func(); below. */
15377 #include <assert.h>
15378 /* Override any gcc2 internal prototype to avoid an error. */
15379 /* We use char because int might match the return type of a gcc2
15380 builtin and then its argument prototype would still apply. */
15385 /* The GNU C library defines this for functions which it implements
15386 to always fail with ENOSYS. Some functions are actually named
15387 something starting with __ and the normal name is an alias. */
15388 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15396 if { (eval echo configure
:15397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15398 eval "ac_cv_func_$ac_func=yes"
15400 echo "configure: failed program was:" >&5
15401 cat conftest.
$ac_ext >&5
15403 eval "ac_cv_func_$ac_func=no"
15408 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15409 echo "$ac_t""yes" 1>&6
15410 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15411 cat >> confdefs.h
<<EOF
15412 #define $ac_tr_func 1
15416 echo "$ac_t""no" 1>&6
15423 echo $ac_n "checking for _fabsl declaration""... $ac_c" 1>&6
15424 echo "configure:15425: checking for _fabsl declaration" >&5
15425 if eval "test \"`echo '$''{'glibcpp_cv_func__fabsl_use'+set}'`\" = set"; then
15426 echo $ac_n "(cached) $ac_c" 1>&6
15431 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15432 ac_cpp
='$CXXCPP $CPPFLAGS'
15433 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15434 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15435 cross_compiling
=$ac_cv_prog_cxx_cross
15437 cat > conftest.
$ac_ext <<EOF
15438 #line 15439 "configure"
15439 #include "confdefs.h"
15445 if { (eval echo configure
:15446: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15447 glibcpp_cv_func__fabsl_use
=yes
15449 echo "configure: failed program was:" >&5
15450 cat conftest.
$ac_ext >&5
15452 glibcpp_cv_func__fabsl_use
=no
15456 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15457 ac_cpp
='$CPP $CPPFLAGS'
15458 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15459 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15460 cross_compiling
=$ac_cv_prog_cc_cross
15465 echo "$ac_t""$glibcpp_cv_func__fabsl_use" 1>&6
15466 if test x
$glibcpp_cv_func__fabsl_use = x
"yes"; then
15467 for ac_func
in _fabsl
15469 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15470 echo "configure:15471: checking for $ac_func" >&5
15471 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15472 echo $ac_n "(cached) $ac_c" 1>&6
15474 cat > conftest.
$ac_ext <<EOF
15475 #line 15476 "configure"
15476 #include "confdefs.h"
15477 /* System header to define __stub macros and hopefully few prototypes,
15478 which can conflict with char $ac_func(); below. */
15479 #include <assert.h>
15480 /* Override any gcc2 internal prototype to avoid an error. */
15481 /* We use char because int might match the return type of a gcc2
15482 builtin and then its argument prototype would still apply. */
15487 /* The GNU C library defines this for functions which it implements
15488 to always fail with ENOSYS. Some functions are actually named
15489 something starting with __ and the normal name is an alias. */
15490 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15498 if { (eval echo configure
:15499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15500 eval "ac_cv_func_$ac_func=yes"
15502 echo "configure: failed program was:" >&5
15503 cat conftest.
$ac_ext >&5
15505 eval "ac_cv_func_$ac_func=no"
15510 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15511 echo "$ac_t""yes" 1>&6
15512 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15513 cat >> confdefs.h
<<EOF
15514 #define $ac_tr_func 1
15518 echo "$ac_t""no" 1>&6
15525 echo $ac_n "checking for _floorl declaration""... $ac_c" 1>&6
15526 echo "configure:15527: checking for _floorl declaration" >&5
15527 if eval "test \"`echo '$''{'glibcpp_cv_func__floorl_use'+set}'`\" = set"; then
15528 echo $ac_n "(cached) $ac_c" 1>&6
15533 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15534 ac_cpp
='$CXXCPP $CPPFLAGS'
15535 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15536 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15537 cross_compiling
=$ac_cv_prog_cxx_cross
15539 cat > conftest.
$ac_ext <<EOF
15540 #line 15541 "configure"
15541 #include "confdefs.h"
15547 if { (eval echo configure
:15548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15549 glibcpp_cv_func__floorl_use
=yes
15551 echo "configure: failed program was:" >&5
15552 cat conftest.
$ac_ext >&5
15554 glibcpp_cv_func__floorl_use
=no
15558 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15559 ac_cpp
='$CPP $CPPFLAGS'
15560 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15561 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15562 cross_compiling
=$ac_cv_prog_cc_cross
15567 echo "$ac_t""$glibcpp_cv_func__floorl_use" 1>&6
15568 if test x
$glibcpp_cv_func__floorl_use = x
"yes"; then
15569 for ac_func
in _floorl
15571 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15572 echo "configure:15573: checking for $ac_func" >&5
15573 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15574 echo $ac_n "(cached) $ac_c" 1>&6
15576 cat > conftest.
$ac_ext <<EOF
15577 #line 15578 "configure"
15578 #include "confdefs.h"
15579 /* System header to define __stub macros and hopefully few prototypes,
15580 which can conflict with char $ac_func(); below. */
15581 #include <assert.h>
15582 /* Override any gcc2 internal prototype to avoid an error. */
15583 /* We use char because int might match the return type of a gcc2
15584 builtin and then its argument prototype would still apply. */
15589 /* The GNU C library defines this for functions which it implements
15590 to always fail with ENOSYS. Some functions are actually named
15591 something starting with __ and the normal name is an alias. */
15592 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15600 if { (eval echo configure
:15601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15602 eval "ac_cv_func_$ac_func=yes"
15604 echo "configure: failed program was:" >&5
15605 cat conftest.
$ac_ext >&5
15607 eval "ac_cv_func_$ac_func=no"
15612 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15613 echo "$ac_t""yes" 1>&6
15614 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15615 cat >> confdefs.h
<<EOF
15616 #define $ac_tr_func 1
15620 echo "$ac_t""no" 1>&6
15627 echo $ac_n "checking for _fmodl declaration""... $ac_c" 1>&6
15628 echo "configure:15629: checking for _fmodl declaration" >&5
15629 if eval "test \"`echo '$''{'glibcpp_cv_func__fmodl_use'+set}'`\" = set"; then
15630 echo $ac_n "(cached) $ac_c" 1>&6
15635 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15636 ac_cpp
='$CXXCPP $CPPFLAGS'
15637 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15638 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15639 cross_compiling
=$ac_cv_prog_cxx_cross
15641 cat > conftest.
$ac_ext <<EOF
15642 #line 15643 "configure"
15643 #include "confdefs.h"
15649 if { (eval echo configure
:15650: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15651 glibcpp_cv_func__fmodl_use
=yes
15653 echo "configure: failed program was:" >&5
15654 cat conftest.
$ac_ext >&5
15656 glibcpp_cv_func__fmodl_use
=no
15660 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15661 ac_cpp
='$CPP $CPPFLAGS'
15662 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15663 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15664 cross_compiling
=$ac_cv_prog_cc_cross
15669 echo "$ac_t""$glibcpp_cv_func__fmodl_use" 1>&6
15670 if test x
$glibcpp_cv_func__fmodl_use = x
"yes"; then
15671 for ac_func
in _fmodl
15673 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15674 echo "configure:15675: checking for $ac_func" >&5
15675 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15676 echo $ac_n "(cached) $ac_c" 1>&6
15678 cat > conftest.
$ac_ext <<EOF
15679 #line 15680 "configure"
15680 #include "confdefs.h"
15681 /* System header to define __stub macros and hopefully few prototypes,
15682 which can conflict with char $ac_func(); below. */
15683 #include <assert.h>
15684 /* Override any gcc2 internal prototype to avoid an error. */
15685 /* We use char because int might match the return type of a gcc2
15686 builtin and then its argument prototype would still apply. */
15691 /* The GNU C library defines this for functions which it implements
15692 to always fail with ENOSYS. Some functions are actually named
15693 something starting with __ and the normal name is an alias. */
15694 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15702 if { (eval echo configure
:15703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15704 eval "ac_cv_func_$ac_func=yes"
15706 echo "configure: failed program was:" >&5
15707 cat conftest.
$ac_ext >&5
15709 eval "ac_cv_func_$ac_func=no"
15714 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15715 echo "$ac_t""yes" 1>&6
15716 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15717 cat >> confdefs.h
<<EOF
15718 #define $ac_tr_func 1
15722 echo "$ac_t""no" 1>&6
15729 echo $ac_n "checking for _frexpl declaration""... $ac_c" 1>&6
15730 echo "configure:15731: checking for _frexpl declaration" >&5
15731 if eval "test \"`echo '$''{'glibcpp_cv_func__frexpl_use'+set}'`\" = set"; then
15732 echo $ac_n "(cached) $ac_c" 1>&6
15737 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15738 ac_cpp
='$CXXCPP $CPPFLAGS'
15739 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15740 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15741 cross_compiling
=$ac_cv_prog_cxx_cross
15743 cat > conftest.
$ac_ext <<EOF
15744 #line 15745 "configure"
15745 #include "confdefs.h"
15751 if { (eval echo configure
:15752: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15753 glibcpp_cv_func__frexpl_use
=yes
15755 echo "configure: failed program was:" >&5
15756 cat conftest.
$ac_ext >&5
15758 glibcpp_cv_func__frexpl_use
=no
15762 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15763 ac_cpp
='$CPP $CPPFLAGS'
15764 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15765 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15766 cross_compiling
=$ac_cv_prog_cc_cross
15771 echo "$ac_t""$glibcpp_cv_func__frexpl_use" 1>&6
15772 if test x
$glibcpp_cv_func__frexpl_use = x
"yes"; then
15773 for ac_func
in _frexpl
15775 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15776 echo "configure:15777: checking for $ac_func" >&5
15777 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15778 echo $ac_n "(cached) $ac_c" 1>&6
15780 cat > conftest.
$ac_ext <<EOF
15781 #line 15782 "configure"
15782 #include "confdefs.h"
15783 /* System header to define __stub macros and hopefully few prototypes,
15784 which can conflict with char $ac_func(); below. */
15785 #include <assert.h>
15786 /* Override any gcc2 internal prototype to avoid an error. */
15787 /* We use char because int might match the return type of a gcc2
15788 builtin and then its argument prototype would still apply. */
15793 /* The GNU C library defines this for functions which it implements
15794 to always fail with ENOSYS. Some functions are actually named
15795 something starting with __ and the normal name is an alias. */
15796 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15804 if { (eval echo configure
:15805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15806 eval "ac_cv_func_$ac_func=yes"
15808 echo "configure: failed program was:" >&5
15809 cat conftest.
$ac_ext >&5
15811 eval "ac_cv_func_$ac_func=no"
15816 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15817 echo "$ac_t""yes" 1>&6
15818 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15819 cat >> confdefs.h
<<EOF
15820 #define $ac_tr_func 1
15824 echo "$ac_t""no" 1>&6
15831 echo $ac_n "checking for _ldexpl declaration""... $ac_c" 1>&6
15832 echo "configure:15833: checking for _ldexpl declaration" >&5
15833 if eval "test \"`echo '$''{'glibcpp_cv_func__ldexpl_use'+set}'`\" = set"; then
15834 echo $ac_n "(cached) $ac_c" 1>&6
15839 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15840 ac_cpp
='$CXXCPP $CPPFLAGS'
15841 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15842 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15843 cross_compiling
=$ac_cv_prog_cxx_cross
15845 cat > conftest.
$ac_ext <<EOF
15846 #line 15847 "configure"
15847 #include "confdefs.h"
15853 if { (eval echo configure
:15854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15855 glibcpp_cv_func__ldexpl_use
=yes
15857 echo "configure: failed program was:" >&5
15858 cat conftest.
$ac_ext >&5
15860 glibcpp_cv_func__ldexpl_use
=no
15864 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15865 ac_cpp
='$CPP $CPPFLAGS'
15866 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15867 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15868 cross_compiling
=$ac_cv_prog_cc_cross
15873 echo "$ac_t""$glibcpp_cv_func__ldexpl_use" 1>&6
15874 if test x
$glibcpp_cv_func__ldexpl_use = x
"yes"; then
15875 for ac_func
in _ldexpl
15877 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15878 echo "configure:15879: checking for $ac_func" >&5
15879 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15880 echo $ac_n "(cached) $ac_c" 1>&6
15882 cat > conftest.
$ac_ext <<EOF
15883 #line 15884 "configure"
15884 #include "confdefs.h"
15885 /* System header to define __stub macros and hopefully few prototypes,
15886 which can conflict with char $ac_func(); below. */
15887 #include <assert.h>
15888 /* Override any gcc2 internal prototype to avoid an error. */
15889 /* We use char because int might match the return type of a gcc2
15890 builtin and then its argument prototype would still apply. */
15895 /* The GNU C library defines this for functions which it implements
15896 to always fail with ENOSYS. Some functions are actually named
15897 something starting with __ and the normal name is an alias. */
15898 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15906 if { (eval echo configure
:15907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15908 eval "ac_cv_func_$ac_func=yes"
15910 echo "configure: failed program was:" >&5
15911 cat conftest.
$ac_ext >&5
15913 eval "ac_cv_func_$ac_func=no"
15918 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15919 echo "$ac_t""yes" 1>&6
15920 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15921 cat >> confdefs.h
<<EOF
15922 #define $ac_tr_func 1
15926 echo "$ac_t""no" 1>&6
15933 echo $ac_n "checking for _logl declaration""... $ac_c" 1>&6
15934 echo "configure:15935: checking for _logl declaration" >&5
15935 if eval "test \"`echo '$''{'glibcpp_cv_func__logl_use'+set}'`\" = set"; then
15936 echo $ac_n "(cached) $ac_c" 1>&6
15941 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15942 ac_cpp
='$CXXCPP $CPPFLAGS'
15943 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15944 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15945 cross_compiling
=$ac_cv_prog_cxx_cross
15947 cat > conftest.
$ac_ext <<EOF
15948 #line 15949 "configure"
15949 #include "confdefs.h"
15955 if { (eval echo configure
:15956: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15957 glibcpp_cv_func__logl_use
=yes
15959 echo "configure: failed program was:" >&5
15960 cat conftest.
$ac_ext >&5
15962 glibcpp_cv_func__logl_use
=no
15966 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15967 ac_cpp
='$CPP $CPPFLAGS'
15968 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15969 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15970 cross_compiling
=$ac_cv_prog_cc_cross
15975 echo "$ac_t""$glibcpp_cv_func__logl_use" 1>&6
15976 if test x
$glibcpp_cv_func__logl_use = x
"yes"; then
15977 for ac_func
in _logl
15979 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15980 echo "configure:15981: checking for $ac_func" >&5
15981 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15982 echo $ac_n "(cached) $ac_c" 1>&6
15984 cat > conftest.
$ac_ext <<EOF
15985 #line 15986 "configure"
15986 #include "confdefs.h"
15987 /* System header to define __stub macros and hopefully few prototypes,
15988 which can conflict with char $ac_func(); below. */
15989 #include <assert.h>
15990 /* Override any gcc2 internal prototype to avoid an error. */
15991 /* We use char because int might match the return type of a gcc2
15992 builtin and then its argument prototype would still apply. */
15997 /* The GNU C library defines this for functions which it implements
15998 to always fail with ENOSYS. Some functions are actually named
15999 something starting with __ and the normal name is an alias. */
16000 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16008 if { (eval echo configure
:16009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16010 eval "ac_cv_func_$ac_func=yes"
16012 echo "configure: failed program was:" >&5
16013 cat conftest.
$ac_ext >&5
16015 eval "ac_cv_func_$ac_func=no"
16020 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16021 echo "$ac_t""yes" 1>&6
16022 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16023 cat >> confdefs.h
<<EOF
16024 #define $ac_tr_func 1
16028 echo "$ac_t""no" 1>&6
16035 echo $ac_n "checking for _log10l declaration""... $ac_c" 1>&6
16036 echo "configure:16037: checking for _log10l declaration" >&5
16037 if eval "test \"`echo '$''{'glibcpp_cv_func__log10l_use'+set}'`\" = set"; then
16038 echo $ac_n "(cached) $ac_c" 1>&6
16043 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16044 ac_cpp
='$CXXCPP $CPPFLAGS'
16045 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16046 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16047 cross_compiling
=$ac_cv_prog_cxx_cross
16049 cat > conftest.
$ac_ext <<EOF
16050 #line 16051 "configure"
16051 #include "confdefs.h"
16057 if { (eval echo configure
:16058: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16059 glibcpp_cv_func__log10l_use
=yes
16061 echo "configure: failed program was:" >&5
16062 cat conftest.
$ac_ext >&5
16064 glibcpp_cv_func__log10l_use
=no
16068 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16069 ac_cpp
='$CPP $CPPFLAGS'
16070 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16071 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16072 cross_compiling
=$ac_cv_prog_cc_cross
16077 echo "$ac_t""$glibcpp_cv_func__log10l_use" 1>&6
16078 if test x
$glibcpp_cv_func__log10l_use = x
"yes"; then
16079 for ac_func
in _log10l
16081 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16082 echo "configure:16083: checking for $ac_func" >&5
16083 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16084 echo $ac_n "(cached) $ac_c" 1>&6
16086 cat > conftest.
$ac_ext <<EOF
16087 #line 16088 "configure"
16088 #include "confdefs.h"
16089 /* System header to define __stub macros and hopefully few prototypes,
16090 which can conflict with char $ac_func(); below. */
16091 #include <assert.h>
16092 /* Override any gcc2 internal prototype to avoid an error. */
16093 /* We use char because int might match the return type of a gcc2
16094 builtin and then its argument prototype would still apply. */
16099 /* The GNU C library defines this for functions which it implements
16100 to always fail with ENOSYS. Some functions are actually named
16101 something starting with __ and the normal name is an alias. */
16102 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16110 if { (eval echo configure
:16111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16112 eval "ac_cv_func_$ac_func=yes"
16114 echo "configure: failed program was:" >&5
16115 cat conftest.
$ac_ext >&5
16117 eval "ac_cv_func_$ac_func=no"
16122 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16123 echo "$ac_t""yes" 1>&6
16124 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16125 cat >> confdefs.h
<<EOF
16126 #define $ac_tr_func 1
16130 echo "$ac_t""no" 1>&6
16137 echo $ac_n "checking for _modfl declaration""... $ac_c" 1>&6
16138 echo "configure:16139: checking for _modfl declaration" >&5
16139 if eval "test \"`echo '$''{'glibcpp_cv_func__modfl_use'+set}'`\" = set"; then
16140 echo $ac_n "(cached) $ac_c" 1>&6
16145 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16146 ac_cpp
='$CXXCPP $CPPFLAGS'
16147 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16148 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16149 cross_compiling
=$ac_cv_prog_cxx_cross
16151 cat > conftest.
$ac_ext <<EOF
16152 #line 16153 "configure"
16153 #include "confdefs.h"
16159 if { (eval echo configure
:16160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16161 glibcpp_cv_func__modfl_use
=yes
16163 echo "configure: failed program was:" >&5
16164 cat conftest.
$ac_ext >&5
16166 glibcpp_cv_func__modfl_use
=no
16170 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16171 ac_cpp
='$CPP $CPPFLAGS'
16172 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16173 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16174 cross_compiling
=$ac_cv_prog_cc_cross
16179 echo "$ac_t""$glibcpp_cv_func__modfl_use" 1>&6
16180 if test x
$glibcpp_cv_func__modfl_use = x
"yes"; then
16181 for ac_func
in _modfl
16183 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16184 echo "configure:16185: checking for $ac_func" >&5
16185 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16186 echo $ac_n "(cached) $ac_c" 1>&6
16188 cat > conftest.
$ac_ext <<EOF
16189 #line 16190 "configure"
16190 #include "confdefs.h"
16191 /* System header to define __stub macros and hopefully few prototypes,
16192 which can conflict with char $ac_func(); below. */
16193 #include <assert.h>
16194 /* Override any gcc2 internal prototype to avoid an error. */
16195 /* We use char because int might match the return type of a gcc2
16196 builtin and then its argument prototype would still apply. */
16201 /* The GNU C library defines this for functions which it implements
16202 to always fail with ENOSYS. Some functions are actually named
16203 something starting with __ and the normal name is an alias. */
16204 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16212 if { (eval echo configure
:16213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16214 eval "ac_cv_func_$ac_func=yes"
16216 echo "configure: failed program was:" >&5
16217 cat conftest.
$ac_ext >&5
16219 eval "ac_cv_func_$ac_func=no"
16224 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16225 echo "$ac_t""yes" 1>&6
16226 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16227 cat >> confdefs.h
<<EOF
16228 #define $ac_tr_func 1
16232 echo "$ac_t""no" 1>&6
16239 echo $ac_n "checking for _powl declaration""... $ac_c" 1>&6
16240 echo "configure:16241: checking for _powl declaration" >&5
16241 if eval "test \"`echo '$''{'glibcpp_cv_func__powl_use'+set}'`\" = set"; then
16242 echo $ac_n "(cached) $ac_c" 1>&6
16247 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16248 ac_cpp
='$CXXCPP $CPPFLAGS'
16249 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16250 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16251 cross_compiling
=$ac_cv_prog_cxx_cross
16253 cat > conftest.
$ac_ext <<EOF
16254 #line 16255 "configure"
16255 #include "confdefs.h"
16261 if { (eval echo configure
:16262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16263 glibcpp_cv_func__powl_use
=yes
16265 echo "configure: failed program was:" >&5
16266 cat conftest.
$ac_ext >&5
16268 glibcpp_cv_func__powl_use
=no
16272 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16273 ac_cpp
='$CPP $CPPFLAGS'
16274 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16275 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16276 cross_compiling
=$ac_cv_prog_cc_cross
16281 echo "$ac_t""$glibcpp_cv_func__powl_use" 1>&6
16282 if test x
$glibcpp_cv_func__powl_use = x
"yes"; then
16283 for ac_func
in _powl
16285 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16286 echo "configure:16287: checking for $ac_func" >&5
16287 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16288 echo $ac_n "(cached) $ac_c" 1>&6
16290 cat > conftest.
$ac_ext <<EOF
16291 #line 16292 "configure"
16292 #include "confdefs.h"
16293 /* System header to define __stub macros and hopefully few prototypes,
16294 which can conflict with char $ac_func(); below. */
16295 #include <assert.h>
16296 /* Override any gcc2 internal prototype to avoid an error. */
16297 /* We use char because int might match the return type of a gcc2
16298 builtin and then its argument prototype would still apply. */
16303 /* The GNU C library defines this for functions which it implements
16304 to always fail with ENOSYS. Some functions are actually named
16305 something starting with __ and the normal name is an alias. */
16306 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16314 if { (eval echo configure
:16315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16316 eval "ac_cv_func_$ac_func=yes"
16318 echo "configure: failed program was:" >&5
16319 cat conftest.
$ac_ext >&5
16321 eval "ac_cv_func_$ac_func=no"
16326 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16327 echo "$ac_t""yes" 1>&6
16328 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16329 cat >> confdefs.h
<<EOF
16330 #define $ac_tr_func 1
16334 echo "$ac_t""no" 1>&6
16341 echo $ac_n "checking for _sinl declaration""... $ac_c" 1>&6
16342 echo "configure:16343: checking for _sinl declaration" >&5
16343 if eval "test \"`echo '$''{'glibcpp_cv_func__sinl_use'+set}'`\" = set"; then
16344 echo $ac_n "(cached) $ac_c" 1>&6
16349 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16350 ac_cpp
='$CXXCPP $CPPFLAGS'
16351 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16352 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16353 cross_compiling
=$ac_cv_prog_cxx_cross
16355 cat > conftest.
$ac_ext <<EOF
16356 #line 16357 "configure"
16357 #include "confdefs.h"
16363 if { (eval echo configure
:16364: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16365 glibcpp_cv_func__sinl_use
=yes
16367 echo "configure: failed program was:" >&5
16368 cat conftest.
$ac_ext >&5
16370 glibcpp_cv_func__sinl_use
=no
16374 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16375 ac_cpp
='$CPP $CPPFLAGS'
16376 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16377 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16378 cross_compiling
=$ac_cv_prog_cc_cross
16383 echo "$ac_t""$glibcpp_cv_func__sinl_use" 1>&6
16384 if test x
$glibcpp_cv_func__sinl_use = x
"yes"; then
16385 for ac_func
in _sinl
16387 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16388 echo "configure:16389: checking for $ac_func" >&5
16389 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16390 echo $ac_n "(cached) $ac_c" 1>&6
16392 cat > conftest.
$ac_ext <<EOF
16393 #line 16394 "configure"
16394 #include "confdefs.h"
16395 /* System header to define __stub macros and hopefully few prototypes,
16396 which can conflict with char $ac_func(); below. */
16397 #include <assert.h>
16398 /* Override any gcc2 internal prototype to avoid an error. */
16399 /* We use char because int might match the return type of a gcc2
16400 builtin and then its argument prototype would still apply. */
16405 /* The GNU C library defines this for functions which it implements
16406 to always fail with ENOSYS. Some functions are actually named
16407 something starting with __ and the normal name is an alias. */
16408 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16416 if { (eval echo configure
:16417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16418 eval "ac_cv_func_$ac_func=yes"
16420 echo "configure: failed program was:" >&5
16421 cat conftest.
$ac_ext >&5
16423 eval "ac_cv_func_$ac_func=no"
16428 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16429 echo "$ac_t""yes" 1>&6
16430 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16431 cat >> confdefs.h
<<EOF
16432 #define $ac_tr_func 1
16436 echo "$ac_t""no" 1>&6
16443 echo $ac_n "checking for _sinhl declaration""... $ac_c" 1>&6
16444 echo "configure:16445: checking for _sinhl declaration" >&5
16445 if eval "test \"`echo '$''{'glibcpp_cv_func__sinhl_use'+set}'`\" = set"; then
16446 echo $ac_n "(cached) $ac_c" 1>&6
16451 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16452 ac_cpp
='$CXXCPP $CPPFLAGS'
16453 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16454 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16455 cross_compiling
=$ac_cv_prog_cxx_cross
16457 cat > conftest.
$ac_ext <<EOF
16458 #line 16459 "configure"
16459 #include "confdefs.h"
16465 if { (eval echo configure
:16466: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16467 glibcpp_cv_func__sinhl_use
=yes
16469 echo "configure: failed program was:" >&5
16470 cat conftest.
$ac_ext >&5
16472 glibcpp_cv_func__sinhl_use
=no
16476 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16477 ac_cpp
='$CPP $CPPFLAGS'
16478 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16479 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16480 cross_compiling
=$ac_cv_prog_cc_cross
16485 echo "$ac_t""$glibcpp_cv_func__sinhl_use" 1>&6
16486 if test x
$glibcpp_cv_func__sinhl_use = x
"yes"; then
16487 for ac_func
in _sinhl
16489 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16490 echo "configure:16491: checking for $ac_func" >&5
16491 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16492 echo $ac_n "(cached) $ac_c" 1>&6
16494 cat > conftest.
$ac_ext <<EOF
16495 #line 16496 "configure"
16496 #include "confdefs.h"
16497 /* System header to define __stub macros and hopefully few prototypes,
16498 which can conflict with char $ac_func(); below. */
16499 #include <assert.h>
16500 /* Override any gcc2 internal prototype to avoid an error. */
16501 /* We use char because int might match the return type of a gcc2
16502 builtin and then its argument prototype would still apply. */
16507 /* The GNU C library defines this for functions which it implements
16508 to always fail with ENOSYS. Some functions are actually named
16509 something starting with __ and the normal name is an alias. */
16510 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16518 if { (eval echo configure
:16519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16520 eval "ac_cv_func_$ac_func=yes"
16522 echo "configure: failed program was:" >&5
16523 cat conftest.
$ac_ext >&5
16525 eval "ac_cv_func_$ac_func=no"
16530 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16531 echo "$ac_t""yes" 1>&6
16532 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16533 cat >> confdefs.h
<<EOF
16534 #define $ac_tr_func 1
16538 echo "$ac_t""no" 1>&6
16545 echo $ac_n "checking for _sqrtl declaration""... $ac_c" 1>&6
16546 echo "configure:16547: checking for _sqrtl declaration" >&5
16547 if eval "test \"`echo '$''{'glibcpp_cv_func__sqrtl_use'+set}'`\" = set"; then
16548 echo $ac_n "(cached) $ac_c" 1>&6
16553 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16554 ac_cpp
='$CXXCPP $CPPFLAGS'
16555 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16556 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16557 cross_compiling
=$ac_cv_prog_cxx_cross
16559 cat > conftest.
$ac_ext <<EOF
16560 #line 16561 "configure"
16561 #include "confdefs.h"
16567 if { (eval echo configure
:16568: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16569 glibcpp_cv_func__sqrtl_use
=yes
16571 echo "configure: failed program was:" >&5
16572 cat conftest.
$ac_ext >&5
16574 glibcpp_cv_func__sqrtl_use
=no
16578 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16579 ac_cpp
='$CPP $CPPFLAGS'
16580 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16581 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16582 cross_compiling
=$ac_cv_prog_cc_cross
16587 echo "$ac_t""$glibcpp_cv_func__sqrtl_use" 1>&6
16588 if test x
$glibcpp_cv_func__sqrtl_use = x
"yes"; then
16589 for ac_func
in _sqrtl
16591 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16592 echo "configure:16593: checking for $ac_func" >&5
16593 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16594 echo $ac_n "(cached) $ac_c" 1>&6
16596 cat > conftest.
$ac_ext <<EOF
16597 #line 16598 "configure"
16598 #include "confdefs.h"
16599 /* System header to define __stub macros and hopefully few prototypes,
16600 which can conflict with char $ac_func(); below. */
16601 #include <assert.h>
16602 /* Override any gcc2 internal prototype to avoid an error. */
16603 /* We use char because int might match the return type of a gcc2
16604 builtin and then its argument prototype would still apply. */
16609 /* The GNU C library defines this for functions which it implements
16610 to always fail with ENOSYS. Some functions are actually named
16611 something starting with __ and the normal name is an alias. */
16612 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16620 if { (eval echo configure
:16621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16622 eval "ac_cv_func_$ac_func=yes"
16624 echo "configure: failed program was:" >&5
16625 cat conftest.
$ac_ext >&5
16627 eval "ac_cv_func_$ac_func=no"
16632 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16633 echo "$ac_t""yes" 1>&6
16634 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16635 cat >> confdefs.h
<<EOF
16636 #define $ac_tr_func 1
16640 echo "$ac_t""no" 1>&6
16647 echo $ac_n "checking for _tanl declaration""... $ac_c" 1>&6
16648 echo "configure:16649: checking for _tanl declaration" >&5
16649 if eval "test \"`echo '$''{'glibcpp_cv_func__tanl_use'+set}'`\" = set"; then
16650 echo $ac_n "(cached) $ac_c" 1>&6
16655 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16656 ac_cpp
='$CXXCPP $CPPFLAGS'
16657 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16658 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16659 cross_compiling
=$ac_cv_prog_cxx_cross
16661 cat > conftest.
$ac_ext <<EOF
16662 #line 16663 "configure"
16663 #include "confdefs.h"
16669 if { (eval echo configure
:16670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16671 glibcpp_cv_func__tanl_use
=yes
16673 echo "configure: failed program was:" >&5
16674 cat conftest.
$ac_ext >&5
16676 glibcpp_cv_func__tanl_use
=no
16680 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16681 ac_cpp
='$CPP $CPPFLAGS'
16682 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16683 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16684 cross_compiling
=$ac_cv_prog_cc_cross
16689 echo "$ac_t""$glibcpp_cv_func__tanl_use" 1>&6
16690 if test x
$glibcpp_cv_func__tanl_use = x
"yes"; then
16691 for ac_func
in _tanl
16693 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16694 echo "configure:16695: checking for $ac_func" >&5
16695 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16696 echo $ac_n "(cached) $ac_c" 1>&6
16698 cat > conftest.
$ac_ext <<EOF
16699 #line 16700 "configure"
16700 #include "confdefs.h"
16701 /* System header to define __stub macros and hopefully few prototypes,
16702 which can conflict with char $ac_func(); below. */
16703 #include <assert.h>
16704 /* Override any gcc2 internal prototype to avoid an error. */
16705 /* We use char because int might match the return type of a gcc2
16706 builtin and then its argument prototype would still apply. */
16711 /* The GNU C library defines this for functions which it implements
16712 to always fail with ENOSYS. Some functions are actually named
16713 something starting with __ and the normal name is an alias. */
16714 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16722 if { (eval echo configure
:16723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16724 eval "ac_cv_func_$ac_func=yes"
16726 echo "configure: failed program was:" >&5
16727 cat conftest.
$ac_ext >&5
16729 eval "ac_cv_func_$ac_func=no"
16734 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16735 echo "$ac_t""yes" 1>&6
16736 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16737 cat >> confdefs.h
<<EOF
16738 #define $ac_tr_func 1
16742 echo "$ac_t""no" 1>&6
16749 echo $ac_n "checking for _tanhl declaration""... $ac_c" 1>&6
16750 echo "configure:16751: checking for _tanhl declaration" >&5
16751 if eval "test \"`echo '$''{'glibcpp_cv_func__tanhl_use'+set}'`\" = set"; then
16752 echo $ac_n "(cached) $ac_c" 1>&6
16757 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16758 ac_cpp
='$CXXCPP $CPPFLAGS'
16759 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16760 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16761 cross_compiling
=$ac_cv_prog_cxx_cross
16763 cat > conftest.
$ac_ext <<EOF
16764 #line 16765 "configure"
16765 #include "confdefs.h"
16771 if { (eval echo configure
:16772: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16773 glibcpp_cv_func__tanhl_use
=yes
16775 echo "configure: failed program was:" >&5
16776 cat conftest.
$ac_ext >&5
16778 glibcpp_cv_func__tanhl_use
=no
16782 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16783 ac_cpp
='$CPP $CPPFLAGS'
16784 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16785 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16786 cross_compiling
=$ac_cv_prog_cc_cross
16791 echo "$ac_t""$glibcpp_cv_func__tanhl_use" 1>&6
16792 if test x
$glibcpp_cv_func__tanhl_use = x
"yes"; then
16793 for ac_func
in _tanhl
16795 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16796 echo "configure:16797: checking for $ac_func" >&5
16797 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16798 echo $ac_n "(cached) $ac_c" 1>&6
16800 cat > conftest.
$ac_ext <<EOF
16801 #line 16802 "configure"
16802 #include "confdefs.h"
16803 /* System header to define __stub macros and hopefully few prototypes,
16804 which can conflict with char $ac_func(); below. */
16805 #include <assert.h>
16806 /* Override any gcc2 internal prototype to avoid an error. */
16807 /* We use char because int might match the return type of a gcc2
16808 builtin and then its argument prototype would still apply. */
16813 /* The GNU C library defines this for functions which it implements
16814 to always fail with ENOSYS. Some functions are actually named
16815 something starting with __ and the normal name is an alias. */
16816 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16824 if { (eval echo configure
:16825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16826 eval "ac_cv_func_$ac_func=yes"
16828 echo "configure: failed program was:" >&5
16829 cat conftest.
$ac_ext >&5
16831 eval "ac_cv_func_$ac_func=no"
16836 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16837 echo "$ac_t""yes" 1>&6
16838 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16839 cat >> confdefs.h
<<EOF
16840 #define $ac_tr_func 1
16844 echo "$ac_t""no" 1>&6
16851 echo $ac_n "checking for _sincosl declaration""... $ac_c" 1>&6
16852 echo "configure:16853: checking for _sincosl declaration" >&5
16853 if eval "test \"`echo '$''{'glibcpp_cv_func__sincosl_use'+set}'`\" = set"; then
16854 echo $ac_n "(cached) $ac_c" 1>&6
16859 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16860 ac_cpp
='$CXXCPP $CPPFLAGS'
16861 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16862 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16863 cross_compiling
=$ac_cv_prog_cxx_cross
16865 cat > conftest.
$ac_ext <<EOF
16866 #line 16867 "configure"
16867 #include "confdefs.h"
16873 if { (eval echo configure
:16874: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16875 glibcpp_cv_func__sincosl_use
=yes
16877 echo "configure: failed program was:" >&5
16878 cat conftest.
$ac_ext >&5
16880 glibcpp_cv_func__sincosl_use
=no
16884 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16885 ac_cpp
='$CPP $CPPFLAGS'
16886 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16887 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16888 cross_compiling
=$ac_cv_prog_cc_cross
16893 echo "$ac_t""$glibcpp_cv_func__sincosl_use" 1>&6
16894 if test x
$glibcpp_cv_func__sincosl_use = x
"yes"; then
16895 for ac_func
in _sincosl
16897 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16898 echo "configure:16899: checking for $ac_func" >&5
16899 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16900 echo $ac_n "(cached) $ac_c" 1>&6
16902 cat > conftest.
$ac_ext <<EOF
16903 #line 16904 "configure"
16904 #include "confdefs.h"
16905 /* System header to define __stub macros and hopefully few prototypes,
16906 which can conflict with char $ac_func(); below. */
16907 #include <assert.h>
16908 /* Override any gcc2 internal prototype to avoid an error. */
16909 /* We use char because int might match the return type of a gcc2
16910 builtin and then its argument prototype would still apply. */
16915 /* The GNU C library defines this for functions which it implements
16916 to always fail with ENOSYS. Some functions are actually named
16917 something starting with __ and the normal name is an alias. */
16918 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16926 if { (eval echo configure
:16927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16928 eval "ac_cv_func_$ac_func=yes"
16930 echo "configure: failed program was:" >&5
16931 cat conftest.
$ac_ext >&5
16933 eval "ac_cv_func_$ac_func=no"
16938 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16939 echo "$ac_t""yes" 1>&6
16940 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16941 cat >> confdefs.h
<<EOF
16942 #define $ac_tr_func 1
16946 echo "$ac_t""no" 1>&6
16953 echo $ac_n "checking for _finitel declaration""... $ac_c" 1>&6
16954 echo "configure:16955: checking for _finitel declaration" >&5
16955 if eval "test \"`echo '$''{'glibcpp_cv_func__finitel_use'+set}'`\" = set"; then
16956 echo $ac_n "(cached) $ac_c" 1>&6
16961 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16962 ac_cpp
='$CXXCPP $CPPFLAGS'
16963 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16964 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16965 cross_compiling
=$ac_cv_prog_cxx_cross
16967 cat > conftest.
$ac_ext <<EOF
16968 #line 16969 "configure"
16969 #include "confdefs.h"
16975 if { (eval echo configure
:16976: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16977 glibcpp_cv_func__finitel_use
=yes
16979 echo "configure: failed program was:" >&5
16980 cat conftest.
$ac_ext >&5
16982 glibcpp_cv_func__finitel_use
=no
16986 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16987 ac_cpp
='$CPP $CPPFLAGS'
16988 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16989 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16990 cross_compiling
=$ac_cv_prog_cc_cross
16995 echo "$ac_t""$glibcpp_cv_func__finitel_use" 1>&6
16996 if test x
$glibcpp_cv_func__finitel_use = x
"yes"; then
16997 for ac_func
in _finitel
16999 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17000 echo "configure:17001: checking for $ac_func" >&5
17001 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17002 echo $ac_n "(cached) $ac_c" 1>&6
17004 cat > conftest.
$ac_ext <<EOF
17005 #line 17006 "configure"
17006 #include "confdefs.h"
17007 /* System header to define __stub macros and hopefully few prototypes,
17008 which can conflict with char $ac_func(); below. */
17009 #include <assert.h>
17010 /* Override any gcc2 internal prototype to avoid an error. */
17011 /* We use char because int might match the return type of a gcc2
17012 builtin and then its argument prototype would still apply. */
17017 /* The GNU C library defines this for functions which it implements
17018 to always fail with ENOSYS. Some functions are actually named
17019 something starting with __ and the normal name is an alias. */
17020 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17028 if { (eval echo configure
:17029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17030 eval "ac_cv_func_$ac_func=yes"
17032 echo "configure: failed program was:" >&5
17033 cat conftest.
$ac_ext >&5
17035 eval "ac_cv_func_$ac_func=no"
17040 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17041 echo "$ac_t""yes" 1>&6
17042 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17043 cat >> confdefs.h
<<EOF
17044 #define $ac_tr_func 1
17048 echo "$ac_t""no" 1>&6
17055 LIBS
="$ac_save_LIBS"
17056 CXXFLAGS
="$ac_save_CXXFLAGS"
17059 for ac_hdr
in complex.h
17061 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
17062 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
17063 echo "configure:17064: checking for $ac_hdr" >&5
17064 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17065 echo $ac_n "(cached) $ac_c" 1>&6
17067 cat > conftest.
$ac_ext <<EOF
17068 #line 17069 "configure"
17069 #include "confdefs.h"
17072 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17073 { (eval echo configure
:17074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17074 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17075 if test -z "$ac_err"; then
17077 eval "ac_cv_header_$ac_safe=yes"
17080 echo "configure: failed program was:" >&5
17081 cat conftest.
$ac_ext >&5
17083 eval "ac_cv_header_$ac_safe=no"
17087 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17088 echo "$ac_t""yes" 1>&6
17089 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
17090 cat >> confdefs.h
<<EOF
17091 #define $ac_tr_hdr 1
17095 echo "$ac_t""no" 1>&6
17099 for ac_func
in ccos ccosf ccosh ccoshf cexp cexpf c_log c_logf \
17100 clog10 clog10f cpow cpowf csin csinf csinh csinhf csqrt csqrtf \
17101 ctan ctanf ctanh ctanhf carg cargf nan hypot hypotf atan2f expf copysignf
17103 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17104 echo "configure:17105: checking for $ac_func" >&5
17105 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17106 echo $ac_n "(cached) $ac_c" 1>&6
17108 cat > conftest.
$ac_ext <<EOF
17109 #line 17110 "configure"
17110 #include "confdefs.h"
17111 /* System header to define __stub macros and hopefully few prototypes,
17112 which can conflict with char $ac_func(); below. */
17113 #include <assert.h>
17114 /* Override any gcc2 internal prototype to avoid an error. */
17115 /* We use char because int might match the return type of a gcc2
17116 builtin and then its argument prototype would still apply. */
17121 /* The GNU C library defines this for functions which it implements
17122 to always fail with ENOSYS. Some functions are actually named
17123 something starting with __ and the normal name is an alias. */
17124 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17132 if { (eval echo configure
:17133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17134 eval "ac_cv_func_$ac_func=yes"
17136 echo "configure: failed program was:" >&5
17137 cat conftest.
$ac_ext >&5
17139 eval "ac_cv_func_$ac_func=no"
17144 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17145 echo "$ac_t""yes" 1>&6
17146 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17147 cat >> confdefs.h
<<EOF
17148 #define $ac_tr_func 1
17152 echo "$ac_t""no" 1>&6
17153 LIBMATHOBJS
="$LIBMATHOBJS ${ac_func}.lo"
17159 USE_COMPLEX_LONG_DOUBLE
=no
17160 if test x
$ac_cv_func_atan2l = x
"yes" \
17161 && test x
$ac_cv_func_copysignl = x
"yes"; then
17162 USE_COMPLEX_LONG_DOUBLE
=yes
17163 for ac_func
in ccoshl ccosl cexpl cpowl csinhl csinl \
17164 csqrtl ctanhl ctanl cargl hypotl signbitl c_logl clog10l
17166 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17167 echo "configure:17168: checking for $ac_func" >&5
17168 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17169 echo $ac_n "(cached) $ac_c" 1>&6
17171 cat > conftest.
$ac_ext <<EOF
17172 #line 17173 "configure"
17173 #include "confdefs.h"
17174 /* System header to define __stub macros and hopefully few prototypes,
17175 which can conflict with char $ac_func(); below. */
17176 #include <assert.h>
17177 /* Override any gcc2 internal prototype to avoid an error. */
17178 /* We use char because int might match the return type of a gcc2
17179 builtin and then its argument prototype would still apply. */
17184 /* The GNU C library defines this for functions which it implements
17185 to always fail with ENOSYS. Some functions are actually named
17186 something starting with __ and the normal name is an alias. */
17187 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17195 if { (eval echo configure
:17196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17197 eval "ac_cv_func_$ac_func=yes"
17199 echo "configure: failed program was:" >&5
17200 cat conftest.
$ac_ext >&5
17202 eval "ac_cv_func_$ac_func=no"
17207 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17208 echo "$ac_t""yes" 1>&6
17209 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17210 cat >> confdefs.h
<<EOF
17211 #define $ac_tr_func 1
17215 echo "$ac_t""no" 1>&6
17216 LIBMATHOBJS
="$LIBMATHOBJS ${ac_func}.lo"
17228 echo $ac_n "checking for GNU C++ __complex__ support""... $ac_c" 1>&6
17229 echo "configure:17230: checking for GNU C++ __complex__ support" >&5
17230 if eval "test \"`echo '$''{'glibcpp_cv_complex'+set}'`\" = set"; then
17231 echo $ac_n "(cached) $ac_c" 1>&6
17236 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17237 ac_cpp
='$CXXCPP $CPPFLAGS'
17238 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17239 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17240 cross_compiling
=$ac_cv_prog_cxx_cross
17242 cat > conftest.
$ac_ext <<EOF
17243 #line 17244 "configure"
17244 #include "confdefs.h"
17245 struct dcomplex { __complex__ double x; }; \
17246 dcomplex f(const dcomplex& x) { return dcomplex(x); }
17252 if { (eval echo configure
:17253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17254 glibcpp_cv_complex
=ok
17256 echo "configure: failed program was:" >&5
17257 cat conftest.
$ac_ext >&5
17259 glibcpp_cv_complex
=buggy
17264 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17265 ac_cpp
='$CPP $CPPFLAGS'
17266 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17267 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17268 cross_compiling
=$ac_cv_prog_cc_cross
17273 echo "$ac_t""$glibcpp_cv_complex" 1>&6
17274 if test $glibcpp_cv_complex = buggy
; then
17275 cat >> confdefs.h
<<\EOF
17276 #define _GLIBCPP_BUGGY_COMPLEX 1
17281 echo $ac_n "checking for GNU C++ __complex__ float support""... $ac_c" 1>&6
17282 echo "configure:17283: checking for GNU C++ __complex__ float support" >&5
17283 if eval "test \"`echo '$''{'glibcpp_cv_float_complex'+set}'`\" = set"; then
17284 echo $ac_n "(cached) $ac_c" 1>&6
17289 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17290 ac_cpp
='$CXXCPP $CPPFLAGS'
17291 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17292 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17293 cross_compiling
=$ac_cv_prog_cxx_cross
17296 cat > conftest.h
<<EOB
17298 // Check for buggy __complex__ that causes ICE in most versions of egcs
17299 // and gcc-2.95.x on certain platforms (eg., x86-win32).
17301 // See http://egcs.cygnus.com/ml/gcc-bugs/1999-07/msg00845.html for
17302 // more info on the bug itself.
17307 __complex__ float m_value;
17308 float_complex (float = 0.0f, float = 0.0f);
17309 float_complex (__complex__ float val) : m_value (val) {}
17310 float_complex foo (const float_complex &val)
17311 { return float_complex (~val.m_value); }
17314 cat > conftest.
$ac_ext <<EOF
17315 #line 17316 "configure"
17316 #include "confdefs.h"
17317 #include "conftest.h"
17322 if { (eval echo configure
:17323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17324 glibcpp_cv_float_complex
=ok
17326 echo "configure: failed program was:" >&5
17327 cat conftest.
$ac_ext >&5
17329 glibcpp_cv_float_complex
=buggy
17334 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17335 ac_cpp
='$CPP $CPPFLAGS'
17336 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17337 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17338 cross_compiling
=$ac_cv_prog_cc_cross
17343 echo "$ac_t""$glibcpp_cv_float_complex" 1>&6
17344 if test $glibcpp_cv_float_complex = buggy
; then
17345 cat >> confdefs.h
<<\EOF
17346 #define _GLIBCPP_BUGGY_FLOAT_COMPLEX 1
17353 ac_safe
=`echo "wchar.h" | sed 'y%./+-%__p_%'`
17354 echo $ac_n "checking for wchar.h""... $ac_c" 1>&6
17355 echo "configure:17356: checking for wchar.h" >&5
17356 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17357 echo $ac_n "(cached) $ac_c" 1>&6
17359 cat > conftest.
$ac_ext <<EOF
17360 #line 17361 "configure"
17361 #include "confdefs.h"
17364 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17365 { (eval echo configure
:17366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17366 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17367 if test -z "$ac_err"; then
17369 eval "ac_cv_header_$ac_safe=yes"
17372 echo "configure: failed program was:" >&5
17373 cat conftest.
$ac_ext >&5
17375 eval "ac_cv_header_$ac_safe=no"
17379 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17380 echo "$ac_t""yes" 1>&6
17383 echo "$ac_t""no" 1>&6
17387 ac_safe
=`echo "wctype.h" | sed 'y%./+-%__p_%'`
17388 echo $ac_n "checking for wctype.h""... $ac_c" 1>&6
17389 echo "configure:17390: checking for wctype.h" >&5
17390 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17391 echo $ac_n "(cached) $ac_c" 1>&6
17393 cat > conftest.
$ac_ext <<EOF
17394 #line 17395 "configure"
17395 #include "confdefs.h"
17396 #include <wctype.h>
17398 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17399 { (eval echo configure
:17400: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17400 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17401 if test -z "$ac_err"; then
17403 eval "ac_cv_header_$ac_safe=yes"
17406 echo "configure: failed program was:" >&5
17407 cat conftest.
$ac_ext >&5
17409 eval "ac_cv_header_$ac_safe=no"
17413 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17414 echo "$ac_t""yes" 1>&6
17415 ac_has_wctype_h
=yes
17417 echo "$ac_t""no" 1>&6
17422 if test x
"$ac_has_wchar_h" = xyes
&& test x
"$ac_has_wctype_h" = xyes
; then
17424 echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6
17425 echo "configure:17426: checking for mbstate_t" >&5
17426 cat > conftest.
$ac_ext <<EOF
17427 #line 17428 "configure"
17428 #include "confdefs.h"
17431 mbstate_t teststate;
17434 if { (eval echo configure
:17435: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17436 use_native_mbstatet
=yes
17438 echo "configure: failed program was:" >&5
17439 cat conftest.
$ac_ext >&5
17441 use_native_mbstatet
=no
17444 echo "$ac_t""$use_native_mbstatet" 1>&6
17445 if test x
"$use_native_mbstatet" = xno
; then
17446 cat >> confdefs.h
<<\EOF
17447 #define _GLIBCPP_NEED_MBSTATE_T 1
17452 echo $ac_n "checking for WCHAR_MIN and WCHAR_MAX""... $ac_c" 1>&6
17453 echo "configure:17454: checking for WCHAR_MIN and WCHAR_MAX" >&5
17454 cat > conftest.
$ac_ext <<EOF
17455 #line 17456 "configure"
17456 #include "confdefs.h"
17459 int i = WCHAR_MIN; int j = WCHAR_MAX;
17462 if { (eval echo configure
:17463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17464 has_wchar_minmax
=yes
17466 echo "configure: failed program was:" >&5
17467 cat conftest.
$ac_ext >&5
17469 has_wchar_minmax
=no
17472 echo "$ac_t""$has_wchar_minmax" 1>&6
17474 echo $ac_n "checking for WEOF""... $ac_c" 1>&6
17475 echo "configure:17476: checking for WEOF" >&5
17476 cat > conftest.
$ac_ext <<EOF
17477 #line 17478 "configure"
17478 #include "confdefs.h"
17481 #include <stddef.h>
17486 if { (eval echo configure
:17487: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17490 echo "configure: failed program was:" >&5
17491 cat conftest.
$ac_ext >&5
17496 echo "$ac_t""$has_weof" 1>&6
17498 for ac_func
in wcslen wmemchr wmemcmp wmemcpy wmemmove wmemset
17500 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17501 echo "configure:17502: checking for $ac_func" >&5
17502 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17503 echo $ac_n "(cached) $ac_c" 1>&6
17505 cat > conftest.
$ac_ext <<EOF
17506 #line 17507 "configure"
17507 #include "confdefs.h"
17508 /* System header to define __stub macros and hopefully few prototypes,
17509 which can conflict with char $ac_func(); below. */
17510 #include <assert.h>
17511 /* Override any gcc2 internal prototype to avoid an error. */
17512 /* We use char because int might match the return type of a gcc2
17513 builtin and then its argument prototype would still apply. */
17518 /* The GNU C library defines this for functions which it implements
17519 to always fail with ENOSYS. Some functions are actually named
17520 something starting with __ and the normal name is an alias. */
17521 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17529 if { (eval echo configure
:17530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17531 eval "ac_cv_func_$ac_func=yes"
17533 echo "configure: failed program was:" >&5
17534 cat conftest.
$ac_ext >&5
17536 eval "ac_cv_func_$ac_func=no"
17541 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17542 echo "$ac_t""yes" 1>&6
17543 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17544 cat >> confdefs.h
<<EOF
17545 #define $ac_tr_func 1
17549 echo "$ac_t""no" 1>&6
17555 echo $ac_n "checking for ISO C9X wchar_t support""... $ac_c" 1>&6
17556 echo "configure:17557: checking for ISO C9X wchar_t support" >&5
17557 if test x
"$has_weof" = xyes
&& test x
"$has_wchar_minmax" = xyes
&& test x
"$ac_wfuncs" = xyes
; then
17558 ac_isoC9X_wchar_t
=yes
17560 ac_isoC9X_wchar_t
=no
17562 echo "$ac_t""$ac_isoC9X_wchar_t" 1>&6
17564 ac_safe
=`echo "iconv.h" | sed 'y%./+-%__p_%'`
17565 echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
17566 echo "configure:17567: checking for iconv.h" >&5
17567 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17568 echo $ac_n "(cached) $ac_c" 1>&6
17570 cat > conftest.
$ac_ext <<EOF
17571 #line 17572 "configure"
17572 #include "confdefs.h"
17575 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17576 { (eval echo configure
:17577: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17577 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17578 if test -z "$ac_err"; then
17580 eval "ac_cv_header_$ac_safe=yes"
17583 echo "configure: failed program was:" >&5
17584 cat conftest.
$ac_ext >&5
17586 eval "ac_cv_header_$ac_safe=no"
17590 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17591 echo "$ac_t""yes" 1>&6
17594 echo "$ac_t""no" 1>&6
17598 for ac_func
in iconv_open iconv_close
iconv
17600 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17601 echo "configure:17602: checking for $ac_func" >&5
17602 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17603 echo $ac_n "(cached) $ac_c" 1>&6
17605 cat > conftest.
$ac_ext <<EOF
17606 #line 17607 "configure"
17607 #include "confdefs.h"
17608 /* System header to define __stub macros and hopefully few prototypes,
17609 which can conflict with char $ac_func(); below. */
17610 #include <assert.h>
17611 /* Override any gcc2 internal prototype to avoid an error. */
17612 /* We use char because int might match the return type of a gcc2
17613 builtin and then its argument prototype would still apply. */
17618 /* The GNU C library defines this for functions which it implements
17619 to always fail with ENOSYS. Some functions are actually named
17620 something starting with __ and the normal name is an alias. */
17621 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17629 if { (eval echo configure
:17630: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17631 eval "ac_cv_func_$ac_func=yes"
17633 echo "configure: failed program was:" >&5
17634 cat conftest.
$ac_ext >&5
17636 eval "ac_cv_func_$ac_func=no"
17641 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17642 echo "$ac_t""yes" 1>&6
17643 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17644 cat >> confdefs.h
<<EOF
17645 #define $ac_tr_func 1
17649 echo "$ac_t""no" 1>&6
17655 echo $ac_n "checking for XPG2 wchar_t support""... $ac_c" 1>&6
17656 echo "configure:17657: checking for XPG2 wchar_t support" >&5
17657 if test x
"$ac_has_iconv_h" = xyes
&& test x
"$ac_XPG2funcs" = xyes
; then
17658 ac_XPG2_wchar_t
=yes
17662 echo "$ac_t""$ac_XPG2_wchar_t" 1>&6
17664 # ac_isoC9X_wchar_t=no
17666 echo $ac_n "checking for enabled wchar_t specializations""... $ac_c" 1>&6
17667 echo "configure:17668: checking for enabled wchar_t specializations" >&5
17668 if test x
"$ac_isoC9X_wchar_t" = xyes
&& test x
"$ac_XPG2_wchar_t" = xyes
; then
17669 libinst_wstring_la
="libinst-wstring.la"
17670 cat >> confdefs.h
<<\EOF
17671 #define _GLIBCPP_USE_WCHAR_T 1
17674 echo "$ac_t"""yes"" 1>&6
17676 libinst_wstring_la
=""
17677 echo "$ac_t"""no
"" 1>&6
17682 echo "configure: warning: <wchar.h> not found" 1>&2
17683 cat >> confdefs.h
<<\EOF
17684 #define _GLIBCPP_NEED_MBSTATE_T 1
17690 ac_safe
=`echo "ctype.h" | sed 'y%./+-%__p_%'`
17691 echo $ac_n "checking for ctype.h""... $ac_c" 1>&6
17692 echo "configure:17693: checking for ctype.h" >&5
17693 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
17694 echo $ac_n "(cached) $ac_c" 1>&6
17696 cat > conftest.
$ac_ext <<EOF
17697 #line 17698 "configure"
17698 #include "confdefs.h"
17701 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
17702 { (eval echo configure
:17703: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
17703 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
17704 if test -z "$ac_err"; then
17706 eval "ac_cv_header_$ac_safe=yes"
17709 echo "configure: failed program was:" >&5
17710 cat conftest.
$ac_ext >&5
17712 eval "ac_cv_header_$ac_safe=no"
17716 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
17717 echo "$ac_t""yes" 1>&6
17722 echo $ac_n "checking <ctype> for gnu-linux ""... $ac_c" 1>&6
17723 echo "configure:17724: checking <ctype> for gnu-linux " >&5
17724 cat > conftest.
$ac_ext <<EOF
17725 #line 17726 "configure"
17726 #include "confdefs.h"
17731 { return _ISspace + _ISprint + _IScntrl + _ISupper + _ISlower + _ISalpha \
17732 + _ISdigit + _ISpunct + _ISxdigit + _ISalnum + _ISgraph \
17733 + __ctype_tolower[a] + __ctype_toupper[a] + __ctype_b[a];}
17736 if { (eval echo configure
:17737: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17741 echo "configure: failed program was:" >&5
17742 cat conftest.
$ac_ext >&5
17747 echo "$ac_t""$ctype_linux" 1>&6
17748 if test $ctype_linux = "yes"; then
17749 ctype_include_dir
="config/gnu-linux"
17753 if test $ctype_default = "yes"; then
17754 echo $ac_n "checking <ctype> for freebsd 4.0 ""... $ac_c" 1>&6
17755 echo "configure:17756: checking <ctype> for freebsd 4.0 " >&5
17756 cat > conftest.
$ac_ext <<EOF
17757 #line 17758 "configure"
17758 #include "confdefs.h"
17763 { return _CTYPE_S + _CTYPE_R + _CTYPE_C + _CTYPE_U + _CTYPE_L + _CTYPE_A \
17764 + _CTYPE_D + _CTYPE_P + _CTYPE_X + _CTYPE_G ;}
17767 if { (eval echo configure
:17768: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17772 echo "configure: failed program was:" >&5
17773 cat conftest.
$ac_ext >&5
17778 echo "$ac_t""$ctype_bsd" 1>&6
17779 if test $ctype_bsd = "yes"; then
17780 ctype_include_dir
="config/bsd"
17785 if test $ctype_default = "yes"; then
17786 echo $ac_n "checking <ctype> for freebsd 3.4 ""... $ac_c" 1>&6
17787 echo "configure:17788: checking <ctype> for freebsd 3.4 " >&5
17788 cat > conftest.
$ac_ext <<EOF
17789 #line 17790 "configure"
17790 #include "confdefs.h"
17795 { return _S + _R + _C + _U + _L + _A \
17796 + _D + _P + _X + _G + __istype (a, 0);}
17799 if { (eval echo configure
:17800: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17802 ctype_freebsd34
=yes
17804 echo "configure: failed program was:" >&5
17805 cat conftest.
$ac_ext >&5
17810 echo "$ac_t""$ctype_freebsd34" 1>&6
17811 if test $ctype_freebsd34 = "yes"; then
17812 ctype_include_dir
="config/bsd"
17817 if test $ctype_default = "yes"; then
17818 echo $ac_n "checking <ctype> for solaris 2.6,7,8 ""... $ac_c" 1>&6
17819 echo "configure:17820: checking <ctype> for solaris 2.6,7,8 " >&5
17820 cat > conftest.
$ac_ext <<EOF
17821 #line 17822 "configure"
17822 #include "confdefs.h"
17827 { return _ISSPACE + _ISPRINT + _ISCNTRL + _ISUPPER + _ISLOWER + _ISALPHA \
17828 + _ISDIGIT + _ISPUNCT + _ISXDIGIT + _ISALNUM + _ISGRAPH \
17829 + __trans_lower[a] + __trans_upper[a] + __ctype_mask[a];}
17832 if { (eval echo configure
:17833: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17837 echo "configure: failed program was:" >&5
17838 cat conftest.
$ac_ext >&5
17843 echo "$ac_t""$ctype_solaris" 1>&6
17845 if test $ctype_solaris = "yes"; then
17846 echo $ac_n "checking for version""... $ac_c" 1>&6
17847 echo "configure:17848: checking for version" >&5
17849 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17850 ac_cpp
='$CXXCPP $CPPFLAGS'
17851 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17852 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17853 cross_compiling
=$ac_cv_prog_cxx_cross
17855 cat > conftest.
$ac_ext <<EOF
17856 #line 17857 "configure"
17857 #include "confdefs.h"
17860 typedef long* __to_type; __to_type const& _M_toupper = __trans_upper;
17863 if { (eval echo configure
:17864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17866 ctype_solaris26
=yes
17868 echo "configure: failed program was:" >&5
17869 cat conftest.
$ac_ext >&5
17875 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17876 ac_cpp
='$CPP $CPPFLAGS'
17877 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17878 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17879 cross_compiling
=$ac_cv_prog_cc_cross
17881 if test $ctype_solaris26 = "yes"; then
17882 ctype_include_dir
="config/solaris/solaris2.6"
17883 echo "$ac_t"""solaris2.6
"" 1>&6
17886 ctype_include_dir
="config/solaris/solaris2.7"
17887 echo "$ac_t"""solaris2.7
,8"" 1>&6
17893 if test $ctype_default = "yes"; then
17894 echo $ac_n "checking <ctype> for solaris 2.5.1 ""... $ac_c" 1>&6
17895 echo "configure:17896: checking <ctype> for solaris 2.5.1 " >&5
17896 cat > conftest.
$ac_ext <<EOF
17897 #line 17898 "configure"
17898 #include "confdefs.h"
17903 { return _U + _L + _N + _S + _P + _C + _X + _B \
17907 if { (eval echo configure
:17908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17910 ctype_solaris25
=yes
17912 echo "configure: failed program was:" >&5
17913 cat conftest.
$ac_ext >&5
17918 echo "$ac_t""$ctype_solaris25" 1>&6
17919 if test $ctype_solaris25 = "yes"; then
17920 ctype_include_dir
="config/solaris/solaris2.5"
17925 if test $ctype_default = "yes"; then
17926 echo $ac_n "checking <ctype> for aix ""... $ac_c" 1>&6
17927 echo "configure:17928: checking <ctype> for aix " >&5
17928 cat > conftest.
$ac_ext <<EOF
17929 #line 17930 "configure"
17930 #include "confdefs.h"
17935 { return _ISSPACE + _ISPRINT + _ISCNTRL + _ISUPPER + _ISLOWER + _ISALPHA \
17936 + _ISDIGIT + _ISPUNCT + _ISXDIGIT + _ISALNUM + _ISGRAPH \
17937 + _VALC('a') + _IS('c', 0);}
17940 if { (eval echo configure
:17941: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17945 echo "configure: failed program was:" >&5
17946 cat conftest.
$ac_ext >&5
17951 echo "$ac_t""$ctype_aix" 1>&6
17952 if test $ctype_aix = "yes"; then
17953 ctype_include_dir
="config/aix"
17958 if test $ctype_default = "yes"; then
17959 echo $ac_n "checking <ctype> for newlib ""... $ac_c" 1>&6
17960 echo "configure:17961: checking <ctype> for newlib " >&5
17961 cat > conftest.
$ac_ext <<EOF
17962 #line 17963 "configure"
17963 #include "confdefs.h"
17968 { return _U + _L + _N + _S + _P + _C + _X + _B \
17972 if { (eval echo configure
:17973: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17977 echo "configure: failed program was:" >&5
17978 cat conftest.
$ac_ext >&5
17983 echo "$ac_t""$ctype_newlib" 1>&6
17984 if test $ctype_newlib = "yes"; then
17985 ctype_include_dir
="config/newlib"
17990 if test $ctype_default = "yes"; then
17991 ctype_include_dir
="config/generic"
17992 echo "configure: warning: "Using default ctype headers.
"" 1>&2
17997 echo "$ac_t""no" 1>&6
18002 for ac_hdr
in unistd.h
18004 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
18005 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
18006 echo "configure:18007: checking for $ac_hdr" >&5
18007 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18008 echo $ac_n "(cached) $ac_c" 1>&6
18010 cat > conftest.
$ac_ext <<EOF
18011 #line 18012 "configure"
18012 #include "confdefs.h"
18015 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18016 { (eval echo configure
:18017: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18017 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18018 if test -z "$ac_err"; then
18020 eval "ac_cv_header_$ac_safe=yes"
18023 echo "configure: failed program was:" >&5
18024 cat conftest.
$ac_ext >&5
18026 eval "ac_cv_header_$ac_safe=no"
18030 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18031 echo "$ac_t""yes" 1>&6
18032 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
18033 cat >> confdefs.h
<<EOF
18034 #define $ac_tr_hdr 1
18038 echo "$ac_t""no" 1>&6
18042 for ac_func
in getpagesize
18044 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18045 echo "configure:18046: checking for $ac_func" >&5
18046 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18047 echo $ac_n "(cached) $ac_c" 1>&6
18049 cat > conftest.
$ac_ext <<EOF
18050 #line 18051 "configure"
18051 #include "confdefs.h"
18052 /* System header to define __stub macros and hopefully few prototypes,
18053 which can conflict with char $ac_func(); below. */
18054 #include <assert.h>
18055 /* Override any gcc2 internal prototype to avoid an error. */
18056 /* We use char because int might match the return type of a gcc2
18057 builtin and then its argument prototype would still apply. */
18062 /* The GNU C library defines this for functions which it implements
18063 to always fail with ENOSYS. Some functions are actually named
18064 something starting with __ and the normal name is an alias. */
18065 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18073 if { (eval echo configure
:18074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18075 eval "ac_cv_func_$ac_func=yes"
18077 echo "configure: failed program was:" >&5
18078 cat conftest.
$ac_ext >&5
18080 eval "ac_cv_func_$ac_func=no"
18085 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18086 echo "$ac_t""yes" 1>&6
18087 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18088 cat >> confdefs.h
<<EOF
18089 #define $ac_tr_func 1
18093 echo "$ac_t""no" 1>&6
18097 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
18098 echo "configure:18099: checking for working mmap" >&5
18099 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
18100 echo $ac_n "(cached) $ac_c" 1>&6
18102 if test "$cross_compiling" = yes; then
18103 ac_cv_func_mmap_fixed_mapped
=no
18105 cat > conftest.
$ac_ext <<EOF
18106 #line 18107 "configure"
18107 #include "confdefs.h"
18109 /* Thanks to Mike Haertel and Jim Avera for this test.
18110 Here is a matrix of mmap possibilities:
18111 mmap private not fixed
18112 mmap private fixed at somewhere currently unmapped
18113 mmap private fixed at somewhere already mapped
18114 mmap shared not fixed
18115 mmap shared fixed at somewhere currently unmapped
18116 mmap shared fixed at somewhere already mapped
18117 For private mappings, we should verify that changes cannot be read()
18118 back from the file, nor mmap's back from the file at a different
18119 address. (There have been systems where private was not correctly
18120 implemented like the infamous i386 svr4.0, and systems where the
18121 VM page cache was not coherent with the filesystem buffer cache
18122 like early versions of FreeBSD and possibly contemporary NetBSD.)
18123 For shared mappings, we should conversely verify that changes get
18124 propogated back to all the places they're supposed to be.
18126 Grep wants private fixed already mapped.
18127 The main things grep needs to know about mmap are:
18128 * does it exist and is it safe to write into the mmap'd area
18129 * how to use it (BSD variants) */
18130 #include <sys/types.h>
18132 #include <sys/mman.h>
18134 /* This mess was copied from the GNU getpagesize.h. */
18135 #ifndef HAVE_GETPAGESIZE
18136 # ifdef HAVE_UNISTD_H
18137 # include <unistd.h>
18140 /* Assume that all systems that can run configure have sys/param.h. */
18141 # ifndef HAVE_SYS_PARAM_H
18142 # define HAVE_SYS_PARAM_H 1
18145 # ifdef _SC_PAGESIZE
18146 # define getpagesize() sysconf(_SC_PAGESIZE)
18147 # else /* no _SC_PAGESIZE */
18148 # ifdef HAVE_SYS_PARAM_H
18149 # include <sys/param.h>
18150 # ifdef EXEC_PAGESIZE
18151 # define getpagesize() EXEC_PAGESIZE
18152 # else /* no EXEC_PAGESIZE */
18154 # define getpagesize() NBPG * CLSIZE
18157 # endif /* no CLSIZE */
18158 # else /* no NBPG */
18160 # define getpagesize() NBPC
18161 # else /* no NBPC */
18163 # define getpagesize() PAGESIZE
18164 # endif /* PAGESIZE */
18165 # endif /* no NBPC */
18166 # endif /* no NBPG */
18167 # endif /* no EXEC_PAGESIZE */
18168 # else /* no HAVE_SYS_PARAM_H */
18169 # define getpagesize() 8192 /* punt totally */
18170 # endif /* no HAVE_SYS_PARAM_H */
18171 # endif /* no _SC_PAGESIZE */
18173 #endif /* no HAVE_GETPAGESIZE */
18176 extern "C" { void *malloc(unsigned); }
18184 char *data, *data2, *data3;
18188 pagesize = getpagesize();
18191 * First, make a file with some known garbage in it.
18193 data = malloc(pagesize);
18196 for (i = 0; i < pagesize; ++i)
18197 *(data + i) = rand();
18199 fd = creat("conftestmmap", 0600);
18202 if (write(fd, data, pagesize) != pagesize)
18207 * Next, try to mmap the file at a fixed address which
18208 * already has something else allocated at it. If we can,
18209 * also make sure that we see the same garbage.
18211 fd = open("conftestmmap", O_RDWR);
18214 data2 = malloc(2 * pagesize);
18217 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
18218 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
18219 MAP_PRIVATE | MAP_FIXED, fd, 0L))
18221 for (i = 0; i < pagesize; ++i)
18222 if (*(data + i) != *(data2 + i))
18226 * Finally, make sure that changes to the mapped area
18227 * do not percolate back to the file as seen by read().
18228 * (This is a bug on some variants of i386 svr4.0.)
18230 for (i = 0; i < pagesize; ++i)
18231 *(data2 + i) = *(data2 + i) + 1;
18232 data3 = malloc(pagesize);
18235 if (read(fd, data3, pagesize) != pagesize)
18237 for (i = 0; i < pagesize; ++i)
18238 if (*(data + i) != *(data3 + i))
18241 unlink("conftestmmap");
18246 if { (eval echo configure
:18247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
18248 ac_cv_func_mmap_fixed_mapped
=yes
18250 echo "configure: failed program was:" >&5
18251 cat conftest.
$ac_ext >&5
18253 ac_cv_func_mmap_fixed_mapped
=no
18260 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
18261 if test $ac_cv_func_mmap_fixed_mapped = yes; then
18262 cat >> confdefs.h
<<\EOF
18263 #define HAVE_MMAP 1
18272 if test "$CANADIAN" = yes; then
18281 if test "$NULL_TARGET" = yes; then
18283 NULL_TARGET_FALSE
='#'
18285 NULL_TARGET_TRUE
='#'
18290 if test "$NATIVE" = yes ||
test "$NULL_TARGET" = yes; then
18299 if test -z "$with_cross_host"; then
18301 USE_LIBDIR_FALSE
='#'
18303 USE_LIBDIR_TRUE
='#'
18307 if test $ac_cv_header_locale_h = yes; then
18308 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
18309 echo "configure:18310: checking for LC_MESSAGES" >&5
18310 if eval "test \"`echo '$''{'ac_cv_val_LC_MESSAGES'+set}'`\" = set"; then
18311 echo $ac_n "(cached) $ac_c" 1>&6
18313 cat > conftest.
$ac_ext <<EOF
18314 #line 18315 "configure"
18315 #include "confdefs.h"
18316 #include <locale.h>
18321 if { (eval echo configure
:18322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18323 ac_cv_val_LC_MESSAGES
=yes
18325 echo "configure: failed program was:" >&5
18326 cat conftest.
$ac_ext >&5
18328 ac_cv_val_LC_MESSAGES
=no
18333 echo "$ac_t""$ac_cv_val_LC_MESSAGES" 1>&6
18334 if test $ac_cv_val_LC_MESSAGES = yes; then
18335 cat >> confdefs.h
<<\EOF
18336 #define HAVE_LC_MESSAGES 1
18343 if test "${multilib}" = "yes"; then
18344 multilib_arg
="--enable-multilib"
18350 # Generate the various Makefiles, include files, and scripts.
18352 # NB: Multilibs need MULTISUBDIR defined correctly in src/Makefile.am
18353 # so that multilib installs will end up installed in the correct
18354 # place. To work around this not being passed down from config-ml.in
18355 # -> top_srcdir/Makefile.am -> top_srcdir/src/Makefile.am, manually
18359 cat > confcache
<<\EOF
18360 # This file is a shell script that caches the results of configure
18361 # tests run on this system so they can be shared between configure
18362 # scripts and configure runs. It is not useful on other systems.
18363 # If it contains results you don't want to keep, you may remove or edit it.
18365 # By default, configure uses ./config.cache as the cache file,
18366 # creating it if it does not exist already. You can give configure
18367 # the --cache-file=FILE option to use a different cache file; that is
18368 # what configure does when it calls configure scripts in
18369 # subdirectories, so they share the cache.
18370 # Giving --cache-file=/dev/null disables caching, for debugging configure.
18371 # config.status only pays attention to the cache file if you give it the
18372 # --recheck option to rerun configure.
18375 # The following way of writing the cache mishandles newlines in values,
18376 # but we know of no workaround that is simple, portable, and efficient.
18377 # So, don't put newlines in cache variables' values.
18378 # Ultrix sh set writes to stderr and can't be redirected directly,
18379 # and sets the high bit in the cache file unless we assign to the vars.
18381 case `(ac_space=' '; set | grep ac_space) 2>&1` in
18383 # `set' does not quote correctly, so add quotes (double-quote substitution
18384 # turns \\\\ into \\, and sed turns \\ into \).
18386 -e "s/'/'\\\\''/g" \
18387 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
18390 # `set' quotes correctly as required by POSIX, so do not add quotes.
18391 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
18394 if cmp -s $cache_file confcache
; then
18397 if test -w $cache_file; then
18398 echo "updating cache $cache_file"
18399 cat confcache
> $cache_file
18401 echo "not updating unwritable cache $cache_file"
18406 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
18408 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18409 # Let make expand exec_prefix.
18410 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18412 # Any assignment to VPATH causes Sun make to only execute
18413 # the first set of double-colon rules, so remove it if not needed.
18414 # If there is a colon in the path, we need to keep it.
18415 if test "x$srcdir" = x.
; then
18416 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
18419 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
18421 DEFS
=-DHAVE_CONFIG_H
18423 # Without the "./", some shells look in PATH for config.status.
18424 : ${CONFIG_STATUS=./config.status}
18426 echo creating
$CONFIG_STATUS
18427 rm -f $CONFIG_STATUS
18428 cat > $CONFIG_STATUS <<EOF
18430 # Generated automatically by configure.
18431 # Run this file to recreate the current configuration.
18432 # This directory was configured as follows,
18433 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18435 # $0 $ac_configure_args
18437 # Compiler output produced by configure, useful for debugging
18438 # configure, is in ./config.log if it exists.
18440 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
18443 case "\$ac_option" in
18444 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18445 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
18446 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
18447 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
18448 echo "$CONFIG_STATUS generated by autoconf version 2.13"
18450 -help | --help | --hel | --he | --h)
18451 echo "\$ac_cs_usage"; exit 0 ;;
18452 *) echo "\$ac_cs_usage"; exit 1 ;;
18456 ac_given_srcdir=$srcdir
18457 ac_given_INSTALL="$INSTALL"
18459 trap 'rm -fr `echo "mkcheck Makefile src/Makefile math/Makefile libio/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
18461 cat >> $CONFIG_STATUS <<EOF
18463 # Protect against being on the right side of a sed subst in config.status.
18464 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
18465 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
18469 s%@CFLAGS@%$CFLAGS%g
18470 s%@CPPFLAGS@%$CPPFLAGS%g
18471 s%@CXXFLAGS@%$CXXFLAGS%g
18472 s%@FFLAGS@%$FFLAGS%g
18474 s%@LDFLAGS@%$LDFLAGS%g
18476 s%@exec_prefix@%$exec_prefix%g
18477 s%@prefix@%$prefix%g
18478 s%@program_transform_name@%$program_transform_name%g
18479 s%@bindir@%$bindir%g
18480 s%@sbindir@%$sbindir%g
18481 s%@libexecdir@%$libexecdir%g
18482 s%@datadir@%$datadir%g
18483 s%@sysconfdir@%$sysconfdir%g
18484 s%@sharedstatedir@%$sharedstatedir%g
18485 s%@localstatedir@%$localstatedir%g
18486 s%@libdir@%$libdir%g
18487 s%@includedir@%$includedir%g
18488 s%@oldincludedir@%$oldincludedir%g
18489 s%@infodir@%$infodir%g
18490 s%@mandir@%$mandir%g
18492 s%@host_alias@%$host_alias%g
18493 s%@host_cpu@%$host_cpu%g
18494 s%@host_vendor@%$host_vendor%g
18495 s%@host_os@%$host_os%g
18496 s%@target@%$target%g
18497 s%@target_alias@%$target_alias%g
18498 s%@target_cpu@%$target_cpu%g
18499 s%@target_vendor@%$target_vendor%g
18500 s%@target_os@%$target_os%g
18502 s%@build_alias@%$build_alias%g
18503 s%@build_cpu@%$build_cpu%g
18504 s%@build_vendor@%$build_vendor%g
18505 s%@build_os@%$build_os%g
18506 s%@glibcpp_basedir@%$glibcpp_basedir%g
18507 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
18508 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
18509 s%@INSTALL_DATA@%$INSTALL_DATA%g
18510 s%@PACKAGE@%$PACKAGE%g
18511 s%@VERSION@%$VERSION%g
18512 s%@ACLOCAL@%$ACLOCAL%g
18513 s%@AUTOCONF@%$AUTOCONF%g
18514 s%@AUTOMAKE@%$AUTOMAKE%g
18515 s%@AUTOHEADER@%$AUTOHEADER%g
18516 s%@MAKEINFO@%$MAKEINFO%g
18517 s%@SET_MAKE@%$SET_MAKE%g
18522 s%@RANLIB@%$RANLIB%g
18523 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
18524 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
18526 s%@EXEEXT@%$EXEEXT%g
18527 s%@GLIBCPP_CFLAGS@%$GLIBCPP_CFLAGS%g
18528 s%@GLIBCPP_CXXFLAGS@%$GLIBCPP_CXXFLAGS%g
18530 s%@OBJEXT@%$OBJEXT%g
18532 s%@LIBTOOL@%$LIBTOOL%g
18533 s%@CXXCPP@%$CXXCPP%g
18534 s%@ifGNUmake@%$ifGNUmake%g
18536 s%@cpu_include_dir@%$cpu_include_dir%g
18537 s%@CPU_FLAGS@%$CPU_FLAGS%g
18538 s%@DEBUG_FLAGS@%$DEBUG_FLAGS%g
18539 s%@GLIBCPP_NEED_LIBIO_TRUE@%$GLIBCPP_NEED_LIBIO_TRUE%g
18540 s%@GLIBCPP_NEED_LIBIO_FALSE@%$GLIBCPP_NEED_LIBIO_FALSE%g
18541 s%@GLIBCPP_NEED_XTRA_LIBIO_TRUE@%$GLIBCPP_NEED_XTRA_LIBIO_TRUE%g
18542 s%@GLIBCPP_NEED_XTRA_LIBIO_FALSE@%$GLIBCPP_NEED_XTRA_LIBIO_FALSE%g
18543 s%@GLIBCPP_NEED_WLIBIO_TRUE@%$GLIBCPP_NEED_WLIBIO_TRUE%g
18544 s%@GLIBCPP_NEED_WLIBIO_FALSE@%$GLIBCPP_NEED_WLIBIO_FALSE%g
18545 s%@CSHADOWFLAGS@%$CSHADOWFLAGS%g
18546 s%@GLIBCPP_USE_CSHADOW_TRUE@%$GLIBCPP_USE_CSHADOW_TRUE%g
18547 s%@GLIBCPP_USE_CSHADOW_FALSE@%$GLIBCPP_USE_CSHADOW_FALSE%g
18548 s%@THREADLIBS@%$THREADLIBS%g
18549 s%@THREADINCS@%$THREADINCS%g
18550 s%@THREADDEPS@%$THREADDEPS%g
18551 s%@THREADOBJS@%$THREADOBJS%g
18552 s%@THREADSPEC@%$THREADSPEC%g
18553 s%@EXTRA_CXX_FLAGS@%$EXTRA_CXX_FLAGS%g
18554 s%@ctype_include_dir@%$ctype_include_dir%g
18555 s%@WERROR@%$WERROR%g
18556 s%@WFMT_FLAGS@%$WFMT_FLAGS%g
18557 s%@SECTION_FLAGS@%$SECTION_FLAGS%g
18558 s%@SECTION_LDFLAGS@%$SECTION_LDFLAGS%g
18559 s%@OPT_LDFLAGS@%$OPT_LDFLAGS%g
18560 s%@LIBMATHOBJS@%$LIBMATHOBJS%g
18561 s%@USE_COMPLEX_LONG_DOUBLE@%$USE_COMPLEX_LONG_DOUBLE%g
18562 s%@libinst_wstring_la@%$libinst_wstring_la%g
18563 s%@CANADIAN_TRUE@%$CANADIAN_TRUE%g
18564 s%@CANADIAN_FALSE@%$CANADIAN_FALSE%g
18565 s%@NULL_TARGET_TRUE@%$NULL_TARGET_TRUE%g
18566 s%@NULL_TARGET_FALSE@%$NULL_TARGET_FALSE%g
18567 s%@NATIVE_TRUE@%$NATIVE_TRUE%g
18568 s%@NATIVE_FALSE@%$NATIVE_FALSE%g
18569 s%@USE_LIBDIR_TRUE@%$USE_LIBDIR_TRUE%g
18570 s%@USE_LIBDIR_FALSE@%$USE_LIBDIR_FALSE%g
18575 cat >> $CONFIG_STATUS <<\EOF
18577 # Split the substitutions into bite-sized pieces for seds with
18578 # small command number limits, like on Digital OSF/1 and HP-UX.
18579 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
18580 ac_file
=1 # Number of current file.
18581 ac_beg
=1 # First line for current file.
18582 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
18585 while $ac_more_lines; do
18586 if test $ac_beg -gt 1; then
18587 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
18589 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
18591 if test ! -s conftest.s
$ac_file; then
18592 ac_more_lines
=false
18593 rm -f conftest.s
$ac_file
18595 if test -z "$ac_sed_cmds"; then
18596 ac_sed_cmds
="sed -f conftest.s$ac_file"
18598 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
18600 ac_file
=`expr $ac_file + 1`
18602 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
18605 if test -z "$ac_sed_cmds"; then
18610 cat >> $CONFIG_STATUS <<EOF
18612 CONFIG_FILES=\${CONFIG_FILES-"mkcheck Makefile src/Makefile math/Makefile libio/Makefile"}
18614 cat >> $CONFIG_STATUS <<\EOF
18615 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
18616 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18618 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
18619 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
18620 *) ac_file_in
="${ac_file}.in" ;;
18623 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
18625 # Remove last slash and all that follows it. Not all systems have dirname.
18626 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
18627 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
18628 # The file is in a subdirectory.
18629 test ! -d "$ac_dir" && mkdir
"$ac_dir"
18630 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
18631 # A "../" for each directory in $ac_dir_suffix.
18632 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
18634 ac_dir_suffix
= ac_dots
=
18637 case "$ac_given_srcdir" in
18639 if test -z "$ac_dots"; then top_srcdir
=.
18640 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
18641 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
18642 *) # Relative path.
18643 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
18644 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
18647 case "$ac_given_INSTALL" in
18648 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
18649 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
18652 echo creating
"$ac_file"
18654 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
18656 *Makefile
*) ac_comsub
="1i\\
18657 # $configure_input" ;;
18661 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18663 s%@configure_input@%$configure_input%g
18664 s%@srcdir@%$srcdir%g
18665 s%@top_srcdir@%$top_srcdir%g
18666 s%@INSTALL@%$INSTALL%g
18667 " $ac_file_inputs |
(eval "$ac_sed_cmds") > $ac_file
18671 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
18672 # NAME is the cpp macro being defined and VALUE is the value it is being given.
18674 # ac_d sets the value in "#define NAME VALUE" lines.
18675 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
18676 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
18679 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
18680 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18681 ac_uB
='\([ ]\)%\1#\2define\3'
18684 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
18685 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
18686 ac_eB
='$%\1#\2define\3'
18690 if test "${CONFIG_HEADERS+set}" != set; then
18692 cat >> $CONFIG_STATUS <<EOF
18693 CONFIG_HEADERS="config.h"
18695 cat >> $CONFIG_STATUS <<\EOF
18697 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
18698 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
18700 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
18701 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
18702 *) ac_file_in
="${ac_file}.in" ;;
18705 echo creating
$ac_file
18707 rm -f conftest.frag conftest.
in conftest.out
18708 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
18709 cat $ac_file_inputs > conftest.
in
18713 # Transform confdefs.h into a sed script conftest.vals that substitutes
18714 # the proper values into config.h.in to produce config.h. And first:
18715 # Protect against being on the right side of a sed subst in config.status.
18716 # Protect against being in an unquoted here document in config.status.
18717 rm -f conftest.vals
18718 cat > conftest.hdr
<<\EOF
18721 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
18725 sed -n -f conftest.hdr confdefs.h > conftest.vals
18728 # This sed command replaces #undef with comments. This is necessary, for
18729 # example, in the case of _POSIX_SOURCE, which is predefined and required
18730 # on some systems where configure will not decide to define it.
18731 cat >> conftest.vals <<\EOF
18732 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
18735 # Break up conftest.vals because some shells have a limit on
18736 # the size of here documents, and old seds have small limits too.
18738 rm -f conftest.tail
18741 ac_lines=`grep -c . conftest.vals
`
18742 # grep -c gives empty output for an empty file on some AIX systems.
18743 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
18744 # Write a limited-size here document to conftest.frag.
18745 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
18746 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
18748 sed -f conftest.frag conftest.in > conftest.out
18750 mv conftest.out conftest.in
18751 ' >> $CONFIG_STATUS
18752 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
18753 rm -f conftest.vals
18754 mv conftest.tail conftest.vals
18756 rm -f conftest.vals
18758 cat >> $CONFIG_STATUS <<\EOF
18759 rm -f conftest.frag conftest.h
18760 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
18761 cat conftest.in >> conftest.h
18763 if cmp -s $ac_file conftest.h 2>/dev/null; then
18764 echo "$ac_file is unchanged"
18767 # Remove last slash and all that follows it. Not all systems have dirname.
18768 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
18769 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
18770 # The file is in a subdirectory.
18771 test ! -d "$ac_dir" && mkdir "$ac_dir"
18774 mv conftest.h $ac_file
18780 cat >> $CONFIG_STATUS <<EOF
18781 ac_sources="$CSTDIO_H $CSTDIO_CC config/$THREADH"
18782 ac_dests="bits/c++io.h src/c++io.cc bits/c++threads.h"
18785 cat >> $CONFIG_STATUS <<\EOF
18786 srcdir=$ac_given_srcdir
18787 while test -n "$ac_sources"; do
18788 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
18789 set $ac_sources; ac_source=$1; shift; ac_sources=$*
18791 echo "linking $srcdir/$ac_source to $ac_dest"
18793 if test ! -r $srcdir/$ac_source; then
18794 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
18798 # Make relative symlinks.
18799 # Remove last slash and all that follows it. Not all systems have dirname.
18800 ac_dest_dir=`echo $ac_dest|
sed 's%/[^/][^/]*$%%'`
18801 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
18802 # The dest file is in a subdirectory.
18803 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
18804 ac_dest_dir_suffix="/`echo $ac_dest_dir|
sed 's%^\./%%'`"
18805 # A "../" for each directory in $ac_dest_dir_suffix.
18806 ac_dots=`echo $ac_dest_dir_suffix|
sed 's%/[^/]*%../%g'`
18808 ac_dest_dir_suffix= ac_dots=
18812 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
18813 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
18816 # Make a symlink if possible; otherwise try a hard link.
18817 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
18818 ln $srcdir/$ac_source $ac_dest; then :
18820 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
18824 cat >> $CONFIG_STATUS <<EOF
18829 with_multisubdir=${with_multisubdir}
18830 ac_configure_args="${multilib_arg} ${ac_configure_args}"
18831 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
18832 glibcpp_basedir=${glibcpp_basedir}
18837 cat >> $CONFIG_STATUS <<\EOF
18838 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
18839 if test -n "$CONFIG_FILES"; then
18840 ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
18841 grep '^MULTISUBDIR =' Makefile >> src/Makefile
18845 chmod +x $CONFIG_STATUS
18846 rm -fr confdefs* $ac_clean_files
18847 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
18852 # Generate bits/c++config.h
18853 # NB: This must be the first generated file as others include it. . .
18856 # Generate bits/std_limits.h and src/limitsMEMBERS.cc
18860 # Sanity checking & User-visible messages.
18861 # Checks down here, otherwise they get scrolled off before
18862 # the user will notice.
18863 if test "$enable_namespaces" = "yes" && test "$enable_libgcc_rebuild" = "no"
18865 echo "configure: warning: libgcc.a will not match mangled symbols unless it is rebuilt" 1>&2
18867 if test "$enable_namespaces" = "no" && test "$enable_libgcc_rebuild" != "no"
18869 # Other things besides namespaces can make this true as well, but none
18870 # of them are done automatically... yet
18871 echo "configure: warning: no point in rebuilding libgcc.a if namespaces aren't used" 1>&2
18874 # Trying to get more people to read documentation. Possibly remove
18875 # check and warn all the time. There is no "informational" AC_MSG_
18876 # macro, so these are going to be printed even when --quiet/--silent
18878 if test ! -f stamp-sanity-warned; then
18879 touch stamp-sanity-warned
18881 echo "Please make certain that you read the installation information here:"
18882 echo " faster => ${srcdir}/docs/install.html"
18883 echo " slower => <URL:http://sources.redhat.com/libstdc++/install.html>"
18885 echo "and the configuration information here:"
18886 echo " faster => ${srcdir}/docs/configopts.html"
18887 echo " slower => <URL:http://sources.redhat.com/libstdc++/configopts.html>"
18889 echo "before proceeding with ${_cv_gnu_make_command}."
18894 $srcdir/mkc++config $blddir $srcdir
18895 $srcdir/mknumeric_limits $blddir $srcdir $xcompiling