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 stdio for target io package. (default)
40 --enable-cstdio=LIB use LIB target-speific io package."
42 --enable-c-mbchar enable multibyte (wide) characters [default=yes]"
44 --enable-long-long turns on 'long long' [default=no]"
46 --enable-cheaders construct "C
" header files for
49 --enable-threads enable thread usage for target GCC.
50 --enable-threads=LIB use LIB thread package for target GCC."
52 --enable-cxx-flags=FLAGS pass compiler FLAGS when building library;
55 --with-gxx-include-dir the installation directory for include files"
57 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory "
59 # Initialize some variables set by options.
60 # The variables have the same names as the options, with
61 # dashes changed to underlines.
63 cache_file
=.
/config.cache
72 program_transform_name
=s
,x
,x
,
80 bindir
='${exec_prefix}/bin'
81 sbindir
='${exec_prefix}/sbin'
82 libexecdir
='${exec_prefix}/libexec'
83 datadir
='${prefix}/share'
84 sysconfdir
='${prefix}/etc'
85 sharedstatedir
='${prefix}/com'
86 localstatedir
='${prefix}/var'
87 libdir
='${exec_prefix}/lib'
88 includedir
='${prefix}/include'
89 oldincludedir
='/usr/include'
90 infodir
='${prefix}/info'
91 mandir
='${prefix}/man'
93 # Initialize some other variables.
96 SHELL
=${CONFIG_SHELL-/bin/sh}
97 # Maximum number of lines to put in a shell here document.
104 # If the previous option needs an argument, assign it.
105 if test -n "$ac_prev"; then
106 eval "$ac_prev=\$ac_option"
112 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
116 # Accept the important Cygnus configure options, so we can diagnose typos.
120 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
122 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
123 bindir
="$ac_optarg" ;;
125 -build |
--build |
--buil |
--bui |
--bu)
127 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
128 build
="$ac_optarg" ;;
130 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
131 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
132 ac_prev
=cache_file
;;
133 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
134 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
135 cache_file
="$ac_optarg" ;;
137 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
139 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
141 datadir
="$ac_optarg" ;;
143 -disable-* |
--disable-*)
144 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
145 # Reject names that are not valid shell variable names.
146 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
147 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
149 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
150 eval "enable_${ac_feature}=no" ;;
152 -enable-* |
--enable-*)
153 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
154 # Reject names that are not valid shell variable names.
155 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
156 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
158 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
163 eval "enable_${ac_feature}='$ac_optarg'" ;;
165 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
166 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
167 |
--exec |
--exe |
--ex)
168 ac_prev
=exec_prefix
;;
169 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
170 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
171 |
--exec=* |
--exe=* |
--ex=*)
172 exec_prefix
="$ac_optarg" ;;
174 -gas |
--gas |
--ga |
--g)
175 # Obsolete; use --with-gas.
178 -help |
--help |
--hel |
--he)
179 # Omit some internal or obsolete options to make the list less imposing.
180 # This message is too long to be a string in the A/UX 3.1 sh.
182 Usage: configure [options] [host]
183 Options: [defaults in brackets after descriptions]
185 --cache-file=FILE cache test results in FILE
186 --help print this message
187 --no-create do not create output files
188 --quiet, --silent do not print \`checking...' messages
189 --version print the version of autoconf that created configure
190 Directory and file names:
191 --prefix=PREFIX install architecture-independent files in PREFIX
193 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
195 --bindir=DIR user executables in DIR [EPREFIX/bin]
196 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
197 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
198 --datadir=DIR read-only architecture-independent data in DIR
200 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
201 --sharedstatedir=DIR modifiable architecture-independent data in DIR
203 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
204 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
205 --includedir=DIR C header files in DIR [PREFIX/include]
206 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
207 --infodir=DIR info documentation in DIR [PREFIX/info]
208 --mandir=DIR man documentation in DIR [PREFIX/man]
209 --srcdir=DIR find the sources in DIR [configure dir or ..]
210 --program-prefix=PREFIX prepend PREFIX to installed program names
211 --program-suffix=SUFFIX append SUFFIX to installed program names
212 --program-transform-name=PROGRAM
213 run sed PROGRAM on installed program names
217 --build=BUILD configure for building on BUILD [BUILD=HOST]
218 --host=HOST configure for HOST [guessed]
219 --target=TARGET configure for TARGET [TARGET=HOST]
220 Features and packages:
221 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
222 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
223 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
224 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
225 --x-includes=DIR X include files are in DIR
226 --x-libraries=DIR X library files are in DIR
228 if test -n "$ac_help"; then
229 echo "--enable and --with options recognized:$ac_help"
233 -host |
--host |
--hos |
--ho)
235 -host=* |
--host=* |
--hos=* |
--ho=*)
238 -includedir |
--includedir |
--includedi |
--included |
--include \
239 |
--includ |
--inclu |
--incl |
--inc)
240 ac_prev
=includedir
;;
241 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
242 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
243 includedir
="$ac_optarg" ;;
245 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
247 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
248 infodir
="$ac_optarg" ;;
250 -libdir |
--libdir |
--libdi |
--libd)
252 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
253 libdir
="$ac_optarg" ;;
255 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
256 |
--libexe |
--libex |
--libe)
257 ac_prev
=libexecdir
;;
258 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
259 |
--libexe=* |
--libex=* |
--libe=*)
260 libexecdir
="$ac_optarg" ;;
262 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
263 |
--localstate |
--localstat |
--localsta |
--localst \
264 |
--locals |
--local |
--loca |
--loc |
--lo)
265 ac_prev
=localstatedir
;;
266 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
267 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
268 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
269 localstatedir
="$ac_optarg" ;;
271 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
273 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
274 mandir
="$ac_optarg" ;;
277 # Obsolete; use --without-fp.
280 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
284 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
285 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
288 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
289 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
290 |
--oldin |
--oldi |
--old |
--ol |
--o)
291 ac_prev
=oldincludedir
;;
292 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
293 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
294 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
295 oldincludedir
="$ac_optarg" ;;
297 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
299 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
300 prefix
="$ac_optarg" ;;
302 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
303 |
--program-pre |
--program-pr |
--program-p)
304 ac_prev
=program_prefix
;;
305 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
306 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
307 program_prefix
="$ac_optarg" ;;
309 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
310 |
--program-suf |
--program-su |
--program-s)
311 ac_prev
=program_suffix
;;
312 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
313 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
314 program_suffix
="$ac_optarg" ;;
316 -program-transform-name |
--program-transform-name \
317 |
--program-transform-nam |
--program-transform-na \
318 |
--program-transform-n |
--program-transform- \
319 |
--program-transform |
--program-transfor \
320 |
--program-transfo |
--program-transf \
321 |
--program-trans |
--program-tran \
322 |
--progr-tra |
--program-tr |
--program-t)
323 ac_prev
=program_transform_name
;;
324 -program-transform-name=* |
--program-transform-name=* \
325 |
--program-transform-nam=* |
--program-transform-na=* \
326 |
--program-transform-n=* |
--program-transform-=* \
327 |
--program-transform=* |
--program-transfor=* \
328 |
--program-transfo=* |
--program-transf=* \
329 |
--program-trans=* |
--program-tran=* \
330 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
331 program_transform_name
="$ac_optarg" ;;
333 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
334 |
-silent |
--silent |
--silen |
--sile |
--sil)
337 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
339 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
341 sbindir
="$ac_optarg" ;;
343 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
344 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
345 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
347 ac_prev
=sharedstatedir
;;
348 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
349 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
350 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
352 sharedstatedir
="$ac_optarg" ;;
354 -site |
--site |
--sit)
356 -site=* |
--site=* |
--sit=*)
359 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
361 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
362 srcdir
="$ac_optarg" ;;
364 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
365 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
366 ac_prev
=sysconfdir
;;
367 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
368 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
369 sysconfdir
="$ac_optarg" ;;
371 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
373 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
374 target
="$ac_optarg" ;;
376 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
379 -version |
--version |
--versio |
--versi |
--vers)
380 echo "configure generated by autoconf version 2.13"
384 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
385 # Reject names that are not valid shell variable names.
386 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
387 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
389 ac_package
=`echo $ac_package| sed 's/-/_/g'`
394 eval "with_${ac_package}='$ac_optarg'" ;;
396 -without-* |
--without-*)
397 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
398 # Reject names that are not valid shell variable names.
399 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
400 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
402 ac_package
=`echo $ac_package| sed 's/-/_/g'`
403 eval "with_${ac_package}=no" ;;
406 # Obsolete; use --with-x.
409 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
410 |
--x-incl |
--x-inc |
--x-in |
--x-i)
411 ac_prev
=x_includes
;;
412 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
413 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
414 x_includes
="$ac_optarg" ;;
416 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
417 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
418 ac_prev
=x_libraries
;;
419 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
420 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
421 x_libraries
="$ac_optarg" ;;
423 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
427 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
428 echo "configure: warning: $ac_option: invalid host type" 1>&2
430 if test "x$nonopt" != xNONE
; then
431 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
439 if test -n "$ac_prev"; then
440 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
443 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
445 # File descriptor usage:
448 # 2 errors and warnings
449 # 3 some systems may open it to /dev/tty
450 # 4 used on the Kubota Titan
451 # 6 checking for... messages and results
452 # 5 compiler messages saved in config.log
453 if test "$silent" = yes; then
461 This file contains any messages produced by compilers while
462 running configure, to aid debugging if configure makes a mistake.
465 # Strip out --no-create and --no-recursion so they do not pile up.
466 # Also quote any args containing shell metacharacters.
471 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
472 |
--no-cr |
--no-c) ;;
473 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
474 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
475 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
476 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
477 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
482 # Only set these to C if already set. These must not be set unconditionally
483 # because not all systems understand e.g. LANG=C (notably SCO).
484 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
485 # Non-C LC_CTYPE values break the ctype check.
486 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
487 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
488 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
489 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
491 # confdefs.h avoids OS command line length limits that DEFS can exceed.
492 rm -rf conftest
* confdefs.h
493 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
496 # A filename unique to this package, relative to the directory that
497 # configure is in, which we can look for to find out if srcdir is correct.
498 ac_unique_file
=src
/ios.cc
500 # Find the source files, if location was not specified.
501 if test -z "$srcdir"; then
502 ac_srcdir_defaulted
=yes
503 # Try the directory containing this script, then its parent.
505 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
506 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
508 if test ! -r $srcdir/$ac_unique_file; then
512 ac_srcdir_defaulted
=no
514 if test ! -r $srcdir/$ac_unique_file; then
515 if test "$ac_srcdir_defaulted" = yes; then
516 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
518 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
521 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
523 # Prefer explicitly selected file to automatically selected ones.
524 if test -z "$CONFIG_SITE"; then
525 if test "x$prefix" != xNONE
; then
526 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
528 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
531 for ac_site_file
in $CONFIG_SITE; do
532 if test -r "$ac_site_file"; then
533 echo "loading site script $ac_site_file"
538 if test -r "$cache_file"; then
539 echo "loading cache $cache_file"
542 echo "creating cache $cache_file"
547 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
548 ac_cpp
='$CPP $CPPFLAGS'
549 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
550 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
551 cross_compiling
=$ac_cv_prog_cc_cross
555 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
556 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
557 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
564 ac_n
= ac_c
='\c' ac_t
=
569 for ac_dir
in ..
$srcdir/..
; do
570 if test -f $ac_dir/install-sh
; then
572 ac_install_sh
="$ac_aux_dir/install-sh -c"
574 elif test -f $ac_dir/install.sh
; then
576 ac_install_sh
="$ac_aux_dir/install.sh -c"
580 if test -z "$ac_aux_dir"; then
581 { echo "configure: error: can not find install-sh or install.sh in .. $srcdir/.." 1>&2; exit 1; }
583 ac_config_guess
=$ac_aux_dir/config.guess
584 ac_config_sub
=$ac_aux_dir/config.sub
585 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
588 # Gets and sets build, host, target, *_vendor, *_cpu, *_os, etc.
590 # Do some error checking and defaulting for the host and target type.
592 # configure --host=HOST --target=TARGET --build=BUILD NONOPT
595 # 1. You are not allowed to specify --host, --target, and nonopt at the
597 # 2. Host defaults to nonopt.
598 # 3. If nonopt is not specified, then host defaults to the current host,
599 # as determined by config.guess.
600 # 4. Target and build default to nonopt.
601 # 5. If nonopt is not specified, then target and build default to host.
603 # The aliases save the names the user supplied, while $host etc.
604 # will get canonicalized.
605 case $host---$target---$nonopt in
606 NONE---
*---* |
*---NONE---* |
*---*---NONE) ;;
607 *) { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } ;;
611 # Make sure we can run config.sub.
612 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
613 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
616 echo $ac_n "checking host system type""... $ac_c" 1>&6
617 echo "configure:618: checking host system type" >&5
620 case "$host_alias" in
624 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
625 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
627 *) host_alias
=$nonopt ;;
631 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
632 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
633 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
634 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
635 echo "$ac_t""$host" 1>&6
637 echo $ac_n "checking target system type""... $ac_c" 1>&6
638 echo "configure:639: checking target system type" >&5
641 case "$target_alias" in
644 NONE
) target_alias
=$host_alias ;;
645 *) target_alias
=$nonopt ;;
649 target
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $target_alias`
650 target_cpu
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
651 target_vendor
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
652 target_os
=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
653 echo "$ac_t""$target" 1>&6
655 echo $ac_n "checking build system type""... $ac_c" 1>&6
656 echo "configure:657: checking build system type" >&5
659 case "$build_alias" in
662 NONE
) build_alias
=$host_alias ;;
663 *) build_alias
=$nonopt ;;
667 build
=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
668 build_cpu
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
669 build_vendor
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
670 build_os
=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
671 echo "$ac_t""$build" 1>&6
673 test "$host_alias" != "$target_alias" &&
674 test "$program_prefix$program_suffix$program_transform_name" = \
676 program_prefix
=${target_alias}-
679 # We use these options to decide which functions to include.
680 # Check whether --with-target-subdir or --without-target-subdir was given.
681 if test "${with_target_subdir+set}" = set; then
682 withval
="$with_target_subdir"
686 # Check whether --with-cross-host or --without-cross-host was given.
687 if test "${with_cross_host+set}" = set; then
688 withval
="$with_cross_host"
693 # Runs configure.host and configure.target. Have to run this before
694 # the GLIBCPP_ENABLE_* macros below.
695 # Find a good install program. We prefer a C program (faster),
696 # so one script is as good as another. But avoid the broken or
697 # incompatible versions:
698 # SysV /etc/install, /usr/sbin/install
699 # SunOS /usr/etc/install
702 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
703 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
704 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
705 # ./install, which can be erroneously created by make from ./install.sh.
706 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
707 echo "configure:708: checking for a BSD compatible install" >&5
708 if test -z "$INSTALL"; then
709 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
710 echo $ac_n "(cached) $ac_c" 1>&6
712 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
713 for ac_dir
in $PATH; do
714 # Account for people who put trailing slashes in PATH elements.
716 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
718 # OSF1 and SCO ODT 3.0 have their own names for install.
719 # Don't use installbsd from OSF since it installs stuff as root
721 for ac_prog
in ginstall scoinst
install; do
722 if test -f $ac_dir/$ac_prog; then
723 if test $ac_prog = install &&
724 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
725 # AIX install. It has an incompatible calling convention.
728 ac_cv_path_install
="$ac_dir/$ac_prog -c"
739 if test "${ac_cv_path_install+set}" = set; then
740 INSTALL
="$ac_cv_path_install"
742 # As a last resort, use the slow shell script. We don't cache a
743 # path for INSTALL within a source directory, because that will
744 # break other packages using the cache if that directory is
745 # removed, or if the path is relative.
746 INSTALL
="$ac_install_sh"
749 echo "$ac_t""$INSTALL" 1>&6
751 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
752 # It thinks the first close brace ends the variable substitution.
753 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
755 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
757 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
759 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
760 echo "configure:761: checking whether build environment is sane" >&5
763 echo timestamp
> conftestfile
764 # Do `set' in a subshell so we don't clobber the current shell's
765 # arguments. Must try -L first in case configure is actually a
766 # symlink; some systems play weird games with the mod time of symlinks
767 # (eg FreeBSD returns the mod time of the symlink's containing
770 set X
`ls -Lt $srcdir/configure conftestfile 2> /dev/null`
771 if test "$*" = "X"; then
773 set X
`ls -t $srcdir/configure conftestfile`
775 if test "$*" != "X $srcdir/configure conftestfile" \
776 && test "$*" != "X conftestfile $srcdir/configure"; then
778 # If neither matched, then we have a broken ls. This can happen
779 # if, for instance, CONFIG_SHELL is bash and it inherits a
780 # broken ls alias from the environment. This has actually
781 # happened. Such a system could not be considered "sane".
782 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
783 alias in your environment" 1>&2; exit 1; }
786 test "$2" = conftestfile
792 { echo "configure: error: newly created file is older than distributed files!
793 Check your system clock" 1>&2; exit 1; }
796 echo "$ac_t""yes" 1>&6
797 if test "$program_transform_name" = s
,x
,x
,; then
798 program_transform_name
=
800 # Double any \ or $. echo might interpret backslashes.
801 cat <<\EOF_SED
> conftestsed
802 s
,\\,\\\\,g
; s
,\$
,$$
,g
804 program_transform_name
="`echo $program_transform_name|sed -f conftestsed`"
807 test "$program_prefix" != NONE
&&
808 program_transform_name
="s,^,${program_prefix},; $program_transform_name"
809 # Use a double $ so make ignores it.
810 test "$program_suffix" != NONE
&&
811 program_transform_name
="s,\$\$,${program_suffix},; $program_transform_name"
813 # sed with no file args requires a program.
814 test "$program_transform_name" = "" && program_transform_name
="s,x,x,"
816 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
817 echo "configure:818: checking whether ${MAKE-make} sets \${MAKE}" >&5
818 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y%./+-%__p_%'`
819 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
820 echo $ac_n "(cached) $ac_c" 1>&6
822 cat > conftestmake
<<\EOF
824 @
echo 'ac_maketemp="${MAKE}"'
826 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
827 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
828 if test -n "$ac_maketemp"; then
829 eval ac_cv_prog_make_
${ac_make}_set
=yes
831 eval ac_cv_prog_make_
${ac_make}_set
=no
835 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
836 echo "$ac_t""yes" 1>&6
839 echo "$ac_t""no" 1>&6
840 SET_MAKE
="MAKE=${MAKE-make}"
843 if test $host != $build; then
844 ac_tool_prefix
=${host_alias}-
849 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
850 echo "configure:851: checking for Cygwin environment" >&5
851 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
852 echo $ac_n "(cached) $ac_c" 1>&6
854 cat > conftest.
$ac_ext <<EOF
855 #line 856 "configure"
856 #include "confdefs.h"
861 #define __CYGWIN__ __CYGWIN32__
866 if { (eval echo configure
:867: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
870 echo "configure: failed program was:" >&5
871 cat conftest.
$ac_ext >&5
879 echo "$ac_t""$ac_cv_cygwin" 1>&6
881 test "$ac_cv_cygwin" = yes && CYGWIN
=yes
882 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
883 echo "configure:884: checking for mingw32 environment" >&5
884 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
885 echo $ac_n "(cached) $ac_c" 1>&6
887 cat > conftest.
$ac_ext <<EOF
888 #line 889 "configure"
889 #include "confdefs.h"
895 if { (eval echo configure
:896: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
899 echo "configure: failed program was:" >&5
900 cat conftest.
$ac_ext >&5
908 echo "$ac_t""$ac_cv_mingw32" 1>&6
910 test "$ac_cv_mingw32" = yes && MINGW32
=yes
912 # Check whether --enable-multilib or --disable-multilib was given.
913 if test "${enable_multilib+set}" = set; then
914 enableval
="$enable_multilib"
915 case "${enableval}" in
918 *) { echo "configure: error: bad value ${enableval} for multilib option" 1>&2; exit 1; } ;;
924 if test "${srcdir}" = "."; then
925 if test "${with_target_subdir}" != "."; then
926 glibcpp_basedir
="${srcdir}/${with_multisrctop}../."
928 glibcpp_basedir
="${srcdir}/${with_multisrctop}."
931 glibcpp_basedir
="${srcdir}/."
940 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status
; then
941 { echo "configure: error: source directory already configured; run "make distclean
" there first" 1>&2; exit 1; }
943 cat >> confdefs.h
<<EOF
944 #define PACKAGE "$PACKAGE"
947 cat >> confdefs.h
<<EOF
948 #define VERSION "$VERSION"
953 missing_dir
=`cd $ac_aux_dir && pwd`
954 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
955 echo "configure:956: checking for working aclocal" >&5
956 # Run test in a subshell; some versions of sh will print an error if
957 # an executable is not found, even if stderr is redirected.
958 # Redirect stdin to placate older versions of autoconf. Sigh.
959 if (aclocal
--version) < /dev
/null
> /dev
/null
2>&1; then
961 echo "$ac_t""found" 1>&6
963 ACLOCAL
="$missing_dir/missing aclocal"
964 echo "$ac_t""missing" 1>&6
967 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
968 echo "configure:969: checking for working autoconf" >&5
969 # Run test in a subshell; some versions of sh will print an error if
970 # an executable is not found, even if stderr is redirected.
971 # Redirect stdin to placate older versions of autoconf. Sigh.
972 if (autoconf
--version) < /dev
/null
> /dev
/null
2>&1; then
974 echo "$ac_t""found" 1>&6
976 AUTOCONF
="$missing_dir/missing autoconf"
977 echo "$ac_t""missing" 1>&6
980 echo $ac_n "checking for working automake""... $ac_c" 1>&6
981 echo "configure:982: checking for working automake" >&5
982 # Run test in a subshell; some versions of sh will print an error if
983 # an executable is not found, even if stderr is redirected.
984 # Redirect stdin to placate older versions of autoconf. Sigh.
985 if (automake
--version) < /dev
/null
> /dev
/null
2>&1; then
987 echo "$ac_t""found" 1>&6
989 AUTOMAKE
="$missing_dir/missing automake"
990 echo "$ac_t""missing" 1>&6
993 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
994 echo "configure:995: checking for working autoheader" >&5
995 # Run test in a subshell; some versions of sh will print an error if
996 # an executable is not found, even if stderr is redirected.
997 # Redirect stdin to placate older versions of autoconf. Sigh.
998 if (autoheader
--version) < /dev
/null
> /dev
/null
2>&1; then
999 AUTOHEADER
=autoheader
1000 echo "$ac_t""found" 1>&6
1002 AUTOHEADER
="$missing_dir/missing autoheader"
1003 echo "$ac_t""missing" 1>&6
1006 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
1007 echo "configure:1008: checking for working makeinfo" >&5
1008 # Run test in a subshell; some versions of sh will print an error if
1009 # an executable is not found, even if stderr is redirected.
1010 # Redirect stdin to placate older versions of autoconf. Sigh.
1011 if (makeinfo
--version) < /dev
/null
> /dev
/null
2>&1; then
1013 echo "$ac_t""found" 1>&6
1015 MAKEINFO
="$missing_dir/missing makeinfo"
1016 echo "$ac_t""missing" 1>&6
1021 # Never versions of autoconf add an underscore to these functions.
1022 # Prevent future problems ...
1030 # FIXME: We temporarily define our own version of AC_PROG_CC. This is
1031 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
1032 # are probably using a cross compiler, which will not be able to fully
1033 # link an executable. This should really be fixed in autoconf
1039 # Extract the first word of "gcc", so it can be a program name with args.
1040 set dummy gcc
; ac_word
=$2
1041 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1042 echo "configure:1043: checking for $ac_word" >&5
1043 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1044 echo $ac_n "(cached) $ac_c" 1>&6
1046 if test -n "$CC"; then
1047 ac_cv_prog_CC
="$CC" # Let the user override the test.
1049 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1051 for ac_dir
in $ac_dummy; do
1052 test -z "$ac_dir" && ac_dir
=.
1053 if test -f $ac_dir/$ac_word; then
1062 if test -n "$CC"; then
1063 echo "$ac_t""$CC" 1>&6
1065 echo "$ac_t""no" 1>&6
1068 if test -z "$CC"; then
1069 # Extract the first word of "cc", so it can be a program name with args.
1070 set dummy cc
; ac_word
=$2
1071 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1072 echo "configure:1073: checking for $ac_word" >&5
1073 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1074 echo $ac_n "(cached) $ac_c" 1>&6
1076 if test -n "$CC"; then
1077 ac_cv_prog_CC
="$CC" # Let the user override the test.
1079 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1082 for ac_dir
in $ac_dummy; do
1083 test -z "$ac_dir" && ac_dir
=.
1084 if test -f $ac_dir/$ac_word; then
1085 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1086 ac_prog_rejected
=yes
1094 if test $ac_prog_rejected = yes; then
1095 # We found a bogon in the path, so make sure we never use it.
1096 set dummy
$ac_cv_prog_CC
1098 if test $# -gt 0; then
1099 # We chose a different compiler from the bogus one.
1100 # However, it has the same basename, so the bogon will be chosen
1101 # first if we set CC to just the basename; use the full file name.
1103 set dummy
"$ac_dir/$ac_word" "$@"
1111 if test -n "$CC"; then
1112 echo "$ac_t""$CC" 1>&6
1114 echo "$ac_t""no" 1>&6
1117 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1120 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1121 echo "configure:1122: checking whether we are using GNU C" >&5
1122 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1123 echo $ac_n "(cached) $ac_c" 1>&6
1125 cat > conftest.c
<<EOF
1130 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:1131: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
1137 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1139 if test $ac_cv_prog_gcc = yes; then
1141 ac_test_CFLAGS
="${CFLAGS+set}"
1142 ac_save_CFLAGS
="$CFLAGS"
1144 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1145 echo "configure:1146: checking whether ${CC-cc} accepts -g" >&5
1146 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1147 echo $ac_n "(cached) $ac_c" 1>&6
1149 echo 'void f(){}' > conftest.c
1150 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1159 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1160 if test "$ac_test_CFLAGS" = set; then
1161 CFLAGS
="$ac_save_CFLAGS"
1162 elif test $ac_cv_prog_cc_g = yes; then
1169 test "${CFLAGS+set}" = set || CFLAGS
="-g"
1173 # Can't just call these here as g++ requires libstc++ to be built....
1176 # Likewise for AC_PROG_CXX.
1180 # Use CXX_libstdcxx so that we do not cause CXX to be cached with the
1181 # flags that come in CXX while configuring libstdc++. They're different
1182 # from those used for all other target libraries. If CXX is set in
1183 # the environment, respect that here.
1185 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++
1187 # Extract the first word of "$ac_prog", so it can be a program name with args.
1188 set dummy
$ac_prog; ac_word
=$2
1189 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1190 echo "configure:1191: checking for $ac_word" >&5
1191 if eval "test \"`echo '$''{'ac_cv_prog_CXX_libstdcxx'+set}'`\" = set"; then
1192 echo $ac_n "(cached) $ac_c" 1>&6
1194 if test -n "$CXX_libstdcxx"; then
1195 ac_cv_prog_CXX_libstdcxx
="$CXX_libstdcxx" # Let the user override the test.
1197 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1199 for ac_dir
in $ac_dummy; do
1200 test -z "$ac_dir" && ac_dir
=.
1201 if test -f $ac_dir/$ac_word; then
1202 ac_cv_prog_CXX_libstdcxx
="$ac_prog"
1209 CXX_libstdcxx
="$ac_cv_prog_CXX_libstdcxx"
1210 if test -n "$CXX_libstdcxx"; then
1211 echo "$ac_t""$CXX_libstdcxx" 1>&6
1213 echo "$ac_t""no" 1>&6
1216 test -n "$CXX_libstdcxx" && break
1218 test -n "$CXX_libstdcxx" || CXX_libstdcxx
="gcc"
1222 test -z "$CXX" && { echo "configure: error: no acceptable c++ found in \$PATH" 1>&2; exit 1; }
1224 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1225 echo "configure:1226: checking whether we are using GNU C++" >&5
1226 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1227 echo $ac_n "(cached) $ac_c" 1>&6
1229 cat > conftest.C
<<EOF
1234 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:1235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
1241 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1243 if test $ac_cv_prog_gxx = yes; then
1245 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
1246 ac_save_CXXFLAGS
="$CXXFLAGS"
1248 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1249 echo "configure:1250: checking whether ${CXX-g++} accepts -g" >&5
1250 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1251 echo $ac_n "(cached) $ac_c" 1>&6
1253 echo 'void f(){}' > conftest.cc
1254 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1255 ac_cv_prog_cxx_g
=yes
1263 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1264 if test "$ac_test_CXXFLAGS" = set; then
1265 CXXFLAGS
="$ac_save_CXXFLAGS"
1266 elif test $ac_cv_prog_cxx_g = yes; then
1273 test "${CXXFLAGS+set}" = set || CXXFLAGS
="-g"
1277 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
1278 set dummy
${ac_tool_prefix}as
; ac_word
=$2
1279 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1280 echo "configure:1281: checking for $ac_word" >&5
1281 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
1282 echo $ac_n "(cached) $ac_c" 1>&6
1284 if test -n "$AS"; then
1285 ac_cv_prog_AS
="$AS" # Let the user override the test.
1287 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1289 for ac_dir
in $ac_dummy; do
1290 test -z "$ac_dir" && ac_dir
=.
1291 if test -f $ac_dir/$ac_word; then
1292 ac_cv_prog_AS
="${ac_tool_prefix}as"
1297 test -z "$ac_cv_prog_AS" && ac_cv_prog_AS
="as"
1301 if test -n "$AS"; then
1302 echo "$ac_t""$AS" 1>&6
1304 echo "$ac_t""no" 1>&6
1309 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1310 set dummy
${ac_tool_prefix}ar; ac_word
=$2
1311 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1312 echo "configure:1313: checking for $ac_word" >&5
1313 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
1314 echo $ac_n "(cached) $ac_c" 1>&6
1316 if test -n "$AR"; then
1317 ac_cv_prog_AR
="$AR" # Let the user override the test.
1319 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1321 for ac_dir
in $ac_dummy; do
1322 test -z "$ac_dir" && ac_dir
=.
1323 if test -f $ac_dir/$ac_word; then
1324 ac_cv_prog_AR
="${ac_tool_prefix}ar"
1329 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR
="ar"
1333 if test -n "$AR"; then
1334 echo "$ac_t""$AR" 1>&6
1336 echo "$ac_t""no" 1>&6
1341 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1342 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
1343 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1344 echo "configure:1345: checking for $ac_word" >&5
1345 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1346 echo $ac_n "(cached) $ac_c" 1>&6
1348 if test -n "$RANLIB"; then
1349 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
1351 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1353 for ac_dir
in $ac_dummy; do
1354 test -z "$ac_dir" && ac_dir
=.
1355 if test -f $ac_dir/$ac_word; then
1356 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
1363 RANLIB
="$ac_cv_prog_RANLIB"
1364 if test -n "$RANLIB"; then
1365 echo "$ac_t""$RANLIB" 1>&6
1367 echo "$ac_t""no" 1>&6
1371 if test -z "$ac_cv_prog_RANLIB"; then
1372 if test -n "$ac_tool_prefix"; then
1373 # Extract the first word of "ranlib", so it can be a program name with args.
1374 set dummy ranlib
; ac_word
=$2
1375 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1376 echo "configure:1377: checking for $ac_word" >&5
1377 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1378 echo $ac_n "(cached) $ac_c" 1>&6
1380 if test -n "$RANLIB"; then
1381 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
1383 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1385 for ac_dir
in $ac_dummy; do
1386 test -z "$ac_dir" && ac_dir
=.
1387 if test -f $ac_dir/$ac_word; then
1388 ac_cv_prog_RANLIB
="ranlib"
1393 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
1396 RANLIB
="$ac_cv_prog_RANLIB"
1397 if test -n "$RANLIB"; then
1398 echo "$ac_t""$RANLIB" 1>&6
1400 echo "$ac_t""no" 1>&6
1409 # Find a good install program. We prefer a C program (faster),
1410 # so one script is as good as another. But avoid the broken or
1411 # incompatible versions:
1412 # SysV /etc/install, /usr/sbin/install
1413 # SunOS /usr/etc/install
1414 # IRIX /sbin/install
1416 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1417 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1418 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1419 # ./install, which can be erroneously created by make from ./install.sh.
1420 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1421 echo "configure:1422: checking for a BSD compatible install" >&5
1422 if test -z "$INSTALL"; then
1423 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1424 echo $ac_n "(cached) $ac_c" 1>&6
1426 IFS
="${IFS= }"; ac_save_IFS
="$IFS"; IFS
=":"
1427 for ac_dir
in $PATH; do
1428 # Account for people who put trailing slashes in PATH elements.
1430 /|.
/|.
//|
/etc
/*|
/usr
/sbin
/*|
/usr
/etc
/*|
/sbin
/*|
/usr
/afsws
/bin
/*|
/usr
/ucb
/*) ;;
1432 # OSF1 and SCO ODT 3.0 have their own names for install.
1433 # Don't use installbsd from OSF since it installs stuff as root
1435 for ac_prog
in ginstall scoinst
install; do
1436 if test -f $ac_dir/$ac_prog; then
1437 if test $ac_prog = install &&
1438 grep dspmsg
$ac_dir/$ac_prog >/dev
/null
2>&1; then
1439 # AIX install. It has an incompatible calling convention.
1442 ac_cv_path_install
="$ac_dir/$ac_prog -c"
1453 if test "${ac_cv_path_install+set}" = set; then
1454 INSTALL
="$ac_cv_path_install"
1456 # As a last resort, use the slow shell script. We don't cache a
1457 # path for INSTALL within a source directory, because that will
1458 # break other packages using the cache if that directory is
1459 # removed, or if the path is relative.
1460 INSTALL
="$ac_install_sh"
1463 echo "$ac_t""$INSTALL" 1>&6
1465 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1466 # It thinks the first close brace ends the variable substitution.
1467 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1469 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL_PROGRAM}'
1471 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1474 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
1475 echo "configure:1476: checking whether to enable maintainer-specific portions of Makefiles" >&5
1476 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1477 if test "${enable_maintainer_mode+set}" = set; then
1478 enableval
="$enable_maintainer_mode"
1479 USE_MAINTAINER_MODE
=$enableval
1481 USE_MAINTAINER_MODE
=no
1484 echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
1487 if test $USE_MAINTAINER_MODE = yes; then
1488 MAINTAINER_MODE_TRUE
=
1489 MAINTAINER_MODE_FALSE
='#'
1491 MAINTAINER_MODE_TRUE
='#'
1492 MAINTAINER_MODE_FALSE
=
1494 MAINT
=$MAINTAINER_MODE_TRUE
1498 # We need AC_EXEEXT to keep automake happy in cygnus mode. However,
1499 # at least currently, we never actually build a program, so we never
1500 # need to use $(EXEEXT). Moreover, the test for EXEEXT normally
1501 # fails, because we are probably configuring with a cross compiler
1502 # which cant create executables. So we include AC_EXEEXT to keep
1503 # automake happy, but we dont execute it, since we dont care about
1508 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1509 echo "configure:1510: checking for executable suffix" >&5
1510 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1511 echo $ac_n "(cached) $ac_c" 1>&6
1513 if test "$CYGWIN" = yes ||
test "$MINGW32" = yes; then
1517 echo 'int main () { return 0; }' > conftest.
$ac_ext
1519 if { (eval echo configure
:1520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1520 for file in conftest.
*; do
1522 *.c |
*.o |
*.obj
) ;;
1523 *) ac_cv_exeext
=`echo $file | sed -e s/conftest//` ;;
1527 { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1530 test x
"${ac_cv_exeext}" = x
&& ac_cv_exeext
=no
1535 test x
"${ac_cv_exeext}" != xno
&& EXEEXT
=${ac_cv_exeext}
1536 echo "$ac_t""${ac_cv_exeext}" 1>&6
1541 # configure.host sets the following important variables
1542 # glibcpp_cflags - host specific C compiler flags
1543 # glibcpp_cxxflags - host specific C++ compiler flags
1547 .
${glibcpp_basedir}/configure.
host
1549 case ${glibcpp_basedir} in
1550 /* | A-Za-z
:/\\*) libgcj_flagbasedir
=${glibcpp_basedir} ;;
1551 *) glibcpp_flagbasedir
='$(top_builddir)/'${glibcpp_basedir} ;;
1554 # This does for the target what configure.host does for the host. In
1555 # addition to modifying the same flags, it also sets up symlinks.
1557 .
${glibcpp_basedir}/configure.target
1558 echo "$ac_t""CPU config directory is $cpu_include_dir" 1>&6
1559 echo "$ac_t""OS config directory is $os_include_dir" 1>&6
1563 GLIBCPP_CFLAGS
="${glibcpp_cflags}"
1564 GLIBCPP_CXXFLAGS
="${glibcpp_cxxflags}"
1570 # Check whether --enable-shared or --disable-shared was given.
1571 if test "${enable_shared+set}" = set; then
1572 enableval
="$enable_shared"
1573 p
=${PACKAGE-default}
1574 case "$enableval" in
1575 yes) enable_shared
=yes ;;
1576 no
) enable_shared
=no
;;
1579 # Look at the argument we got. We use all the common list separators.
1580 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
1581 for pkg
in $enableval; do
1582 if test "X$pkg" = "X$p"; then
1593 # Check whether --enable-static or --disable-static was given.
1594 if test "${enable_static+set}" = set; then
1595 enableval
="$enable_static"
1596 p
=${PACKAGE-default}
1597 case "$enableval" in
1598 yes) enable_static
=yes ;;
1599 no
) enable_static
=no
;;
1602 # Look at the argument we got. We use all the common list separators.
1603 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
1604 for pkg
in $enableval; do
1605 if test "X$pkg" = "X$p"; then
1616 # Check whether --enable-fast-install or --disable-fast-install was given.
1617 if test "${enable_fast_install+set}" = set; then
1618 enableval
="$enable_fast_install"
1619 p
=${PACKAGE-default}
1620 case "$enableval" in
1621 yes) enable_fast_install
=yes ;;
1622 no
) enable_fast_install
=no
;;
1624 enable_fast_install
=no
1625 # Look at the argument we got. We use all the common list separators.
1626 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
1627 for pkg
in $enableval; do
1628 if test "X$pkg" = "X$p"; then
1629 enable_fast_install
=yes
1636 enable_fast_install
=yes
1639 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1640 if test "${with_gnu_ld+set}" = set; then
1641 withval
="$with_gnu_ld"
1642 test "$withval" = no || with_gnu_ld
=yes
1648 if test "$ac_cv_prog_gcc" = yes; then
1649 # Check if gcc -print-prog-name=ld gives a path.
1650 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1651 echo "configure:1652: checking for ld used by GCC" >&5
1654 # gcc leaves a trailing carriage return which upsets mingw
1655 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1657 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
1660 # Accept absolute paths.
1661 [\\/]* |
[A-Za-z
]:[\\/]*)
1662 re_direlt
='/[^/][^/]*/\.\./'
1663 # Canonicalize the path of ld
1664 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
1665 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
1666 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
1668 test -z "$LD" && LD
="$ac_prog"
1671 # If it fails, then pretend we aren't using GCC.
1675 # If it is relative, then search for the first ld in PATH.
1679 elif test "$with_gnu_ld" = yes; then
1680 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1681 echo "configure:1682: checking for GNU ld" >&5
1683 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1684 echo "configure:1685: checking for non-GNU ld" >&5
1686 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1687 echo $ac_n "(cached) $ac_c" 1>&6
1689 if test -z "$LD"; then
1690 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1691 for ac_dir
in $PATH; do
1692 test -z "$ac_dir" && ac_dir
=.
1693 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
1694 ac_cv_path_LD
="$ac_dir/$ac_prog"
1695 # Check to see if the program is GNU ld. I'd rather use --version,
1696 # but apparently some GNU ld's only accept -v.
1697 # Break only if it was the GNU/non-GNU ld that we prefer.
1698 if "$ac_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
1699 test "$with_gnu_ld" != no
&& break
1701 test "$with_gnu_ld" != yes && break
1707 ac_cv_path_LD
="$LD" # Let the user override the test with a path.
1712 if test -n "$LD"; then
1713 echo "$ac_t""$LD" 1>&6
1715 echo "$ac_t""no" 1>&6
1717 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1718 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1719 echo "configure:1720: checking if the linker ($LD) is GNU ld" >&5
1720 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1721 echo $ac_n "(cached) $ac_c" 1>&6
1723 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1724 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
1725 ac_cv_prog_gnu_ld
=yes
1727 ac_cv_prog_gnu_ld
=no
1731 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1732 with_gnu_ld
=$ac_cv_prog_gnu_ld
1735 echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
1736 echo "configure:1737: checking for $LD option to reload object files" >&5
1737 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
1738 echo $ac_n "(cached) $ac_c" 1>&6
1740 lt_cv_ld_reload_flag
='-r'
1743 echo "$ac_t""$lt_cv_ld_reload_flag" 1>&6
1744 reload_flag
=$lt_cv_ld_reload_flag
1745 test -n "$reload_flag" && reload_flag
=" $reload_flag"
1747 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1748 echo "configure:1749: checking for BSD-compatible nm" >&5
1749 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1750 echo $ac_n "(cached) $ac_c" 1>&6
1752 if test -n "$NM"; then
1753 # Let the user override the test.
1756 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1757 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
1758 test -z "$ac_dir" && ac_dir
=.
1759 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
1760 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
1761 # Check to see if the nm accepts a BSD-compat flag.
1762 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1763 # nm: unknown option "B" ignored
1764 # Tru64's nm complains that /dev/null is an invalid object file
1765 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
1766 ac_cv_path_NM
="$tmp_nm -B"
1768 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
1769 ac_cv_path_NM
="$tmp_nm -p"
1772 ac_cv_path_NM
=${ac_cv_path_NM="$tmp_nm"} # keep the first match, but
1773 continue # so that we can try to find one that supports BSD flags
1778 test -z "$ac_cv_path_NM" && ac_cv_path_NM
=nm
1783 echo "$ac_t""$NM" 1>&6
1785 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1786 echo "configure:1787: checking whether ln -s works" >&5
1787 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1788 echo $ac_n "(cached) $ac_c" 1>&6
1791 if ln -s X conftestdata
2>/dev
/null
1794 ac_cv_prog_LN_S
="ln -s"
1799 LN_S
="$ac_cv_prog_LN_S"
1800 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1801 echo "$ac_t""yes" 1>&6
1803 echo "$ac_t""no" 1>&6
1806 echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
1807 echo "configure:1808: checking how to recognise dependant libraries" >&5
1808 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
1809 echo $ac_n "(cached) $ac_c" 1>&6
1811 lt_cv_file_magic_cmd
='$MAGIC_CMD'
1812 lt_cv_file_magic_test_file
=
1813 lt_cv_deplibs_check_method
='unknown'
1814 # Need to set the preceding variable on all platforms that support
1815 # interlibrary dependencies.
1816 # 'none' -- dependencies not supported.
1817 # `unknown' -- same as none, but documents that we really don't know.
1818 # 'pass_all' -- all dependencies passed with no checks.
1819 # 'test_compile' -- check by making test program.
1820 # 'file_magic [regex]' -- check by looking for files in library path
1821 # which responds to the $file_magic_cmd with a given egrep regex.
1822 # If you have `file' or equivalent on your system and you're not sure
1823 # whether `pass_all' will *always* work, you probably want this one.
1827 lt_cv_deplibs_check_method
=pass_all
1831 lt_cv_deplibs_check_method
=pass_all
1835 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
1836 lt_cv_file_magic_cmd
='/usr/bin/file -L'
1837 lt_cv_file_magic_test_file
=/shlib
/libc.so
1840 cygwin
* | mingw
* |pw32
*)
1841 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
1842 lt_cv_file_magic_cmd
='$OBJDUMP -f'
1846 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
1849 # Not sure whether the presence of OpenBSD here was a mistake.
1850 # Let's accept both of them until this is cleared up.
1851 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
1852 lt_cv_file_magic_cmd
=/usr
/bin
/file
1853 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
1857 lt_cv_deplibs_check_method
=pass_all
1862 lt_cv_deplibs_check_method
=pass_all
1866 # TODO: Does this work for hpux-11 too?
1867 lt_cv_deplibs_check_method
='file_magic (s0-90-90-9|PA-RISC0-9.0-9) shared library'
1868 lt_cv_file_magic_cmd
=/usr
/bin
/file
1869 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
1875 # this will be overridden with pass_all, but let us keep it just in case
1876 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
1880 *-32|
*"-32 ") libmagic
=32-bit;;
1881 *-n32|
*"-n32 ") libmagic
=N32
;;
1882 *-64|
*"-64 ") libmagic
=64-bit;;
1883 *) libmagic
=never-match
;;
1885 # this will be overridden with pass_all, but let us keep it just in case
1886 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
1889 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
1890 lt_cv_deplibs_check_method
=pass_all
1893 # This must be Linux ELF.
1896 alpha
* | i
*86 | powerpc
* | sparc
* | ia64
* )
1897 lt_cv_deplibs_check_method
=pass_all
;;
1899 # glibc up to 2.1.1 does not perform some relocations on ARM
1900 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
1902 lt_cv_file_magic_test_file
=`echo /lib/libc.so* /lib/libc-*.so`
1906 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then :
1908 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
1909 lt_cv_file_magic_cmd
='/usr/bin/file -L'
1910 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
1914 osf3
* | osf4
* | osf5
*)
1915 # this will be overridden with pass_all, but let us keep it just in case
1916 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
1917 lt_cv_file_magic_test_file
=/shlib
/libc.so
1918 lt_cv_deplibs_check_method
=pass_all
1922 lt_cv_deplibs_check_method
=pass_all
1926 lt_cv_deplibs_check_method
=pass_all
1927 lt_cv_file_magic_test_file
=/lib
/libc.so
1930 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
1931 case "$host_vendor" in
1933 lt_cv_deplibs_check_method
=pass_all
1936 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]'
1937 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
1945 echo "$ac_t""$lt_cv_deplibs_check_method" 1>&6
1946 file_magic_cmd
=$lt_cv_file_magic_cmd
1947 deplibs_check_method
=$lt_cv_deplibs_check_method
1949 echo $ac_n "checking for object suffix""... $ac_c" 1>&6
1950 echo "configure:1951: checking for object suffix" >&5
1951 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
1952 echo $ac_n "(cached) $ac_c" 1>&6
1955 echo 'int i = 1;' > conftest.
$ac_ext
1956 if { (eval echo configure
:1957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1957 for ac_file
in conftest.
*; do
1960 *) ac_cv_objext
=`echo $ac_file | sed -e s/conftest.//` ;;
1964 { echo "configure: error: installation or configuration problem; compiler does not work" 1>&2; exit 1; }
1969 echo "$ac_t""$ac_cv_objext" 1>&6
1970 OBJEXT
=$ac_cv_objext
1971 ac_objext
=$ac_cv_objext
1973 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
1975 # Only perform the check for file, if the check method requires it
1976 case "$deplibs_check_method" in
1978 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
1979 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
1980 echo "configure:1981: checking for ${ac_tool_prefix}file" >&5
1981 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
1982 echo $ac_n "(cached) $ac_c" 1>&6
1984 case "$MAGIC_CMD" in
1986 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
1989 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
1992 ac_save_MAGIC_CMD
="$MAGIC_CMD"
1993 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1994 ac_dummy
="/usr/bin:$PATH"
1995 for ac_dir
in $ac_dummy; do
1996 test -z "$ac_dir" && ac_dir
=.
1997 if test -f $ac_dir/${ac_tool_prefix}file; then
1998 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
1999 if test -n "$file_magic_test_file"; then
2000 case "$deplibs_check_method" in
2002 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2003 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
2004 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
2005 egrep "$file_magic_regex" > /dev
/null
; then
2010 *** Warning: the command libtool uses to detect shared libraries,
2011 *** $file_magic_cmd, produces output that libtool cannot recognize.
2012 *** The result is that libtool may fail to recognize shared libraries
2013 *** as such. This will affect the creation of libtool libraries that
2014 *** depend on shared libraries, but programs linked with such libtool
2015 *** libraries will work regardless of this problem. Nevertheless, you
2016 *** may want to report the problem to your system manager and/or to
2017 *** bug-libtool@gnu.org
2027 MAGIC_CMD
="$ac_save_MAGIC_CMD"
2032 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
2033 if test -n "$MAGIC_CMD"; then
2034 echo "$ac_t""$MAGIC_CMD" 1>&6
2036 echo "$ac_t""no" 1>&6
2039 if test -z "$lt_cv_path_MAGIC_CMD"; then
2040 if test -n "$ac_tool_prefix"; then
2041 echo $ac_n "checking for file""... $ac_c" 1>&6
2042 echo "configure:2043: checking for file" >&5
2043 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
2044 echo $ac_n "(cached) $ac_c" 1>&6
2046 case "$MAGIC_CMD" in
2048 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
2051 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
2054 ac_save_MAGIC_CMD
="$MAGIC_CMD"
2055 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2056 ac_dummy
="/usr/bin:$PATH"
2057 for ac_dir
in $ac_dummy; do
2058 test -z "$ac_dir" && ac_dir
=.
2059 if test -f $ac_dir/file; then
2060 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
2061 if test -n "$file_magic_test_file"; then
2062 case "$deplibs_check_method" in
2064 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
2065 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
2066 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
2067 egrep "$file_magic_regex" > /dev
/null
; then
2072 *** Warning: the command libtool uses to detect shared libraries,
2073 *** $file_magic_cmd, produces output that libtool cannot recognize.
2074 *** The result is that libtool may fail to recognize shared libraries
2075 *** as such. This will affect the creation of libtool libraries that
2076 *** depend on shared libraries, but programs linked with such libtool
2077 *** libraries will work regardless of this problem. Nevertheless, you
2078 *** may want to report the problem to your system manager and/or to
2079 *** bug-libtool@gnu.org
2089 MAGIC_CMD
="$ac_save_MAGIC_CMD"
2094 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
2095 if test -n "$MAGIC_CMD"; then
2096 echo "$ac_t""$MAGIC_CMD" 1>&6
2098 echo "$ac_t""no" 1>&6
2110 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2111 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
2112 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2113 echo "configure:2114: checking for $ac_word" >&5
2114 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2115 echo $ac_n "(cached) $ac_c" 1>&6
2117 if test -n "$RANLIB"; then
2118 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2120 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2122 for ac_dir
in $ac_dummy; do
2123 test -z "$ac_dir" && ac_dir
=.
2124 if test -f $ac_dir/$ac_word; then
2125 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
2132 RANLIB
="$ac_cv_prog_RANLIB"
2133 if test -n "$RANLIB"; then
2134 echo "$ac_t""$RANLIB" 1>&6
2136 echo "$ac_t""no" 1>&6
2140 if test -z "$ac_cv_prog_RANLIB"; then
2141 if test -n "$ac_tool_prefix"; then
2142 # Extract the first word of "ranlib", so it can be a program name with args.
2143 set dummy ranlib
; ac_word
=$2
2144 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2145 echo "configure:2146: checking for $ac_word" >&5
2146 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2147 echo $ac_n "(cached) $ac_c" 1>&6
2149 if test -n "$RANLIB"; then
2150 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2152 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2154 for ac_dir
in $ac_dummy; do
2155 test -z "$ac_dir" && ac_dir
=.
2156 if test -f $ac_dir/$ac_word; then
2157 ac_cv_prog_RANLIB
="ranlib"
2162 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
2165 RANLIB
="$ac_cv_prog_RANLIB"
2166 if test -n "$RANLIB"; then
2167 echo "$ac_t""$RANLIB" 1>&6
2169 echo "$ac_t""no" 1>&6
2177 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2178 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2179 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2180 echo "configure:2181: checking for $ac_word" >&5
2181 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2182 echo $ac_n "(cached) $ac_c" 1>&6
2184 if test -n "$STRIP"; then
2185 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2187 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2189 for ac_dir
in $ac_dummy; do
2190 test -z "$ac_dir" && ac_dir
=.
2191 if test -f $ac_dir/$ac_word; then
2192 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2199 STRIP
="$ac_cv_prog_STRIP"
2200 if test -n "$STRIP"; then
2201 echo "$ac_t""$STRIP" 1>&6
2203 echo "$ac_t""no" 1>&6
2207 if test -z "$ac_cv_prog_STRIP"; then
2208 if test -n "$ac_tool_prefix"; then
2209 # Extract the first word of "strip", so it can be a program name with args.
2210 set dummy strip
; ac_word
=$2
2211 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2212 echo "configure:2213: checking for $ac_word" >&5
2213 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
2214 echo $ac_n "(cached) $ac_c" 1>&6
2216 if test -n "$STRIP"; then
2217 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2219 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2221 for ac_dir
in $ac_dummy; do
2222 test -z "$ac_dir" && ac_dir
=.
2223 if test -f $ac_dir/$ac_word; then
2224 ac_cv_prog_STRIP
="strip"
2229 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP
=":"
2232 STRIP
="$ac_cv_prog_STRIP"
2233 if test -n "$STRIP"; then
2234 echo "$ac_t""$STRIP" 1>&6
2236 echo "$ac_t""no" 1>&6
2245 # Check for any special flags to pass to ltconfig.
2246 libtool_flags
="--cache-file=$cache_file"
2247 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
2248 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
2249 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
2250 test "$ac_cv_prog_gcc" = yes && libtool_flags
="$libtool_flags --with-gcc"
2251 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
2252 libtool_flags
="$libtool_flags --enable-dlopen"
2254 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
2255 if test "${enable_libtool_lock+set}" = set; then
2256 enableval
="$enable_libtool_lock"
2260 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
2261 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
2263 # Check whether --with-pic or --without-pic was given.
2264 if test "${with_pic+set}" = set; then
2271 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
2272 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
2274 # Some flags need to be propagated to the compiler or linker for good
2278 # Find out which ABI we are using.
2279 echo '#line 2280 "configure"' > conftest.
$ac_ext
2280 if { (eval echo configure
:2281: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2281 case "`/usr/bin/file conftest.o`" in
2297 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
2298 SAVE_CFLAGS
="$CFLAGS"
2299 CFLAGS
="$CFLAGS -belf"
2300 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
2301 echo "configure:2302: checking whether the C compiler needs -belf" >&5
2302 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
2303 echo $ac_n "(cached) $ac_c" 1>&6
2307 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2308 ac_cpp
='$CPP $CPPFLAGS'
2309 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2310 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2311 cross_compiling
=$ac_cv_prog_cc_cross
2313 cat > conftest.
$ac_ext <<EOF
2314 #line 2315 "configure"
2315 #include "confdefs.h"
2321 if { (eval echo configure
:2322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2323 lt_cv_cc_needs_belf
=yes
2325 echo "configure: failed program was:" >&5
2326 cat conftest.
$ac_ext >&5
2328 lt_cv_cc_needs_belf
=no
2332 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2333 ac_cpp
='$CPP $CPPFLAGS'
2334 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2335 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2336 cross_compiling
=$ac_cv_prog_cc_cross
2340 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
2341 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
2342 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
2343 CFLAGS
="$SAVE_CFLAGS"
2350 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
2351 echo "configure:2352: checking how to run the C++ preprocessor" >&5
2352 if test -z "$CXXCPP"; then
2353 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
2354 echo $ac_n "(cached) $ac_c" 1>&6
2357 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2358 ac_cpp
='$CXXCPP $CPPFLAGS'
2359 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2360 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2361 cross_compiling
=$ac_cv_prog_cxx_cross
2362 CXXCPP
="${CXX-g++} -E"
2363 cat > conftest.
$ac_ext <<EOF
2364 #line 2365 "configure"
2365 #include "confdefs.h"
2368 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2369 { (eval echo configure
:2370: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2370 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2371 if test -z "$ac_err"; then
2375 echo "configure: failed program was:" >&5
2376 cat conftest.
$ac_ext >&5
2381 ac_cv_prog_CXXCPP
="$CXXCPP"
2383 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2384 ac_cpp
='$CPP $CPPFLAGS'
2385 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2386 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2387 cross_compiling
=$ac_cv_prog_cc_cross
2390 CXXCPP
="$ac_cv_prog_CXXCPP"
2391 echo "$ac_t""$CXXCPP" 1>&6
2394 # Save cache, so that ltconfig can load it
2395 cat > confcache
<<\EOF
2396 # This file is a shell script that caches the results of configure
2397 # tests run on this system so they can be shared between configure
2398 # scripts and configure runs. It is not useful on other systems.
2399 # If it contains results you don't want to keep, you may remove or edit it.
2401 # By default, configure uses ./config.cache as the cache file,
2402 # creating it if it does not exist already. You can give configure
2403 # the --cache-file=FILE option to use a different cache file; that is
2404 # what configure does when it calls configure scripts in
2405 # subdirectories, so they share the cache.
2406 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2407 # config.status only pays attention to the cache file if you give it the
2408 # --recheck option to rerun configure.
2411 # The following way of writing the cache mishandles newlines in values,
2412 # but we know of no workaround that is simple, portable, and efficient.
2413 # So, don't put newlines in cache variables' values.
2414 # Ultrix sh set writes to stderr and can't be redirected directly,
2415 # and sets the high bit in the cache file unless we assign to the vars.
2417 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2419 # `set' does not quote correctly, so add quotes (double-quote substitution
2420 # turns \\\\ into \\, and sed turns \\ into \).
2422 -e "s/'/'\\\\''/g" \
2423 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2426 # `set' quotes correctly as required by POSIX, so do not add quotes.
2427 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2430 if cmp -s $cache_file confcache
; then
2433 if test -w $cache_file; then
2434 echo "updating cache $cache_file"
2435 cat confcache
> $cache_file
2437 echo "not updating unwritable cache $cache_file"
2443 # Actually configure libtool. ac_aux_dir is where install-sh is found.
2444 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
2445 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
2446 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
2447 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
2448 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
2449 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
2450 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
2451 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
2452 ||
{ echo "configure: error: libtool configure failed" 1>&2; exit 1; }
2454 # Reload cache, that may have been modified by ltconfig
2455 if test -r "$cache_file"; then
2456 echo "loading cache $cache_file"
2459 echo "creating cache $cache_file"
2464 # This can be used to rebuild libtool when needed
2465 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
2467 # Always use our own libtool.
2468 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
2470 # Redirect the config.log output again, so that the ltconfig log is not
2471 # clobbered by the next message.
2472 exec 5>>.
/config.log
2477 LIBTOOL_DEPS
=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
2479 lt_save_CFLAGS
="$CFLAGS"
2480 AR
="$AR" LTCC
="$CC" CC
="$CXX" CXX
="$CXX" CFLAGS
="$CXXFLAGS" CPPFLAGS
="$CPPFLAGS" \
2481 MAGIC_CMD
="$MAGIC_CMD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
2482 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
2483 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
2484 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
2485 deplibs_check_method
="$deplibs_check_method" \
2486 file_magic_cmd
="$file_magic_cmd" \
2487 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
-o libtool
$libtool_flags \
2488 --build="$build" --add-tag=CXX
$ac_aux_dir/ltcf-cxx.sh
$host \
2489 ||
{ echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
2491 CFLAGS
="$lt_save_CFLAGS"
2493 # Redirect the config.log output again, so that the ltconfig log is not
2494 # clobbered by the next message.
2495 exec 5>>.
/config.log
2505 echo $ac_n "checking for GNU make""... $ac_c" 1>&6
2506 echo "configure:2507: checking for GNU make" >&5
2507 if eval "test \"`echo '$''{'_cv_gnu_make_command'+set}'`\" = set"; then
2508 echo $ac_n "(cached) $ac_c" 1>&6
2510 _cv_gnu_make_command
='' ;
2511 for a
in "${MAKE:-make}" make gmake gnumake
; do
2512 if ( $a --version 2> /dev
/null |
grep -c GNU
> /dev
/null
)
2514 _cv_gnu_make_command
=$a ;
2521 echo "$ac_t""$_cv_gnu_make_command" 1>&6 ;
2522 if test "x$_cv_gnu_make_command" != "x" ; then
2529 if test "x$_cv_gnu_make_command" = "x"; then
2530 { echo "configure: error: GNU make not found. Please install it or correct your path." 1>&2; exit 1; }
2536 # Check for c++ or library specific bits that don't require linking.
2538 if test ! -f stamp-sanity-compiler
; then
2539 echo $ac_n "checking for g++ that will successfully compile libstdc++-v3""... $ac_c" 1>&6
2540 echo "configure:2541: checking for g++ that will successfully compile libstdc++-v3" >&5
2543 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2544 ac_cpp
='$CXXCPP $CPPFLAGS'
2545 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2546 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2547 cross_compiling
=$ac_cv_prog_cxx_cross
2549 cat > conftest.
$ac_ext <<EOF
2550 #line 2551 "configure"
2551 #include "confdefs.h"
2553 #if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2558 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2559 egrep "ok" >/dev
/null
2>&1; then
2561 gpp_satisfactory
=yes
2564 { echo "configure: error: please upgrade to gcc-2.95 or above" 1>&2; exit 1; }
2569 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2570 ac_cpp
='$CPP $CPPFLAGS'
2571 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2572 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2573 cross_compiling
=$ac_cv_prog_cc_cross
2575 echo "$ac_t""$gpp_satisfactory" 1>&6
2576 touch stamp-sanity-compiler
2580 # Enable all the crazy c++ stuff. C_MBCHAR must come early.
2581 # Check whether --enable-debug or --disable-debug was given.
2582 if test "${enable_debug+set}" = set; then
2583 enableval
="$enable_debug"
2584 case "${enableval}" in
2585 yes) enable_debug
=yes ;;
2586 no
) enable_debug
=no
;;
2587 *) { echo "configure: error: Unknown argument to enable/disable extra debugging" 1>&2; exit 1; } ;;
2593 case "${enable_debug}" in
2595 DEBUG_FLAGS
='-O0 -ggdb3'
2603 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
2604 echo "configure:2605: checking how to run the C preprocessor" >&5
2605 # On Suns, sometimes $CPP names a directory.
2606 if test -n "$CPP" && test -d "$CPP"; then
2609 if test -z "$CPP"; then
2610 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
2611 echo $ac_n "(cached) $ac_c" 1>&6
2613 # This must be in double quotes, not single quotes, because CPP may get
2614 # substituted into the Makefile and "${CC-cc}" will confuse make.
2616 # On the NeXT, cc -E runs the code through the compiler's parser,
2617 # not just through cpp.
2618 cat > conftest.
$ac_ext <<EOF
2619 #line 2620 "configure"
2620 #include "confdefs.h"
2624 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2625 { (eval echo configure
:2626: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2626 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2627 if test -z "$ac_err"; then
2631 echo "configure: failed program was:" >&5
2632 cat conftest.
$ac_ext >&5
2634 CPP
="${CC-cc} -E -traditional-cpp"
2635 cat > conftest.
$ac_ext <<EOF
2636 #line 2637 "configure"
2637 #include "confdefs.h"
2641 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2642 { (eval echo configure
:2643: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2643 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2644 if test -z "$ac_err"; then
2648 echo "configure: failed program was:" >&5
2649 cat conftest.
$ac_ext >&5
2651 CPP
="${CC-cc} -nologo -E"
2652 cat > conftest.
$ac_ext <<EOF
2653 #line 2654 "configure"
2654 #include "confdefs.h"
2658 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2659 { (eval echo configure
:2660: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2660 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2661 if test -z "$ac_err"; then
2665 echo "configure: failed program was:" >&5
2666 cat conftest.
$ac_ext >&5
2675 ac_cv_prog_CPP
="$CPP"
2677 CPP
="$ac_cv_prog_CPP"
2679 ac_cv_prog_CPP
="$CPP"
2681 echo "$ac_t""$CPP" 1>&6
2684 echo $ac_n "checking for cstdio to use""... $ac_c" 1>&6
2685 echo "configure:2686: checking for cstdio to use" >&5
2686 # Check whether --enable-cstdio or --disable-cstdio was given.
2687 if test "${enable_cstdio+set}" = set; then
2688 enableval
="$enable_cstdio"
2689 if test x
$enable_cstdio = xno
; then
2697 enable_cstdio_flag
=$enable_cstdio
2699 case x
${enable_cstdio_flag} in
2701 CSTDIO_H
=config
/c_io_libio.h
2702 CSTDIO_CC
=config
/c_io_libio.cc
2703 echo "$ac_t""libio" 1>&6
2705 # see if we are on a system with libio native (ie, linux)
2706 ac_safe
=`echo "libio.h" | sed 'y%./+-%__p_%'`
2707 echo $ac_n "checking for libio.h""... $ac_c" 1>&6
2708 echo "configure:2709: checking for libio.h" >&5
2709 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2710 echo $ac_n "(cached) $ac_c" 1>&6
2712 cat > conftest.
$ac_ext <<EOF
2713 #line 2714 "configure"
2714 #include "confdefs.h"
2717 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2718 { (eval echo configure
:2719: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2719 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2720 if test -z "$ac_err"; then
2722 eval "ac_cv_header_$ac_safe=yes"
2725 echo "configure: failed program was:" >&5
2726 cat conftest.
$ac_ext >&5
2728 eval "ac_cv_header_$ac_safe=no"
2732 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2733 echo "$ac_t""yes" 1>&6
2736 echo "$ac_t""no" 1>&6
2741 # Need to check and see what version of glibc is being used. If
2742 # it's not glibc-2.2 or higher, then we'll need to go ahead and
2743 # compile most of libio for linux systems.
2744 if test x
$has_libio = x
"yes"; then
2747 echo $ac_n "checking for glibc version >= 2.2""... $ac_c" 1>&6
2748 echo "configure:2749: checking for glibc version >= 2.2" >&5
2749 cat > conftest.
$ac_ext <<EOF
2750 #line 2751 "configure"
2751 #include "confdefs.h"
2753 #include <features.h>
2754 #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)
2759 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
2760 egrep "ok" >/dev
/null
2>&1; then
2762 glibc_satisfactory
=yes
2765 glibc_satisfactory
=no
2769 echo "$ac_t""$glibc_satisfactory" 1>&6
2773 # XXX at the moment, admit defeat and force the recompilation
2774 # XXX of glibc even on glibc-2.2 systems, because libio is not synched.
2775 glibc_satisfactory
=no
2777 if test x
$glibc_satisfactory = x
"yes"; then
2782 # bkoz XXX need to add checks to enable this
2783 # pme XXX here's a first pass at such a check
2784 if test x
$enable_c_mbchar != xno
; then
2792 # Using libio, but <libio.h> doesn't exist on the target system. . .
2794 # bkoz XXX need to add checks to enable this
2795 # pme XXX here's a first pass at such a check
2796 if test x
$enable_c_mbchar != xno
; then
2803 xstdio | x | xno | xnone | xyes
)
2805 CSTDIO_H
=config
/c_io_stdio.h
2806 CSTDIO_CC
=config
/c_io_stdio.cc
2807 echo "$ac_t""stdio" 1>&6
2809 # We're not using stdio.
2812 # Wide characters are not supported with this package.
2816 echo "$enable_cstdio is an unknown io package" 1>&2
2823 # 2000-08-04 bkoz hack
2824 CCODECVT_C
=config
/c_io_libio_codecvt.c
2826 # 2000-08-04 bkoz hack
2830 if test "$need_libio" = yes ||
test "$need_wlibio" = yes; then
2831 GLIBCPP_BUILD_LIBIO_TRUE
=
2832 GLIBCPP_BUILD_LIBIO_FALSE
='#'
2834 GLIBCPP_BUILD_LIBIO_TRUE
='#'
2835 GLIBCPP_BUILD_LIBIO_FALSE
=
2839 if test "$need_libio" = yes; then
2840 GLIBCPP_NEED_LIBIO_TRUE
=
2841 GLIBCPP_NEED_LIBIO_FALSE
='#'
2843 GLIBCPP_NEED_LIBIO_TRUE
='#'
2844 GLIBCPP_NEED_LIBIO_FALSE
=
2848 if test "$need_wlibio" = yes; then
2849 GLIBCPP_NEED_WLIBIO_TRUE
=
2850 GLIBCPP_NEED_WLIBIO_FALSE
='#'
2852 GLIBCPP_NEED_WLIBIO_TRUE
='#'
2853 GLIBCPP_NEED_WLIBIO_FALSE
=
2855 if test "$need_libio" = yes ||
test "$need_wlibio" = yes; then
2856 libio_la
=..
/libio
/libio.la
2862 # Check whether --enable-c-mbchar or --disable-c-mbchar was given.
2863 if test "${enable_c_mbchar+set}" = set; then
2864 enableval
="$enable_c_mbchar"
2865 case "$enableval" in
2866 yes) enable_c_mbchar
=yes ;;
2867 no
) enable_c_mbchar
=no
;;
2868 *) { echo "configure: error: Unknown argument to enable/disable c-mbchar" 1>&2; exit 1; } ;;
2875 # Check whether --enable-long-long or --disable-long-long was given.
2876 if test "${enable_long_long+set}" = set; then
2877 enableval
="$enable_long_long"
2878 case "$enableval" in
2879 yes) enable_long_long
=yes ;;
2880 no
) enable_long_long
=no
;;
2881 *) { echo "configure: error: Unknown argument to enable/disable long long" 1>&2; exit 1; } ;;
2887 # Allow use of os-dependent settings, so that macros that turn on
2888 # C99 capabilities can be defined and used in a consistent way.
2889 OS_INC_PATH
=${srcdir}/$os_include_dir
2890 ac_test_CFLAGS
="${CFLAGS+set}"
2891 ac_save_CFLAGS
="$CFLAGS"
2892 CFLAGS
="-I$OS_INC_PATH"
2894 # Check for the existence of functions used if long long is enabled.
2895 echo $ac_n "checking for strtoll""... $ac_c" 1>&6
2896 echo "configure:2897: checking for strtoll" >&5
2897 if eval "test \"`echo '$''{'ac_cv_func_strtoll'+set}'`\" = set"; then
2898 echo $ac_n "(cached) $ac_c" 1>&6
2900 cat > conftest.
$ac_ext <<EOF
2901 #line 2902 "configure"
2902 #include "confdefs.h"
2903 /* System header to define __stub macros and hopefully few prototypes,
2904 which can conflict with char strtoll(); below. */
2906 /* Override any gcc2 internal prototype to avoid an error. */
2907 /* We use char because int might match the return type of a gcc2
2908 builtin and then its argument prototype would still apply. */
2913 /* The GNU C library defines this for functions which it implements
2914 to always fail with ENOSYS. Some functions are actually named
2915 something starting with __ and the normal name is an alias. */
2916 #if defined (__stub_strtoll) || defined (__stub___strtoll)
2924 if { (eval echo configure
:2925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2926 eval "ac_cv_func_strtoll=yes"
2928 echo "configure: failed program was:" >&5
2929 cat conftest.
$ac_ext >&5
2931 eval "ac_cv_func_strtoll=no"
2936 if eval "test \"`echo '$ac_cv_func_'strtoll`\" = yes"; then
2937 echo "$ac_t""yes" 1>&6
2940 echo "$ac_t""no" 1>&6
2944 echo $ac_n "checking for strtoull""... $ac_c" 1>&6
2945 echo "configure:2946: checking for strtoull" >&5
2946 if eval "test \"`echo '$''{'ac_cv_func_strtoull'+set}'`\" = set"; then
2947 echo $ac_n "(cached) $ac_c" 1>&6
2949 cat > conftest.
$ac_ext <<EOF
2950 #line 2951 "configure"
2951 #include "confdefs.h"
2952 /* System header to define __stub macros and hopefully few prototypes,
2953 which can conflict with char strtoull(); below. */
2955 /* Override any gcc2 internal prototype to avoid an error. */
2956 /* We use char because int might match the return type of a gcc2
2957 builtin and then its argument prototype would still apply. */
2962 /* The GNU C library defines this for functions which it implements
2963 to always fail with ENOSYS. Some functions are actually named
2964 something starting with __ and the normal name is an alias. */
2965 #if defined (__stub_strtoull) || defined (__stub___strtoull)
2973 if { (eval echo configure
:2974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2975 eval "ac_cv_func_strtoull=yes"
2977 echo "configure: failed program was:" >&5
2978 cat conftest.
$ac_ext >&5
2980 eval "ac_cv_func_strtoull=no"
2985 if eval "test \"`echo '$ac_cv_func_'strtoull`\" = yes"; then
2986 echo "$ac_t""yes" 1>&6
2989 echo "$ac_t""no" 1>&6
2994 # Check for lldiv_t, et. al.
2995 echo $ac_n "checking for lldiv_t declaration""... $ac_c" 1>&6
2996 echo "configure:2997: checking for lldiv_t declaration" >&5
2997 if eval "test \"`echo '$''{'glibcpp_lldiv_t_use'+set}'`\" = set"; then
2998 echo $ac_n "(cached) $ac_c" 1>&6
3001 cat > conftest.
$ac_ext <<EOF
3002 #line 3003 "configure"
3003 #include "confdefs.h"
3004 #include <bits/os_defines.h>
3010 if { (eval echo configure
:3011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3012 glibcpp_lldiv_t_use
=yes
3014 echo "configure: failed program was:" >&5
3015 cat conftest.
$ac_ext >&5
3017 glibcpp_lldiv_t_use
=no
3023 echo "$ac_t""$glibcpp_lldiv_t_use" 1>&6
3024 if test x
$glibcpp_lldiv_t_use = x
"yes"; then
3025 cat >> confdefs.h
<<\EOF
3026 #define HAVE_LLDIV_T 1
3031 echo $ac_n "checking for enabled long long""... $ac_c" 1>&6
3032 echo "configure:3033: checking for enabled long long" >&5
3033 if test x
"$ac_strtoll" = xno ||
test x
"$ac_strtoull" = xno
; then
3034 enable_long_long
=no
;
3036 echo "$ac_t""$enable_long_long" 1>&6
3038 # Option parsed, now set things appropriately
3039 if test x
"$enable_long_long" = xyes
; then
3040 cat >> confdefs.h
<<\EOF
3041 #define _GLIBCPP_USE_LONG_LONG 1
3047 CFLAGS
="$ac_save_CFLAGS"
3049 echo $ac_n "checking for c header strategy to use""... $ac_c" 1>&6
3050 echo "configure:3051: checking for c header strategy to use" >&5
3051 # Check whether --enable-cheaders or --disable-cheaders was given.
3052 if test "${enable_cheaders+set}" = set; then
3053 enableval
="$enable_cheaders"
3055 case "$enableval" in
3060 enable_cheaders
=c_std
3063 enable_cheaders
=c_shadow
3065 *) { echo "configure: error: Unknown argument to enable/disable "C
" headers" 1>&2; exit 1; }
3069 enable_cheaders
=c_std
3072 echo "$ac_t""$enable_cheaders" 1>&6
3074 case "$enable_cheaders" in
3076 CSHADOW_FLAGS
="-fno-builtin"
3077 C_INCLUDE_DIR
='${top_srcdir}/include/c_shadow'
3078 cat >> confdefs.h
<<\EOF
3079 #define _GLIBCPP_USE_SHADOW_HEADERS 1
3085 C_INCLUDE_DIR
='${top_srcdir}/include/c_std'
3089 C_INCLUDE_DIR
='${top_srcdir}/include/c'
3097 if test "$enable_cheaders" = c_shadow
; then
3098 GLIBCPP_USE_CSHADOW_TRUE
=
3099 GLIBCPP_USE_CSHADOW_FALSE
='#'
3101 GLIBCPP_USE_CSHADOW_TRUE
='#'
3102 GLIBCPP_USE_CSHADOW_FALSE
=
3106 echo $ac_n "checking for threads package to use""... $ac_c" 1>&6
3107 echo "configure:3108: checking for threads package to use" >&5
3108 # Check whether --enable-threads or --disable-threads was given.
3109 if test "${enable_threads+set}" = set; then
3110 enableval
="$enable_threads"
3111 if test x
$enable_threads = xno
; then
3119 enable_threads_flag
=$enable_threads
3121 case x
${enable_threads_flag} in
3124 target_thread_file
='single'
3128 target_thread_file
='posix'
3130 xdecosf1 | xirix | xmach | xos2 | xposix | xpthreads | xsingle | \
3131 xsolaris | xwin32 | xdce | xvxworks
)
3132 target_thread_file
=$enable_threads_flag
3135 echo "$enable_threads is an unknown thread package" 1>&2
3141 case "$target_thread_file" in
3143 THREADH
=threads-no.h
3146 THREADH
=threads-posix.h
3148 decosf1 | irix | mach | os2 | solaris | win32 | dce | vxworks
)
3149 { echo "configure: error: thread package $THREADS not yet supported" 1>&2; exit 1; }
3152 { echo "configure: error: $THREADS is an unsupported/unknown thread package" 1>&2; exit 1; }
3155 echo "$ac_t""$THREADH" 1>&6
3158 if test $THREADH != threads-no.h
; then
3159 cat >> confdefs.h
<<\EOF
3160 #define _GLIBCPP_USE_THREADS 1
3166 echo $ac_n "checking for atomicity.h""... $ac_c" 1>&6
3167 echo "configure:3168: checking for atomicity.h" >&5
3168 # We have ATOMICITY already from GLIBCPP_CONFIGURE
3169 if test "$ATOMICITYH" = "config/cpu/generic"; then
3170 echo "configure: warning: No ATOMICITY settings found, using generic atomic ops." 1>&2
3172 echo "$ac_t""$ATOMICITYH/bits/atomicity.h" 1>&6
3175 # Check whether --enable-cxx-flags or --disable-cxx-flags was given.
3176 if test "${enable_cxx_flags+set}" = set; then
3177 enableval
="$enable_cxx_flags"
3178 case "x$enableval" in
3180 { echo "configure: error: --enable-cxx-flags needs compiler flags as arguments" 1>&2; exit 1; } ;;
3182 enable_cxx_flags
='' ;;
3184 enable_cxx_flags
="$enableval" ;;
3187 enable_cxx_flags
='none'
3191 if test "$enable_cxx_flags" = "none"; then
3192 enable_cxx_flags
='';
3195 if test -n "$enable_cxx_flags"; then
3196 for f
in $enable_cxx_flags; do
3200 *) # and we're trying to pass /what/ exactly?
3201 { echo "configure: error: compiler flags start with a -" 1>&2; exit 1; } ;;
3205 EXTRA_CXX_FLAGS
="$enable_cxx_flags"
3209 if test -n "$with_cross_host"; then
3211 # We are being configured with a cross compiler. AC_REPLACE_FUNCS
3212 # may not work correctly, because the compiler may not be able to
3217 # If Canadian cross, then don't pick up tools from the build
3219 if test x
"$build" != x
"$with_cross_host" && x
"$build" != x
"$target"; then
3227 case "$target_alias" in
3229 # Construct linux crosses by hand, eliminating bits that need ld...
3230 # Check for available headers.
3231 for ac_hdr
in nan.h ieeefp.h endian.h sys
/isa_defs.h \
3232 machine
/endian.h machine
/param.h sys
/machine.h fp.h locale.h \
3235 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3236 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3237 echo "configure:3238: checking for $ac_hdr" >&5
3238 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3239 echo $ac_n "(cached) $ac_c" 1>&6
3241 cat > conftest.
$ac_ext <<EOF
3242 #line 3243 "configure"
3243 #include "confdefs.h"
3246 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3247 { (eval echo configure
:3248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3248 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3249 if test -z "$ac_err"; then
3251 eval "ac_cv_header_$ac_safe=yes"
3254 echo "configure: failed program was:" >&5
3255 cat conftest.
$ac_ext >&5
3257 eval "ac_cv_header_$ac_safe=no"
3261 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3262 echo "$ac_t""yes" 1>&6
3263 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3264 cat >> confdefs.h
<<EOF
3265 #define $ac_tr_hdr 1
3269 echo "$ac_t""no" 1>&6
3274 # GLIBCPP_CHECK_COMPILER_FEATURES
3275 WFMT_FLAGS
='-fdiagnostics-show-location=once'
3276 SECTION_FLAGS
='-ffunction-sections -fdata-sections'
3280 # If we're not using GNU ld, then there's no point in even trying these
3281 # tests. Check for that first. We should have already tested for gld
3282 # by now (in libtool), but require it now just to be safe...
3287 # Set --gc-sections.
3288 if test "$ac_cv_prog_gnu_ld" = "notbroken"; then
3289 # GNU ld it is! Joy and bunny rabbits!
3291 # All these tests are for C++; save the language and the compiler flags.
3292 # Need to do this so that g++ won't try to link in libstdc++
3293 ac_test_CFLAGS
="${CFLAGS+set}"
3294 ac_save_CFLAGS
="$CFLAGS"
3295 CFLAGS
='-x c++ -Wl,--gc-sections'
3297 # Check for -Wl,--gc-sections
3298 # XXX This test is broken at the moment, as symbols required for
3299 # linking are now in libsupc++ (not built yet.....). In addition,
3300 # this test has cored on solaris in the past. In addition,
3301 # --gc-sections doesn't really work at the moment (keeps on discarding
3302 # used sections, first .eh_frame and now some of the glibc sections for
3303 # iconv). Bzzzzt. Thanks for playing, maybe next time.
3304 echo $ac_n "checking for ld that supports -Wl,--gc-sections""... $ac_c" 1>&6
3305 echo "configure:3306: checking for ld that supports -Wl,--gc-sections" >&5
3306 if test "$cross_compiling" = yes; then
3307 ac_sectionLDflags
=yes
3309 cat > conftest.
$ac_ext <<EOF
3310 #line 3311 "configure"
3311 #include "confdefs.h"
3321 if { (eval echo configure
:3322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
3323 ac_sectionLDflags
=yes
3325 echo "configure: failed program was:" >&5
3326 cat conftest.
$ac_ext >&5
3328 ac_sectionLFflags
=no
3333 if test "$ac_test_CFLAGS" = set; then
3334 CFLAGS
="$ac_save_CFLAGS"
3336 # this is the suspicious part
3339 if test "$ac_sectionLDflags" = "yes"; then
3340 SECTION_LDFLAGS
='-Wl,--gc-sections'
3342 echo "$ac_t""$ac_sectionLDflags" 1>&6
3345 # Set linker optimization flags.
3346 if test x
"$ac_cv_prog_gnu_ld" = x
"yes" && test x
"$enable_debug" = x
"no"; then
3347 OPT_LDFLAGS
='-Wl,-O1'
3353 # GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT
3354 # GLIBCPP_CHECK_MATH_SUPPORT
3355 cat >> confdefs.h
<<\EOF
3356 #define HAVE_ACOSF 1
3359 cat >> confdefs.h
<<\EOF
3360 #define HAVE_ASINF 1
3363 cat >> confdefs.h
<<\EOF
3364 #define HAVE_ATAN2F 1
3367 cat >> confdefs.h
<<\EOF
3368 #define HAVE_ATANF 1
3371 cat >> confdefs.h
<<\EOF
3372 #define HAVE_CEILF 1
3375 cat >> confdefs.h
<<\EOF
3376 #define HAVE_COPYSIGN 1
3379 cat >> confdefs.h
<<\EOF
3380 #define HAVE_COPYSIGNF 1
3383 cat >> confdefs.h
<<\EOF
3387 cat >> confdefs.h
<<\EOF
3388 #define HAVE_COSHF 1
3391 cat >> confdefs.h
<<\EOF
3395 cat >> confdefs.h
<<\EOF
3396 #define HAVE_FABSF 1
3399 cat >> confdefs.h
<<\EOF
3400 #define HAVE_FINITE 1
3403 cat >> confdefs.h
<<\EOF
3404 #define HAVE_FINITEF 1
3407 cat >> confdefs.h
<<\EOF
3408 #define HAVE_FLOORF 1
3411 cat >> confdefs.h
<<\EOF
3412 #define HAVE_FMODF 1
3415 cat >> confdefs.h
<<\EOF
3416 #define HAVE_FREXPF 1
3419 cat >> confdefs.h
<<\EOF
3420 #define HAVE_ISINF 1
3423 cat >> confdefs.h
<<\EOF
3424 #define HAVE_ISINFF 1
3427 cat >> confdefs.h
<<\EOF
3428 #define HAVE_ISNAN 1
3431 cat >> confdefs.h
<<\EOF
3432 #define HAVE_ISNANF 1
3435 cat >> confdefs.h
<<\EOF
3436 #define HAVE_LDEXPF 1
3439 cat >> confdefs.h
<<\EOF
3440 #define HAVE_LOG10F 1
3443 cat >> confdefs.h
<<\EOF
3447 cat >> confdefs.h
<<\EOF
3448 #define HAVE_MODFF 1
3451 cat >> confdefs.h
<<\EOF
3455 cat >> confdefs.h
<<\EOF
3456 #define HAVE_SINCOS 1
3459 cat >> confdefs.h
<<\EOF
3460 #define HAVE_SINCOSF 1
3463 cat >> confdefs.h
<<\EOF
3467 cat >> confdefs.h
<<\EOF
3468 #define HAVE_SINHF 1
3471 cat >> confdefs.h
<<\EOF
3472 #define HAVE_SQRTF 1
3475 cat >> confdefs.h
<<\EOF
3479 cat >> confdefs.h
<<\EOF
3480 #define HAVE_TANHF 1
3484 # At some point, we should differentiate between architectures
3485 # like x86, which have long double versions, and alpha/powerpc/etc.,
3486 # which don't. For the time being, punt.
3487 if test x
"long_double_math_on_this_cpu" = x
"yes"; then
3488 cat >> confdefs.h
<<\EOF
3489 #define HAVE_ACOSL 1
3492 cat >> confdefs.h
<<\EOF
3493 #define HAVE_ASINL 1
3496 cat >> confdefs.h
<<\EOF
3497 #define HAVE_ATAN2L 1
3500 cat >> confdefs.h
<<\EOF
3501 #define HAVE_ATANL 1
3504 cat >> confdefs.h
<<\EOF
3505 #define HAVE_CEILL 1
3508 cat >> confdefs.h
<<\EOF
3509 #define HAVE_COPYSIGNL 1
3512 cat >> confdefs.h
<<\EOF
3516 cat >> confdefs.h
<<\EOF
3517 #define HAVE_COSHL 1
3520 cat >> confdefs.h
<<\EOF
3524 cat >> confdefs.h
<<\EOF
3525 #define HAVE_FABSL 1
3528 cat >> confdefs.h
<<\EOF
3529 #define HAVE_FINITEL 1
3532 cat >> confdefs.h
<<\EOF
3533 #define HAVE_FLOORL 1
3536 cat >> confdefs.h
<<\EOF
3537 #define HAVE_FMODL 1
3540 cat >> confdefs.h
<<\EOF
3541 #define HAVE_FREXPL 1
3544 cat >> confdefs.h
<<\EOF
3545 #define HAVE_ISINFL 1
3548 cat >> confdefs.h
<<\EOF
3549 #define HAVE_ISNANL 1
3552 cat >> confdefs.h
<<\EOF
3553 #define HAVE_LDEXPL 1
3556 cat >> confdefs.h
<<\EOF
3557 #define HAVE_LOG10L 1
3560 cat >> confdefs.h
<<\EOF
3564 cat >> confdefs.h
<<\EOF
3565 #define HAVE_MODFL 1
3568 cat >> confdefs.h
<<\EOF
3572 cat >> confdefs.h
<<\EOF
3573 #define HAVE_SINCOSL 1
3576 cat >> confdefs.h
<<\EOF
3580 cat >> confdefs.h
<<\EOF
3581 #define HAVE_SINHL 1
3584 cat >> confdefs.h
<<\EOF
3585 #define HAVE_SQRTL 1
3588 cat >> confdefs.h
<<\EOF
3592 cat >> confdefs.h
<<\EOF
3593 #define HAVE_TANHL 1
3598 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
3599 echo "configure:3600: checking for main in -lm" >&5
3600 ac_lib_var
=`echo m'_'main | sed 'y%./+-%__p_%'`
3601 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3602 echo $ac_n "(cached) $ac_c" 1>&6
3604 ac_save_LIBS
="$LIBS"
3606 cat > conftest.
$ac_ext <<EOF
3607 #line 3608 "configure"
3608 #include "confdefs.h"
3614 if { (eval echo configure
:3615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3616 eval "ac_cv_lib_$ac_lib_var=yes"
3618 echo "configure: failed program was:" >&5
3619 cat conftest.
$ac_ext >&5
3621 eval "ac_cv_lib_$ac_lib_var=no"
3624 LIBS
="$ac_save_LIBS"
3627 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3628 echo "$ac_t""yes" 1>&6
3629 ac_tr_lib
=HAVE_LIB
`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3630 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3631 cat >> confdefs.h
<<EOF
3632 #define $ac_tr_lib 1
3638 echo "$ac_t""no" 1>&6
3641 for ac_func
in nan hypot hypotf atan2f expf copysignf
3643 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3644 echo "configure:3645: checking for $ac_func" >&5
3645 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3646 echo $ac_n "(cached) $ac_c" 1>&6
3648 cat > conftest.
$ac_ext <<EOF
3649 #line 3650 "configure"
3650 #include "confdefs.h"
3651 /* System header to define __stub macros and hopefully few prototypes,
3652 which can conflict with char $ac_func(); below. */
3654 /* Override any gcc2 internal prototype to avoid an error. */
3655 /* We use char because int might match the return type of a gcc2
3656 builtin and then its argument prototype would still apply. */
3661 /* The GNU C library defines this for functions which it implements
3662 to always fail with ENOSYS. Some functions are actually named
3663 something starting with __ and the normal name is an alias. */
3664 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3672 if { (eval echo configure
:3673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3674 eval "ac_cv_func_$ac_func=yes"
3676 echo "configure: failed program was:" >&5
3677 cat conftest.
$ac_ext >&5
3679 eval "ac_cv_func_$ac_func=no"
3684 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3685 echo "$ac_t""yes" 1>&6
3686 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3687 cat >> confdefs.h
<<EOF
3688 #define $ac_tr_func 1
3692 echo "$ac_t""no" 1>&6
3693 LIBMATHOBJS
="$LIBMATHOBJS ${ac_func}.lo"
3699 USE_COMPLEX_LONG_DOUBLE
=no
3700 if test x
$ac_cv_func_atan2l = x
"yes" \
3701 && test x
$ac_cv_func_copysignl = x
"yes"; then
3702 USE_COMPLEX_LONG_DOUBLE
=yes
3703 for ac_func
in hypotl signbitl
3705 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3706 echo "configure:3707: checking for $ac_func" >&5
3707 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3708 echo $ac_n "(cached) $ac_c" 1>&6
3710 cat > conftest.
$ac_ext <<EOF
3711 #line 3712 "configure"
3712 #include "confdefs.h"
3713 /* System header to define __stub macros and hopefully few prototypes,
3714 which can conflict with char $ac_func(); below. */
3716 /* Override any gcc2 internal prototype to avoid an error. */
3717 /* We use char because int might match the return type of a gcc2
3718 builtin and then its argument prototype would still apply. */
3723 /* The GNU C library defines this for functions which it implements
3724 to always fail with ENOSYS. Some functions are actually named
3725 something starting with __ and the normal name is an alias. */
3726 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3734 if { (eval echo configure
:3735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3736 eval "ac_cv_func_$ac_func=yes"
3738 echo "configure: failed program was:" >&5
3739 cat conftest.
$ac_ext >&5
3741 eval "ac_cv_func_$ac_func=no"
3746 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3747 echo "$ac_t""yes" 1>&6
3748 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3749 cat >> confdefs.h
<<EOF
3750 #define $ac_tr_func 1
3754 echo "$ac_t""no" 1>&6
3755 LIBMATHOBJS
="$LIBMATHOBJS ${ac_func}.lo"
3767 echo $ac_n "checking for GNU C++ __complex__ support""... $ac_c" 1>&6
3768 echo "configure:3769: checking for GNU C++ __complex__ support" >&5
3769 if eval "test \"`echo '$''{'glibcpp_cv_complex'+set}'`\" = set"; then
3770 echo $ac_n "(cached) $ac_c" 1>&6
3775 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3776 ac_cpp
='$CXXCPP $CPPFLAGS'
3777 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3778 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3779 cross_compiling
=$ac_cv_prog_cxx_cross
3781 cat > conftest.
$ac_ext <<EOF
3782 #line 3783 "configure"
3783 #include "confdefs.h"
3784 struct dcomplex { __complex__ double x; }; \
3785 dcomplex f(const dcomplex& x) { return dcomplex(x); }
3791 if { (eval echo configure
:3792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3793 glibcpp_cv_complex
=ok
3795 echo "configure: failed program was:" >&5
3796 cat conftest.
$ac_ext >&5
3798 glibcpp_cv_complex
=buggy
3803 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3804 ac_cpp
='$CPP $CPPFLAGS'
3805 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3806 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3807 cross_compiling
=$ac_cv_prog_cc_cross
3812 echo "$ac_t""$glibcpp_cv_complex" 1>&6
3813 if test $glibcpp_cv_complex = buggy
; then
3814 cat >> confdefs.h
<<\EOF
3815 #define _GLIBCPP_BUGGY_COMPLEX 1
3820 echo $ac_n "checking for GNU C++ __complex__ float support""... $ac_c" 1>&6
3821 echo "configure:3822: checking for GNU C++ __complex__ float support" >&5
3822 if eval "test \"`echo '$''{'glibcpp_cv_float_complex'+set}'`\" = set"; then
3823 echo $ac_n "(cached) $ac_c" 1>&6
3828 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3829 ac_cpp
='$CXXCPP $CPPFLAGS'
3830 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3831 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3832 cross_compiling
=$ac_cv_prog_cxx_cross
3835 cat > conftest.h
<<EOB
3837 // Check for buggy __complex__ that causes ICE in most versions of egcs
3838 // and gcc-2.95.x on certain platforms (eg., x86-win32).
3840 // See http://gcc.gnu.org/ml/gcc-bugs/1999-07n/msg00845.html for
3841 // more info on the bug itself.
3846 __complex__ float m_value;
3847 float_complex (float = 0.0f, float = 0.0f);
3848 float_complex (__complex__ float val) : m_value (val) {}
3849 float_complex foo (const float_complex &val)
3850 { return float_complex (~val.m_value); }
3853 cat > conftest.
$ac_ext <<EOF
3854 #line 3855 "configure"
3855 #include "confdefs.h"
3856 #include "conftest.h"
3861 if { (eval echo configure
:3862: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3863 glibcpp_cv_float_complex
=ok
3865 echo "configure: failed program was:" >&5
3866 cat conftest.
$ac_ext >&5
3868 glibcpp_cv_float_complex
=buggy
3873 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3874 ac_cpp
='$CPP $CPPFLAGS'
3875 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3876 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3877 cross_compiling
=$ac_cv_prog_cc_cross
3882 echo "$ac_t""$glibcpp_cv_float_complex" 1>&6
3883 if test $glibcpp_cv_float_complex = buggy
; then
3884 cat >> confdefs.h
<<\EOF
3885 #define _GLIBCPP_BUGGY_FLOAT_COMPLEX 1
3891 if test x
$enable_c_mbchar != xno
; then
3893 ac_safe
=`echo "wchar.h" | sed 'y%./+-%__p_%'`
3894 echo $ac_n "checking for wchar.h""... $ac_c" 1>&6
3895 echo "configure:3896: checking for wchar.h" >&5
3896 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3897 echo $ac_n "(cached) $ac_c" 1>&6
3899 cat > conftest.
$ac_ext <<EOF
3900 #line 3901 "configure"
3901 #include "confdefs.h"
3904 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3905 { (eval echo configure
:3906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3906 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3907 if test -z "$ac_err"; then
3909 eval "ac_cv_header_$ac_safe=yes"
3912 echo "configure: failed program was:" >&5
3913 cat conftest.
$ac_ext >&5
3915 eval "ac_cv_header_$ac_safe=no"
3919 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3920 echo "$ac_t""yes" 1>&6
3923 echo "$ac_t""no" 1>&6
3927 ac_safe
=`echo "wctype.h" | sed 'y%./+-%__p_%'`
3928 echo $ac_n "checking for wctype.h""... $ac_c" 1>&6
3929 echo "configure:3930: checking for wctype.h" >&5
3930 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3931 echo $ac_n "(cached) $ac_c" 1>&6
3933 cat > conftest.
$ac_ext <<EOF
3934 #line 3935 "configure"
3935 #include "confdefs.h"
3938 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3939 { (eval echo configure
:3940: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3940 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3941 if test -z "$ac_err"; then
3943 eval "ac_cv_header_$ac_safe=yes"
3946 echo "configure: failed program was:" >&5
3947 cat conftest.
$ac_ext >&5
3949 eval "ac_cv_header_$ac_safe=no"
3953 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3954 echo "$ac_t""yes" 1>&6
3957 echo "$ac_t""no" 1>&6
3962 if test x
"$ac_has_wchar_h" = xyes
&& test x
"$ac_has_wctype_h" = xyes
; then
3964 echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6
3965 echo "configure:3966: checking for mbstate_t" >&5
3966 cat > conftest.
$ac_ext <<EOF
3967 #line 3968 "configure"
3968 #include "confdefs.h"
3971 mbstate_t teststate;
3974 if { (eval echo configure
:3975: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3976 use_native_mbstatet
=yes
3978 echo "configure: failed program was:" >&5
3979 cat conftest.
$ac_ext >&5
3981 use_native_mbstatet
=no
3984 echo "$ac_t""$use_native_mbstatet" 1>&6
3986 echo $ac_n "checking for WCHAR_MIN and WCHAR_MAX""... $ac_c" 1>&6
3987 echo "configure:3988: checking for WCHAR_MIN and WCHAR_MAX" >&5
3988 cat > conftest.
$ac_ext <<EOF
3989 #line 3990 "configure"
3990 #include "confdefs.h"
3993 int i = WCHAR_MIN; int j = WCHAR_MAX;
3996 if { (eval echo configure
:3997: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3998 has_wchar_minmax
=yes
4000 echo "configure: failed program was:" >&5
4001 cat conftest.
$ac_ext >&5
4006 echo "$ac_t""$has_wchar_minmax" 1>&6
4008 echo $ac_n "checking for WEOF""... $ac_c" 1>&6
4009 echo "configure:4010: checking for WEOF" >&5
4010 cat > conftest.
$ac_ext <<EOF
4011 #line 4012 "configure"
4012 #include "confdefs.h"
4020 if { (eval echo configure
:4021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4024 echo "configure: failed program was:" >&5
4025 cat conftest.
$ac_ext >&5
4030 echo "$ac_t""$has_weof" 1>&6
4032 for ac_func
in wcslen wmemchr wmemcmp wmemcpy wmemmove wmemset \
4035 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4036 echo "configure:4037: checking for $ac_func" >&5
4037 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4038 echo $ac_n "(cached) $ac_c" 1>&6
4040 cat > conftest.
$ac_ext <<EOF
4041 #line 4042 "configure"
4042 #include "confdefs.h"
4043 /* System header to define __stub macros and hopefully few prototypes,
4044 which can conflict with char $ac_func(); below. */
4046 /* Override any gcc2 internal prototype to avoid an error. */
4047 /* We use char because int might match the return type of a gcc2
4048 builtin and then its argument prototype would still apply. */
4053 /* The GNU C library defines this for functions which it implements
4054 to always fail with ENOSYS. Some functions are actually named
4055 something starting with __ and the normal name is an alias. */
4056 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4064 if { (eval echo configure
:4065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4066 eval "ac_cv_func_$ac_func=yes"
4068 echo "configure: failed program was:" >&5
4069 cat conftest.
$ac_ext >&5
4071 eval "ac_cv_func_$ac_func=no"
4076 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4077 echo "$ac_t""yes" 1>&6
4078 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4079 cat >> confdefs.h
<<EOF
4080 #define $ac_tr_func 1
4084 echo "$ac_t""no" 1>&6
4090 echo $ac_n "checking for ISO C99 wchar_t support""... $ac_c" 1>&6
4091 echo "configure:4092: checking for ISO C99 wchar_t support" >&5
4092 if test x
"$has_weof" = xyes
&& test x
"$has_wchar_minmax" = xyes \
4093 && test x
"$ac_wfuncs" = xyes
; then
4094 ac_isoC99_wchar_t
=yes
4096 ac_isoC99_wchar_t
=no
4098 echo "$ac_t""$ac_isoC99_wchar_t" 1>&6
4100 ac_safe
=`echo "iconv.h" | sed 'y%./+-%__p_%'`
4101 echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
4102 echo "configure:4103: checking for iconv.h" >&5
4103 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4104 echo $ac_n "(cached) $ac_c" 1>&6
4106 cat > conftest.
$ac_ext <<EOF
4107 #line 4108 "configure"
4108 #include "confdefs.h"
4111 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4112 { (eval echo configure
:4113: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4113 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4114 if test -z "$ac_err"; then
4116 eval "ac_cv_header_$ac_safe=yes"
4119 echo "configure: failed program was:" >&5
4120 cat conftest.
$ac_ext >&5
4122 eval "ac_cv_header_$ac_safe=no"
4126 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4127 echo "$ac_t""yes" 1>&6
4130 echo "$ac_t""no" 1>&6
4134 ac_safe
=`echo "langinfo.h" | sed 'y%./+-%__p_%'`
4135 echo $ac_n "checking for langinfo.h""... $ac_c" 1>&6
4136 echo "configure:4137: checking for langinfo.h" >&5
4137 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4138 echo $ac_n "(cached) $ac_c" 1>&6
4140 cat > conftest.
$ac_ext <<EOF
4141 #line 4142 "configure"
4142 #include "confdefs.h"
4143 #include <langinfo.h>
4145 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4146 { (eval echo configure
:4147: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4147 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4148 if test -z "$ac_err"; then
4150 eval "ac_cv_header_$ac_safe=yes"
4153 echo "configure: failed program was:" >&5
4154 cat conftest.
$ac_ext >&5
4156 eval "ac_cv_header_$ac_safe=no"
4160 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4161 echo "$ac_t""yes" 1>&6
4162 ac_has_langinfo_h
=yes
4164 echo "$ac_t""no" 1>&6
4165 ac_has_langinfo_h
=no
4169 echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6
4170 echo "configure:4171: checking for iconv in -liconv" >&5
4171 ac_lib_var
=`echo iconv'_'iconv | sed 'y%./+-%__p_%'`
4172 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4173 echo $ac_n "(cached) $ac_c" 1>&6
4175 ac_save_LIBS
="$LIBS"
4176 LIBS
="-liconv $LIBS"
4177 cat > conftest.
$ac_ext <<EOF
4178 #line 4179 "configure"
4179 #include "confdefs.h"
4180 /* Override any gcc2 internal prototype to avoid an error. */
4181 /* We use char because int might match the return type of a gcc2
4182 builtin and then its argument prototype would still apply. */
4189 if { (eval echo configure
:4190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4191 eval "ac_cv_lib_$ac_lib_var=yes"
4193 echo "configure: failed program was:" >&5
4194 cat conftest.
$ac_ext >&5
4196 eval "ac_cv_lib_$ac_lib_var=no"
4199 LIBS
="$ac_save_LIBS"
4202 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4203 echo "$ac_t""yes" 1>&6
4206 echo "$ac_t""no" 1>&6
4209 ac_save_LIBS
="$LIBS"
4210 LIBS
="$LIBS $libiconv"
4212 for ac_func
in iconv_open iconv_close
iconv nl_langinfo
4214 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
4215 echo "configure:4216: checking for $ac_func" >&5
4216 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
4217 echo $ac_n "(cached) $ac_c" 1>&6
4219 cat > conftest.
$ac_ext <<EOF
4220 #line 4221 "configure"
4221 #include "confdefs.h"
4222 /* System header to define __stub macros and hopefully few prototypes,
4223 which can conflict with char $ac_func(); below. */
4225 /* Override any gcc2 internal prototype to avoid an error. */
4226 /* We use char because int might match the return type of a gcc2
4227 builtin and then its argument prototype would still apply. */
4232 /* The GNU C library defines this for functions which it implements
4233 to always fail with ENOSYS. Some functions are actually named
4234 something starting with __ and the normal name is an alias. */
4235 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4243 if { (eval echo configure
:4244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4245 eval "ac_cv_func_$ac_func=yes"
4247 echo "configure: failed program was:" >&5
4248 cat conftest.
$ac_ext >&5
4250 eval "ac_cv_func_$ac_func=no"
4255 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
4256 echo "$ac_t""yes" 1>&6
4257 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4258 cat >> confdefs.h
<<EOF
4259 #define $ac_tr_func 1
4264 echo "$ac_t""no" 1>&6
4270 LIBS
="$ac_save_LIBS"
4272 echo $ac_n "checking for XPG2 wchar_t support""... $ac_c" 1>&6
4273 echo "configure:4274: checking for XPG2 wchar_t support" >&5
4274 if test x
"$ac_has_iconv_h" = xyes
&& test x
"$ac_has_langinfo_h" = xyes \
4275 && test x
"$ac_XPG2funcs" = xyes
; then
4280 echo "$ac_t""$ac_XPG2_wchar_t" 1>&6
4282 echo $ac_n "checking for enabled wchar_t specializations""... $ac_c" 1>&6
4283 echo "configure:4284: checking for enabled wchar_t specializations" >&5
4284 if test x
"$ac_isoC99_wchar_t" = xyes \
4285 && test x
"$ac_XPG2_wchar_t" = xyes
; then
4286 libinst_wstring_la
="libinst-wstring.la"
4287 cat >> confdefs.h
<<\EOF
4288 #define _GLIBCPP_USE_WCHAR_T 1
4291 echo "$ac_t"""yes"" 1>&6
4293 libinst_wstring_la
=""
4294 echo "$ac_t"""no
"" 1>&6
4299 echo "configure: warning: <wchar.h> not found" 1>&2
4306 # GLIBCPP_CHECK_CTYPE_SUPPORT
4307 ctype_include_dir
="config/os/gnu-linux"
4308 # GLIBCPP_CHECK_STDLIB_SUPPORT
4309 cat >> confdefs.h
<<\EOF
4310 #define HAVE_STRTOF 1
4313 cat >> confdefs.h
<<\EOF
4314 #define HAVE_STRTOLD 1
4318 cat >> confdefs.h
<<\EOF
4324 # We assume newlib. This lets us hard-code the functions we know
4326 cat >> confdefs.h
<<\EOF
4327 #define HAVE_FINITE 1
4330 cat >> confdefs.h
<<\EOF
4331 #define HAVE_ISNAN 1
4334 cat >> confdefs.h
<<\EOF
4335 #define HAVE_ISNANF 1
4338 cat >> confdefs.h
<<\EOF
4339 #define HAVE_ISINF 1
4342 cat >> confdefs.h
<<\EOF
4343 #define HAVE_ISINFF 1
4347 ctype_include_dir
="config/os/newlib"
4348 os_include_dir
="config/os/newlib"
4350 cat >> confdefs.h
<<\EOF
4351 #define _GLIBCPP_BUGGY_FLOAT_COMPLEX 1
4354 cat >> confdefs.h
<<\EOF
4355 #define _GLIBCPP_BUGGY_COMPLEX 1
4358 # need to check for faster f versions of math functions, ie sinf?
4363 # We are being configured natively. We can do more elaborate tests
4364 # that include AC_TRY_COMPILE now, as the linker is assumed to be
4371 # Check for available headers.
4372 for ac_hdr
in nan.h ieeefp.h endian.h sys
/isa_defs.h machine
/endian.h \
4373 machine
/param.h sys
/machine.h fp.h locale.h float.h inttypes.h gconv.h
4375 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4376 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4377 echo "configure:4378: checking for $ac_hdr" >&5
4378 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4379 echo $ac_n "(cached) $ac_c" 1>&6
4381 cat > conftest.
$ac_ext <<EOF
4382 #line 4383 "configure"
4383 #include "confdefs.h"
4386 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4387 { (eval echo configure
:4388: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4388 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4389 if test -z "$ac_err"; then
4391 eval "ac_cv_header_$ac_safe=yes"
4394 echo "configure: failed program was:" >&5
4395 cat conftest.
$ac_ext >&5
4397 eval "ac_cv_header_$ac_safe=no"
4401 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
4402 echo "$ac_t""yes" 1>&6
4403 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4404 cat >> confdefs.h
<<EOF
4405 #define $ac_tr_hdr 1
4409 echo "$ac_t""no" 1>&6
4415 # All these tests are for C++; save the language and the compiler flags.
4416 # The CXXFLAGS thing is suspicious, but based on similar bits
4417 # found in GLIBCPP_CONFIGURE.
4420 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4421 ac_cpp
='$CXXCPP $CPPFLAGS'
4422 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4423 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4424 cross_compiling
=$ac_cv_prog_cxx_cross
4426 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
4427 ac_save_CXXFLAGS
="$CXXFLAGS"
4429 # Check for maintainer-mode bits.
4430 if test x
"$USE_MAINTAINER_MODE" = xno
; then
4436 # Check for more sophisticated diagnostic control.
4437 echo $ac_n "checking for g++ that supports -fdiagnostics-show-location=once""... $ac_c" 1>&6
4438 echo "configure:4439: checking for g++ that supports -fdiagnostics-show-location=once" >&5
4439 CXXFLAGS
='-Werror -fdiagnostics-show-location=once'
4440 cat > conftest.
$ac_ext <<EOF
4441 #line 4442 "configure"
4442 #include "confdefs.h"
4449 if { (eval echo configure
:4450: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4453 echo "configure: failed program was:" >&5
4454 cat conftest.
$ac_ext >&5
4459 if test "$ac_test_CXXFLAGS" = set; then
4460 CXXFLAGS
="$ac_save_CXXFLAGS"
4462 # this is the suspicious part
4465 if test x
"$ac_gabydiags" = x
"yes"; then
4466 WFMT_FLAGS
='-fdiagnostics-show-location=once'
4468 echo "$ac_t""$ac_gabydiags" 1>&6
4470 # Check for -ffunction-sections -fdata-sections
4471 echo $ac_n "checking for g++ that supports -ffunction-sections -fdata-sections""... $ac_c" 1>&6
4472 echo "configure:4473: checking for g++ that supports -ffunction-sections -fdata-sections" >&5
4473 CXXFLAGS
='-Werror -ffunction-sections -fdata-sections'
4474 cat > conftest.
$ac_ext <<EOF
4475 #line 4476 "configure"
4476 #include "confdefs.h"
4483 if { (eval echo configure
:4484: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4487 echo "configure: failed program was:" >&5
4488 cat conftest.
$ac_ext >&5
4493 if test "$ac_test_CXXFLAGS" = set; then
4494 CXXFLAGS
="$ac_save_CXXFLAGS"
4496 # this is the suspicious part
4499 if test x
"$ac_fdsections" = x
"yes" && test x
"$enable_debug" = x
"no"; then
4500 SECTION_FLAGS
='-ffunction-sections -fdata-sections'
4502 echo "$ac_t""$ac_fdsections" 1>&6
4505 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4506 ac_cpp
='$CPP $CPPFLAGS'
4507 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4508 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4509 cross_compiling
=$ac_cv_prog_cc_cross
4516 # If we're not using GNU ld, then there's no point in even trying these
4517 # tests. Check for that first. We should have already tested for gld
4518 # by now (in libtool), but require it now just to be safe...
4523 # Set --gc-sections.
4524 if test "$ac_cv_prog_gnu_ld" = "notbroken"; then
4525 # GNU ld it is! Joy and bunny rabbits!
4527 # All these tests are for C++; save the language and the compiler flags.
4528 # Need to do this so that g++ won't try to link in libstdc++
4529 ac_test_CFLAGS
="${CFLAGS+set}"
4530 ac_save_CFLAGS
="$CFLAGS"
4531 CFLAGS
='-x c++ -Wl,--gc-sections'
4533 # Check for -Wl,--gc-sections
4534 # XXX This test is broken at the moment, as symbols required for
4535 # linking are now in libsupc++ (not built yet.....). In addition,
4536 # this test has cored on solaris in the past. In addition,
4537 # --gc-sections doesn't really work at the moment (keeps on discarding
4538 # used sections, first .eh_frame and now some of the glibc sections for
4539 # iconv). Bzzzzt. Thanks for playing, maybe next time.
4540 echo $ac_n "checking for ld that supports -Wl,--gc-sections""... $ac_c" 1>&6
4541 echo "configure:4542: checking for ld that supports -Wl,--gc-sections" >&5
4542 if test "$cross_compiling" = yes; then
4543 ac_sectionLDflags
=yes
4545 cat > conftest.
$ac_ext <<EOF
4546 #line 4547 "configure"
4547 #include "confdefs.h"
4557 if { (eval echo configure
:4558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
4559 ac_sectionLDflags
=yes
4561 echo "configure: failed program was:" >&5
4562 cat conftest.
$ac_ext >&5
4564 ac_sectionLFflags
=no
4569 if test "$ac_test_CFLAGS" = set; then
4570 CFLAGS
="$ac_save_CFLAGS"
4572 # this is the suspicious part
4575 if test "$ac_sectionLDflags" = "yes"; then
4576 SECTION_LDFLAGS
='-Wl,--gc-sections'
4578 echo "$ac_t""$ac_sectionLDflags" 1>&6
4581 # Set linker optimization flags.
4582 if test x
"$ac_cv_prog_gnu_ld" = x
"yes" && test x
"$enable_debug" = x
"no"; then
4583 OPT_LDFLAGS
='-Wl,-O1'
4591 echo $ac_n "checking for __builtin_abs declaration""... $ac_c" 1>&6
4592 echo "configure:4593: checking for __builtin_abs declaration" >&5
4593 if test x
${glibcpp_cv_func___builtin_abs_use+set} != xset
; then
4594 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_abs_use'+set}'`\" = set"; then
4595 echo $ac_n "(cached) $ac_c" 1>&6
4600 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4601 ac_cpp
='$CXXCPP $CPPFLAGS'
4602 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4603 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4604 cross_compiling
=$ac_cv_prog_cxx_cross
4606 cat > conftest.
$ac_ext <<EOF
4607 #line 4608 "configure"
4608 #include "confdefs.h"
4614 if { (eval echo configure
:4615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4616 glibcpp_cv_func___builtin_abs_use
=yes
4618 echo "configure: failed program was:" >&5
4619 cat conftest.
$ac_ext >&5
4621 glibcpp_cv_func___builtin_abs_use
=no
4625 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4626 ac_cpp
='$CPP $CPPFLAGS'
4627 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4628 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4629 cross_compiling
=$ac_cv_prog_cc_cross
4635 echo "$ac_t""$glibcpp_cv_func___builtin_abs_use" 1>&6
4636 if test x
$glibcpp_cv_func___builtin_abs_use = x
"yes"; then
4637 echo $ac_n "checking for __builtin_abs linkage""... $ac_c" 1>&6
4638 echo "configure:4639: checking for __builtin_abs linkage" >&5
4639 if test x
${glibcpp_cv_func___builtin_abs_link+set} != xset
; then
4640 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_abs_link'+set}'`\" = set"; then
4641 echo $ac_n "(cached) $ac_c" 1>&6
4644 cat > conftest.
$ac_ext <<EOF
4645 #line 4646 "configure"
4646 #include "confdefs.h"
4652 if { (eval echo configure
:4653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4654 glibcpp_cv_func___builtin_abs_link
=yes
4656 echo "configure: failed program was:" >&5
4657 cat conftest.
$ac_ext >&5
4659 glibcpp_cv_func___builtin_abs_link
=no
4666 echo "$ac_t""$glibcpp_cv_func___builtin_abs_link" 1>&6
4667 if test x
$glibcpp_cv_func___builtin_abs_link = x
"yes"; then
4668 ac_tr_func
=HAVE_
`echo __builtin_abs | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4669 cat >> confdefs.h
<<EOF
4670 #define ${ac_tr_func} 1
4677 echo $ac_n "checking for __builtin_fabsf declaration""... $ac_c" 1>&6
4678 echo "configure:4679: checking for __builtin_fabsf declaration" >&5
4679 if test x
${glibcpp_cv_func___builtin_fabsf_use+set} != xset
; then
4680 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabsf_use'+set}'`\" = set"; then
4681 echo $ac_n "(cached) $ac_c" 1>&6
4686 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4687 ac_cpp
='$CXXCPP $CPPFLAGS'
4688 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4689 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4690 cross_compiling
=$ac_cv_prog_cxx_cross
4692 cat > conftest.
$ac_ext <<EOF
4693 #line 4694 "configure"
4694 #include "confdefs.h"
4700 if { (eval echo configure
:4701: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4702 glibcpp_cv_func___builtin_fabsf_use
=yes
4704 echo "configure: failed program was:" >&5
4705 cat conftest.
$ac_ext >&5
4707 glibcpp_cv_func___builtin_fabsf_use
=no
4711 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4712 ac_cpp
='$CPP $CPPFLAGS'
4713 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4714 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4715 cross_compiling
=$ac_cv_prog_cc_cross
4721 echo "$ac_t""$glibcpp_cv_func___builtin_fabsf_use" 1>&6
4722 if test x
$glibcpp_cv_func___builtin_fabsf_use = x
"yes"; then
4723 echo $ac_n "checking for __builtin_fabsf linkage""... $ac_c" 1>&6
4724 echo "configure:4725: checking for __builtin_fabsf linkage" >&5
4725 if test x
${glibcpp_cv_func___builtin_fabsf_link+set} != xset
; then
4726 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabsf_link'+set}'`\" = set"; then
4727 echo $ac_n "(cached) $ac_c" 1>&6
4730 cat > conftest.
$ac_ext <<EOF
4731 #line 4732 "configure"
4732 #include "confdefs.h"
4738 if { (eval echo configure
:4739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4740 glibcpp_cv_func___builtin_fabsf_link
=yes
4742 echo "configure: failed program was:" >&5
4743 cat conftest.
$ac_ext >&5
4745 glibcpp_cv_func___builtin_fabsf_link
=no
4752 echo "$ac_t""$glibcpp_cv_func___builtin_fabsf_link" 1>&6
4753 if test x
$glibcpp_cv_func___builtin_fabsf_link = x
"yes"; then
4754 ac_tr_func
=HAVE_
`echo __builtin_fabsf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4755 cat >> confdefs.h
<<EOF
4756 #define ${ac_tr_func} 1
4763 echo $ac_n "checking for __builtin_fabs declaration""... $ac_c" 1>&6
4764 echo "configure:4765: checking for __builtin_fabs declaration" >&5
4765 if test x
${glibcpp_cv_func___builtin_fabs_use+set} != xset
; then
4766 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabs_use'+set}'`\" = set"; then
4767 echo $ac_n "(cached) $ac_c" 1>&6
4772 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4773 ac_cpp
='$CXXCPP $CPPFLAGS'
4774 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4775 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4776 cross_compiling
=$ac_cv_prog_cxx_cross
4778 cat > conftest.
$ac_ext <<EOF
4779 #line 4780 "configure"
4780 #include "confdefs.h"
4786 if { (eval echo configure
:4787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4788 glibcpp_cv_func___builtin_fabs_use
=yes
4790 echo "configure: failed program was:" >&5
4791 cat conftest.
$ac_ext >&5
4793 glibcpp_cv_func___builtin_fabs_use
=no
4797 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4798 ac_cpp
='$CPP $CPPFLAGS'
4799 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4800 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4801 cross_compiling
=$ac_cv_prog_cc_cross
4807 echo "$ac_t""$glibcpp_cv_func___builtin_fabs_use" 1>&6
4808 if test x
$glibcpp_cv_func___builtin_fabs_use = x
"yes"; then
4809 echo $ac_n "checking for __builtin_fabs linkage""... $ac_c" 1>&6
4810 echo "configure:4811: checking for __builtin_fabs linkage" >&5
4811 if test x
${glibcpp_cv_func___builtin_fabs_link+set} != xset
; then
4812 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabs_link'+set}'`\" = set"; then
4813 echo $ac_n "(cached) $ac_c" 1>&6
4816 cat > conftest.
$ac_ext <<EOF
4817 #line 4818 "configure"
4818 #include "confdefs.h"
4824 if { (eval echo configure
:4825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4826 glibcpp_cv_func___builtin_fabs_link
=yes
4828 echo "configure: failed program was:" >&5
4829 cat conftest.
$ac_ext >&5
4831 glibcpp_cv_func___builtin_fabs_link
=no
4838 echo "$ac_t""$glibcpp_cv_func___builtin_fabs_link" 1>&6
4839 if test x
$glibcpp_cv_func___builtin_fabs_link = x
"yes"; then
4840 ac_tr_func
=HAVE_
`echo __builtin_fabs | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4841 cat >> confdefs.h
<<EOF
4842 #define ${ac_tr_func} 1
4849 echo $ac_n "checking for __builtin_fabsl declaration""... $ac_c" 1>&6
4850 echo "configure:4851: checking for __builtin_fabsl declaration" >&5
4851 if test x
${glibcpp_cv_func___builtin_fabsl_use+set} != xset
; then
4852 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabsl_use'+set}'`\" = set"; then
4853 echo $ac_n "(cached) $ac_c" 1>&6
4858 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4859 ac_cpp
='$CXXCPP $CPPFLAGS'
4860 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4861 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4862 cross_compiling
=$ac_cv_prog_cxx_cross
4864 cat > conftest.
$ac_ext <<EOF
4865 #line 4866 "configure"
4866 #include "confdefs.h"
4872 if { (eval echo configure
:4873: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4874 glibcpp_cv_func___builtin_fabsl_use
=yes
4876 echo "configure: failed program was:" >&5
4877 cat conftest.
$ac_ext >&5
4879 glibcpp_cv_func___builtin_fabsl_use
=no
4883 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4884 ac_cpp
='$CPP $CPPFLAGS'
4885 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4886 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4887 cross_compiling
=$ac_cv_prog_cc_cross
4893 echo "$ac_t""$glibcpp_cv_func___builtin_fabsl_use" 1>&6
4894 if test x
$glibcpp_cv_func___builtin_fabsl_use = x
"yes"; then
4895 echo $ac_n "checking for __builtin_fabsl linkage""... $ac_c" 1>&6
4896 echo "configure:4897: checking for __builtin_fabsl linkage" >&5
4897 if test x
${glibcpp_cv_func___builtin_fabsl_link+set} != xset
; then
4898 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fabsl_link'+set}'`\" = set"; then
4899 echo $ac_n "(cached) $ac_c" 1>&6
4902 cat > conftest.
$ac_ext <<EOF
4903 #line 4904 "configure"
4904 #include "confdefs.h"
4910 if { (eval echo configure
:4911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4912 glibcpp_cv_func___builtin_fabsl_link
=yes
4914 echo "configure: failed program was:" >&5
4915 cat conftest.
$ac_ext >&5
4917 glibcpp_cv_func___builtin_fabsl_link
=no
4924 echo "$ac_t""$glibcpp_cv_func___builtin_fabsl_link" 1>&6
4925 if test x
$glibcpp_cv_func___builtin_fabsl_link = x
"yes"; then
4926 ac_tr_func
=HAVE_
`echo __builtin_fabsl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4927 cat >> confdefs.h
<<EOF
4928 #define ${ac_tr_func} 1
4935 echo $ac_n "checking for __builtin_labs declaration""... $ac_c" 1>&6
4936 echo "configure:4937: checking for __builtin_labs declaration" >&5
4937 if test x
${glibcpp_cv_func___builtin_labs_use+set} != xset
; then
4938 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_labs_use'+set}'`\" = set"; then
4939 echo $ac_n "(cached) $ac_c" 1>&6
4944 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4945 ac_cpp
='$CXXCPP $CPPFLAGS'
4946 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4947 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4948 cross_compiling
=$ac_cv_prog_cxx_cross
4950 cat > conftest.
$ac_ext <<EOF
4951 #line 4952 "configure"
4952 #include "confdefs.h"
4958 if { (eval echo configure
:4959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4960 glibcpp_cv_func___builtin_labs_use
=yes
4962 echo "configure: failed program was:" >&5
4963 cat conftest.
$ac_ext >&5
4965 glibcpp_cv_func___builtin_labs_use
=no
4969 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
4970 ac_cpp
='$CPP $CPPFLAGS'
4971 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4972 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4973 cross_compiling
=$ac_cv_prog_cc_cross
4979 echo "$ac_t""$glibcpp_cv_func___builtin_labs_use" 1>&6
4980 if test x
$glibcpp_cv_func___builtin_labs_use = x
"yes"; then
4981 echo $ac_n "checking for __builtin_labs linkage""... $ac_c" 1>&6
4982 echo "configure:4983: checking for __builtin_labs linkage" >&5
4983 if test x
${glibcpp_cv_func___builtin_labs_link+set} != xset
; then
4984 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_labs_link'+set}'`\" = set"; then
4985 echo $ac_n "(cached) $ac_c" 1>&6
4988 cat > conftest.
$ac_ext <<EOF
4989 #line 4990 "configure"
4990 #include "confdefs.h"
4996 if { (eval echo configure
:4997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
4998 glibcpp_cv_func___builtin_labs_link
=yes
5000 echo "configure: failed program was:" >&5
5001 cat conftest.
$ac_ext >&5
5003 glibcpp_cv_func___builtin_labs_link
=no
5010 echo "$ac_t""$glibcpp_cv_func___builtin_labs_link" 1>&6
5011 if test x
$glibcpp_cv_func___builtin_labs_link = x
"yes"; then
5012 ac_tr_func
=HAVE_
`echo __builtin_labs | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5013 cat >> confdefs.h
<<EOF
5014 #define ${ac_tr_func} 1
5022 echo $ac_n "checking for __builtin_sqrtf declaration""... $ac_c" 1>&6
5023 echo "configure:5024: checking for __builtin_sqrtf declaration" >&5
5024 if test x
${glibcpp_cv_func___builtin_sqrtf_use+set} != xset
; then
5025 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sqrtf_use'+set}'`\" = set"; then
5026 echo $ac_n "(cached) $ac_c" 1>&6
5031 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5032 ac_cpp
='$CXXCPP $CPPFLAGS'
5033 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5034 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5035 cross_compiling
=$ac_cv_prog_cxx_cross
5037 cat > conftest.
$ac_ext <<EOF
5038 #line 5039 "configure"
5039 #include "confdefs.h"
5045 if { (eval echo configure
:5046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5047 glibcpp_cv_func___builtin_sqrtf_use
=yes
5049 echo "configure: failed program was:" >&5
5050 cat conftest.
$ac_ext >&5
5052 glibcpp_cv_func___builtin_sqrtf_use
=no
5056 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5057 ac_cpp
='$CPP $CPPFLAGS'
5058 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5059 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5060 cross_compiling
=$ac_cv_prog_cc_cross
5066 echo "$ac_t""$glibcpp_cv_func___builtin_sqrtf_use" 1>&6
5067 if test x
$glibcpp_cv_func___builtin_sqrtf_use = x
"yes"; then
5068 echo $ac_n "checking for __builtin_sqrtf linkage""... $ac_c" 1>&6
5069 echo "configure:5070: checking for __builtin_sqrtf linkage" >&5
5070 if test x
${glibcpp_cv_func___builtin_sqrtf_link+set} != xset
; then
5071 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sqrtf_link'+set}'`\" = set"; then
5072 echo $ac_n "(cached) $ac_c" 1>&6
5075 cat > conftest.
$ac_ext <<EOF
5076 #line 5077 "configure"
5077 #include "confdefs.h"
5083 if { (eval echo configure
:5084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5085 glibcpp_cv_func___builtin_sqrtf_link
=yes
5087 echo "configure: failed program was:" >&5
5088 cat conftest.
$ac_ext >&5
5090 glibcpp_cv_func___builtin_sqrtf_link
=no
5097 echo "$ac_t""$glibcpp_cv_func___builtin_sqrtf_link" 1>&6
5098 if test x
$glibcpp_cv_func___builtin_sqrtf_link = x
"yes"; then
5099 ac_tr_func
=HAVE_
`echo __builtin_sqrtf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5100 cat >> confdefs.h
<<EOF
5101 #define ${ac_tr_func} 1
5108 echo $ac_n "checking for __builtin_fsqrt declaration""... $ac_c" 1>&6
5109 echo "configure:5110: checking for __builtin_fsqrt declaration" >&5
5110 if test x
${glibcpp_cv_func___builtin_fsqrt_use+set} != xset
; then
5111 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fsqrt_use'+set}'`\" = set"; then
5112 echo $ac_n "(cached) $ac_c" 1>&6
5117 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5118 ac_cpp
='$CXXCPP $CPPFLAGS'
5119 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5120 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5121 cross_compiling
=$ac_cv_prog_cxx_cross
5123 cat > conftest.
$ac_ext <<EOF
5124 #line 5125 "configure"
5125 #include "confdefs.h"
5131 if { (eval echo configure
:5132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5133 glibcpp_cv_func___builtin_fsqrt_use
=yes
5135 echo "configure: failed program was:" >&5
5136 cat conftest.
$ac_ext >&5
5138 glibcpp_cv_func___builtin_fsqrt_use
=no
5142 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5143 ac_cpp
='$CPP $CPPFLAGS'
5144 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5145 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5146 cross_compiling
=$ac_cv_prog_cc_cross
5152 echo "$ac_t""$glibcpp_cv_func___builtin_fsqrt_use" 1>&6
5153 if test x
$glibcpp_cv_func___builtin_fsqrt_use = x
"yes"; then
5154 echo $ac_n "checking for __builtin_fsqrt linkage""... $ac_c" 1>&6
5155 echo "configure:5156: checking for __builtin_fsqrt linkage" >&5
5156 if test x
${glibcpp_cv_func___builtin_fsqrt_link+set} != xset
; then
5157 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_fsqrt_link'+set}'`\" = set"; then
5158 echo $ac_n "(cached) $ac_c" 1>&6
5161 cat > conftest.
$ac_ext <<EOF
5162 #line 5163 "configure"
5163 #include "confdefs.h"
5169 if { (eval echo configure
:5170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5171 glibcpp_cv_func___builtin_fsqrt_link
=yes
5173 echo "configure: failed program was:" >&5
5174 cat conftest.
$ac_ext >&5
5176 glibcpp_cv_func___builtin_fsqrt_link
=no
5183 echo "$ac_t""$glibcpp_cv_func___builtin_fsqrt_link" 1>&6
5184 if test x
$glibcpp_cv_func___builtin_fsqrt_link = x
"yes"; then
5185 ac_tr_func
=HAVE_
`echo __builtin_fsqrt | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5186 cat >> confdefs.h
<<EOF
5187 #define ${ac_tr_func} 1
5194 echo $ac_n "checking for __builtin_sqrtl declaration""... $ac_c" 1>&6
5195 echo "configure:5196: checking for __builtin_sqrtl declaration" >&5
5196 if test x
${glibcpp_cv_func___builtin_sqrtl_use+set} != xset
; then
5197 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sqrtl_use'+set}'`\" = set"; then
5198 echo $ac_n "(cached) $ac_c" 1>&6
5203 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5204 ac_cpp
='$CXXCPP $CPPFLAGS'
5205 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5206 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5207 cross_compiling
=$ac_cv_prog_cxx_cross
5209 cat > conftest.
$ac_ext <<EOF
5210 #line 5211 "configure"
5211 #include "confdefs.h"
5217 if { (eval echo configure
:5218: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5219 glibcpp_cv_func___builtin_sqrtl_use
=yes
5221 echo "configure: failed program was:" >&5
5222 cat conftest.
$ac_ext >&5
5224 glibcpp_cv_func___builtin_sqrtl_use
=no
5228 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5229 ac_cpp
='$CPP $CPPFLAGS'
5230 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5231 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5232 cross_compiling
=$ac_cv_prog_cc_cross
5238 echo "$ac_t""$glibcpp_cv_func___builtin_sqrtl_use" 1>&6
5239 if test x
$glibcpp_cv_func___builtin_sqrtl_use = x
"yes"; then
5240 echo $ac_n "checking for __builtin_sqrtl linkage""... $ac_c" 1>&6
5241 echo "configure:5242: checking for __builtin_sqrtl linkage" >&5
5242 if test x
${glibcpp_cv_func___builtin_sqrtl_link+set} != xset
; then
5243 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sqrtl_link'+set}'`\" = set"; then
5244 echo $ac_n "(cached) $ac_c" 1>&6
5247 cat > conftest.
$ac_ext <<EOF
5248 #line 5249 "configure"
5249 #include "confdefs.h"
5255 if { (eval echo configure
:5256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5257 glibcpp_cv_func___builtin_sqrtl_link
=yes
5259 echo "configure: failed program was:" >&5
5260 cat conftest.
$ac_ext >&5
5262 glibcpp_cv_func___builtin_sqrtl_link
=no
5269 echo "$ac_t""$glibcpp_cv_func___builtin_sqrtl_link" 1>&6
5270 if test x
$glibcpp_cv_func___builtin_sqrtl_link = x
"yes"; then
5271 ac_tr_func
=HAVE_
`echo __builtin_sqrtl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5272 cat >> confdefs.h
<<EOF
5273 #define ${ac_tr_func} 1
5281 echo $ac_n "checking for __builtin_sinf declaration""... $ac_c" 1>&6
5282 echo "configure:5283: checking for __builtin_sinf declaration" >&5
5283 if test x
${glibcpp_cv_func___builtin_sinf_use+set} != xset
; then
5284 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sinf_use'+set}'`\" = set"; then
5285 echo $ac_n "(cached) $ac_c" 1>&6
5290 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5291 ac_cpp
='$CXXCPP $CPPFLAGS'
5292 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5293 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5294 cross_compiling
=$ac_cv_prog_cxx_cross
5296 cat > conftest.
$ac_ext <<EOF
5297 #line 5298 "configure"
5298 #include "confdefs.h"
5304 if { (eval echo configure
:5305: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5306 glibcpp_cv_func___builtin_sinf_use
=yes
5308 echo "configure: failed program was:" >&5
5309 cat conftest.
$ac_ext >&5
5311 glibcpp_cv_func___builtin_sinf_use
=no
5315 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5316 ac_cpp
='$CPP $CPPFLAGS'
5317 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5318 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5319 cross_compiling
=$ac_cv_prog_cc_cross
5325 echo "$ac_t""$glibcpp_cv_func___builtin_sinf_use" 1>&6
5326 if test x
$glibcpp_cv_func___builtin_sinf_use = x
"yes"; then
5327 echo $ac_n "checking for __builtin_sinf linkage""... $ac_c" 1>&6
5328 echo "configure:5329: checking for __builtin_sinf linkage" >&5
5329 if test x
${glibcpp_cv_func___builtin_sinf_link+set} != xset
; then
5330 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sinf_link'+set}'`\" = set"; then
5331 echo $ac_n "(cached) $ac_c" 1>&6
5334 cat > conftest.
$ac_ext <<EOF
5335 #line 5336 "configure"
5336 #include "confdefs.h"
5342 if { (eval echo configure
:5343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5344 glibcpp_cv_func___builtin_sinf_link
=yes
5346 echo "configure: failed program was:" >&5
5347 cat conftest.
$ac_ext >&5
5349 glibcpp_cv_func___builtin_sinf_link
=no
5356 echo "$ac_t""$glibcpp_cv_func___builtin_sinf_link" 1>&6
5357 if test x
$glibcpp_cv_func___builtin_sinf_link = x
"yes"; then
5358 ac_tr_func
=HAVE_
`echo __builtin_sinf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5359 cat >> confdefs.h
<<EOF
5360 #define ${ac_tr_func} 1
5367 echo $ac_n "checking for __builtin_sin declaration""... $ac_c" 1>&6
5368 echo "configure:5369: checking for __builtin_sin declaration" >&5
5369 if test x
${glibcpp_cv_func___builtin_sin_use+set} != xset
; then
5370 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sin_use'+set}'`\" = set"; then
5371 echo $ac_n "(cached) $ac_c" 1>&6
5376 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5377 ac_cpp
='$CXXCPP $CPPFLAGS'
5378 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5379 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5380 cross_compiling
=$ac_cv_prog_cxx_cross
5382 cat > conftest.
$ac_ext <<EOF
5383 #line 5384 "configure"
5384 #include "confdefs.h"
5390 if { (eval echo configure
:5391: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5392 glibcpp_cv_func___builtin_sin_use
=yes
5394 echo "configure: failed program was:" >&5
5395 cat conftest.
$ac_ext >&5
5397 glibcpp_cv_func___builtin_sin_use
=no
5401 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5402 ac_cpp
='$CPP $CPPFLAGS'
5403 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5404 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5405 cross_compiling
=$ac_cv_prog_cc_cross
5411 echo "$ac_t""$glibcpp_cv_func___builtin_sin_use" 1>&6
5412 if test x
$glibcpp_cv_func___builtin_sin_use = x
"yes"; then
5413 echo $ac_n "checking for __builtin_sin linkage""... $ac_c" 1>&6
5414 echo "configure:5415: checking for __builtin_sin linkage" >&5
5415 if test x
${glibcpp_cv_func___builtin_sin_link+set} != xset
; then
5416 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sin_link'+set}'`\" = set"; then
5417 echo $ac_n "(cached) $ac_c" 1>&6
5420 cat > conftest.
$ac_ext <<EOF
5421 #line 5422 "configure"
5422 #include "confdefs.h"
5428 if { (eval echo configure
:5429: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5430 glibcpp_cv_func___builtin_sin_link
=yes
5432 echo "configure: failed program was:" >&5
5433 cat conftest.
$ac_ext >&5
5435 glibcpp_cv_func___builtin_sin_link
=no
5442 echo "$ac_t""$glibcpp_cv_func___builtin_sin_link" 1>&6
5443 if test x
$glibcpp_cv_func___builtin_sin_link = x
"yes"; then
5444 ac_tr_func
=HAVE_
`echo __builtin_sin | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5445 cat >> confdefs.h
<<EOF
5446 #define ${ac_tr_func} 1
5453 echo $ac_n "checking for __builtin_sinl declaration""... $ac_c" 1>&6
5454 echo "configure:5455: checking for __builtin_sinl declaration" >&5
5455 if test x
${glibcpp_cv_func___builtin_sinl_use+set} != xset
; then
5456 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sinl_use'+set}'`\" = set"; then
5457 echo $ac_n "(cached) $ac_c" 1>&6
5462 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5463 ac_cpp
='$CXXCPP $CPPFLAGS'
5464 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5465 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5466 cross_compiling
=$ac_cv_prog_cxx_cross
5468 cat > conftest.
$ac_ext <<EOF
5469 #line 5470 "configure"
5470 #include "confdefs.h"
5476 if { (eval echo configure
:5477: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5478 glibcpp_cv_func___builtin_sinl_use
=yes
5480 echo "configure: failed program was:" >&5
5481 cat conftest.
$ac_ext >&5
5483 glibcpp_cv_func___builtin_sinl_use
=no
5487 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5488 ac_cpp
='$CPP $CPPFLAGS'
5489 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5490 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5491 cross_compiling
=$ac_cv_prog_cc_cross
5497 echo "$ac_t""$glibcpp_cv_func___builtin_sinl_use" 1>&6
5498 if test x
$glibcpp_cv_func___builtin_sinl_use = x
"yes"; then
5499 echo $ac_n "checking for __builtin_sinl linkage""... $ac_c" 1>&6
5500 echo "configure:5501: checking for __builtin_sinl linkage" >&5
5501 if test x
${glibcpp_cv_func___builtin_sinl_link+set} != xset
; then
5502 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_sinl_link'+set}'`\" = set"; then
5503 echo $ac_n "(cached) $ac_c" 1>&6
5506 cat > conftest.
$ac_ext <<EOF
5507 #line 5508 "configure"
5508 #include "confdefs.h"
5514 if { (eval echo configure
:5515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5516 glibcpp_cv_func___builtin_sinl_link
=yes
5518 echo "configure: failed program was:" >&5
5519 cat conftest.
$ac_ext >&5
5521 glibcpp_cv_func___builtin_sinl_link
=no
5528 echo "$ac_t""$glibcpp_cv_func___builtin_sinl_link" 1>&6
5529 if test x
$glibcpp_cv_func___builtin_sinl_link = x
"yes"; then
5530 ac_tr_func
=HAVE_
`echo __builtin_sinl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5531 cat >> confdefs.h
<<EOF
5532 #define ${ac_tr_func} 1
5540 echo $ac_n "checking for __builtin_cosf declaration""... $ac_c" 1>&6
5541 echo "configure:5542: checking for __builtin_cosf declaration" >&5
5542 if test x
${glibcpp_cv_func___builtin_cosf_use+set} != xset
; then
5543 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cosf_use'+set}'`\" = set"; then
5544 echo $ac_n "(cached) $ac_c" 1>&6
5549 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5550 ac_cpp
='$CXXCPP $CPPFLAGS'
5551 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5552 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5553 cross_compiling
=$ac_cv_prog_cxx_cross
5555 cat > conftest.
$ac_ext <<EOF
5556 #line 5557 "configure"
5557 #include "confdefs.h"
5563 if { (eval echo configure
:5564: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5565 glibcpp_cv_func___builtin_cosf_use
=yes
5567 echo "configure: failed program was:" >&5
5568 cat conftest.
$ac_ext >&5
5570 glibcpp_cv_func___builtin_cosf_use
=no
5574 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5575 ac_cpp
='$CPP $CPPFLAGS'
5576 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5577 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5578 cross_compiling
=$ac_cv_prog_cc_cross
5584 echo "$ac_t""$glibcpp_cv_func___builtin_cosf_use" 1>&6
5585 if test x
$glibcpp_cv_func___builtin_cosf_use = x
"yes"; then
5586 echo $ac_n "checking for __builtin_cosf linkage""... $ac_c" 1>&6
5587 echo "configure:5588: checking for __builtin_cosf linkage" >&5
5588 if test x
${glibcpp_cv_func___builtin_cosf_link+set} != xset
; then
5589 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cosf_link'+set}'`\" = set"; then
5590 echo $ac_n "(cached) $ac_c" 1>&6
5593 cat > conftest.
$ac_ext <<EOF
5594 #line 5595 "configure"
5595 #include "confdefs.h"
5601 if { (eval echo configure
:5602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5603 glibcpp_cv_func___builtin_cosf_link
=yes
5605 echo "configure: failed program was:" >&5
5606 cat conftest.
$ac_ext >&5
5608 glibcpp_cv_func___builtin_cosf_link
=no
5615 echo "$ac_t""$glibcpp_cv_func___builtin_cosf_link" 1>&6
5616 if test x
$glibcpp_cv_func___builtin_cosf_link = x
"yes"; then
5617 ac_tr_func
=HAVE_
`echo __builtin_cosf | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5618 cat >> confdefs.h
<<EOF
5619 #define ${ac_tr_func} 1
5626 echo $ac_n "checking for __builtin_cos declaration""... $ac_c" 1>&6
5627 echo "configure:5628: checking for __builtin_cos declaration" >&5
5628 if test x
${glibcpp_cv_func___builtin_cos_use+set} != xset
; then
5629 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cos_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___builtin_cos_use
=yes
5653 echo "configure: failed program was:" >&5
5654 cat conftest.
$ac_ext >&5
5656 glibcpp_cv_func___builtin_cos_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
5670 echo "$ac_t""$glibcpp_cv_func___builtin_cos_use" 1>&6
5671 if test x
$glibcpp_cv_func___builtin_cos_use = x
"yes"; then
5672 echo $ac_n "checking for __builtin_cos linkage""... $ac_c" 1>&6
5673 echo "configure:5674: checking for __builtin_cos linkage" >&5
5674 if test x
${glibcpp_cv_func___builtin_cos_link+set} != xset
; then
5675 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cos_link'+set}'`\" = set"; then
5676 echo $ac_n "(cached) $ac_c" 1>&6
5679 cat > conftest.
$ac_ext <<EOF
5680 #line 5681 "configure"
5681 #include "confdefs.h"
5687 if { (eval echo configure
:5688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5689 glibcpp_cv_func___builtin_cos_link
=yes
5691 echo "configure: failed program was:" >&5
5692 cat conftest.
$ac_ext >&5
5694 glibcpp_cv_func___builtin_cos_link
=no
5701 echo "$ac_t""$glibcpp_cv_func___builtin_cos_link" 1>&6
5702 if test x
$glibcpp_cv_func___builtin_cos_link = x
"yes"; then
5703 ac_tr_func
=HAVE_
`echo __builtin_cos | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5704 cat >> confdefs.h
<<EOF
5705 #define ${ac_tr_func} 1
5712 echo $ac_n "checking for __builtin_cosl declaration""... $ac_c" 1>&6
5713 echo "configure:5714: checking for __builtin_cosl declaration" >&5
5714 if test x
${glibcpp_cv_func___builtin_cosl_use+set} != xset
; then
5715 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cosl_use'+set}'`\" = set"; then
5716 echo $ac_n "(cached) $ac_c" 1>&6
5721 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5722 ac_cpp
='$CXXCPP $CPPFLAGS'
5723 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5724 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5725 cross_compiling
=$ac_cv_prog_cxx_cross
5727 cat > conftest.
$ac_ext <<EOF
5728 #line 5729 "configure"
5729 #include "confdefs.h"
5735 if { (eval echo configure
:5736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5737 glibcpp_cv_func___builtin_cosl_use
=yes
5739 echo "configure: failed program was:" >&5
5740 cat conftest.
$ac_ext >&5
5742 glibcpp_cv_func___builtin_cosl_use
=no
5746 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5747 ac_cpp
='$CPP $CPPFLAGS'
5748 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5749 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5750 cross_compiling
=$ac_cv_prog_cc_cross
5756 echo "$ac_t""$glibcpp_cv_func___builtin_cosl_use" 1>&6
5757 if test x
$glibcpp_cv_func___builtin_cosl_use = x
"yes"; then
5758 echo $ac_n "checking for __builtin_cosl linkage""... $ac_c" 1>&6
5759 echo "configure:5760: checking for __builtin_cosl linkage" >&5
5760 if test x
${glibcpp_cv_func___builtin_cosl_link+set} != xset
; then
5761 if eval "test \"`echo '$''{'glibcpp_cv_func___builtin_cosl_link'+set}'`\" = set"; then
5762 echo $ac_n "(cached) $ac_c" 1>&6
5765 cat > conftest.
$ac_ext <<EOF
5766 #line 5767 "configure"
5767 #include "confdefs.h"
5773 if { (eval echo configure
:5774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5775 glibcpp_cv_func___builtin_cosl_link
=yes
5777 echo "configure: failed program was:" >&5
5778 cat conftest.
$ac_ext >&5
5780 glibcpp_cv_func___builtin_cosl_link
=no
5787 echo "$ac_t""$glibcpp_cv_func___builtin_cosl_link" 1>&6
5788 if test x
$glibcpp_cv_func___builtin_cosl_link = x
"yes"; then
5789 ac_tr_func
=HAVE_
`echo __builtin_cosl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5790 cat >> confdefs.h
<<EOF
5791 #define ${ac_tr_func} 1
5799 if test x
$dummyvar = x
"yes"; then
5800 cat >> confdefs.h
<<\EOF
5801 #define HAVE___BUILTIN_ABS 1
5804 cat >> confdefs.h
<<\EOF
5805 #define HAVE___BUILTIN_LABS 1
5808 cat >> confdefs.h
<<\EOF
5809 #define HAVE___BUILTIN_COS 1
5812 cat >> confdefs.h
<<\EOF
5813 #define HAVE___BUILTIN_COSF 1
5816 cat >> confdefs.h
<<\EOF
5817 #define HAVE___BUILTIN_COSL 1
5820 cat >> confdefs.h
<<\EOF
5821 #define HAVE___BUILTIN_FABS 1
5824 cat >> confdefs.h
<<\EOF
5825 #define HAVE___BUILTIN_FABSF 1
5828 cat >> confdefs.h
<<\EOF
5829 #define HAVE___BUILTIN_FABSL 1
5832 cat >> confdefs.h
<<\EOF
5833 #define HAVE___BUILTIN_SIN 1
5836 cat >> confdefs.h
<<\EOF
5837 #define HAVE___BUILTIN_SINF 1
5840 cat >> confdefs.h
<<\EOF
5841 #define HAVE___BUILTIN_SINL 1
5844 cat >> confdefs.h
<<\EOF
5845 #define HAVE___BUILTIN_FSQRT 1
5848 cat >> confdefs.h
<<\EOF
5849 #define HAVE___BUILTIN_SQRTF 1
5852 cat >> confdefs.h
<<\EOF
5853 #define HAVE___BUILTIN_SQRTL 1
5859 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
5860 ac_save_CXXFLAGS
="$CXXFLAGS"
5861 CXXFLAGS
='-fno-builtins -D_GNU_SOURCE'
5863 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
5864 echo "configure:5865: checking for sin in -lm" >&5
5865 ac_lib_var
=`echo m'_'sin | sed 'y%./+-%__p_%'`
5866 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5867 echo $ac_n "(cached) $ac_c" 1>&6
5869 ac_save_LIBS
="$LIBS"
5871 cat > conftest.
$ac_ext <<EOF
5872 #line 5873 "configure"
5873 #include "confdefs.h"
5874 /* Override any gcc2 internal prototype to avoid an error. */
5875 /* We use char because int might match the return type of a gcc2
5876 builtin and then its argument prototype would still apply. */
5883 if { (eval echo configure
:5884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5885 eval "ac_cv_lib_$ac_lib_var=yes"
5887 echo "configure: failed program was:" >&5
5888 cat conftest.
$ac_ext >&5
5890 eval "ac_cv_lib_$ac_lib_var=no"
5893 LIBS
="$ac_save_LIBS"
5896 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5897 echo "$ac_t""yes" 1>&6
5900 echo "$ac_t""no" 1>&6
5903 ac_save_LIBS
="$LIBS"
5907 echo $ac_n "checking for isinf declaration""... $ac_c" 1>&6
5908 echo "configure:5909: checking for isinf declaration" >&5
5909 if test x
${glibcpp_cv_func_isinf_use+set} != xset
; then
5910 if eval "test \"`echo '$''{'glibcpp_cv_func_isinf_use'+set}'`\" = set"; then
5911 echo $ac_n "(cached) $ac_c" 1>&6
5916 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5917 ac_cpp
='$CXXCPP $CPPFLAGS'
5918 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5919 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5920 cross_compiling
=$ac_cv_prog_cxx_cross
5922 cat > conftest.
$ac_ext <<EOF
5923 #line 5924 "configure"
5924 #include "confdefs.h"
5930 if { (eval echo configure
:5931: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5932 glibcpp_cv_func_isinf_use
=yes
5934 echo "configure: failed program was:" >&5
5935 cat conftest.
$ac_ext >&5
5937 glibcpp_cv_func_isinf_use
=no
5941 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5942 ac_cpp
='$CPP $CPPFLAGS'
5943 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5944 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5945 cross_compiling
=$ac_cv_prog_cc_cross
5951 echo "$ac_t""$glibcpp_cv_func_isinf_use" 1>&6
5952 if test x
$glibcpp_cv_func_isinf_use = x
"yes"; then
5953 for ac_func
in isinf
5955 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5956 echo "configure:5957: checking for $ac_func" >&5
5957 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5958 echo $ac_n "(cached) $ac_c" 1>&6
5960 cat > conftest.
$ac_ext <<EOF
5961 #line 5962 "configure"
5962 #include "confdefs.h"
5963 /* System header to define __stub macros and hopefully few prototypes,
5964 which can conflict with char $ac_func(); below. */
5966 /* Override any gcc2 internal prototype to avoid an error. */
5967 /* We use char because int might match the return type of a gcc2
5968 builtin and then its argument prototype would still apply. */
5973 /* The GNU C library defines this for functions which it implements
5974 to always fail with ENOSYS. Some functions are actually named
5975 something starting with __ and the normal name is an alias. */
5976 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5984 if { (eval echo configure
:5985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
5986 eval "ac_cv_func_$ac_func=yes"
5988 echo "configure: failed program was:" >&5
5989 cat conftest.
$ac_ext >&5
5991 eval "ac_cv_func_$ac_func=no"
5996 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
5997 echo "$ac_t""yes" 1>&6
5998 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5999 cat >> confdefs.h
<<EOF
6000 #define $ac_tr_func 1
6004 echo "$ac_t""no" 1>&6
6011 echo $ac_n "checking for isnan declaration""... $ac_c" 1>&6
6012 echo "configure:6013: checking for isnan declaration" >&5
6013 if test x
${glibcpp_cv_func_isnan_use+set} != xset
; then
6014 if eval "test \"`echo '$''{'glibcpp_cv_func_isnan_use'+set}'`\" = set"; then
6015 echo $ac_n "(cached) $ac_c" 1>&6
6020 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6021 ac_cpp
='$CXXCPP $CPPFLAGS'
6022 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6023 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6024 cross_compiling
=$ac_cv_prog_cxx_cross
6026 cat > conftest.
$ac_ext <<EOF
6027 #line 6028 "configure"
6028 #include "confdefs.h"
6034 if { (eval echo configure
:6035: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6036 glibcpp_cv_func_isnan_use
=yes
6038 echo "configure: failed program was:" >&5
6039 cat conftest.
$ac_ext >&5
6041 glibcpp_cv_func_isnan_use
=no
6045 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6046 ac_cpp
='$CPP $CPPFLAGS'
6047 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6048 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6049 cross_compiling
=$ac_cv_prog_cc_cross
6055 echo "$ac_t""$glibcpp_cv_func_isnan_use" 1>&6
6056 if test x
$glibcpp_cv_func_isnan_use = x
"yes"; then
6057 for ac_func
in isnan
6059 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6060 echo "configure:6061: checking for $ac_func" >&5
6061 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6062 echo $ac_n "(cached) $ac_c" 1>&6
6064 cat > conftest.
$ac_ext <<EOF
6065 #line 6066 "configure"
6066 #include "confdefs.h"
6067 /* System header to define __stub macros and hopefully few prototypes,
6068 which can conflict with char $ac_func(); below. */
6070 /* Override any gcc2 internal prototype to avoid an error. */
6071 /* We use char because int might match the return type of a gcc2
6072 builtin and then its argument prototype would still apply. */
6077 /* The GNU C library defines this for functions which it implements
6078 to always fail with ENOSYS. Some functions are actually named
6079 something starting with __ and the normal name is an alias. */
6080 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6088 if { (eval echo configure
:6089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6090 eval "ac_cv_func_$ac_func=yes"
6092 echo "configure: failed program was:" >&5
6093 cat conftest.
$ac_ext >&5
6095 eval "ac_cv_func_$ac_func=no"
6100 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6101 echo "$ac_t""yes" 1>&6
6102 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6103 cat >> confdefs.h
<<EOF
6104 #define $ac_tr_func 1
6108 echo "$ac_t""no" 1>&6
6115 echo $ac_n "checking for finite declaration""... $ac_c" 1>&6
6116 echo "configure:6117: checking for finite declaration" >&5
6117 if test x
${glibcpp_cv_func_finite_use+set} != xset
; then
6118 if eval "test \"`echo '$''{'glibcpp_cv_func_finite_use'+set}'`\" = set"; then
6119 echo $ac_n "(cached) $ac_c" 1>&6
6124 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6125 ac_cpp
='$CXXCPP $CPPFLAGS'
6126 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6127 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6128 cross_compiling
=$ac_cv_prog_cxx_cross
6130 cat > conftest.
$ac_ext <<EOF
6131 #line 6132 "configure"
6132 #include "confdefs.h"
6138 if { (eval echo configure
:6139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6140 glibcpp_cv_func_finite_use
=yes
6142 echo "configure: failed program was:" >&5
6143 cat conftest.
$ac_ext >&5
6145 glibcpp_cv_func_finite_use
=no
6149 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6150 ac_cpp
='$CPP $CPPFLAGS'
6151 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6152 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6153 cross_compiling
=$ac_cv_prog_cc_cross
6159 echo "$ac_t""$glibcpp_cv_func_finite_use" 1>&6
6160 if test x
$glibcpp_cv_func_finite_use = x
"yes"; then
6161 for ac_func
in finite
6163 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6164 echo "configure:6165: checking for $ac_func" >&5
6165 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6166 echo $ac_n "(cached) $ac_c" 1>&6
6168 cat > conftest.
$ac_ext <<EOF
6169 #line 6170 "configure"
6170 #include "confdefs.h"
6171 /* System header to define __stub macros and hopefully few prototypes,
6172 which can conflict with char $ac_func(); below. */
6174 /* Override any gcc2 internal prototype to avoid an error. */
6175 /* We use char because int might match the return type of a gcc2
6176 builtin and then its argument prototype would still apply. */
6181 /* The GNU C library defines this for functions which it implements
6182 to always fail with ENOSYS. Some functions are actually named
6183 something starting with __ and the normal name is an alias. */
6184 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6192 if { (eval echo configure
:6193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6194 eval "ac_cv_func_$ac_func=yes"
6196 echo "configure: failed program was:" >&5
6197 cat conftest.
$ac_ext >&5
6199 eval "ac_cv_func_$ac_func=no"
6204 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6205 echo "$ac_t""yes" 1>&6
6206 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6207 cat >> confdefs.h
<<EOF
6208 #define $ac_tr_func 1
6212 echo "$ac_t""no" 1>&6
6219 echo $ac_n "checking for copysign declaration""... $ac_c" 1>&6
6220 echo "configure:6221: checking for copysign declaration" >&5
6221 if test x
${glibcpp_cv_func_copysign_use+set} != xset
; then
6222 if eval "test \"`echo '$''{'glibcpp_cv_func_copysign_use'+set}'`\" = set"; then
6223 echo $ac_n "(cached) $ac_c" 1>&6
6228 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6229 ac_cpp
='$CXXCPP $CPPFLAGS'
6230 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6231 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6232 cross_compiling
=$ac_cv_prog_cxx_cross
6234 cat > conftest.
$ac_ext <<EOF
6235 #line 6236 "configure"
6236 #include "confdefs.h"
6242 if { (eval echo configure
:6243: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6244 glibcpp_cv_func_copysign_use
=yes
6246 echo "configure: failed program was:" >&5
6247 cat conftest.
$ac_ext >&5
6249 glibcpp_cv_func_copysign_use
=no
6253 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6254 ac_cpp
='$CPP $CPPFLAGS'
6255 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6256 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6257 cross_compiling
=$ac_cv_prog_cc_cross
6263 echo "$ac_t""$glibcpp_cv_func_copysign_use" 1>&6
6264 if test x
$glibcpp_cv_func_copysign_use = x
"yes"; then
6265 for ac_func
in copysign
6267 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6268 echo "configure:6269: checking for $ac_func" >&5
6269 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6270 echo $ac_n "(cached) $ac_c" 1>&6
6272 cat > conftest.
$ac_ext <<EOF
6273 #line 6274 "configure"
6274 #include "confdefs.h"
6275 /* System header to define __stub macros and hopefully few prototypes,
6276 which can conflict with char $ac_func(); below. */
6278 /* Override any gcc2 internal prototype to avoid an error. */
6279 /* We use char because int might match the return type of a gcc2
6280 builtin and then its argument prototype would still apply. */
6285 /* The GNU C library defines this for functions which it implements
6286 to always fail with ENOSYS. Some functions are actually named
6287 something starting with __ and the normal name is an alias. */
6288 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6296 if { (eval echo configure
:6297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6298 eval "ac_cv_func_$ac_func=yes"
6300 echo "configure: failed program was:" >&5
6301 cat conftest.
$ac_ext >&5
6303 eval "ac_cv_func_$ac_func=no"
6308 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6309 echo "$ac_t""yes" 1>&6
6310 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6311 cat >> confdefs.h
<<EOF
6312 #define $ac_tr_func 1
6316 echo "$ac_t""no" 1>&6
6323 echo $ac_n "checking for sincos declaration""... $ac_c" 1>&6
6324 echo "configure:6325: checking for sincos declaration" >&5
6325 if test x
${glibcpp_cv_func_sincos_use+set} != xset
; then
6326 if eval "test \"`echo '$''{'glibcpp_cv_func_sincos_use'+set}'`\" = set"; then
6327 echo $ac_n "(cached) $ac_c" 1>&6
6332 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6333 ac_cpp
='$CXXCPP $CPPFLAGS'
6334 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6335 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6336 cross_compiling
=$ac_cv_prog_cxx_cross
6338 cat > conftest.
$ac_ext <<EOF
6339 #line 6340 "configure"
6340 #include "confdefs.h"
6346 if { (eval echo configure
:6347: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6348 glibcpp_cv_func_sincos_use
=yes
6350 echo "configure: failed program was:" >&5
6351 cat conftest.
$ac_ext >&5
6353 glibcpp_cv_func_sincos_use
=no
6357 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6358 ac_cpp
='$CPP $CPPFLAGS'
6359 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6360 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6361 cross_compiling
=$ac_cv_prog_cc_cross
6367 echo "$ac_t""$glibcpp_cv_func_sincos_use" 1>&6
6368 if test x
$glibcpp_cv_func_sincos_use = x
"yes"; then
6369 for ac_func
in sincos
6371 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6372 echo "configure:6373: checking for $ac_func" >&5
6373 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6374 echo $ac_n "(cached) $ac_c" 1>&6
6376 cat > conftest.
$ac_ext <<EOF
6377 #line 6378 "configure"
6378 #include "confdefs.h"
6379 /* System header to define __stub macros and hopefully few prototypes,
6380 which can conflict with char $ac_func(); below. */
6382 /* Override any gcc2 internal prototype to avoid an error. */
6383 /* We use char because int might match the return type of a gcc2
6384 builtin and then its argument prototype would still apply. */
6389 /* The GNU C library defines this for functions which it implements
6390 to always fail with ENOSYS. Some functions are actually named
6391 something starting with __ and the normal name is an alias. */
6392 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6400 if { (eval echo configure
:6401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6402 eval "ac_cv_func_$ac_func=yes"
6404 echo "configure: failed program was:" >&5
6405 cat conftest.
$ac_ext >&5
6407 eval "ac_cv_func_$ac_func=no"
6412 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6413 echo "$ac_t""yes" 1>&6
6414 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6415 cat >> confdefs.h
<<EOF
6416 #define $ac_tr_func 1
6420 echo "$ac_t""no" 1>&6
6427 echo $ac_n "checking for fpclass declaration""... $ac_c" 1>&6
6428 echo "configure:6429: checking for fpclass declaration" >&5
6429 if test x
${glibcpp_cv_func_fpclass_use+set} != xset
; then
6430 if eval "test \"`echo '$''{'glibcpp_cv_func_fpclass_use'+set}'`\" = set"; then
6431 echo $ac_n "(cached) $ac_c" 1>&6
6436 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6437 ac_cpp
='$CXXCPP $CPPFLAGS'
6438 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6439 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6440 cross_compiling
=$ac_cv_prog_cxx_cross
6442 cat > conftest.
$ac_ext <<EOF
6443 #line 6444 "configure"
6444 #include "confdefs.h"
6450 if { (eval echo configure
:6451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6452 glibcpp_cv_func_fpclass_use
=yes
6454 echo "configure: failed program was:" >&5
6455 cat conftest.
$ac_ext >&5
6457 glibcpp_cv_func_fpclass_use
=no
6461 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6462 ac_cpp
='$CPP $CPPFLAGS'
6463 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6464 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6465 cross_compiling
=$ac_cv_prog_cc_cross
6471 echo "$ac_t""$glibcpp_cv_func_fpclass_use" 1>&6
6472 if test x
$glibcpp_cv_func_fpclass_use = x
"yes"; then
6473 for ac_func
in fpclass
6475 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6476 echo "configure:6477: checking for $ac_func" >&5
6477 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6478 echo $ac_n "(cached) $ac_c" 1>&6
6480 cat > conftest.
$ac_ext <<EOF
6481 #line 6482 "configure"
6482 #include "confdefs.h"
6483 /* System header to define __stub macros and hopefully few prototypes,
6484 which can conflict with char $ac_func(); below. */
6486 /* Override any gcc2 internal prototype to avoid an error. */
6487 /* We use char because int might match the return type of a gcc2
6488 builtin and then its argument prototype would still apply. */
6493 /* The GNU C library defines this for functions which it implements
6494 to always fail with ENOSYS. Some functions are actually named
6495 something starting with __ and the normal name is an alias. */
6496 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6504 if { (eval echo configure
:6505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6506 eval "ac_cv_func_$ac_func=yes"
6508 echo "configure: failed program was:" >&5
6509 cat conftest.
$ac_ext >&5
6511 eval "ac_cv_func_$ac_func=no"
6516 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6517 echo "$ac_t""yes" 1>&6
6518 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6519 cat >> confdefs.h
<<EOF
6520 #define $ac_tr_func 1
6524 echo "$ac_t""no" 1>&6
6531 echo $ac_n "checking for qfpclass declaration""... $ac_c" 1>&6
6532 echo "configure:6533: checking for qfpclass declaration" >&5
6533 if test x
${glibcpp_cv_func_qfpclass_use+set} != xset
; then
6534 if eval "test \"`echo '$''{'glibcpp_cv_func_qfpclass_use'+set}'`\" = set"; then
6535 echo $ac_n "(cached) $ac_c" 1>&6
6540 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6541 ac_cpp
='$CXXCPP $CPPFLAGS'
6542 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6543 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6544 cross_compiling
=$ac_cv_prog_cxx_cross
6546 cat > conftest.
$ac_ext <<EOF
6547 #line 6548 "configure"
6548 #include "confdefs.h"
6554 if { (eval echo configure
:6555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6556 glibcpp_cv_func_qfpclass_use
=yes
6558 echo "configure: failed program was:" >&5
6559 cat conftest.
$ac_ext >&5
6561 glibcpp_cv_func_qfpclass_use
=no
6565 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6566 ac_cpp
='$CPP $CPPFLAGS'
6567 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6568 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6569 cross_compiling
=$ac_cv_prog_cc_cross
6575 echo "$ac_t""$glibcpp_cv_func_qfpclass_use" 1>&6
6576 if test x
$glibcpp_cv_func_qfpclass_use = x
"yes"; then
6577 for ac_func
in qfpclass
6579 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6580 echo "configure:6581: checking for $ac_func" >&5
6581 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6582 echo $ac_n "(cached) $ac_c" 1>&6
6584 cat > conftest.
$ac_ext <<EOF
6585 #line 6586 "configure"
6586 #include "confdefs.h"
6587 /* System header to define __stub macros and hopefully few prototypes,
6588 which can conflict with char $ac_func(); below. */
6590 /* Override any gcc2 internal prototype to avoid an error. */
6591 /* We use char because int might match the return type of a gcc2
6592 builtin and then its argument prototype would still apply. */
6597 /* The GNU C library defines this for functions which it implements
6598 to always fail with ENOSYS. Some functions are actually named
6599 something starting with __ and the normal name is an alias. */
6600 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6608 if { (eval echo configure
:6609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6610 eval "ac_cv_func_$ac_func=yes"
6612 echo "configure: failed program was:" >&5
6613 cat conftest.
$ac_ext >&5
6615 eval "ac_cv_func_$ac_func=no"
6620 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6621 echo "$ac_t""yes" 1>&6
6622 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6623 cat >> confdefs.h
<<EOF
6624 #define $ac_tr_func 1
6628 echo "$ac_t""no" 1>&6
6636 echo $ac_n "checking for isnanf declaration""... $ac_c" 1>&6
6637 echo "configure:6638: checking for isnanf declaration" >&5
6638 if test x
${glibcpp_cv_func_isnanf_use+set} != xset
; then
6639 if eval "test \"`echo '$''{'glibcpp_cv_func_isnanf_use'+set}'`\" = set"; then
6640 echo $ac_n "(cached) $ac_c" 1>&6
6645 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6646 ac_cpp
='$CXXCPP $CPPFLAGS'
6647 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6648 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6649 cross_compiling
=$ac_cv_prog_cxx_cross
6651 cat > conftest.
$ac_ext <<EOF
6652 #line 6653 "configure"
6653 #include "confdefs.h"
6659 if { (eval echo configure
:6660: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6661 glibcpp_cv_func_isnanf_use
=yes
6663 echo "configure: failed program was:" >&5
6664 cat conftest.
$ac_ext >&5
6666 glibcpp_cv_func_isnanf_use
=no
6670 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6671 ac_cpp
='$CPP $CPPFLAGS'
6672 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6673 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6674 cross_compiling
=$ac_cv_prog_cc_cross
6680 echo "$ac_t""$glibcpp_cv_func_isnanf_use" 1>&6
6681 if test x
$glibcpp_cv_func_isnanf_use = x
"yes"; then
6682 for ac_func
in isnanf
6684 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6685 echo "configure:6686: checking for $ac_func" >&5
6686 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6687 echo $ac_n "(cached) $ac_c" 1>&6
6689 cat > conftest.
$ac_ext <<EOF
6690 #line 6691 "configure"
6691 #include "confdefs.h"
6692 /* System header to define __stub macros and hopefully few prototypes,
6693 which can conflict with char $ac_func(); below. */
6695 /* Override any gcc2 internal prototype to avoid an error. */
6696 /* We use char because int might match the return type of a gcc2
6697 builtin and then its argument prototype would still apply. */
6702 /* The GNU C library defines this for functions which it implements
6703 to always fail with ENOSYS. Some functions are actually named
6704 something starting with __ and the normal name is an alias. */
6705 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6713 if { (eval echo configure
:6714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6715 eval "ac_cv_func_$ac_func=yes"
6717 echo "configure: failed program was:" >&5
6718 cat conftest.
$ac_ext >&5
6720 eval "ac_cv_func_$ac_func=no"
6725 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6726 echo "$ac_t""yes" 1>&6
6727 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6728 cat >> confdefs.h
<<EOF
6729 #define $ac_tr_func 1
6733 echo "$ac_t""no" 1>&6
6740 echo $ac_n "checking for isinff declaration""... $ac_c" 1>&6
6741 echo "configure:6742: checking for isinff declaration" >&5
6742 if test x
${glibcpp_cv_func_isinff_use+set} != xset
; then
6743 if eval "test \"`echo '$''{'glibcpp_cv_func_isinff_use'+set}'`\" = set"; then
6744 echo $ac_n "(cached) $ac_c" 1>&6
6749 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6750 ac_cpp
='$CXXCPP $CPPFLAGS'
6751 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6752 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6753 cross_compiling
=$ac_cv_prog_cxx_cross
6755 cat > conftest.
$ac_ext <<EOF
6756 #line 6757 "configure"
6757 #include "confdefs.h"
6763 if { (eval echo configure
:6764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6765 glibcpp_cv_func_isinff_use
=yes
6767 echo "configure: failed program was:" >&5
6768 cat conftest.
$ac_ext >&5
6770 glibcpp_cv_func_isinff_use
=no
6774 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6775 ac_cpp
='$CPP $CPPFLAGS'
6776 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6777 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6778 cross_compiling
=$ac_cv_prog_cc_cross
6784 echo "$ac_t""$glibcpp_cv_func_isinff_use" 1>&6
6785 if test x
$glibcpp_cv_func_isinff_use = x
"yes"; then
6786 for ac_func
in isinff
6788 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6789 echo "configure:6790: checking for $ac_func" >&5
6790 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6791 echo $ac_n "(cached) $ac_c" 1>&6
6793 cat > conftest.
$ac_ext <<EOF
6794 #line 6795 "configure"
6795 #include "confdefs.h"
6796 /* System header to define __stub macros and hopefully few prototypes,
6797 which can conflict with char $ac_func(); below. */
6799 /* Override any gcc2 internal prototype to avoid an error. */
6800 /* We use char because int might match the return type of a gcc2
6801 builtin and then its argument prototype would still apply. */
6806 /* The GNU C library defines this for functions which it implements
6807 to always fail with ENOSYS. Some functions are actually named
6808 something starting with __ and the normal name is an alias. */
6809 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6817 if { (eval echo configure
:6818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6819 eval "ac_cv_func_$ac_func=yes"
6821 echo "configure: failed program was:" >&5
6822 cat conftest.
$ac_ext >&5
6824 eval "ac_cv_func_$ac_func=no"
6829 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6830 echo "$ac_t""yes" 1>&6
6831 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6832 cat >> confdefs.h
<<EOF
6833 #define $ac_tr_func 1
6837 echo "$ac_t""no" 1>&6
6844 echo $ac_n "checking for acosf declaration""... $ac_c" 1>&6
6845 echo "configure:6846: checking for acosf declaration" >&5
6846 if test x
${glibcpp_cv_func_acosf_use+set} != xset
; then
6847 if eval "test \"`echo '$''{'glibcpp_cv_func_acosf_use'+set}'`\" = set"; then
6848 echo $ac_n "(cached) $ac_c" 1>&6
6853 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6854 ac_cpp
='$CXXCPP $CPPFLAGS'
6855 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6856 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6857 cross_compiling
=$ac_cv_prog_cxx_cross
6859 cat > conftest.
$ac_ext <<EOF
6860 #line 6861 "configure"
6861 #include "confdefs.h"
6867 if { (eval echo configure
:6868: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6869 glibcpp_cv_func_acosf_use
=yes
6871 echo "configure: failed program was:" >&5
6872 cat conftest.
$ac_ext >&5
6874 glibcpp_cv_func_acosf_use
=no
6878 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6879 ac_cpp
='$CPP $CPPFLAGS'
6880 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6881 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6882 cross_compiling
=$ac_cv_prog_cc_cross
6888 echo "$ac_t""$glibcpp_cv_func_acosf_use" 1>&6
6889 if test x
$glibcpp_cv_func_acosf_use = x
"yes"; then
6890 for ac_func
in acosf
6892 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6893 echo "configure:6894: checking for $ac_func" >&5
6894 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6895 echo $ac_n "(cached) $ac_c" 1>&6
6897 cat > conftest.
$ac_ext <<EOF
6898 #line 6899 "configure"
6899 #include "confdefs.h"
6900 /* System header to define __stub macros and hopefully few prototypes,
6901 which can conflict with char $ac_func(); below. */
6903 /* Override any gcc2 internal prototype to avoid an error. */
6904 /* We use char because int might match the return type of a gcc2
6905 builtin and then its argument prototype would still apply. */
6910 /* The GNU C library defines this for functions which it implements
6911 to always fail with ENOSYS. Some functions are actually named
6912 something starting with __ and the normal name is an alias. */
6913 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6921 if { (eval echo configure
:6922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
6923 eval "ac_cv_func_$ac_func=yes"
6925 echo "configure: failed program was:" >&5
6926 cat conftest.
$ac_ext >&5
6928 eval "ac_cv_func_$ac_func=no"
6933 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
6934 echo "$ac_t""yes" 1>&6
6935 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6936 cat >> confdefs.h
<<EOF
6937 #define $ac_tr_func 1
6941 echo "$ac_t""no" 1>&6
6948 echo $ac_n "checking for asinf declaration""... $ac_c" 1>&6
6949 echo "configure:6950: checking for asinf declaration" >&5
6950 if test x
${glibcpp_cv_func_asinf_use+set} != xset
; then
6951 if eval "test \"`echo '$''{'glibcpp_cv_func_asinf_use'+set}'`\" = set"; then
6952 echo $ac_n "(cached) $ac_c" 1>&6
6957 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6958 ac_cpp
='$CXXCPP $CPPFLAGS'
6959 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6960 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6961 cross_compiling
=$ac_cv_prog_cxx_cross
6963 cat > conftest.
$ac_ext <<EOF
6964 #line 6965 "configure"
6965 #include "confdefs.h"
6971 if { (eval echo configure
:6972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6973 glibcpp_cv_func_asinf_use
=yes
6975 echo "configure: failed program was:" >&5
6976 cat conftest.
$ac_ext >&5
6978 glibcpp_cv_func_asinf_use
=no
6982 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6983 ac_cpp
='$CPP $CPPFLAGS'
6984 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6985 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6986 cross_compiling
=$ac_cv_prog_cc_cross
6992 echo "$ac_t""$glibcpp_cv_func_asinf_use" 1>&6
6993 if test x
$glibcpp_cv_func_asinf_use = x
"yes"; then
6994 for ac_func
in asinf
6996 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6997 echo "configure:6998: checking for $ac_func" >&5
6998 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6999 echo $ac_n "(cached) $ac_c" 1>&6
7001 cat > conftest.
$ac_ext <<EOF
7002 #line 7003 "configure"
7003 #include "confdefs.h"
7004 /* System header to define __stub macros and hopefully few prototypes,
7005 which can conflict with char $ac_func(); below. */
7007 /* Override any gcc2 internal prototype to avoid an error. */
7008 /* We use char because int might match the return type of a gcc2
7009 builtin and then its argument prototype would still apply. */
7014 /* The GNU C library defines this for functions which it implements
7015 to always fail with ENOSYS. Some functions are actually named
7016 something starting with __ and the normal name is an alias. */
7017 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7025 if { (eval echo configure
:7026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7027 eval "ac_cv_func_$ac_func=yes"
7029 echo "configure: failed program was:" >&5
7030 cat conftest.
$ac_ext >&5
7032 eval "ac_cv_func_$ac_func=no"
7037 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7038 echo "$ac_t""yes" 1>&6
7039 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7040 cat >> confdefs.h
<<EOF
7041 #define $ac_tr_func 1
7045 echo "$ac_t""no" 1>&6
7052 echo $ac_n "checking for atanf declaration""... $ac_c" 1>&6
7053 echo "configure:7054: checking for atanf declaration" >&5
7054 if test x
${glibcpp_cv_func_atanf_use+set} != xset
; then
7055 if eval "test \"`echo '$''{'glibcpp_cv_func_atanf_use'+set}'`\" = set"; then
7056 echo $ac_n "(cached) $ac_c" 1>&6
7061 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7062 ac_cpp
='$CXXCPP $CPPFLAGS'
7063 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7064 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7065 cross_compiling
=$ac_cv_prog_cxx_cross
7067 cat > conftest.
$ac_ext <<EOF
7068 #line 7069 "configure"
7069 #include "confdefs.h"
7075 if { (eval echo configure
:7076: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7077 glibcpp_cv_func_atanf_use
=yes
7079 echo "configure: failed program was:" >&5
7080 cat conftest.
$ac_ext >&5
7082 glibcpp_cv_func_atanf_use
=no
7086 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7087 ac_cpp
='$CPP $CPPFLAGS'
7088 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7089 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7090 cross_compiling
=$ac_cv_prog_cc_cross
7096 echo "$ac_t""$glibcpp_cv_func_atanf_use" 1>&6
7097 if test x
$glibcpp_cv_func_atanf_use = x
"yes"; then
7098 for ac_func
in atanf
7100 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7101 echo "configure:7102: checking for $ac_func" >&5
7102 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7103 echo $ac_n "(cached) $ac_c" 1>&6
7105 cat > conftest.
$ac_ext <<EOF
7106 #line 7107 "configure"
7107 #include "confdefs.h"
7108 /* System header to define __stub macros and hopefully few prototypes,
7109 which can conflict with char $ac_func(); below. */
7111 /* Override any gcc2 internal prototype to avoid an error. */
7112 /* We use char because int might match the return type of a gcc2
7113 builtin and then its argument prototype would still apply. */
7118 /* The GNU C library defines this for functions which it implements
7119 to always fail with ENOSYS. Some functions are actually named
7120 something starting with __ and the normal name is an alias. */
7121 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7129 if { (eval echo configure
:7130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7131 eval "ac_cv_func_$ac_func=yes"
7133 echo "configure: failed program was:" >&5
7134 cat conftest.
$ac_ext >&5
7136 eval "ac_cv_func_$ac_func=no"
7141 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7142 echo "$ac_t""yes" 1>&6
7143 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7144 cat >> confdefs.h
<<EOF
7145 #define $ac_tr_func 1
7149 echo "$ac_t""no" 1>&6
7156 echo $ac_n "checking for ceilf declaration""... $ac_c" 1>&6
7157 echo "configure:7158: checking for ceilf declaration" >&5
7158 if test x
${glibcpp_cv_func_ceilf_use+set} != xset
; then
7159 if eval "test \"`echo '$''{'glibcpp_cv_func_ceilf_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_ceilf_use
=yes
7183 echo "configure: failed program was:" >&5
7184 cat conftest.
$ac_ext >&5
7186 glibcpp_cv_func_ceilf_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
7200 echo "$ac_t""$glibcpp_cv_func_ceilf_use" 1>&6
7201 if test x
$glibcpp_cv_func_ceilf_use = x
"yes"; then
7202 for ac_func
in ceilf
7204 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7205 echo "configure:7206: checking for $ac_func" >&5
7206 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7207 echo $ac_n "(cached) $ac_c" 1>&6
7209 cat > conftest.
$ac_ext <<EOF
7210 #line 7211 "configure"
7211 #include "confdefs.h"
7212 /* System header to define __stub macros and hopefully few prototypes,
7213 which can conflict with char $ac_func(); below. */
7215 /* Override any gcc2 internal prototype to avoid an error. */
7216 /* We use char because int might match the return type of a gcc2
7217 builtin and then its argument prototype would still apply. */
7222 /* The GNU C library defines this for functions which it implements
7223 to always fail with ENOSYS. Some functions are actually named
7224 something starting with __ and the normal name is an alias. */
7225 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7233 if { (eval echo configure
:7234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7235 eval "ac_cv_func_$ac_func=yes"
7237 echo "configure: failed program was:" >&5
7238 cat conftest.
$ac_ext >&5
7240 eval "ac_cv_func_$ac_func=no"
7245 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7246 echo "$ac_t""yes" 1>&6
7247 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7248 cat >> confdefs.h
<<EOF
7249 #define $ac_tr_func 1
7253 echo "$ac_t""no" 1>&6
7260 echo $ac_n "checking for cosf declaration""... $ac_c" 1>&6
7261 echo "configure:7262: checking for cosf declaration" >&5
7262 if test x
${glibcpp_cv_func_cosf_use+set} != xset
; then
7263 if eval "test \"`echo '$''{'glibcpp_cv_func_cosf_use'+set}'`\" = set"; then
7264 echo $ac_n "(cached) $ac_c" 1>&6
7269 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7270 ac_cpp
='$CXXCPP $CPPFLAGS'
7271 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7272 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7273 cross_compiling
=$ac_cv_prog_cxx_cross
7275 cat > conftest.
$ac_ext <<EOF
7276 #line 7277 "configure"
7277 #include "confdefs.h"
7283 if { (eval echo configure
:7284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7285 glibcpp_cv_func_cosf_use
=yes
7287 echo "configure: failed program was:" >&5
7288 cat conftest.
$ac_ext >&5
7290 glibcpp_cv_func_cosf_use
=no
7294 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7295 ac_cpp
='$CPP $CPPFLAGS'
7296 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7297 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7298 cross_compiling
=$ac_cv_prog_cc_cross
7304 echo "$ac_t""$glibcpp_cv_func_cosf_use" 1>&6
7305 if test x
$glibcpp_cv_func_cosf_use = x
"yes"; then
7308 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7309 echo "configure:7310: checking for $ac_func" >&5
7310 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7311 echo $ac_n "(cached) $ac_c" 1>&6
7313 cat > conftest.
$ac_ext <<EOF
7314 #line 7315 "configure"
7315 #include "confdefs.h"
7316 /* System header to define __stub macros and hopefully few prototypes,
7317 which can conflict with char $ac_func(); below. */
7319 /* Override any gcc2 internal prototype to avoid an error. */
7320 /* We use char because int might match the return type of a gcc2
7321 builtin and then its argument prototype would still apply. */
7326 /* The GNU C library defines this for functions which it implements
7327 to always fail with ENOSYS. Some functions are actually named
7328 something starting with __ and the normal name is an alias. */
7329 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7337 if { (eval echo configure
:7338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7339 eval "ac_cv_func_$ac_func=yes"
7341 echo "configure: failed program was:" >&5
7342 cat conftest.
$ac_ext >&5
7344 eval "ac_cv_func_$ac_func=no"
7349 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7350 echo "$ac_t""yes" 1>&6
7351 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7352 cat >> confdefs.h
<<EOF
7353 #define $ac_tr_func 1
7357 echo "$ac_t""no" 1>&6
7364 echo $ac_n "checking for coshf declaration""... $ac_c" 1>&6
7365 echo "configure:7366: checking for coshf declaration" >&5
7366 if test x
${glibcpp_cv_func_coshf_use+set} != xset
; then
7367 if eval "test \"`echo '$''{'glibcpp_cv_func_coshf_use'+set}'`\" = set"; then
7368 echo $ac_n "(cached) $ac_c" 1>&6
7373 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7374 ac_cpp
='$CXXCPP $CPPFLAGS'
7375 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7376 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7377 cross_compiling
=$ac_cv_prog_cxx_cross
7379 cat > conftest.
$ac_ext <<EOF
7380 #line 7381 "configure"
7381 #include "confdefs.h"
7387 if { (eval echo configure
:7388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7389 glibcpp_cv_func_coshf_use
=yes
7391 echo "configure: failed program was:" >&5
7392 cat conftest.
$ac_ext >&5
7394 glibcpp_cv_func_coshf_use
=no
7398 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7399 ac_cpp
='$CPP $CPPFLAGS'
7400 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7401 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7402 cross_compiling
=$ac_cv_prog_cc_cross
7408 echo "$ac_t""$glibcpp_cv_func_coshf_use" 1>&6
7409 if test x
$glibcpp_cv_func_coshf_use = x
"yes"; then
7410 for ac_func
in coshf
7412 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7413 echo "configure:7414: checking for $ac_func" >&5
7414 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7415 echo $ac_n "(cached) $ac_c" 1>&6
7417 cat > conftest.
$ac_ext <<EOF
7418 #line 7419 "configure"
7419 #include "confdefs.h"
7420 /* System header to define __stub macros and hopefully few prototypes,
7421 which can conflict with char $ac_func(); below. */
7423 /* Override any gcc2 internal prototype to avoid an error. */
7424 /* We use char because int might match the return type of a gcc2
7425 builtin and then its argument prototype would still apply. */
7430 /* The GNU C library defines this for functions which it implements
7431 to always fail with ENOSYS. Some functions are actually named
7432 something starting with __ and the normal name is an alias. */
7433 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7441 if { (eval echo configure
:7442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7443 eval "ac_cv_func_$ac_func=yes"
7445 echo "configure: failed program was:" >&5
7446 cat conftest.
$ac_ext >&5
7448 eval "ac_cv_func_$ac_func=no"
7453 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7454 echo "$ac_t""yes" 1>&6
7455 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7456 cat >> confdefs.h
<<EOF
7457 #define $ac_tr_func 1
7461 echo "$ac_t""no" 1>&6
7468 echo $ac_n "checking for fabsf declaration""... $ac_c" 1>&6
7469 echo "configure:7470: checking for fabsf declaration" >&5
7470 if test x
${glibcpp_cv_func_fabsf_use+set} != xset
; then
7471 if eval "test \"`echo '$''{'glibcpp_cv_func_fabsf_use'+set}'`\" = set"; then
7472 echo $ac_n "(cached) $ac_c" 1>&6
7477 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7478 ac_cpp
='$CXXCPP $CPPFLAGS'
7479 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7480 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7481 cross_compiling
=$ac_cv_prog_cxx_cross
7483 cat > conftest.
$ac_ext <<EOF
7484 #line 7485 "configure"
7485 #include "confdefs.h"
7491 if { (eval echo configure
:7492: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7493 glibcpp_cv_func_fabsf_use
=yes
7495 echo "configure: failed program was:" >&5
7496 cat conftest.
$ac_ext >&5
7498 glibcpp_cv_func_fabsf_use
=no
7502 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7503 ac_cpp
='$CPP $CPPFLAGS'
7504 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7505 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7506 cross_compiling
=$ac_cv_prog_cc_cross
7512 echo "$ac_t""$glibcpp_cv_func_fabsf_use" 1>&6
7513 if test x
$glibcpp_cv_func_fabsf_use = x
"yes"; then
7514 for ac_func
in fabsf
7516 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7517 echo "configure:7518: checking for $ac_func" >&5
7518 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7519 echo $ac_n "(cached) $ac_c" 1>&6
7521 cat > conftest.
$ac_ext <<EOF
7522 #line 7523 "configure"
7523 #include "confdefs.h"
7524 /* System header to define __stub macros and hopefully few prototypes,
7525 which can conflict with char $ac_func(); below. */
7527 /* Override any gcc2 internal prototype to avoid an error. */
7528 /* We use char because int might match the return type of a gcc2
7529 builtin and then its argument prototype would still apply. */
7534 /* The GNU C library defines this for functions which it implements
7535 to always fail with ENOSYS. Some functions are actually named
7536 something starting with __ and the normal name is an alias. */
7537 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7545 if { (eval echo configure
:7546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7547 eval "ac_cv_func_$ac_func=yes"
7549 echo "configure: failed program was:" >&5
7550 cat conftest.
$ac_ext >&5
7552 eval "ac_cv_func_$ac_func=no"
7557 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7558 echo "$ac_t""yes" 1>&6
7559 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7560 cat >> confdefs.h
<<EOF
7561 #define $ac_tr_func 1
7565 echo "$ac_t""no" 1>&6
7572 echo $ac_n "checking for floorf declaration""... $ac_c" 1>&6
7573 echo "configure:7574: checking for floorf declaration" >&5
7574 if test x
${glibcpp_cv_func_floorf_use+set} != xset
; then
7575 if eval "test \"`echo '$''{'glibcpp_cv_func_floorf_use'+set}'`\" = set"; then
7576 echo $ac_n "(cached) $ac_c" 1>&6
7581 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7582 ac_cpp
='$CXXCPP $CPPFLAGS'
7583 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7584 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7585 cross_compiling
=$ac_cv_prog_cxx_cross
7587 cat > conftest.
$ac_ext <<EOF
7588 #line 7589 "configure"
7589 #include "confdefs.h"
7595 if { (eval echo configure
:7596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7597 glibcpp_cv_func_floorf_use
=yes
7599 echo "configure: failed program was:" >&5
7600 cat conftest.
$ac_ext >&5
7602 glibcpp_cv_func_floorf_use
=no
7606 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7607 ac_cpp
='$CPP $CPPFLAGS'
7608 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7609 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7610 cross_compiling
=$ac_cv_prog_cc_cross
7616 echo "$ac_t""$glibcpp_cv_func_floorf_use" 1>&6
7617 if test x
$glibcpp_cv_func_floorf_use = x
"yes"; then
7618 for ac_func
in floorf
7620 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7621 echo "configure:7622: checking for $ac_func" >&5
7622 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7623 echo $ac_n "(cached) $ac_c" 1>&6
7625 cat > conftest.
$ac_ext <<EOF
7626 #line 7627 "configure"
7627 #include "confdefs.h"
7628 /* System header to define __stub macros and hopefully few prototypes,
7629 which can conflict with char $ac_func(); below. */
7631 /* Override any gcc2 internal prototype to avoid an error. */
7632 /* We use char because int might match the return type of a gcc2
7633 builtin and then its argument prototype would still apply. */
7638 /* The GNU C library defines this for functions which it implements
7639 to always fail with ENOSYS. Some functions are actually named
7640 something starting with __ and the normal name is an alias. */
7641 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7649 if { (eval echo configure
:7650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7651 eval "ac_cv_func_$ac_func=yes"
7653 echo "configure: failed program was:" >&5
7654 cat conftest.
$ac_ext >&5
7656 eval "ac_cv_func_$ac_func=no"
7661 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7662 echo "$ac_t""yes" 1>&6
7663 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7664 cat >> confdefs.h
<<EOF
7665 #define $ac_tr_func 1
7669 echo "$ac_t""no" 1>&6
7676 echo $ac_n "checking for fmodf declaration""... $ac_c" 1>&6
7677 echo "configure:7678: checking for fmodf declaration" >&5
7678 if test x
${glibcpp_cv_func_fmodf_use+set} != xset
; then
7679 if eval "test \"`echo '$''{'glibcpp_cv_func_fmodf_use'+set}'`\" = set"; then
7680 echo $ac_n "(cached) $ac_c" 1>&6
7685 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7686 ac_cpp
='$CXXCPP $CPPFLAGS'
7687 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7688 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7689 cross_compiling
=$ac_cv_prog_cxx_cross
7691 cat > conftest.
$ac_ext <<EOF
7692 #line 7693 "configure"
7693 #include "confdefs.h"
7699 if { (eval echo configure
:7700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7701 glibcpp_cv_func_fmodf_use
=yes
7703 echo "configure: failed program was:" >&5
7704 cat conftest.
$ac_ext >&5
7706 glibcpp_cv_func_fmodf_use
=no
7710 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7711 ac_cpp
='$CPP $CPPFLAGS'
7712 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7713 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7714 cross_compiling
=$ac_cv_prog_cc_cross
7720 echo "$ac_t""$glibcpp_cv_func_fmodf_use" 1>&6
7721 if test x
$glibcpp_cv_func_fmodf_use = x
"yes"; then
7722 for ac_func
in fmodf
7724 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7725 echo "configure:7726: checking for $ac_func" >&5
7726 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7727 echo $ac_n "(cached) $ac_c" 1>&6
7729 cat > conftest.
$ac_ext <<EOF
7730 #line 7731 "configure"
7731 #include "confdefs.h"
7732 /* System header to define __stub macros and hopefully few prototypes,
7733 which can conflict with char $ac_func(); below. */
7735 /* Override any gcc2 internal prototype to avoid an error. */
7736 /* We use char because int might match the return type of a gcc2
7737 builtin and then its argument prototype would still apply. */
7742 /* The GNU C library defines this for functions which it implements
7743 to always fail with ENOSYS. Some functions are actually named
7744 something starting with __ and the normal name is an alias. */
7745 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7753 if { (eval echo configure
:7754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7755 eval "ac_cv_func_$ac_func=yes"
7757 echo "configure: failed program was:" >&5
7758 cat conftest.
$ac_ext >&5
7760 eval "ac_cv_func_$ac_func=no"
7765 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7766 echo "$ac_t""yes" 1>&6
7767 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7768 cat >> confdefs.h
<<EOF
7769 #define $ac_tr_func 1
7773 echo "$ac_t""no" 1>&6
7780 echo $ac_n "checking for frexpf declaration""... $ac_c" 1>&6
7781 echo "configure:7782: checking for frexpf declaration" >&5
7782 if test x
${glibcpp_cv_func_frexpf_use+set} != xset
; then
7783 if eval "test \"`echo '$''{'glibcpp_cv_func_frexpf_use'+set}'`\" = set"; then
7784 echo $ac_n "(cached) $ac_c" 1>&6
7789 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7790 ac_cpp
='$CXXCPP $CPPFLAGS'
7791 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7792 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7793 cross_compiling
=$ac_cv_prog_cxx_cross
7795 cat > conftest.
$ac_ext <<EOF
7796 #line 7797 "configure"
7797 #include "confdefs.h"
7803 if { (eval echo configure
:7804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7805 glibcpp_cv_func_frexpf_use
=yes
7807 echo "configure: failed program was:" >&5
7808 cat conftest.
$ac_ext >&5
7810 glibcpp_cv_func_frexpf_use
=no
7814 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7815 ac_cpp
='$CPP $CPPFLAGS'
7816 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7817 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7818 cross_compiling
=$ac_cv_prog_cc_cross
7824 echo "$ac_t""$glibcpp_cv_func_frexpf_use" 1>&6
7825 if test x
$glibcpp_cv_func_frexpf_use = x
"yes"; then
7826 for ac_func
in frexpf
7828 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7829 echo "configure:7830: checking for $ac_func" >&5
7830 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7831 echo $ac_n "(cached) $ac_c" 1>&6
7833 cat > conftest.
$ac_ext <<EOF
7834 #line 7835 "configure"
7835 #include "confdefs.h"
7836 /* System header to define __stub macros and hopefully few prototypes,
7837 which can conflict with char $ac_func(); below. */
7839 /* Override any gcc2 internal prototype to avoid an error. */
7840 /* We use char because int might match the return type of a gcc2
7841 builtin and then its argument prototype would still apply. */
7846 /* The GNU C library defines this for functions which it implements
7847 to always fail with ENOSYS. Some functions are actually named
7848 something starting with __ and the normal name is an alias. */
7849 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7857 if { (eval echo configure
:7858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7859 eval "ac_cv_func_$ac_func=yes"
7861 echo "configure: failed program was:" >&5
7862 cat conftest.
$ac_ext >&5
7864 eval "ac_cv_func_$ac_func=no"
7869 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7870 echo "$ac_t""yes" 1>&6
7871 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7872 cat >> confdefs.h
<<EOF
7873 #define $ac_tr_func 1
7877 echo "$ac_t""no" 1>&6
7884 echo $ac_n "checking for ldexpf declaration""... $ac_c" 1>&6
7885 echo "configure:7886: checking for ldexpf declaration" >&5
7886 if test x
${glibcpp_cv_func_ldexpf_use+set} != xset
; then
7887 if eval "test \"`echo '$''{'glibcpp_cv_func_ldexpf_use'+set}'`\" = set"; then
7888 echo $ac_n "(cached) $ac_c" 1>&6
7893 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7894 ac_cpp
='$CXXCPP $CPPFLAGS'
7895 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7896 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7897 cross_compiling
=$ac_cv_prog_cxx_cross
7899 cat > conftest.
$ac_ext <<EOF
7900 #line 7901 "configure"
7901 #include "confdefs.h"
7907 if { (eval echo configure
:7908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7909 glibcpp_cv_func_ldexpf_use
=yes
7911 echo "configure: failed program was:" >&5
7912 cat conftest.
$ac_ext >&5
7914 glibcpp_cv_func_ldexpf_use
=no
7918 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7919 ac_cpp
='$CPP $CPPFLAGS'
7920 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7921 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7922 cross_compiling
=$ac_cv_prog_cc_cross
7928 echo "$ac_t""$glibcpp_cv_func_ldexpf_use" 1>&6
7929 if test x
$glibcpp_cv_func_ldexpf_use = x
"yes"; then
7930 for ac_func
in ldexpf
7932 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7933 echo "configure:7934: checking for $ac_func" >&5
7934 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7935 echo $ac_n "(cached) $ac_c" 1>&6
7937 cat > conftest.
$ac_ext <<EOF
7938 #line 7939 "configure"
7939 #include "confdefs.h"
7940 /* System header to define __stub macros and hopefully few prototypes,
7941 which can conflict with char $ac_func(); below. */
7943 /* Override any gcc2 internal prototype to avoid an error. */
7944 /* We use char because int might match the return type of a gcc2
7945 builtin and then its argument prototype would still apply. */
7950 /* The GNU C library defines this for functions which it implements
7951 to always fail with ENOSYS. Some functions are actually named
7952 something starting with __ and the normal name is an alias. */
7953 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7961 if { (eval echo configure
:7962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
7963 eval "ac_cv_func_$ac_func=yes"
7965 echo "configure: failed program was:" >&5
7966 cat conftest.
$ac_ext >&5
7968 eval "ac_cv_func_$ac_func=no"
7973 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
7974 echo "$ac_t""yes" 1>&6
7975 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
7976 cat >> confdefs.h
<<EOF
7977 #define $ac_tr_func 1
7981 echo "$ac_t""no" 1>&6
7988 echo $ac_n "checking for logf declaration""... $ac_c" 1>&6
7989 echo "configure:7990: checking for logf declaration" >&5
7990 if test x
${glibcpp_cv_func_logf_use+set} != xset
; then
7991 if eval "test \"`echo '$''{'glibcpp_cv_func_logf_use'+set}'`\" = set"; then
7992 echo $ac_n "(cached) $ac_c" 1>&6
7997 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7998 ac_cpp
='$CXXCPP $CPPFLAGS'
7999 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8000 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8001 cross_compiling
=$ac_cv_prog_cxx_cross
8003 cat > conftest.
$ac_ext <<EOF
8004 #line 8005 "configure"
8005 #include "confdefs.h"
8011 if { (eval echo configure
:8012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8013 glibcpp_cv_func_logf_use
=yes
8015 echo "configure: failed program was:" >&5
8016 cat conftest.
$ac_ext >&5
8018 glibcpp_cv_func_logf_use
=no
8022 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8023 ac_cpp
='$CPP $CPPFLAGS'
8024 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8025 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8026 cross_compiling
=$ac_cv_prog_cc_cross
8032 echo "$ac_t""$glibcpp_cv_func_logf_use" 1>&6
8033 if test x
$glibcpp_cv_func_logf_use = x
"yes"; then
8036 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8037 echo "configure:8038: checking for $ac_func" >&5
8038 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8039 echo $ac_n "(cached) $ac_c" 1>&6
8041 cat > conftest.
$ac_ext <<EOF
8042 #line 8043 "configure"
8043 #include "confdefs.h"
8044 /* System header to define __stub macros and hopefully few prototypes,
8045 which can conflict with char $ac_func(); below. */
8047 /* Override any gcc2 internal prototype to avoid an error. */
8048 /* We use char because int might match the return type of a gcc2
8049 builtin and then its argument prototype would still apply. */
8054 /* The GNU C library defines this for functions which it implements
8055 to always fail with ENOSYS. Some functions are actually named
8056 something starting with __ and the normal name is an alias. */
8057 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8065 if { (eval echo configure
:8066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8067 eval "ac_cv_func_$ac_func=yes"
8069 echo "configure: failed program was:" >&5
8070 cat conftest.
$ac_ext >&5
8072 eval "ac_cv_func_$ac_func=no"
8077 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8078 echo "$ac_t""yes" 1>&6
8079 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8080 cat >> confdefs.h
<<EOF
8081 #define $ac_tr_func 1
8085 echo "$ac_t""no" 1>&6
8092 echo $ac_n "checking for log10f declaration""... $ac_c" 1>&6
8093 echo "configure:8094: checking for log10f declaration" >&5
8094 if test x
${glibcpp_cv_func_log10f_use+set} != xset
; then
8095 if eval "test \"`echo '$''{'glibcpp_cv_func_log10f_use'+set}'`\" = set"; then
8096 echo $ac_n "(cached) $ac_c" 1>&6
8101 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8102 ac_cpp
='$CXXCPP $CPPFLAGS'
8103 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8104 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8105 cross_compiling
=$ac_cv_prog_cxx_cross
8107 cat > conftest.
$ac_ext <<EOF
8108 #line 8109 "configure"
8109 #include "confdefs.h"
8115 if { (eval echo configure
:8116: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8117 glibcpp_cv_func_log10f_use
=yes
8119 echo "configure: failed program was:" >&5
8120 cat conftest.
$ac_ext >&5
8122 glibcpp_cv_func_log10f_use
=no
8126 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8127 ac_cpp
='$CPP $CPPFLAGS'
8128 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8129 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8130 cross_compiling
=$ac_cv_prog_cc_cross
8136 echo "$ac_t""$glibcpp_cv_func_log10f_use" 1>&6
8137 if test x
$glibcpp_cv_func_log10f_use = x
"yes"; then
8138 for ac_func
in log10f
8140 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8141 echo "configure:8142: checking for $ac_func" >&5
8142 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8143 echo $ac_n "(cached) $ac_c" 1>&6
8145 cat > conftest.
$ac_ext <<EOF
8146 #line 8147 "configure"
8147 #include "confdefs.h"
8148 /* System header to define __stub macros and hopefully few prototypes,
8149 which can conflict with char $ac_func(); below. */
8151 /* Override any gcc2 internal prototype to avoid an error. */
8152 /* We use char because int might match the return type of a gcc2
8153 builtin and then its argument prototype would still apply. */
8158 /* The GNU C library defines this for functions which it implements
8159 to always fail with ENOSYS. Some functions are actually named
8160 something starting with __ and the normal name is an alias. */
8161 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8169 if { (eval echo configure
:8170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8171 eval "ac_cv_func_$ac_func=yes"
8173 echo "configure: failed program was:" >&5
8174 cat conftest.
$ac_ext >&5
8176 eval "ac_cv_func_$ac_func=no"
8181 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8182 echo "$ac_t""yes" 1>&6
8183 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8184 cat >> confdefs.h
<<EOF
8185 #define $ac_tr_func 1
8189 echo "$ac_t""no" 1>&6
8196 echo $ac_n "checking for modff declaration""... $ac_c" 1>&6
8197 echo "configure:8198: checking for modff declaration" >&5
8198 if test x
${glibcpp_cv_func_modff_use+set} != xset
; then
8199 if eval "test \"`echo '$''{'glibcpp_cv_func_modff_use'+set}'`\" = set"; then
8200 echo $ac_n "(cached) $ac_c" 1>&6
8205 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8206 ac_cpp
='$CXXCPP $CPPFLAGS'
8207 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8208 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8209 cross_compiling
=$ac_cv_prog_cxx_cross
8211 cat > conftest.
$ac_ext <<EOF
8212 #line 8213 "configure"
8213 #include "confdefs.h"
8219 if { (eval echo configure
:8220: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8221 glibcpp_cv_func_modff_use
=yes
8223 echo "configure: failed program was:" >&5
8224 cat conftest.
$ac_ext >&5
8226 glibcpp_cv_func_modff_use
=no
8230 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8231 ac_cpp
='$CPP $CPPFLAGS'
8232 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8233 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8234 cross_compiling
=$ac_cv_prog_cc_cross
8240 echo "$ac_t""$glibcpp_cv_func_modff_use" 1>&6
8241 if test x
$glibcpp_cv_func_modff_use = x
"yes"; then
8242 for ac_func
in modff
8244 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8245 echo "configure:8246: checking for $ac_func" >&5
8246 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8247 echo $ac_n "(cached) $ac_c" 1>&6
8249 cat > conftest.
$ac_ext <<EOF
8250 #line 8251 "configure"
8251 #include "confdefs.h"
8252 /* System header to define __stub macros and hopefully few prototypes,
8253 which can conflict with char $ac_func(); below. */
8255 /* Override any gcc2 internal prototype to avoid an error. */
8256 /* We use char because int might match the return type of a gcc2
8257 builtin and then its argument prototype would still apply. */
8262 /* The GNU C library defines this for functions which it implements
8263 to always fail with ENOSYS. Some functions are actually named
8264 something starting with __ and the normal name is an alias. */
8265 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8273 if { (eval echo configure
:8274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8275 eval "ac_cv_func_$ac_func=yes"
8277 echo "configure: failed program was:" >&5
8278 cat conftest.
$ac_ext >&5
8280 eval "ac_cv_func_$ac_func=no"
8285 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8286 echo "$ac_t""yes" 1>&6
8287 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8288 cat >> confdefs.h
<<EOF
8289 #define $ac_tr_func 1
8293 echo "$ac_t""no" 1>&6
8300 echo $ac_n "checking for powf declaration""... $ac_c" 1>&6
8301 echo "configure:8302: checking for powf declaration" >&5
8302 if test x
${glibcpp_cv_func_powf_use+set} != xset
; then
8303 if eval "test \"`echo '$''{'glibcpp_cv_func_powf_use'+set}'`\" = set"; then
8304 echo $ac_n "(cached) $ac_c" 1>&6
8309 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8310 ac_cpp
='$CXXCPP $CPPFLAGS'
8311 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8312 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8313 cross_compiling
=$ac_cv_prog_cxx_cross
8315 cat > conftest.
$ac_ext <<EOF
8316 #line 8317 "configure"
8317 #include "confdefs.h"
8323 if { (eval echo configure
:8324: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8325 glibcpp_cv_func_powf_use
=yes
8327 echo "configure: failed program was:" >&5
8328 cat conftest.
$ac_ext >&5
8330 glibcpp_cv_func_powf_use
=no
8334 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8335 ac_cpp
='$CPP $CPPFLAGS'
8336 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8337 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8338 cross_compiling
=$ac_cv_prog_cc_cross
8344 echo "$ac_t""$glibcpp_cv_func_powf_use" 1>&6
8345 if test x
$glibcpp_cv_func_powf_use = x
"yes"; then
8348 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8349 echo "configure:8350: checking for $ac_func" >&5
8350 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8351 echo $ac_n "(cached) $ac_c" 1>&6
8353 cat > conftest.
$ac_ext <<EOF
8354 #line 8355 "configure"
8355 #include "confdefs.h"
8356 /* System header to define __stub macros and hopefully few prototypes,
8357 which can conflict with char $ac_func(); below. */
8359 /* Override any gcc2 internal prototype to avoid an error. */
8360 /* We use char because int might match the return type of a gcc2
8361 builtin and then its argument prototype would still apply. */
8366 /* The GNU C library defines this for functions which it implements
8367 to always fail with ENOSYS. Some functions are actually named
8368 something starting with __ and the normal name is an alias. */
8369 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8377 if { (eval echo configure
:8378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8379 eval "ac_cv_func_$ac_func=yes"
8381 echo "configure: failed program was:" >&5
8382 cat conftest.
$ac_ext >&5
8384 eval "ac_cv_func_$ac_func=no"
8389 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8390 echo "$ac_t""yes" 1>&6
8391 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8392 cat >> confdefs.h
<<EOF
8393 #define $ac_tr_func 1
8397 echo "$ac_t""no" 1>&6
8404 echo $ac_n "checking for sinf declaration""... $ac_c" 1>&6
8405 echo "configure:8406: checking for sinf declaration" >&5
8406 if test x
${glibcpp_cv_func_sinf_use+set} != xset
; then
8407 if eval "test \"`echo '$''{'glibcpp_cv_func_sinf_use'+set}'`\" = set"; then
8408 echo $ac_n "(cached) $ac_c" 1>&6
8413 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8414 ac_cpp
='$CXXCPP $CPPFLAGS'
8415 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8416 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8417 cross_compiling
=$ac_cv_prog_cxx_cross
8419 cat > conftest.
$ac_ext <<EOF
8420 #line 8421 "configure"
8421 #include "confdefs.h"
8427 if { (eval echo configure
:8428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8429 glibcpp_cv_func_sinf_use
=yes
8431 echo "configure: failed program was:" >&5
8432 cat conftest.
$ac_ext >&5
8434 glibcpp_cv_func_sinf_use
=no
8438 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8439 ac_cpp
='$CPP $CPPFLAGS'
8440 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8441 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8442 cross_compiling
=$ac_cv_prog_cc_cross
8448 echo "$ac_t""$glibcpp_cv_func_sinf_use" 1>&6
8449 if test x
$glibcpp_cv_func_sinf_use = x
"yes"; then
8452 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8453 echo "configure:8454: checking for $ac_func" >&5
8454 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8455 echo $ac_n "(cached) $ac_c" 1>&6
8457 cat > conftest.
$ac_ext <<EOF
8458 #line 8459 "configure"
8459 #include "confdefs.h"
8460 /* System header to define __stub macros and hopefully few prototypes,
8461 which can conflict with char $ac_func(); below. */
8463 /* Override any gcc2 internal prototype to avoid an error. */
8464 /* We use char because int might match the return type of a gcc2
8465 builtin and then its argument prototype would still apply. */
8470 /* The GNU C library defines this for functions which it implements
8471 to always fail with ENOSYS. Some functions are actually named
8472 something starting with __ and the normal name is an alias. */
8473 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8481 if { (eval echo configure
:8482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8483 eval "ac_cv_func_$ac_func=yes"
8485 echo "configure: failed program was:" >&5
8486 cat conftest.
$ac_ext >&5
8488 eval "ac_cv_func_$ac_func=no"
8493 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8494 echo "$ac_t""yes" 1>&6
8495 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8496 cat >> confdefs.h
<<EOF
8497 #define $ac_tr_func 1
8501 echo "$ac_t""no" 1>&6
8508 echo $ac_n "checking for sinhf declaration""... $ac_c" 1>&6
8509 echo "configure:8510: checking for sinhf declaration" >&5
8510 if test x
${glibcpp_cv_func_sinhf_use+set} != xset
; then
8511 if eval "test \"`echo '$''{'glibcpp_cv_func_sinhf_use'+set}'`\" = set"; then
8512 echo $ac_n "(cached) $ac_c" 1>&6
8517 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8518 ac_cpp
='$CXXCPP $CPPFLAGS'
8519 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8520 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8521 cross_compiling
=$ac_cv_prog_cxx_cross
8523 cat > conftest.
$ac_ext <<EOF
8524 #line 8525 "configure"
8525 #include "confdefs.h"
8531 if { (eval echo configure
:8532: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8533 glibcpp_cv_func_sinhf_use
=yes
8535 echo "configure: failed program was:" >&5
8536 cat conftest.
$ac_ext >&5
8538 glibcpp_cv_func_sinhf_use
=no
8542 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8543 ac_cpp
='$CPP $CPPFLAGS'
8544 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8545 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8546 cross_compiling
=$ac_cv_prog_cc_cross
8552 echo "$ac_t""$glibcpp_cv_func_sinhf_use" 1>&6
8553 if test x
$glibcpp_cv_func_sinhf_use = x
"yes"; then
8554 for ac_func
in sinhf
8556 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8557 echo "configure:8558: checking for $ac_func" >&5
8558 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8559 echo $ac_n "(cached) $ac_c" 1>&6
8561 cat > conftest.
$ac_ext <<EOF
8562 #line 8563 "configure"
8563 #include "confdefs.h"
8564 /* System header to define __stub macros and hopefully few prototypes,
8565 which can conflict with char $ac_func(); below. */
8567 /* Override any gcc2 internal prototype to avoid an error. */
8568 /* We use char because int might match the return type of a gcc2
8569 builtin and then its argument prototype would still apply. */
8574 /* The GNU C library defines this for functions which it implements
8575 to always fail with ENOSYS. Some functions are actually named
8576 something starting with __ and the normal name is an alias. */
8577 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8585 if { (eval echo configure
:8586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8587 eval "ac_cv_func_$ac_func=yes"
8589 echo "configure: failed program was:" >&5
8590 cat conftest.
$ac_ext >&5
8592 eval "ac_cv_func_$ac_func=no"
8597 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8598 echo "$ac_t""yes" 1>&6
8599 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8600 cat >> confdefs.h
<<EOF
8601 #define $ac_tr_func 1
8605 echo "$ac_t""no" 1>&6
8612 echo $ac_n "checking for sqrtf declaration""... $ac_c" 1>&6
8613 echo "configure:8614: checking for sqrtf declaration" >&5
8614 if test x
${glibcpp_cv_func_sqrtf_use+set} != xset
; then
8615 if eval "test \"`echo '$''{'glibcpp_cv_func_sqrtf_use'+set}'`\" = set"; then
8616 echo $ac_n "(cached) $ac_c" 1>&6
8621 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8622 ac_cpp
='$CXXCPP $CPPFLAGS'
8623 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8624 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8625 cross_compiling
=$ac_cv_prog_cxx_cross
8627 cat > conftest.
$ac_ext <<EOF
8628 #line 8629 "configure"
8629 #include "confdefs.h"
8635 if { (eval echo configure
:8636: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8637 glibcpp_cv_func_sqrtf_use
=yes
8639 echo "configure: failed program was:" >&5
8640 cat conftest.
$ac_ext >&5
8642 glibcpp_cv_func_sqrtf_use
=no
8646 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8647 ac_cpp
='$CPP $CPPFLAGS'
8648 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8649 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8650 cross_compiling
=$ac_cv_prog_cc_cross
8656 echo "$ac_t""$glibcpp_cv_func_sqrtf_use" 1>&6
8657 if test x
$glibcpp_cv_func_sqrtf_use = x
"yes"; then
8658 for ac_func
in sqrtf
8660 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8661 echo "configure:8662: checking for $ac_func" >&5
8662 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8663 echo $ac_n "(cached) $ac_c" 1>&6
8665 cat > conftest.
$ac_ext <<EOF
8666 #line 8667 "configure"
8667 #include "confdefs.h"
8668 /* System header to define __stub macros and hopefully few prototypes,
8669 which can conflict with char $ac_func(); below. */
8671 /* Override any gcc2 internal prototype to avoid an error. */
8672 /* We use char because int might match the return type of a gcc2
8673 builtin and then its argument prototype would still apply. */
8678 /* The GNU C library defines this for functions which it implements
8679 to always fail with ENOSYS. Some functions are actually named
8680 something starting with __ and the normal name is an alias. */
8681 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8689 if { (eval echo configure
:8690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8691 eval "ac_cv_func_$ac_func=yes"
8693 echo "configure: failed program was:" >&5
8694 cat conftest.
$ac_ext >&5
8696 eval "ac_cv_func_$ac_func=no"
8701 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8702 echo "$ac_t""yes" 1>&6
8703 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8704 cat >> confdefs.h
<<EOF
8705 #define $ac_tr_func 1
8709 echo "$ac_t""no" 1>&6
8716 echo $ac_n "checking for tanf declaration""... $ac_c" 1>&6
8717 echo "configure:8718: checking for tanf declaration" >&5
8718 if test x
${glibcpp_cv_func_tanf_use+set} != xset
; then
8719 if eval "test \"`echo '$''{'glibcpp_cv_func_tanf_use'+set}'`\" = set"; then
8720 echo $ac_n "(cached) $ac_c" 1>&6
8725 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8726 ac_cpp
='$CXXCPP $CPPFLAGS'
8727 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8728 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8729 cross_compiling
=$ac_cv_prog_cxx_cross
8731 cat > conftest.
$ac_ext <<EOF
8732 #line 8733 "configure"
8733 #include "confdefs.h"
8739 if { (eval echo configure
:8740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8741 glibcpp_cv_func_tanf_use
=yes
8743 echo "configure: failed program was:" >&5
8744 cat conftest.
$ac_ext >&5
8746 glibcpp_cv_func_tanf_use
=no
8750 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8751 ac_cpp
='$CPP $CPPFLAGS'
8752 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8753 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8754 cross_compiling
=$ac_cv_prog_cc_cross
8760 echo "$ac_t""$glibcpp_cv_func_tanf_use" 1>&6
8761 if test x
$glibcpp_cv_func_tanf_use = x
"yes"; then
8764 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8765 echo "configure:8766: checking for $ac_func" >&5
8766 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8767 echo $ac_n "(cached) $ac_c" 1>&6
8769 cat > conftest.
$ac_ext <<EOF
8770 #line 8771 "configure"
8771 #include "confdefs.h"
8772 /* System header to define __stub macros and hopefully few prototypes,
8773 which can conflict with char $ac_func(); below. */
8775 /* Override any gcc2 internal prototype to avoid an error. */
8776 /* We use char because int might match the return type of a gcc2
8777 builtin and then its argument prototype would still apply. */
8782 /* The GNU C library defines this for functions which it implements
8783 to always fail with ENOSYS. Some functions are actually named
8784 something starting with __ and the normal name is an alias. */
8785 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8793 if { (eval echo configure
:8794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8795 eval "ac_cv_func_$ac_func=yes"
8797 echo "configure: failed program was:" >&5
8798 cat conftest.
$ac_ext >&5
8800 eval "ac_cv_func_$ac_func=no"
8805 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8806 echo "$ac_t""yes" 1>&6
8807 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8808 cat >> confdefs.h
<<EOF
8809 #define $ac_tr_func 1
8813 echo "$ac_t""no" 1>&6
8820 echo $ac_n "checking for tanhf declaration""... $ac_c" 1>&6
8821 echo "configure:8822: checking for tanhf declaration" >&5
8822 if test x
${glibcpp_cv_func_tanhf_use+set} != xset
; then
8823 if eval "test \"`echo '$''{'glibcpp_cv_func_tanhf_use'+set}'`\" = set"; then
8824 echo $ac_n "(cached) $ac_c" 1>&6
8829 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8830 ac_cpp
='$CXXCPP $CPPFLAGS'
8831 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8832 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8833 cross_compiling
=$ac_cv_prog_cxx_cross
8835 cat > conftest.
$ac_ext <<EOF
8836 #line 8837 "configure"
8837 #include "confdefs.h"
8843 if { (eval echo configure
:8844: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8845 glibcpp_cv_func_tanhf_use
=yes
8847 echo "configure: failed program was:" >&5
8848 cat conftest.
$ac_ext >&5
8850 glibcpp_cv_func_tanhf_use
=no
8854 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8855 ac_cpp
='$CPP $CPPFLAGS'
8856 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8857 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8858 cross_compiling
=$ac_cv_prog_cc_cross
8864 echo "$ac_t""$glibcpp_cv_func_tanhf_use" 1>&6
8865 if test x
$glibcpp_cv_func_tanhf_use = x
"yes"; then
8866 for ac_func
in tanhf
8868 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8869 echo "configure:8870: checking for $ac_func" >&5
8870 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8871 echo $ac_n "(cached) $ac_c" 1>&6
8873 cat > conftest.
$ac_ext <<EOF
8874 #line 8875 "configure"
8875 #include "confdefs.h"
8876 /* System header to define __stub macros and hopefully few prototypes,
8877 which can conflict with char $ac_func(); below. */
8879 /* Override any gcc2 internal prototype to avoid an error. */
8880 /* We use char because int might match the return type of a gcc2
8881 builtin and then its argument prototype would still apply. */
8886 /* The GNU C library defines this for functions which it implements
8887 to always fail with ENOSYS. Some functions are actually named
8888 something starting with __ and the normal name is an alias. */
8889 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8897 if { (eval echo configure
:8898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
8899 eval "ac_cv_func_$ac_func=yes"
8901 echo "configure: failed program was:" >&5
8902 cat conftest.
$ac_ext >&5
8904 eval "ac_cv_func_$ac_func=no"
8909 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
8910 echo "$ac_t""yes" 1>&6
8911 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
8912 cat >> confdefs.h
<<EOF
8913 #define $ac_tr_func 1
8917 echo "$ac_t""no" 1>&6
8924 echo $ac_n "checking for sincosf declaration""... $ac_c" 1>&6
8925 echo "configure:8926: checking for sincosf declaration" >&5
8926 if test x
${glibcpp_cv_func_sincosf_use+set} != xset
; then
8927 if eval "test \"`echo '$''{'glibcpp_cv_func_sincosf_use'+set}'`\" = set"; then
8928 echo $ac_n "(cached) $ac_c" 1>&6
8933 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8934 ac_cpp
='$CXXCPP $CPPFLAGS'
8935 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8936 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8937 cross_compiling
=$ac_cv_prog_cxx_cross
8939 cat > conftest.
$ac_ext <<EOF
8940 #line 8941 "configure"
8941 #include "confdefs.h"
8947 if { (eval echo configure
:8948: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8949 glibcpp_cv_func_sincosf_use
=yes
8951 echo "configure: failed program was:" >&5
8952 cat conftest.
$ac_ext >&5
8954 glibcpp_cv_func_sincosf_use
=no
8958 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
8959 ac_cpp
='$CPP $CPPFLAGS'
8960 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
8961 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
8962 cross_compiling
=$ac_cv_prog_cc_cross
8968 echo "$ac_t""$glibcpp_cv_func_sincosf_use" 1>&6
8969 if test x
$glibcpp_cv_func_sincosf_use = x
"yes"; then
8970 for ac_func
in sincosf
8972 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8973 echo "configure:8974: checking for $ac_func" >&5
8974 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8975 echo $ac_n "(cached) $ac_c" 1>&6
8977 cat > conftest.
$ac_ext <<EOF
8978 #line 8979 "configure"
8979 #include "confdefs.h"
8980 /* System header to define __stub macros and hopefully few prototypes,
8981 which can conflict with char $ac_func(); below. */
8983 /* Override any gcc2 internal prototype to avoid an error. */
8984 /* We use char because int might match the return type of a gcc2
8985 builtin and then its argument prototype would still apply. */
8990 /* The GNU C library defines this for functions which it implements
8991 to always fail with ENOSYS. Some functions are actually named
8992 something starting with __ and the normal name is an alias. */
8993 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9001 if { (eval echo configure
:9002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9003 eval "ac_cv_func_$ac_func=yes"
9005 echo "configure: failed program was:" >&5
9006 cat conftest.
$ac_ext >&5
9008 eval "ac_cv_func_$ac_func=no"
9013 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9014 echo "$ac_t""yes" 1>&6
9015 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9016 cat >> confdefs.h
<<EOF
9017 #define $ac_tr_func 1
9021 echo "$ac_t""no" 1>&6
9028 echo $ac_n "checking for finitef declaration""... $ac_c" 1>&6
9029 echo "configure:9030: checking for finitef declaration" >&5
9030 if test x
${glibcpp_cv_func_finitef_use+set} != xset
; then
9031 if eval "test \"`echo '$''{'glibcpp_cv_func_finitef_use'+set}'`\" = set"; then
9032 echo $ac_n "(cached) $ac_c" 1>&6
9037 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9038 ac_cpp
='$CXXCPP $CPPFLAGS'
9039 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9040 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9041 cross_compiling
=$ac_cv_prog_cxx_cross
9043 cat > conftest.
$ac_ext <<EOF
9044 #line 9045 "configure"
9045 #include "confdefs.h"
9051 if { (eval echo configure
:9052: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9053 glibcpp_cv_func_finitef_use
=yes
9055 echo "configure: failed program was:" >&5
9056 cat conftest.
$ac_ext >&5
9058 glibcpp_cv_func_finitef_use
=no
9062 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9063 ac_cpp
='$CPP $CPPFLAGS'
9064 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9065 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9066 cross_compiling
=$ac_cv_prog_cc_cross
9072 echo "$ac_t""$glibcpp_cv_func_finitef_use" 1>&6
9073 if test x
$glibcpp_cv_func_finitef_use = x
"yes"; then
9074 for ac_func
in finitef
9076 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9077 echo "configure:9078: checking for $ac_func" >&5
9078 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9079 echo $ac_n "(cached) $ac_c" 1>&6
9081 cat > conftest.
$ac_ext <<EOF
9082 #line 9083 "configure"
9083 #include "confdefs.h"
9084 /* System header to define __stub macros and hopefully few prototypes,
9085 which can conflict with char $ac_func(); below. */
9087 /* Override any gcc2 internal prototype to avoid an error. */
9088 /* We use char because int might match the return type of a gcc2
9089 builtin and then its argument prototype would still apply. */
9094 /* The GNU C library defines this for functions which it implements
9095 to always fail with ENOSYS. Some functions are actually named
9096 something starting with __ and the normal name is an alias. */
9097 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9105 if { (eval echo configure
:9106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9107 eval "ac_cv_func_$ac_func=yes"
9109 echo "configure: failed program was:" >&5
9110 cat conftest.
$ac_ext >&5
9112 eval "ac_cv_func_$ac_func=no"
9117 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9118 echo "$ac_t""yes" 1>&6
9119 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9120 cat >> confdefs.h
<<EOF
9121 #define $ac_tr_func 1
9125 echo "$ac_t""no" 1>&6
9133 echo $ac_n "checking for isnanl declaration""... $ac_c" 1>&6
9134 echo "configure:9135: checking for isnanl declaration" >&5
9135 if test x
${glibcpp_cv_func_isnanl_use+set} != xset
; then
9136 if eval "test \"`echo '$''{'glibcpp_cv_func_isnanl_use'+set}'`\" = set"; then
9137 echo $ac_n "(cached) $ac_c" 1>&6
9142 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9143 ac_cpp
='$CXXCPP $CPPFLAGS'
9144 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9145 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9146 cross_compiling
=$ac_cv_prog_cxx_cross
9148 cat > conftest.
$ac_ext <<EOF
9149 #line 9150 "configure"
9150 #include "confdefs.h"
9156 if { (eval echo configure
:9157: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9158 glibcpp_cv_func_isnanl_use
=yes
9160 echo "configure: failed program was:" >&5
9161 cat conftest.
$ac_ext >&5
9163 glibcpp_cv_func_isnanl_use
=no
9167 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9168 ac_cpp
='$CPP $CPPFLAGS'
9169 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9170 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9171 cross_compiling
=$ac_cv_prog_cc_cross
9177 echo "$ac_t""$glibcpp_cv_func_isnanl_use" 1>&6
9178 if test x
$glibcpp_cv_func_isnanl_use = x
"yes"; then
9179 for ac_func
in isnanl
9181 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9182 echo "configure:9183: checking for $ac_func" >&5
9183 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9184 echo $ac_n "(cached) $ac_c" 1>&6
9186 cat > conftest.
$ac_ext <<EOF
9187 #line 9188 "configure"
9188 #include "confdefs.h"
9189 /* System header to define __stub macros and hopefully few prototypes,
9190 which can conflict with char $ac_func(); below. */
9192 /* Override any gcc2 internal prototype to avoid an error. */
9193 /* We use char because int might match the return type of a gcc2
9194 builtin and then its argument prototype would still apply. */
9199 /* The GNU C library defines this for functions which it implements
9200 to always fail with ENOSYS. Some functions are actually named
9201 something starting with __ and the normal name is an alias. */
9202 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9210 if { (eval echo configure
:9211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9212 eval "ac_cv_func_$ac_func=yes"
9214 echo "configure: failed program was:" >&5
9215 cat conftest.
$ac_ext >&5
9217 eval "ac_cv_func_$ac_func=no"
9222 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9223 echo "$ac_t""yes" 1>&6
9224 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9225 cat >> confdefs.h
<<EOF
9226 #define $ac_tr_func 1
9230 echo "$ac_t""no" 1>&6
9237 echo $ac_n "checking for isinfl declaration""... $ac_c" 1>&6
9238 echo "configure:9239: checking for isinfl declaration" >&5
9239 if test x
${glibcpp_cv_func_isinfl_use+set} != xset
; then
9240 if eval "test \"`echo '$''{'glibcpp_cv_func_isinfl_use'+set}'`\" = set"; then
9241 echo $ac_n "(cached) $ac_c" 1>&6
9246 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9247 ac_cpp
='$CXXCPP $CPPFLAGS'
9248 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9249 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9250 cross_compiling
=$ac_cv_prog_cxx_cross
9252 cat > conftest.
$ac_ext <<EOF
9253 #line 9254 "configure"
9254 #include "confdefs.h"
9260 if { (eval echo configure
:9261: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9262 glibcpp_cv_func_isinfl_use
=yes
9264 echo "configure: failed program was:" >&5
9265 cat conftest.
$ac_ext >&5
9267 glibcpp_cv_func_isinfl_use
=no
9271 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9272 ac_cpp
='$CPP $CPPFLAGS'
9273 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9274 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9275 cross_compiling
=$ac_cv_prog_cc_cross
9281 echo "$ac_t""$glibcpp_cv_func_isinfl_use" 1>&6
9282 if test x
$glibcpp_cv_func_isinfl_use = x
"yes"; then
9283 for ac_func
in isinfl
9285 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9286 echo "configure:9287: checking for $ac_func" >&5
9287 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9288 echo $ac_n "(cached) $ac_c" 1>&6
9290 cat > conftest.
$ac_ext <<EOF
9291 #line 9292 "configure"
9292 #include "confdefs.h"
9293 /* System header to define __stub macros and hopefully few prototypes,
9294 which can conflict with char $ac_func(); below. */
9296 /* Override any gcc2 internal prototype to avoid an error. */
9297 /* We use char because int might match the return type of a gcc2
9298 builtin and then its argument prototype would still apply. */
9303 /* The GNU C library defines this for functions which it implements
9304 to always fail with ENOSYS. Some functions are actually named
9305 something starting with __ and the normal name is an alias. */
9306 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9314 if { (eval echo configure
:9315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9316 eval "ac_cv_func_$ac_func=yes"
9318 echo "configure: failed program was:" >&5
9319 cat conftest.
$ac_ext >&5
9321 eval "ac_cv_func_$ac_func=no"
9326 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9327 echo "$ac_t""yes" 1>&6
9328 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9329 cat >> confdefs.h
<<EOF
9330 #define $ac_tr_func 1
9334 echo "$ac_t""no" 1>&6
9341 echo $ac_n "checking for copysignl declaration""... $ac_c" 1>&6
9342 echo "configure:9343: checking for copysignl declaration" >&5
9343 if test x
${glibcpp_cv_func_copysignl_use+set} != xset
; then
9344 if eval "test \"`echo '$''{'glibcpp_cv_func_copysignl_use'+set}'`\" = set"; then
9345 echo $ac_n "(cached) $ac_c" 1>&6
9350 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9351 ac_cpp
='$CXXCPP $CPPFLAGS'
9352 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9353 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9354 cross_compiling
=$ac_cv_prog_cxx_cross
9356 cat > conftest.
$ac_ext <<EOF
9357 #line 9358 "configure"
9358 #include "confdefs.h"
9364 if { (eval echo configure
:9365: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9366 glibcpp_cv_func_copysignl_use
=yes
9368 echo "configure: failed program was:" >&5
9369 cat conftest.
$ac_ext >&5
9371 glibcpp_cv_func_copysignl_use
=no
9375 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9376 ac_cpp
='$CPP $CPPFLAGS'
9377 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9378 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9379 cross_compiling
=$ac_cv_prog_cc_cross
9385 echo "$ac_t""$glibcpp_cv_func_copysignl_use" 1>&6
9386 if test x
$glibcpp_cv_func_copysignl_use = x
"yes"; then
9387 for ac_func
in copysignl
9389 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9390 echo "configure:9391: checking for $ac_func" >&5
9391 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9392 echo $ac_n "(cached) $ac_c" 1>&6
9394 cat > conftest.
$ac_ext <<EOF
9395 #line 9396 "configure"
9396 #include "confdefs.h"
9397 /* System header to define __stub macros and hopefully few prototypes,
9398 which can conflict with char $ac_func(); below. */
9400 /* Override any gcc2 internal prototype to avoid an error. */
9401 /* We use char because int might match the return type of a gcc2
9402 builtin and then its argument prototype would still apply. */
9407 /* The GNU C library defines this for functions which it implements
9408 to always fail with ENOSYS. Some functions are actually named
9409 something starting with __ and the normal name is an alias. */
9410 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9418 if { (eval echo configure
:9419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9420 eval "ac_cv_func_$ac_func=yes"
9422 echo "configure: failed program was:" >&5
9423 cat conftest.
$ac_ext >&5
9425 eval "ac_cv_func_$ac_func=no"
9430 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9431 echo "$ac_t""yes" 1>&6
9432 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9433 cat >> confdefs.h
<<EOF
9434 #define $ac_tr_func 1
9438 echo "$ac_t""no" 1>&6
9445 echo $ac_n "checking for acosl declaration""... $ac_c" 1>&6
9446 echo "configure:9447: checking for acosl declaration" >&5
9447 if test x
${glibcpp_cv_func_acosl_use+set} != xset
; then
9448 if eval "test \"`echo '$''{'glibcpp_cv_func_acosl_use'+set}'`\" = set"; then
9449 echo $ac_n "(cached) $ac_c" 1>&6
9454 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9455 ac_cpp
='$CXXCPP $CPPFLAGS'
9456 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9457 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9458 cross_compiling
=$ac_cv_prog_cxx_cross
9460 cat > conftest.
$ac_ext <<EOF
9461 #line 9462 "configure"
9462 #include "confdefs.h"
9468 if { (eval echo configure
:9469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9470 glibcpp_cv_func_acosl_use
=yes
9472 echo "configure: failed program was:" >&5
9473 cat conftest.
$ac_ext >&5
9475 glibcpp_cv_func_acosl_use
=no
9479 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9480 ac_cpp
='$CPP $CPPFLAGS'
9481 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9482 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9483 cross_compiling
=$ac_cv_prog_cc_cross
9489 echo "$ac_t""$glibcpp_cv_func_acosl_use" 1>&6
9490 if test x
$glibcpp_cv_func_acosl_use = x
"yes"; then
9491 for ac_func
in acosl
9493 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9494 echo "configure:9495: checking for $ac_func" >&5
9495 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9496 echo $ac_n "(cached) $ac_c" 1>&6
9498 cat > conftest.
$ac_ext <<EOF
9499 #line 9500 "configure"
9500 #include "confdefs.h"
9501 /* System header to define __stub macros and hopefully few prototypes,
9502 which can conflict with char $ac_func(); below. */
9504 /* Override any gcc2 internal prototype to avoid an error. */
9505 /* We use char because int might match the return type of a gcc2
9506 builtin and then its argument prototype would still apply. */
9511 /* The GNU C library defines this for functions which it implements
9512 to always fail with ENOSYS. Some functions are actually named
9513 something starting with __ and the normal name is an alias. */
9514 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9522 if { (eval echo configure
:9523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9524 eval "ac_cv_func_$ac_func=yes"
9526 echo "configure: failed program was:" >&5
9527 cat conftest.
$ac_ext >&5
9529 eval "ac_cv_func_$ac_func=no"
9534 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9535 echo "$ac_t""yes" 1>&6
9536 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9537 cat >> confdefs.h
<<EOF
9538 #define $ac_tr_func 1
9542 echo "$ac_t""no" 1>&6
9549 echo $ac_n "checking for asinl declaration""... $ac_c" 1>&6
9550 echo "configure:9551: checking for asinl declaration" >&5
9551 if test x
${glibcpp_cv_func_asinl_use+set} != xset
; then
9552 if eval "test \"`echo '$''{'glibcpp_cv_func_asinl_use'+set}'`\" = set"; then
9553 echo $ac_n "(cached) $ac_c" 1>&6
9558 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9559 ac_cpp
='$CXXCPP $CPPFLAGS'
9560 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9561 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9562 cross_compiling
=$ac_cv_prog_cxx_cross
9564 cat > conftest.
$ac_ext <<EOF
9565 #line 9566 "configure"
9566 #include "confdefs.h"
9572 if { (eval echo configure
:9573: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9574 glibcpp_cv_func_asinl_use
=yes
9576 echo "configure: failed program was:" >&5
9577 cat conftest.
$ac_ext >&5
9579 glibcpp_cv_func_asinl_use
=no
9583 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9584 ac_cpp
='$CPP $CPPFLAGS'
9585 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9586 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9587 cross_compiling
=$ac_cv_prog_cc_cross
9593 echo "$ac_t""$glibcpp_cv_func_asinl_use" 1>&6
9594 if test x
$glibcpp_cv_func_asinl_use = x
"yes"; then
9595 for ac_func
in asinl
9597 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9598 echo "configure:9599: checking for $ac_func" >&5
9599 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9600 echo $ac_n "(cached) $ac_c" 1>&6
9602 cat > conftest.
$ac_ext <<EOF
9603 #line 9604 "configure"
9604 #include "confdefs.h"
9605 /* System header to define __stub macros and hopefully few prototypes,
9606 which can conflict with char $ac_func(); below. */
9608 /* Override any gcc2 internal prototype to avoid an error. */
9609 /* We use char because int might match the return type of a gcc2
9610 builtin and then its argument prototype would still apply. */
9615 /* The GNU C library defines this for functions which it implements
9616 to always fail with ENOSYS. Some functions are actually named
9617 something starting with __ and the normal name is an alias. */
9618 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9626 if { (eval echo configure
:9627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9628 eval "ac_cv_func_$ac_func=yes"
9630 echo "configure: failed program was:" >&5
9631 cat conftest.
$ac_ext >&5
9633 eval "ac_cv_func_$ac_func=no"
9638 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9639 echo "$ac_t""yes" 1>&6
9640 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9641 cat >> confdefs.h
<<EOF
9642 #define $ac_tr_func 1
9646 echo "$ac_t""no" 1>&6
9653 echo $ac_n "checking for atanl declaration""... $ac_c" 1>&6
9654 echo "configure:9655: checking for atanl declaration" >&5
9655 if test x
${glibcpp_cv_func_atanl_use+set} != xset
; then
9656 if eval "test \"`echo '$''{'glibcpp_cv_func_atanl_use'+set}'`\" = set"; then
9657 echo $ac_n "(cached) $ac_c" 1>&6
9662 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9663 ac_cpp
='$CXXCPP $CPPFLAGS'
9664 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9665 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9666 cross_compiling
=$ac_cv_prog_cxx_cross
9668 cat > conftest.
$ac_ext <<EOF
9669 #line 9670 "configure"
9670 #include "confdefs.h"
9676 if { (eval echo configure
:9677: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9678 glibcpp_cv_func_atanl_use
=yes
9680 echo "configure: failed program was:" >&5
9681 cat conftest.
$ac_ext >&5
9683 glibcpp_cv_func_atanl_use
=no
9687 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9688 ac_cpp
='$CPP $CPPFLAGS'
9689 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9690 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9691 cross_compiling
=$ac_cv_prog_cc_cross
9697 echo "$ac_t""$glibcpp_cv_func_atanl_use" 1>&6
9698 if test x
$glibcpp_cv_func_atanl_use = x
"yes"; then
9699 for ac_func
in atanl
9701 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9702 echo "configure:9703: checking for $ac_func" >&5
9703 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9704 echo $ac_n "(cached) $ac_c" 1>&6
9706 cat > conftest.
$ac_ext <<EOF
9707 #line 9708 "configure"
9708 #include "confdefs.h"
9709 /* System header to define __stub macros and hopefully few prototypes,
9710 which can conflict with char $ac_func(); below. */
9712 /* Override any gcc2 internal prototype to avoid an error. */
9713 /* We use char because int might match the return type of a gcc2
9714 builtin and then its argument prototype would still apply. */
9719 /* The GNU C library defines this for functions which it implements
9720 to always fail with ENOSYS. Some functions are actually named
9721 something starting with __ and the normal name is an alias. */
9722 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9730 if { (eval echo configure
:9731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9732 eval "ac_cv_func_$ac_func=yes"
9734 echo "configure: failed program was:" >&5
9735 cat conftest.
$ac_ext >&5
9737 eval "ac_cv_func_$ac_func=no"
9742 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9743 echo "$ac_t""yes" 1>&6
9744 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9745 cat >> confdefs.h
<<EOF
9746 #define $ac_tr_func 1
9750 echo "$ac_t""no" 1>&6
9757 echo $ac_n "checking for atan2l declaration""... $ac_c" 1>&6
9758 echo "configure:9759: checking for atan2l declaration" >&5
9759 if test x
${glibcpp_cv_func_atan2l_use+set} != xset
; then
9760 if eval "test \"`echo '$''{'glibcpp_cv_func_atan2l_use'+set}'`\" = set"; then
9761 echo $ac_n "(cached) $ac_c" 1>&6
9766 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9767 ac_cpp
='$CXXCPP $CPPFLAGS'
9768 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9769 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9770 cross_compiling
=$ac_cv_prog_cxx_cross
9772 cat > conftest.
$ac_ext <<EOF
9773 #line 9774 "configure"
9774 #include "confdefs.h"
9780 if { (eval echo configure
:9781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9782 glibcpp_cv_func_atan2l_use
=yes
9784 echo "configure: failed program was:" >&5
9785 cat conftest.
$ac_ext >&5
9787 glibcpp_cv_func_atan2l_use
=no
9791 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9792 ac_cpp
='$CPP $CPPFLAGS'
9793 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9794 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9795 cross_compiling
=$ac_cv_prog_cc_cross
9801 echo "$ac_t""$glibcpp_cv_func_atan2l_use" 1>&6
9802 if test x
$glibcpp_cv_func_atan2l_use = x
"yes"; then
9803 for ac_func
in atan2l
9805 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9806 echo "configure:9807: checking for $ac_func" >&5
9807 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9808 echo $ac_n "(cached) $ac_c" 1>&6
9810 cat > conftest.
$ac_ext <<EOF
9811 #line 9812 "configure"
9812 #include "confdefs.h"
9813 /* System header to define __stub macros and hopefully few prototypes,
9814 which can conflict with char $ac_func(); below. */
9816 /* Override any gcc2 internal prototype to avoid an error. */
9817 /* We use char because int might match the return type of a gcc2
9818 builtin and then its argument prototype would still apply. */
9823 /* The GNU C library defines this for functions which it implements
9824 to always fail with ENOSYS. Some functions are actually named
9825 something starting with __ and the normal name is an alias. */
9826 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9834 if { (eval echo configure
:9835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9836 eval "ac_cv_func_$ac_func=yes"
9838 echo "configure: failed program was:" >&5
9839 cat conftest.
$ac_ext >&5
9841 eval "ac_cv_func_$ac_func=no"
9846 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9847 echo "$ac_t""yes" 1>&6
9848 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9849 cat >> confdefs.h
<<EOF
9850 #define $ac_tr_func 1
9854 echo "$ac_t""no" 1>&6
9861 echo $ac_n "checking for ceill declaration""... $ac_c" 1>&6
9862 echo "configure:9863: checking for ceill declaration" >&5
9863 if test x
${glibcpp_cv_func_ceill_use+set} != xset
; then
9864 if eval "test \"`echo '$''{'glibcpp_cv_func_ceill_use'+set}'`\" = set"; then
9865 echo $ac_n "(cached) $ac_c" 1>&6
9870 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9871 ac_cpp
='$CXXCPP $CPPFLAGS'
9872 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9873 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9874 cross_compiling
=$ac_cv_prog_cxx_cross
9876 cat > conftest.
$ac_ext <<EOF
9877 #line 9878 "configure"
9878 #include "confdefs.h"
9884 if { (eval echo configure
:9885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9886 glibcpp_cv_func_ceill_use
=yes
9888 echo "configure: failed program was:" >&5
9889 cat conftest.
$ac_ext >&5
9891 glibcpp_cv_func_ceill_use
=no
9895 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9896 ac_cpp
='$CPP $CPPFLAGS'
9897 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9898 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9899 cross_compiling
=$ac_cv_prog_cc_cross
9905 echo "$ac_t""$glibcpp_cv_func_ceill_use" 1>&6
9906 if test x
$glibcpp_cv_func_ceill_use = x
"yes"; then
9907 for ac_func
in ceill
9909 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
9910 echo "configure:9911: checking for $ac_func" >&5
9911 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
9912 echo $ac_n "(cached) $ac_c" 1>&6
9914 cat > conftest.
$ac_ext <<EOF
9915 #line 9916 "configure"
9916 #include "confdefs.h"
9917 /* System header to define __stub macros and hopefully few prototypes,
9918 which can conflict with char $ac_func(); below. */
9920 /* Override any gcc2 internal prototype to avoid an error. */
9921 /* We use char because int might match the return type of a gcc2
9922 builtin and then its argument prototype would still apply. */
9927 /* The GNU C library defines this for functions which it implements
9928 to always fail with ENOSYS. Some functions are actually named
9929 something starting with __ and the normal name is an alias. */
9930 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9938 if { (eval echo configure
:9939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
9940 eval "ac_cv_func_$ac_func=yes"
9942 echo "configure: failed program was:" >&5
9943 cat conftest.
$ac_ext >&5
9945 eval "ac_cv_func_$ac_func=no"
9950 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
9951 echo "$ac_t""yes" 1>&6
9952 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
9953 cat >> confdefs.h
<<EOF
9954 #define $ac_tr_func 1
9958 echo "$ac_t""no" 1>&6
9965 echo $ac_n "checking for cosl declaration""... $ac_c" 1>&6
9966 echo "configure:9967: checking for cosl declaration" >&5
9967 if test x
${glibcpp_cv_func_cosl_use+set} != xset
; then
9968 if eval "test \"`echo '$''{'glibcpp_cv_func_cosl_use'+set}'`\" = set"; then
9969 echo $ac_n "(cached) $ac_c" 1>&6
9974 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9975 ac_cpp
='$CXXCPP $CPPFLAGS'
9976 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
9977 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
9978 cross_compiling
=$ac_cv_prog_cxx_cross
9980 cat > conftest.
$ac_ext <<EOF
9981 #line 9982 "configure"
9982 #include "confdefs.h"
9988 if { (eval echo configure
:9989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9990 glibcpp_cv_func_cosl_use
=yes
9992 echo "configure: failed program was:" >&5
9993 cat conftest.
$ac_ext >&5
9995 glibcpp_cv_func_cosl_use
=no
9999 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10000 ac_cpp
='$CPP $CPPFLAGS'
10001 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10002 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10003 cross_compiling
=$ac_cv_prog_cc_cross
10009 echo "$ac_t""$glibcpp_cv_func_cosl_use" 1>&6
10010 if test x
$glibcpp_cv_func_cosl_use = x
"yes"; then
10011 for ac_func
in cosl
10013 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10014 echo "configure:10015: checking for $ac_func" >&5
10015 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10016 echo $ac_n "(cached) $ac_c" 1>&6
10018 cat > conftest.
$ac_ext <<EOF
10019 #line 10020 "configure"
10020 #include "confdefs.h"
10021 /* System header to define __stub macros and hopefully few prototypes,
10022 which can conflict with char $ac_func(); below. */
10023 #include <assert.h>
10024 /* Override any gcc2 internal prototype to avoid an error. */
10025 /* We use char because int might match the return type of a gcc2
10026 builtin and then its argument prototype would still apply. */
10031 /* The GNU C library defines this for functions which it implements
10032 to always fail with ENOSYS. Some functions are actually named
10033 something starting with __ and the normal name is an alias. */
10034 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10042 if { (eval echo configure
:10043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10044 eval "ac_cv_func_$ac_func=yes"
10046 echo "configure: failed program was:" >&5
10047 cat conftest.
$ac_ext >&5
10049 eval "ac_cv_func_$ac_func=no"
10054 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10055 echo "$ac_t""yes" 1>&6
10056 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10057 cat >> confdefs.h
<<EOF
10058 #define $ac_tr_func 1
10062 echo "$ac_t""no" 1>&6
10069 echo $ac_n "checking for coshl declaration""... $ac_c" 1>&6
10070 echo "configure:10071: checking for coshl declaration" >&5
10071 if test x
${glibcpp_cv_func_coshl_use+set} != xset
; then
10072 if eval "test \"`echo '$''{'glibcpp_cv_func_coshl_use'+set}'`\" = set"; then
10073 echo $ac_n "(cached) $ac_c" 1>&6
10078 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10079 ac_cpp
='$CXXCPP $CPPFLAGS'
10080 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10081 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10082 cross_compiling
=$ac_cv_prog_cxx_cross
10084 cat > conftest.
$ac_ext <<EOF
10085 #line 10086 "configure"
10086 #include "confdefs.h"
10092 if { (eval echo configure
:10093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10094 glibcpp_cv_func_coshl_use
=yes
10096 echo "configure: failed program was:" >&5
10097 cat conftest.
$ac_ext >&5
10099 glibcpp_cv_func_coshl_use
=no
10103 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10104 ac_cpp
='$CPP $CPPFLAGS'
10105 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10106 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10107 cross_compiling
=$ac_cv_prog_cc_cross
10113 echo "$ac_t""$glibcpp_cv_func_coshl_use" 1>&6
10114 if test x
$glibcpp_cv_func_coshl_use = x
"yes"; then
10115 for ac_func
in coshl
10117 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10118 echo "configure:10119: checking for $ac_func" >&5
10119 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10120 echo $ac_n "(cached) $ac_c" 1>&6
10122 cat > conftest.
$ac_ext <<EOF
10123 #line 10124 "configure"
10124 #include "confdefs.h"
10125 /* System header to define __stub macros and hopefully few prototypes,
10126 which can conflict with char $ac_func(); below. */
10127 #include <assert.h>
10128 /* Override any gcc2 internal prototype to avoid an error. */
10129 /* We use char because int might match the return type of a gcc2
10130 builtin and then its argument prototype would still apply. */
10135 /* The GNU C library defines this for functions which it implements
10136 to always fail with ENOSYS. Some functions are actually named
10137 something starting with __ and the normal name is an alias. */
10138 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10146 if { (eval echo configure
:10147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10148 eval "ac_cv_func_$ac_func=yes"
10150 echo "configure: failed program was:" >&5
10151 cat conftest.
$ac_ext >&5
10153 eval "ac_cv_func_$ac_func=no"
10158 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10159 echo "$ac_t""yes" 1>&6
10160 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10161 cat >> confdefs.h
<<EOF
10162 #define $ac_tr_func 1
10166 echo "$ac_t""no" 1>&6
10173 echo $ac_n "checking for expl declaration""... $ac_c" 1>&6
10174 echo "configure:10175: checking for expl declaration" >&5
10175 if test x
${glibcpp_cv_func_expl_use+set} != xset
; then
10176 if eval "test \"`echo '$''{'glibcpp_cv_func_expl_use'+set}'`\" = set"; then
10177 echo $ac_n "(cached) $ac_c" 1>&6
10182 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10183 ac_cpp
='$CXXCPP $CPPFLAGS'
10184 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10185 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10186 cross_compiling
=$ac_cv_prog_cxx_cross
10188 cat > conftest.
$ac_ext <<EOF
10189 #line 10190 "configure"
10190 #include "confdefs.h"
10196 if { (eval echo configure
:10197: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10198 glibcpp_cv_func_expl_use
=yes
10200 echo "configure: failed program was:" >&5
10201 cat conftest.
$ac_ext >&5
10203 glibcpp_cv_func_expl_use
=no
10207 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10208 ac_cpp
='$CPP $CPPFLAGS'
10209 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10210 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10211 cross_compiling
=$ac_cv_prog_cc_cross
10217 echo "$ac_t""$glibcpp_cv_func_expl_use" 1>&6
10218 if test x
$glibcpp_cv_func_expl_use = x
"yes"; then
10219 for ac_func
in expl
10221 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10222 echo "configure:10223: checking for $ac_func" >&5
10223 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10224 echo $ac_n "(cached) $ac_c" 1>&6
10226 cat > conftest.
$ac_ext <<EOF
10227 #line 10228 "configure"
10228 #include "confdefs.h"
10229 /* System header to define __stub macros and hopefully few prototypes,
10230 which can conflict with char $ac_func(); below. */
10231 #include <assert.h>
10232 /* Override any gcc2 internal prototype to avoid an error. */
10233 /* We use char because int might match the return type of a gcc2
10234 builtin and then its argument prototype would still apply. */
10239 /* The GNU C library defines this for functions which it implements
10240 to always fail with ENOSYS. Some functions are actually named
10241 something starting with __ and the normal name is an alias. */
10242 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10250 if { (eval echo configure
:10251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10252 eval "ac_cv_func_$ac_func=yes"
10254 echo "configure: failed program was:" >&5
10255 cat conftest.
$ac_ext >&5
10257 eval "ac_cv_func_$ac_func=no"
10262 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10263 echo "$ac_t""yes" 1>&6
10264 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10265 cat >> confdefs.h
<<EOF
10266 #define $ac_tr_func 1
10270 echo "$ac_t""no" 1>&6
10277 echo $ac_n "checking for fabsl declaration""... $ac_c" 1>&6
10278 echo "configure:10279: checking for fabsl declaration" >&5
10279 if test x
${glibcpp_cv_func_fabsl_use+set} != xset
; then
10280 if eval "test \"`echo '$''{'glibcpp_cv_func_fabsl_use'+set}'`\" = set"; then
10281 echo $ac_n "(cached) $ac_c" 1>&6
10286 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10287 ac_cpp
='$CXXCPP $CPPFLAGS'
10288 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10289 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10290 cross_compiling
=$ac_cv_prog_cxx_cross
10292 cat > conftest.
$ac_ext <<EOF
10293 #line 10294 "configure"
10294 #include "confdefs.h"
10300 if { (eval echo configure
:10301: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10302 glibcpp_cv_func_fabsl_use
=yes
10304 echo "configure: failed program was:" >&5
10305 cat conftest.
$ac_ext >&5
10307 glibcpp_cv_func_fabsl_use
=no
10311 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10312 ac_cpp
='$CPP $CPPFLAGS'
10313 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10314 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10315 cross_compiling
=$ac_cv_prog_cc_cross
10321 echo "$ac_t""$glibcpp_cv_func_fabsl_use" 1>&6
10322 if test x
$glibcpp_cv_func_fabsl_use = x
"yes"; then
10323 for ac_func
in fabsl
10325 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10326 echo "configure:10327: checking for $ac_func" >&5
10327 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10328 echo $ac_n "(cached) $ac_c" 1>&6
10330 cat > conftest.
$ac_ext <<EOF
10331 #line 10332 "configure"
10332 #include "confdefs.h"
10333 /* System header to define __stub macros and hopefully few prototypes,
10334 which can conflict with char $ac_func(); below. */
10335 #include <assert.h>
10336 /* Override any gcc2 internal prototype to avoid an error. */
10337 /* We use char because int might match the return type of a gcc2
10338 builtin and then its argument prototype would still apply. */
10343 /* The GNU C library defines this for functions which it implements
10344 to always fail with ENOSYS. Some functions are actually named
10345 something starting with __ and the normal name is an alias. */
10346 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10354 if { (eval echo configure
:10355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10356 eval "ac_cv_func_$ac_func=yes"
10358 echo "configure: failed program was:" >&5
10359 cat conftest.
$ac_ext >&5
10361 eval "ac_cv_func_$ac_func=no"
10366 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10367 echo "$ac_t""yes" 1>&6
10368 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10369 cat >> confdefs.h
<<EOF
10370 #define $ac_tr_func 1
10374 echo "$ac_t""no" 1>&6
10381 echo $ac_n "checking for floorl declaration""... $ac_c" 1>&6
10382 echo "configure:10383: checking for floorl declaration" >&5
10383 if test x
${glibcpp_cv_func_floorl_use+set} != xset
; then
10384 if eval "test \"`echo '$''{'glibcpp_cv_func_floorl_use'+set}'`\" = set"; then
10385 echo $ac_n "(cached) $ac_c" 1>&6
10390 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10391 ac_cpp
='$CXXCPP $CPPFLAGS'
10392 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10393 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10394 cross_compiling
=$ac_cv_prog_cxx_cross
10396 cat > conftest.
$ac_ext <<EOF
10397 #line 10398 "configure"
10398 #include "confdefs.h"
10404 if { (eval echo configure
:10405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10406 glibcpp_cv_func_floorl_use
=yes
10408 echo "configure: failed program was:" >&5
10409 cat conftest.
$ac_ext >&5
10411 glibcpp_cv_func_floorl_use
=no
10415 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10416 ac_cpp
='$CPP $CPPFLAGS'
10417 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10418 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10419 cross_compiling
=$ac_cv_prog_cc_cross
10425 echo "$ac_t""$glibcpp_cv_func_floorl_use" 1>&6
10426 if test x
$glibcpp_cv_func_floorl_use = x
"yes"; then
10427 for ac_func
in floorl
10429 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10430 echo "configure:10431: checking for $ac_func" >&5
10431 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10432 echo $ac_n "(cached) $ac_c" 1>&6
10434 cat > conftest.
$ac_ext <<EOF
10435 #line 10436 "configure"
10436 #include "confdefs.h"
10437 /* System header to define __stub macros and hopefully few prototypes,
10438 which can conflict with char $ac_func(); below. */
10439 #include <assert.h>
10440 /* Override any gcc2 internal prototype to avoid an error. */
10441 /* We use char because int might match the return type of a gcc2
10442 builtin and then its argument prototype would still apply. */
10447 /* The GNU C library defines this for functions which it implements
10448 to always fail with ENOSYS. Some functions are actually named
10449 something starting with __ and the normal name is an alias. */
10450 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10458 if { (eval echo configure
:10459: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10460 eval "ac_cv_func_$ac_func=yes"
10462 echo "configure: failed program was:" >&5
10463 cat conftest.
$ac_ext >&5
10465 eval "ac_cv_func_$ac_func=no"
10470 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10471 echo "$ac_t""yes" 1>&6
10472 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10473 cat >> confdefs.h
<<EOF
10474 #define $ac_tr_func 1
10478 echo "$ac_t""no" 1>&6
10485 echo $ac_n "checking for fmodl declaration""... $ac_c" 1>&6
10486 echo "configure:10487: checking for fmodl declaration" >&5
10487 if test x
${glibcpp_cv_func_fmodl_use+set} != xset
; then
10488 if eval "test \"`echo '$''{'glibcpp_cv_func_fmodl_use'+set}'`\" = set"; then
10489 echo $ac_n "(cached) $ac_c" 1>&6
10494 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10495 ac_cpp
='$CXXCPP $CPPFLAGS'
10496 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10497 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10498 cross_compiling
=$ac_cv_prog_cxx_cross
10500 cat > conftest.
$ac_ext <<EOF
10501 #line 10502 "configure"
10502 #include "confdefs.h"
10508 if { (eval echo configure
:10509: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10510 glibcpp_cv_func_fmodl_use
=yes
10512 echo "configure: failed program was:" >&5
10513 cat conftest.
$ac_ext >&5
10515 glibcpp_cv_func_fmodl_use
=no
10519 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10520 ac_cpp
='$CPP $CPPFLAGS'
10521 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10522 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10523 cross_compiling
=$ac_cv_prog_cc_cross
10529 echo "$ac_t""$glibcpp_cv_func_fmodl_use" 1>&6
10530 if test x
$glibcpp_cv_func_fmodl_use = x
"yes"; then
10531 for ac_func
in fmodl
10533 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10534 echo "configure:10535: checking for $ac_func" >&5
10535 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10536 echo $ac_n "(cached) $ac_c" 1>&6
10538 cat > conftest.
$ac_ext <<EOF
10539 #line 10540 "configure"
10540 #include "confdefs.h"
10541 /* System header to define __stub macros and hopefully few prototypes,
10542 which can conflict with char $ac_func(); below. */
10543 #include <assert.h>
10544 /* Override any gcc2 internal prototype to avoid an error. */
10545 /* We use char because int might match the return type of a gcc2
10546 builtin and then its argument prototype would still apply. */
10551 /* The GNU C library defines this for functions which it implements
10552 to always fail with ENOSYS. Some functions are actually named
10553 something starting with __ and the normal name is an alias. */
10554 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10562 if { (eval echo configure
:10563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10564 eval "ac_cv_func_$ac_func=yes"
10566 echo "configure: failed program was:" >&5
10567 cat conftest.
$ac_ext >&5
10569 eval "ac_cv_func_$ac_func=no"
10574 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10575 echo "$ac_t""yes" 1>&6
10576 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10577 cat >> confdefs.h
<<EOF
10578 #define $ac_tr_func 1
10582 echo "$ac_t""no" 1>&6
10589 echo $ac_n "checking for frexpl declaration""... $ac_c" 1>&6
10590 echo "configure:10591: checking for frexpl declaration" >&5
10591 if test x
${glibcpp_cv_func_frexpl_use+set} != xset
; then
10592 if eval "test \"`echo '$''{'glibcpp_cv_func_frexpl_use'+set}'`\" = set"; then
10593 echo $ac_n "(cached) $ac_c" 1>&6
10598 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10599 ac_cpp
='$CXXCPP $CPPFLAGS'
10600 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10601 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10602 cross_compiling
=$ac_cv_prog_cxx_cross
10604 cat > conftest.
$ac_ext <<EOF
10605 #line 10606 "configure"
10606 #include "confdefs.h"
10612 if { (eval echo configure
:10613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10614 glibcpp_cv_func_frexpl_use
=yes
10616 echo "configure: failed program was:" >&5
10617 cat conftest.
$ac_ext >&5
10619 glibcpp_cv_func_frexpl_use
=no
10623 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10624 ac_cpp
='$CPP $CPPFLAGS'
10625 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10626 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10627 cross_compiling
=$ac_cv_prog_cc_cross
10633 echo "$ac_t""$glibcpp_cv_func_frexpl_use" 1>&6
10634 if test x
$glibcpp_cv_func_frexpl_use = x
"yes"; then
10635 for ac_func
in frexpl
10637 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10638 echo "configure:10639: checking for $ac_func" >&5
10639 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10640 echo $ac_n "(cached) $ac_c" 1>&6
10642 cat > conftest.
$ac_ext <<EOF
10643 #line 10644 "configure"
10644 #include "confdefs.h"
10645 /* System header to define __stub macros and hopefully few prototypes,
10646 which can conflict with char $ac_func(); below. */
10647 #include <assert.h>
10648 /* Override any gcc2 internal prototype to avoid an error. */
10649 /* We use char because int might match the return type of a gcc2
10650 builtin and then its argument prototype would still apply. */
10655 /* The GNU C library defines this for functions which it implements
10656 to always fail with ENOSYS. Some functions are actually named
10657 something starting with __ and the normal name is an alias. */
10658 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10666 if { (eval echo configure
:10667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10668 eval "ac_cv_func_$ac_func=yes"
10670 echo "configure: failed program was:" >&5
10671 cat conftest.
$ac_ext >&5
10673 eval "ac_cv_func_$ac_func=no"
10678 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10679 echo "$ac_t""yes" 1>&6
10680 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10681 cat >> confdefs.h
<<EOF
10682 #define $ac_tr_func 1
10686 echo "$ac_t""no" 1>&6
10693 echo $ac_n "checking for ldexpl declaration""... $ac_c" 1>&6
10694 echo "configure:10695: checking for ldexpl declaration" >&5
10695 if test x
${glibcpp_cv_func_ldexpl_use+set} != xset
; then
10696 if eval "test \"`echo '$''{'glibcpp_cv_func_ldexpl_use'+set}'`\" = set"; then
10697 echo $ac_n "(cached) $ac_c" 1>&6
10702 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10703 ac_cpp
='$CXXCPP $CPPFLAGS'
10704 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10705 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10706 cross_compiling
=$ac_cv_prog_cxx_cross
10708 cat > conftest.
$ac_ext <<EOF
10709 #line 10710 "configure"
10710 #include "confdefs.h"
10716 if { (eval echo configure
:10717: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10718 glibcpp_cv_func_ldexpl_use
=yes
10720 echo "configure: failed program was:" >&5
10721 cat conftest.
$ac_ext >&5
10723 glibcpp_cv_func_ldexpl_use
=no
10727 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10728 ac_cpp
='$CPP $CPPFLAGS'
10729 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10730 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10731 cross_compiling
=$ac_cv_prog_cc_cross
10737 echo "$ac_t""$glibcpp_cv_func_ldexpl_use" 1>&6
10738 if test x
$glibcpp_cv_func_ldexpl_use = x
"yes"; then
10739 for ac_func
in ldexpl
10741 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10742 echo "configure:10743: checking for $ac_func" >&5
10743 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10744 echo $ac_n "(cached) $ac_c" 1>&6
10746 cat > conftest.
$ac_ext <<EOF
10747 #line 10748 "configure"
10748 #include "confdefs.h"
10749 /* System header to define __stub macros and hopefully few prototypes,
10750 which can conflict with char $ac_func(); below. */
10751 #include <assert.h>
10752 /* Override any gcc2 internal prototype to avoid an error. */
10753 /* We use char because int might match the return type of a gcc2
10754 builtin and then its argument prototype would still apply. */
10759 /* The GNU C library defines this for functions which it implements
10760 to always fail with ENOSYS. Some functions are actually named
10761 something starting with __ and the normal name is an alias. */
10762 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10770 if { (eval echo configure
:10771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10772 eval "ac_cv_func_$ac_func=yes"
10774 echo "configure: failed program was:" >&5
10775 cat conftest.
$ac_ext >&5
10777 eval "ac_cv_func_$ac_func=no"
10782 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10783 echo "$ac_t""yes" 1>&6
10784 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10785 cat >> confdefs.h
<<EOF
10786 #define $ac_tr_func 1
10790 echo "$ac_t""no" 1>&6
10797 echo $ac_n "checking for logl declaration""... $ac_c" 1>&6
10798 echo "configure:10799: checking for logl declaration" >&5
10799 if test x
${glibcpp_cv_func_logl_use+set} != xset
; then
10800 if eval "test \"`echo '$''{'glibcpp_cv_func_logl_use'+set}'`\" = set"; then
10801 echo $ac_n "(cached) $ac_c" 1>&6
10806 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10807 ac_cpp
='$CXXCPP $CPPFLAGS'
10808 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10809 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10810 cross_compiling
=$ac_cv_prog_cxx_cross
10812 cat > conftest.
$ac_ext <<EOF
10813 #line 10814 "configure"
10814 #include "confdefs.h"
10820 if { (eval echo configure
:10821: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10822 glibcpp_cv_func_logl_use
=yes
10824 echo "configure: failed program was:" >&5
10825 cat conftest.
$ac_ext >&5
10827 glibcpp_cv_func_logl_use
=no
10831 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10832 ac_cpp
='$CPP $CPPFLAGS'
10833 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10834 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10835 cross_compiling
=$ac_cv_prog_cc_cross
10841 echo "$ac_t""$glibcpp_cv_func_logl_use" 1>&6
10842 if test x
$glibcpp_cv_func_logl_use = x
"yes"; then
10843 for ac_func
in logl
10845 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10846 echo "configure:10847: checking for $ac_func" >&5
10847 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10848 echo $ac_n "(cached) $ac_c" 1>&6
10850 cat > conftest.
$ac_ext <<EOF
10851 #line 10852 "configure"
10852 #include "confdefs.h"
10853 /* System header to define __stub macros and hopefully few prototypes,
10854 which can conflict with char $ac_func(); below. */
10855 #include <assert.h>
10856 /* Override any gcc2 internal prototype to avoid an error. */
10857 /* We use char because int might match the return type of a gcc2
10858 builtin and then its argument prototype would still apply. */
10863 /* The GNU C library defines this for functions which it implements
10864 to always fail with ENOSYS. Some functions are actually named
10865 something starting with __ and the normal name is an alias. */
10866 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10874 if { (eval echo configure
:10875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10876 eval "ac_cv_func_$ac_func=yes"
10878 echo "configure: failed program was:" >&5
10879 cat conftest.
$ac_ext >&5
10881 eval "ac_cv_func_$ac_func=no"
10886 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10887 echo "$ac_t""yes" 1>&6
10888 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10889 cat >> confdefs.h
<<EOF
10890 #define $ac_tr_func 1
10894 echo "$ac_t""no" 1>&6
10901 echo $ac_n "checking for log10l declaration""... $ac_c" 1>&6
10902 echo "configure:10903: checking for log10l declaration" >&5
10903 if test x
${glibcpp_cv_func_log10l_use+set} != xset
; then
10904 if eval "test \"`echo '$''{'glibcpp_cv_func_log10l_use'+set}'`\" = set"; then
10905 echo $ac_n "(cached) $ac_c" 1>&6
10910 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10911 ac_cpp
='$CXXCPP $CPPFLAGS'
10912 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10913 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10914 cross_compiling
=$ac_cv_prog_cxx_cross
10916 cat > conftest.
$ac_ext <<EOF
10917 #line 10918 "configure"
10918 #include "confdefs.h"
10924 if { (eval echo configure
:10925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
10926 glibcpp_cv_func_log10l_use
=yes
10928 echo "configure: failed program was:" >&5
10929 cat conftest.
$ac_ext >&5
10931 glibcpp_cv_func_log10l_use
=no
10935 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
10936 ac_cpp
='$CPP $CPPFLAGS'
10937 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
10938 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
10939 cross_compiling
=$ac_cv_prog_cc_cross
10945 echo "$ac_t""$glibcpp_cv_func_log10l_use" 1>&6
10946 if test x
$glibcpp_cv_func_log10l_use = x
"yes"; then
10947 for ac_func
in log10l
10949 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
10950 echo "configure:10951: checking for $ac_func" >&5
10951 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
10952 echo $ac_n "(cached) $ac_c" 1>&6
10954 cat > conftest.
$ac_ext <<EOF
10955 #line 10956 "configure"
10956 #include "confdefs.h"
10957 /* System header to define __stub macros and hopefully few prototypes,
10958 which can conflict with char $ac_func(); below. */
10959 #include <assert.h>
10960 /* Override any gcc2 internal prototype to avoid an error. */
10961 /* We use char because int might match the return type of a gcc2
10962 builtin and then its argument prototype would still apply. */
10967 /* The GNU C library defines this for functions which it implements
10968 to always fail with ENOSYS. Some functions are actually named
10969 something starting with __ and the normal name is an alias. */
10970 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10978 if { (eval echo configure
:10979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
10980 eval "ac_cv_func_$ac_func=yes"
10982 echo "configure: failed program was:" >&5
10983 cat conftest.
$ac_ext >&5
10985 eval "ac_cv_func_$ac_func=no"
10990 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
10991 echo "$ac_t""yes" 1>&6
10992 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
10993 cat >> confdefs.h
<<EOF
10994 #define $ac_tr_func 1
10998 echo "$ac_t""no" 1>&6
11005 echo $ac_n "checking for modfl declaration""... $ac_c" 1>&6
11006 echo "configure:11007: checking for modfl declaration" >&5
11007 if test x
${glibcpp_cv_func_modfl_use+set} != xset
; then
11008 if eval "test \"`echo '$''{'glibcpp_cv_func_modfl_use'+set}'`\" = set"; then
11009 echo $ac_n "(cached) $ac_c" 1>&6
11014 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11015 ac_cpp
='$CXXCPP $CPPFLAGS'
11016 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11017 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11018 cross_compiling
=$ac_cv_prog_cxx_cross
11020 cat > conftest.
$ac_ext <<EOF
11021 #line 11022 "configure"
11022 #include "confdefs.h"
11028 if { (eval echo configure
:11029: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11030 glibcpp_cv_func_modfl_use
=yes
11032 echo "configure: failed program was:" >&5
11033 cat conftest.
$ac_ext >&5
11035 glibcpp_cv_func_modfl_use
=no
11039 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11040 ac_cpp
='$CPP $CPPFLAGS'
11041 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11042 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11043 cross_compiling
=$ac_cv_prog_cc_cross
11049 echo "$ac_t""$glibcpp_cv_func_modfl_use" 1>&6
11050 if test x
$glibcpp_cv_func_modfl_use = x
"yes"; then
11051 for ac_func
in modfl
11053 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11054 echo "configure:11055: checking for $ac_func" >&5
11055 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11056 echo $ac_n "(cached) $ac_c" 1>&6
11058 cat > conftest.
$ac_ext <<EOF
11059 #line 11060 "configure"
11060 #include "confdefs.h"
11061 /* System header to define __stub macros and hopefully few prototypes,
11062 which can conflict with char $ac_func(); below. */
11063 #include <assert.h>
11064 /* Override any gcc2 internal prototype to avoid an error. */
11065 /* We use char because int might match the return type of a gcc2
11066 builtin and then its argument prototype would still apply. */
11071 /* The GNU C library defines this for functions which it implements
11072 to always fail with ENOSYS. Some functions are actually named
11073 something starting with __ and the normal name is an alias. */
11074 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11082 if { (eval echo configure
:11083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11084 eval "ac_cv_func_$ac_func=yes"
11086 echo "configure: failed program was:" >&5
11087 cat conftest.
$ac_ext >&5
11089 eval "ac_cv_func_$ac_func=no"
11094 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11095 echo "$ac_t""yes" 1>&6
11096 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11097 cat >> confdefs.h
<<EOF
11098 #define $ac_tr_func 1
11102 echo "$ac_t""no" 1>&6
11109 echo $ac_n "checking for powl declaration""... $ac_c" 1>&6
11110 echo "configure:11111: checking for powl declaration" >&5
11111 if test x
${glibcpp_cv_func_powl_use+set} != xset
; then
11112 if eval "test \"`echo '$''{'glibcpp_cv_func_powl_use'+set}'`\" = set"; then
11113 echo $ac_n "(cached) $ac_c" 1>&6
11118 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11119 ac_cpp
='$CXXCPP $CPPFLAGS'
11120 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11121 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11122 cross_compiling
=$ac_cv_prog_cxx_cross
11124 cat > conftest.
$ac_ext <<EOF
11125 #line 11126 "configure"
11126 #include "confdefs.h"
11132 if { (eval echo configure
:11133: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11134 glibcpp_cv_func_powl_use
=yes
11136 echo "configure: failed program was:" >&5
11137 cat conftest.
$ac_ext >&5
11139 glibcpp_cv_func_powl_use
=no
11143 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11144 ac_cpp
='$CPP $CPPFLAGS'
11145 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11146 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11147 cross_compiling
=$ac_cv_prog_cc_cross
11153 echo "$ac_t""$glibcpp_cv_func_powl_use" 1>&6
11154 if test x
$glibcpp_cv_func_powl_use = x
"yes"; then
11155 for ac_func
in powl
11157 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11158 echo "configure:11159: checking for $ac_func" >&5
11159 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11160 echo $ac_n "(cached) $ac_c" 1>&6
11162 cat > conftest.
$ac_ext <<EOF
11163 #line 11164 "configure"
11164 #include "confdefs.h"
11165 /* System header to define __stub macros and hopefully few prototypes,
11166 which can conflict with char $ac_func(); below. */
11167 #include <assert.h>
11168 /* Override any gcc2 internal prototype to avoid an error. */
11169 /* We use char because int might match the return type of a gcc2
11170 builtin and then its argument prototype would still apply. */
11175 /* The GNU C library defines this for functions which it implements
11176 to always fail with ENOSYS. Some functions are actually named
11177 something starting with __ and the normal name is an alias. */
11178 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11186 if { (eval echo configure
:11187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11188 eval "ac_cv_func_$ac_func=yes"
11190 echo "configure: failed program was:" >&5
11191 cat conftest.
$ac_ext >&5
11193 eval "ac_cv_func_$ac_func=no"
11198 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11199 echo "$ac_t""yes" 1>&6
11200 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11201 cat >> confdefs.h
<<EOF
11202 #define $ac_tr_func 1
11206 echo "$ac_t""no" 1>&6
11213 echo $ac_n "checking for sinl declaration""... $ac_c" 1>&6
11214 echo "configure:11215: checking for sinl declaration" >&5
11215 if test x
${glibcpp_cv_func_sinl_use+set} != xset
; then
11216 if eval "test \"`echo '$''{'glibcpp_cv_func_sinl_use'+set}'`\" = set"; then
11217 echo $ac_n "(cached) $ac_c" 1>&6
11222 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11223 ac_cpp
='$CXXCPP $CPPFLAGS'
11224 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11225 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11226 cross_compiling
=$ac_cv_prog_cxx_cross
11228 cat > conftest.
$ac_ext <<EOF
11229 #line 11230 "configure"
11230 #include "confdefs.h"
11236 if { (eval echo configure
:11237: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11238 glibcpp_cv_func_sinl_use
=yes
11240 echo "configure: failed program was:" >&5
11241 cat conftest.
$ac_ext >&5
11243 glibcpp_cv_func_sinl_use
=no
11247 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11248 ac_cpp
='$CPP $CPPFLAGS'
11249 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11250 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11251 cross_compiling
=$ac_cv_prog_cc_cross
11257 echo "$ac_t""$glibcpp_cv_func_sinl_use" 1>&6
11258 if test x
$glibcpp_cv_func_sinl_use = x
"yes"; then
11259 for ac_func
in sinl
11261 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11262 echo "configure:11263: checking for $ac_func" >&5
11263 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11264 echo $ac_n "(cached) $ac_c" 1>&6
11266 cat > conftest.
$ac_ext <<EOF
11267 #line 11268 "configure"
11268 #include "confdefs.h"
11269 /* System header to define __stub macros and hopefully few prototypes,
11270 which can conflict with char $ac_func(); below. */
11271 #include <assert.h>
11272 /* Override any gcc2 internal prototype to avoid an error. */
11273 /* We use char because int might match the return type of a gcc2
11274 builtin and then its argument prototype would still apply. */
11279 /* The GNU C library defines this for functions which it implements
11280 to always fail with ENOSYS. Some functions are actually named
11281 something starting with __ and the normal name is an alias. */
11282 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11290 if { (eval echo configure
:11291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11292 eval "ac_cv_func_$ac_func=yes"
11294 echo "configure: failed program was:" >&5
11295 cat conftest.
$ac_ext >&5
11297 eval "ac_cv_func_$ac_func=no"
11302 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11303 echo "$ac_t""yes" 1>&6
11304 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11305 cat >> confdefs.h
<<EOF
11306 #define $ac_tr_func 1
11310 echo "$ac_t""no" 1>&6
11317 echo $ac_n "checking for sinhl declaration""... $ac_c" 1>&6
11318 echo "configure:11319: checking for sinhl declaration" >&5
11319 if test x
${glibcpp_cv_func_sinhl_use+set} != xset
; then
11320 if eval "test \"`echo '$''{'glibcpp_cv_func_sinhl_use'+set}'`\" = set"; then
11321 echo $ac_n "(cached) $ac_c" 1>&6
11326 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11327 ac_cpp
='$CXXCPP $CPPFLAGS'
11328 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11329 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11330 cross_compiling
=$ac_cv_prog_cxx_cross
11332 cat > conftest.
$ac_ext <<EOF
11333 #line 11334 "configure"
11334 #include "confdefs.h"
11340 if { (eval echo configure
:11341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11342 glibcpp_cv_func_sinhl_use
=yes
11344 echo "configure: failed program was:" >&5
11345 cat conftest.
$ac_ext >&5
11347 glibcpp_cv_func_sinhl_use
=no
11351 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11352 ac_cpp
='$CPP $CPPFLAGS'
11353 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11354 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11355 cross_compiling
=$ac_cv_prog_cc_cross
11361 echo "$ac_t""$glibcpp_cv_func_sinhl_use" 1>&6
11362 if test x
$glibcpp_cv_func_sinhl_use = x
"yes"; then
11363 for ac_func
in sinhl
11365 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11366 echo "configure:11367: checking for $ac_func" >&5
11367 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11368 echo $ac_n "(cached) $ac_c" 1>&6
11370 cat > conftest.
$ac_ext <<EOF
11371 #line 11372 "configure"
11372 #include "confdefs.h"
11373 /* System header to define __stub macros and hopefully few prototypes,
11374 which can conflict with char $ac_func(); below. */
11375 #include <assert.h>
11376 /* Override any gcc2 internal prototype to avoid an error. */
11377 /* We use char because int might match the return type of a gcc2
11378 builtin and then its argument prototype would still apply. */
11383 /* The GNU C library defines this for functions which it implements
11384 to always fail with ENOSYS. Some functions are actually named
11385 something starting with __ and the normal name is an alias. */
11386 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11394 if { (eval echo configure
:11395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11396 eval "ac_cv_func_$ac_func=yes"
11398 echo "configure: failed program was:" >&5
11399 cat conftest.
$ac_ext >&5
11401 eval "ac_cv_func_$ac_func=no"
11406 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11407 echo "$ac_t""yes" 1>&6
11408 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11409 cat >> confdefs.h
<<EOF
11410 #define $ac_tr_func 1
11414 echo "$ac_t""no" 1>&6
11421 echo $ac_n "checking for sqrtl declaration""... $ac_c" 1>&6
11422 echo "configure:11423: checking for sqrtl declaration" >&5
11423 if test x
${glibcpp_cv_func_sqrtl_use+set} != xset
; then
11424 if eval "test \"`echo '$''{'glibcpp_cv_func_sqrtl_use'+set}'`\" = set"; then
11425 echo $ac_n "(cached) $ac_c" 1>&6
11430 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11431 ac_cpp
='$CXXCPP $CPPFLAGS'
11432 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11433 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11434 cross_compiling
=$ac_cv_prog_cxx_cross
11436 cat > conftest.
$ac_ext <<EOF
11437 #line 11438 "configure"
11438 #include "confdefs.h"
11444 if { (eval echo configure
:11445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11446 glibcpp_cv_func_sqrtl_use
=yes
11448 echo "configure: failed program was:" >&5
11449 cat conftest.
$ac_ext >&5
11451 glibcpp_cv_func_sqrtl_use
=no
11455 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11456 ac_cpp
='$CPP $CPPFLAGS'
11457 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11458 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11459 cross_compiling
=$ac_cv_prog_cc_cross
11465 echo "$ac_t""$glibcpp_cv_func_sqrtl_use" 1>&6
11466 if test x
$glibcpp_cv_func_sqrtl_use = x
"yes"; then
11467 for ac_func
in sqrtl
11469 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11470 echo "configure:11471: checking for $ac_func" >&5
11471 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11472 echo $ac_n "(cached) $ac_c" 1>&6
11474 cat > conftest.
$ac_ext <<EOF
11475 #line 11476 "configure"
11476 #include "confdefs.h"
11477 /* System header to define __stub macros and hopefully few prototypes,
11478 which can conflict with char $ac_func(); below. */
11479 #include <assert.h>
11480 /* Override any gcc2 internal prototype to avoid an error. */
11481 /* We use char because int might match the return type of a gcc2
11482 builtin and then its argument prototype would still apply. */
11487 /* The GNU C library defines this for functions which it implements
11488 to always fail with ENOSYS. Some functions are actually named
11489 something starting with __ and the normal name is an alias. */
11490 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11498 if { (eval echo configure
:11499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11500 eval "ac_cv_func_$ac_func=yes"
11502 echo "configure: failed program was:" >&5
11503 cat conftest.
$ac_ext >&5
11505 eval "ac_cv_func_$ac_func=no"
11510 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11511 echo "$ac_t""yes" 1>&6
11512 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11513 cat >> confdefs.h
<<EOF
11514 #define $ac_tr_func 1
11518 echo "$ac_t""no" 1>&6
11525 echo $ac_n "checking for tanl declaration""... $ac_c" 1>&6
11526 echo "configure:11527: checking for tanl declaration" >&5
11527 if test x
${glibcpp_cv_func_tanl_use+set} != xset
; then
11528 if eval "test \"`echo '$''{'glibcpp_cv_func_tanl_use'+set}'`\" = set"; then
11529 echo $ac_n "(cached) $ac_c" 1>&6
11534 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11535 ac_cpp
='$CXXCPP $CPPFLAGS'
11536 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11537 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11538 cross_compiling
=$ac_cv_prog_cxx_cross
11540 cat > conftest.
$ac_ext <<EOF
11541 #line 11542 "configure"
11542 #include "confdefs.h"
11548 if { (eval echo configure
:11549: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11550 glibcpp_cv_func_tanl_use
=yes
11552 echo "configure: failed program was:" >&5
11553 cat conftest.
$ac_ext >&5
11555 glibcpp_cv_func_tanl_use
=no
11559 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11560 ac_cpp
='$CPP $CPPFLAGS'
11561 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11562 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11563 cross_compiling
=$ac_cv_prog_cc_cross
11569 echo "$ac_t""$glibcpp_cv_func_tanl_use" 1>&6
11570 if test x
$glibcpp_cv_func_tanl_use = x
"yes"; then
11571 for ac_func
in tanl
11573 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11574 echo "configure:11575: checking for $ac_func" >&5
11575 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11576 echo $ac_n "(cached) $ac_c" 1>&6
11578 cat > conftest.
$ac_ext <<EOF
11579 #line 11580 "configure"
11580 #include "confdefs.h"
11581 /* System header to define __stub macros and hopefully few prototypes,
11582 which can conflict with char $ac_func(); below. */
11583 #include <assert.h>
11584 /* Override any gcc2 internal prototype to avoid an error. */
11585 /* We use char because int might match the return type of a gcc2
11586 builtin and then its argument prototype would still apply. */
11591 /* The GNU C library defines this for functions which it implements
11592 to always fail with ENOSYS. Some functions are actually named
11593 something starting with __ and the normal name is an alias. */
11594 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11602 if { (eval echo configure
:11603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11604 eval "ac_cv_func_$ac_func=yes"
11606 echo "configure: failed program was:" >&5
11607 cat conftest.
$ac_ext >&5
11609 eval "ac_cv_func_$ac_func=no"
11614 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11615 echo "$ac_t""yes" 1>&6
11616 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11617 cat >> confdefs.h
<<EOF
11618 #define $ac_tr_func 1
11622 echo "$ac_t""no" 1>&6
11629 echo $ac_n "checking for tanhl declaration""... $ac_c" 1>&6
11630 echo "configure:11631: checking for tanhl declaration" >&5
11631 if test x
${glibcpp_cv_func_tanhl_use+set} != xset
; then
11632 if eval "test \"`echo '$''{'glibcpp_cv_func_tanhl_use'+set}'`\" = set"; then
11633 echo $ac_n "(cached) $ac_c" 1>&6
11638 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11639 ac_cpp
='$CXXCPP $CPPFLAGS'
11640 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11641 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11642 cross_compiling
=$ac_cv_prog_cxx_cross
11644 cat > conftest.
$ac_ext <<EOF
11645 #line 11646 "configure"
11646 #include "confdefs.h"
11652 if { (eval echo configure
:11653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11654 glibcpp_cv_func_tanhl_use
=yes
11656 echo "configure: failed program was:" >&5
11657 cat conftest.
$ac_ext >&5
11659 glibcpp_cv_func_tanhl_use
=no
11663 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11664 ac_cpp
='$CPP $CPPFLAGS'
11665 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11666 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11667 cross_compiling
=$ac_cv_prog_cc_cross
11673 echo "$ac_t""$glibcpp_cv_func_tanhl_use" 1>&6
11674 if test x
$glibcpp_cv_func_tanhl_use = x
"yes"; then
11675 for ac_func
in tanhl
11677 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11678 echo "configure:11679: checking for $ac_func" >&5
11679 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11680 echo $ac_n "(cached) $ac_c" 1>&6
11682 cat > conftest.
$ac_ext <<EOF
11683 #line 11684 "configure"
11684 #include "confdefs.h"
11685 /* System header to define __stub macros and hopefully few prototypes,
11686 which can conflict with char $ac_func(); below. */
11687 #include <assert.h>
11688 /* Override any gcc2 internal prototype to avoid an error. */
11689 /* We use char because int might match the return type of a gcc2
11690 builtin and then its argument prototype would still apply. */
11695 /* The GNU C library defines this for functions which it implements
11696 to always fail with ENOSYS. Some functions are actually named
11697 something starting with __ and the normal name is an alias. */
11698 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11706 if { (eval echo configure
:11707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11708 eval "ac_cv_func_$ac_func=yes"
11710 echo "configure: failed program was:" >&5
11711 cat conftest.
$ac_ext >&5
11713 eval "ac_cv_func_$ac_func=no"
11718 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11719 echo "$ac_t""yes" 1>&6
11720 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11721 cat >> confdefs.h
<<EOF
11722 #define $ac_tr_func 1
11726 echo "$ac_t""no" 1>&6
11733 echo $ac_n "checking for sincosl declaration""... $ac_c" 1>&6
11734 echo "configure:11735: checking for sincosl declaration" >&5
11735 if test x
${glibcpp_cv_func_sincosl_use+set} != xset
; then
11736 if eval "test \"`echo '$''{'glibcpp_cv_func_sincosl_use'+set}'`\" = set"; then
11737 echo $ac_n "(cached) $ac_c" 1>&6
11742 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11743 ac_cpp
='$CXXCPP $CPPFLAGS'
11744 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11745 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11746 cross_compiling
=$ac_cv_prog_cxx_cross
11748 cat > conftest.
$ac_ext <<EOF
11749 #line 11750 "configure"
11750 #include "confdefs.h"
11756 if { (eval echo configure
:11757: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11758 glibcpp_cv_func_sincosl_use
=yes
11760 echo "configure: failed program was:" >&5
11761 cat conftest.
$ac_ext >&5
11763 glibcpp_cv_func_sincosl_use
=no
11767 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11768 ac_cpp
='$CPP $CPPFLAGS'
11769 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11770 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11771 cross_compiling
=$ac_cv_prog_cc_cross
11777 echo "$ac_t""$glibcpp_cv_func_sincosl_use" 1>&6
11778 if test x
$glibcpp_cv_func_sincosl_use = x
"yes"; then
11779 for ac_func
in sincosl
11781 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11782 echo "configure:11783: checking for $ac_func" >&5
11783 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11784 echo $ac_n "(cached) $ac_c" 1>&6
11786 cat > conftest.
$ac_ext <<EOF
11787 #line 11788 "configure"
11788 #include "confdefs.h"
11789 /* System header to define __stub macros and hopefully few prototypes,
11790 which can conflict with char $ac_func(); below. */
11791 #include <assert.h>
11792 /* Override any gcc2 internal prototype to avoid an error. */
11793 /* We use char because int might match the return type of a gcc2
11794 builtin and then its argument prototype would still apply. */
11799 /* The GNU C library defines this for functions which it implements
11800 to always fail with ENOSYS. Some functions are actually named
11801 something starting with __ and the normal name is an alias. */
11802 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11810 if { (eval echo configure
:11811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11812 eval "ac_cv_func_$ac_func=yes"
11814 echo "configure: failed program was:" >&5
11815 cat conftest.
$ac_ext >&5
11817 eval "ac_cv_func_$ac_func=no"
11822 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11823 echo "$ac_t""yes" 1>&6
11824 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11825 cat >> confdefs.h
<<EOF
11826 #define $ac_tr_func 1
11830 echo "$ac_t""no" 1>&6
11837 echo $ac_n "checking for finitel declaration""... $ac_c" 1>&6
11838 echo "configure:11839: checking for finitel declaration" >&5
11839 if test x
${glibcpp_cv_func_finitel_use+set} != xset
; then
11840 if eval "test \"`echo '$''{'glibcpp_cv_func_finitel_use'+set}'`\" = set"; then
11841 echo $ac_n "(cached) $ac_c" 1>&6
11846 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11847 ac_cpp
='$CXXCPP $CPPFLAGS'
11848 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11849 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11850 cross_compiling
=$ac_cv_prog_cxx_cross
11852 cat > conftest.
$ac_ext <<EOF
11853 #line 11854 "configure"
11854 #include "confdefs.h"
11860 if { (eval echo configure
:11861: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11862 glibcpp_cv_func_finitel_use
=yes
11864 echo "configure: failed program was:" >&5
11865 cat conftest.
$ac_ext >&5
11867 glibcpp_cv_func_finitel_use
=no
11871 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11872 ac_cpp
='$CPP $CPPFLAGS'
11873 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11874 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11875 cross_compiling
=$ac_cv_prog_cc_cross
11881 echo "$ac_t""$glibcpp_cv_func_finitel_use" 1>&6
11882 if test x
$glibcpp_cv_func_finitel_use = x
"yes"; then
11883 for ac_func
in finitel
11885 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11886 echo "configure:11887: checking for $ac_func" >&5
11887 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11888 echo $ac_n "(cached) $ac_c" 1>&6
11890 cat > conftest.
$ac_ext <<EOF
11891 #line 11892 "configure"
11892 #include "confdefs.h"
11893 /* System header to define __stub macros and hopefully few prototypes,
11894 which can conflict with char $ac_func(); below. */
11895 #include <assert.h>
11896 /* Override any gcc2 internal prototype to avoid an error. */
11897 /* We use char because int might match the return type of a gcc2
11898 builtin and then its argument prototype would still apply. */
11903 /* The GNU C library defines this for functions which it implements
11904 to always fail with ENOSYS. Some functions are actually named
11905 something starting with __ and the normal name is an alias. */
11906 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11914 if { (eval echo configure
:11915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
11916 eval "ac_cv_func_$ac_func=yes"
11918 echo "configure: failed program was:" >&5
11919 cat conftest.
$ac_ext >&5
11921 eval "ac_cv_func_$ac_func=no"
11926 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
11927 echo "$ac_t""yes" 1>&6
11928 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
11929 cat >> confdefs.h
<<EOF
11930 #define $ac_tr_func 1
11934 echo "$ac_t""no" 1>&6
11942 echo $ac_n "checking for _isinf declaration""... $ac_c" 1>&6
11943 echo "configure:11944: checking for _isinf declaration" >&5
11944 if test x
${glibcpp_cv_func__isinf_use+set} != xset
; then
11945 if eval "test \"`echo '$''{'glibcpp_cv_func__isinf_use'+set}'`\" = set"; then
11946 echo $ac_n "(cached) $ac_c" 1>&6
11951 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11952 ac_cpp
='$CXXCPP $CPPFLAGS'
11953 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11954 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11955 cross_compiling
=$ac_cv_prog_cxx_cross
11957 cat > conftest.
$ac_ext <<EOF
11958 #line 11959 "configure"
11959 #include "confdefs.h"
11965 if { (eval echo configure
:11966: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
11967 glibcpp_cv_func__isinf_use
=yes
11969 echo "configure: failed program was:" >&5
11970 cat conftest.
$ac_ext >&5
11972 glibcpp_cv_func__isinf_use
=no
11976 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
11977 ac_cpp
='$CPP $CPPFLAGS'
11978 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
11979 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
11980 cross_compiling
=$ac_cv_prog_cc_cross
11986 echo "$ac_t""$glibcpp_cv_func__isinf_use" 1>&6
11987 if test x
$glibcpp_cv_func__isinf_use = x
"yes"; then
11988 for ac_func
in _isinf
11990 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
11991 echo "configure:11992: checking for $ac_func" >&5
11992 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
11993 echo $ac_n "(cached) $ac_c" 1>&6
11995 cat > conftest.
$ac_ext <<EOF
11996 #line 11997 "configure"
11997 #include "confdefs.h"
11998 /* System header to define __stub macros and hopefully few prototypes,
11999 which can conflict with char $ac_func(); below. */
12000 #include <assert.h>
12001 /* Override any gcc2 internal prototype to avoid an error. */
12002 /* We use char because int might match the return type of a gcc2
12003 builtin and then its argument prototype would still apply. */
12008 /* The GNU C library defines this for functions which it implements
12009 to always fail with ENOSYS. Some functions are actually named
12010 something starting with __ and the normal name is an alias. */
12011 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12019 if { (eval echo configure
:12020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12021 eval "ac_cv_func_$ac_func=yes"
12023 echo "configure: failed program was:" >&5
12024 cat conftest.
$ac_ext >&5
12026 eval "ac_cv_func_$ac_func=no"
12031 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12032 echo "$ac_t""yes" 1>&6
12033 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12034 cat >> confdefs.h
<<EOF
12035 #define $ac_tr_func 1
12039 echo "$ac_t""no" 1>&6
12046 echo $ac_n "checking for _isnan declaration""... $ac_c" 1>&6
12047 echo "configure:12048: checking for _isnan declaration" >&5
12048 if test x
${glibcpp_cv_func__isnan_use+set} != xset
; then
12049 if eval "test \"`echo '$''{'glibcpp_cv_func__isnan_use'+set}'`\" = set"; then
12050 echo $ac_n "(cached) $ac_c" 1>&6
12055 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12056 ac_cpp
='$CXXCPP $CPPFLAGS'
12057 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12058 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12059 cross_compiling
=$ac_cv_prog_cxx_cross
12061 cat > conftest.
$ac_ext <<EOF
12062 #line 12063 "configure"
12063 #include "confdefs.h"
12069 if { (eval echo configure
:12070: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12071 glibcpp_cv_func__isnan_use
=yes
12073 echo "configure: failed program was:" >&5
12074 cat conftest.
$ac_ext >&5
12076 glibcpp_cv_func__isnan_use
=no
12080 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12081 ac_cpp
='$CPP $CPPFLAGS'
12082 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12083 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12084 cross_compiling
=$ac_cv_prog_cc_cross
12090 echo "$ac_t""$glibcpp_cv_func__isnan_use" 1>&6
12091 if test x
$glibcpp_cv_func__isnan_use = x
"yes"; then
12092 for ac_func
in _isnan
12094 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12095 echo "configure:12096: checking for $ac_func" >&5
12096 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12097 echo $ac_n "(cached) $ac_c" 1>&6
12099 cat > conftest.
$ac_ext <<EOF
12100 #line 12101 "configure"
12101 #include "confdefs.h"
12102 /* System header to define __stub macros and hopefully few prototypes,
12103 which can conflict with char $ac_func(); below. */
12104 #include <assert.h>
12105 /* Override any gcc2 internal prototype to avoid an error. */
12106 /* We use char because int might match the return type of a gcc2
12107 builtin and then its argument prototype would still apply. */
12112 /* The GNU C library defines this for functions which it implements
12113 to always fail with ENOSYS. Some functions are actually named
12114 something starting with __ and the normal name is an alias. */
12115 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12123 if { (eval echo configure
:12124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12125 eval "ac_cv_func_$ac_func=yes"
12127 echo "configure: failed program was:" >&5
12128 cat conftest.
$ac_ext >&5
12130 eval "ac_cv_func_$ac_func=no"
12135 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12136 echo "$ac_t""yes" 1>&6
12137 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12138 cat >> confdefs.h
<<EOF
12139 #define $ac_tr_func 1
12143 echo "$ac_t""no" 1>&6
12150 echo $ac_n "checking for _finite declaration""... $ac_c" 1>&6
12151 echo "configure:12152: checking for _finite declaration" >&5
12152 if test x
${glibcpp_cv_func__finite_use+set} != xset
; then
12153 if eval "test \"`echo '$''{'glibcpp_cv_func__finite_use'+set}'`\" = set"; then
12154 echo $ac_n "(cached) $ac_c" 1>&6
12159 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12160 ac_cpp
='$CXXCPP $CPPFLAGS'
12161 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12162 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12163 cross_compiling
=$ac_cv_prog_cxx_cross
12165 cat > conftest.
$ac_ext <<EOF
12166 #line 12167 "configure"
12167 #include "confdefs.h"
12173 if { (eval echo configure
:12174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12175 glibcpp_cv_func__finite_use
=yes
12177 echo "configure: failed program was:" >&5
12178 cat conftest.
$ac_ext >&5
12180 glibcpp_cv_func__finite_use
=no
12184 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12185 ac_cpp
='$CPP $CPPFLAGS'
12186 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12187 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12188 cross_compiling
=$ac_cv_prog_cc_cross
12194 echo "$ac_t""$glibcpp_cv_func__finite_use" 1>&6
12195 if test x
$glibcpp_cv_func__finite_use = x
"yes"; then
12196 for ac_func
in _finite
12198 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12199 echo "configure:12200: checking for $ac_func" >&5
12200 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12201 echo $ac_n "(cached) $ac_c" 1>&6
12203 cat > conftest.
$ac_ext <<EOF
12204 #line 12205 "configure"
12205 #include "confdefs.h"
12206 /* System header to define __stub macros and hopefully few prototypes,
12207 which can conflict with char $ac_func(); below. */
12208 #include <assert.h>
12209 /* Override any gcc2 internal prototype to avoid an error. */
12210 /* We use char because int might match the return type of a gcc2
12211 builtin and then its argument prototype would still apply. */
12216 /* The GNU C library defines this for functions which it implements
12217 to always fail with ENOSYS. Some functions are actually named
12218 something starting with __ and the normal name is an alias. */
12219 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12227 if { (eval echo configure
:12228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12229 eval "ac_cv_func_$ac_func=yes"
12231 echo "configure: failed program was:" >&5
12232 cat conftest.
$ac_ext >&5
12234 eval "ac_cv_func_$ac_func=no"
12239 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12240 echo "$ac_t""yes" 1>&6
12241 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12242 cat >> confdefs.h
<<EOF
12243 #define $ac_tr_func 1
12247 echo "$ac_t""no" 1>&6
12254 echo $ac_n "checking for _copysign declaration""... $ac_c" 1>&6
12255 echo "configure:12256: checking for _copysign declaration" >&5
12256 if test x
${glibcpp_cv_func__copysign_use+set} != xset
; then
12257 if eval "test \"`echo '$''{'glibcpp_cv_func__copysign_use'+set}'`\" = set"; then
12258 echo $ac_n "(cached) $ac_c" 1>&6
12263 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12264 ac_cpp
='$CXXCPP $CPPFLAGS'
12265 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12266 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12267 cross_compiling
=$ac_cv_prog_cxx_cross
12269 cat > conftest.
$ac_ext <<EOF
12270 #line 12271 "configure"
12271 #include "confdefs.h"
12277 if { (eval echo configure
:12278: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12279 glibcpp_cv_func__copysign_use
=yes
12281 echo "configure: failed program was:" >&5
12282 cat conftest.
$ac_ext >&5
12284 glibcpp_cv_func__copysign_use
=no
12288 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12289 ac_cpp
='$CPP $CPPFLAGS'
12290 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12291 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12292 cross_compiling
=$ac_cv_prog_cc_cross
12298 echo "$ac_t""$glibcpp_cv_func__copysign_use" 1>&6
12299 if test x
$glibcpp_cv_func__copysign_use = x
"yes"; then
12300 for ac_func
in _copysign
12302 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12303 echo "configure:12304: checking for $ac_func" >&5
12304 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12305 echo $ac_n "(cached) $ac_c" 1>&6
12307 cat > conftest.
$ac_ext <<EOF
12308 #line 12309 "configure"
12309 #include "confdefs.h"
12310 /* System header to define __stub macros and hopefully few prototypes,
12311 which can conflict with char $ac_func(); below. */
12312 #include <assert.h>
12313 /* Override any gcc2 internal prototype to avoid an error. */
12314 /* We use char because int might match the return type of a gcc2
12315 builtin and then its argument prototype would still apply. */
12320 /* The GNU C library defines this for functions which it implements
12321 to always fail with ENOSYS. Some functions are actually named
12322 something starting with __ and the normal name is an alias. */
12323 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12331 if { (eval echo configure
:12332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12333 eval "ac_cv_func_$ac_func=yes"
12335 echo "configure: failed program was:" >&5
12336 cat conftest.
$ac_ext >&5
12338 eval "ac_cv_func_$ac_func=no"
12343 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12344 echo "$ac_t""yes" 1>&6
12345 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12346 cat >> confdefs.h
<<EOF
12347 #define $ac_tr_func 1
12351 echo "$ac_t""no" 1>&6
12358 echo $ac_n "checking for _sincos declaration""... $ac_c" 1>&6
12359 echo "configure:12360: checking for _sincos declaration" >&5
12360 if test x
${glibcpp_cv_func__sincos_use+set} != xset
; then
12361 if eval "test \"`echo '$''{'glibcpp_cv_func__sincos_use'+set}'`\" = set"; then
12362 echo $ac_n "(cached) $ac_c" 1>&6
12367 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12368 ac_cpp
='$CXXCPP $CPPFLAGS'
12369 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12370 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12371 cross_compiling
=$ac_cv_prog_cxx_cross
12373 cat > conftest.
$ac_ext <<EOF
12374 #line 12375 "configure"
12375 #include "confdefs.h"
12381 if { (eval echo configure
:12382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12383 glibcpp_cv_func__sincos_use
=yes
12385 echo "configure: failed program was:" >&5
12386 cat conftest.
$ac_ext >&5
12388 glibcpp_cv_func__sincos_use
=no
12392 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12393 ac_cpp
='$CPP $CPPFLAGS'
12394 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12395 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12396 cross_compiling
=$ac_cv_prog_cc_cross
12402 echo "$ac_t""$glibcpp_cv_func__sincos_use" 1>&6
12403 if test x
$glibcpp_cv_func__sincos_use = x
"yes"; then
12404 for ac_func
in _sincos
12406 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12407 echo "configure:12408: checking for $ac_func" >&5
12408 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12409 echo $ac_n "(cached) $ac_c" 1>&6
12411 cat > conftest.
$ac_ext <<EOF
12412 #line 12413 "configure"
12413 #include "confdefs.h"
12414 /* System header to define __stub macros and hopefully few prototypes,
12415 which can conflict with char $ac_func(); below. */
12416 #include <assert.h>
12417 /* Override any gcc2 internal prototype to avoid an error. */
12418 /* We use char because int might match the return type of a gcc2
12419 builtin and then its argument prototype would still apply. */
12424 /* The GNU C library defines this for functions which it implements
12425 to always fail with ENOSYS. Some functions are actually named
12426 something starting with __ and the normal name is an alias. */
12427 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12435 if { (eval echo configure
:12436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12437 eval "ac_cv_func_$ac_func=yes"
12439 echo "configure: failed program was:" >&5
12440 cat conftest.
$ac_ext >&5
12442 eval "ac_cv_func_$ac_func=no"
12447 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12448 echo "$ac_t""yes" 1>&6
12449 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12450 cat >> confdefs.h
<<EOF
12451 #define $ac_tr_func 1
12455 echo "$ac_t""no" 1>&6
12462 echo $ac_n "checking for _fpclass declaration""... $ac_c" 1>&6
12463 echo "configure:12464: checking for _fpclass declaration" >&5
12464 if test x
${glibcpp_cv_func__fpclass_use+set} != xset
; then
12465 if eval "test \"`echo '$''{'glibcpp_cv_func__fpclass_use'+set}'`\" = set"; then
12466 echo $ac_n "(cached) $ac_c" 1>&6
12471 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12472 ac_cpp
='$CXXCPP $CPPFLAGS'
12473 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12474 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12475 cross_compiling
=$ac_cv_prog_cxx_cross
12477 cat > conftest.
$ac_ext <<EOF
12478 #line 12479 "configure"
12479 #include "confdefs.h"
12485 if { (eval echo configure
:12486: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12487 glibcpp_cv_func__fpclass_use
=yes
12489 echo "configure: failed program was:" >&5
12490 cat conftest.
$ac_ext >&5
12492 glibcpp_cv_func__fpclass_use
=no
12496 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12497 ac_cpp
='$CPP $CPPFLAGS'
12498 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12499 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12500 cross_compiling
=$ac_cv_prog_cc_cross
12506 echo "$ac_t""$glibcpp_cv_func__fpclass_use" 1>&6
12507 if test x
$glibcpp_cv_func__fpclass_use = x
"yes"; then
12508 for ac_func
in _fpclass
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 _qfpclass declaration""... $ac_c" 1>&6
12567 echo "configure:12568: checking for _qfpclass declaration" >&5
12568 if test x
${glibcpp_cv_func__qfpclass_use+set} != xset
; then
12569 if eval "test \"`echo '$''{'glibcpp_cv_func__qfpclass_use'+set}'`\" = set"; then
12570 echo $ac_n "(cached) $ac_c" 1>&6
12575 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12576 ac_cpp
='$CXXCPP $CPPFLAGS'
12577 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12578 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12579 cross_compiling
=$ac_cv_prog_cxx_cross
12581 cat > conftest.
$ac_ext <<EOF
12582 #line 12583 "configure"
12583 #include "confdefs.h"
12589 if { (eval echo configure
:12590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12591 glibcpp_cv_func__qfpclass_use
=yes
12593 echo "configure: failed program was:" >&5
12594 cat conftest.
$ac_ext >&5
12596 glibcpp_cv_func__qfpclass_use
=no
12600 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12601 ac_cpp
='$CPP $CPPFLAGS'
12602 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12603 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12604 cross_compiling
=$ac_cv_prog_cc_cross
12610 echo "$ac_t""$glibcpp_cv_func__qfpclass_use" 1>&6
12611 if test x
$glibcpp_cv_func__qfpclass_use = x
"yes"; then
12612 for ac_func
in _qfpclass
12614 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12615 echo "configure:12616: checking for $ac_func" >&5
12616 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12617 echo $ac_n "(cached) $ac_c" 1>&6
12619 cat > conftest.
$ac_ext <<EOF
12620 #line 12621 "configure"
12621 #include "confdefs.h"
12622 /* System header to define __stub macros and hopefully few prototypes,
12623 which can conflict with char $ac_func(); below. */
12624 #include <assert.h>
12625 /* Override any gcc2 internal prototype to avoid an error. */
12626 /* We use char because int might match the return type of a gcc2
12627 builtin and then its argument prototype would still apply. */
12632 /* The GNU C library defines this for functions which it implements
12633 to always fail with ENOSYS. Some functions are actually named
12634 something starting with __ and the normal name is an alias. */
12635 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12643 if { (eval echo configure
:12644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12645 eval "ac_cv_func_$ac_func=yes"
12647 echo "configure: failed program was:" >&5
12648 cat conftest.
$ac_ext >&5
12650 eval "ac_cv_func_$ac_func=no"
12655 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12656 echo "$ac_t""yes" 1>&6
12657 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12658 cat >> confdefs.h
<<EOF
12659 #define $ac_tr_func 1
12663 echo "$ac_t""no" 1>&6
12671 echo $ac_n "checking for _isnanf declaration""... $ac_c" 1>&6
12672 echo "configure:12673: checking for _isnanf declaration" >&5
12673 if test x
${glibcpp_cv_func__isnanf_use+set} != xset
; then
12674 if eval "test \"`echo '$''{'glibcpp_cv_func__isnanf_use'+set}'`\" = set"; then
12675 echo $ac_n "(cached) $ac_c" 1>&6
12680 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12681 ac_cpp
='$CXXCPP $CPPFLAGS'
12682 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12683 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12684 cross_compiling
=$ac_cv_prog_cxx_cross
12686 cat > conftest.
$ac_ext <<EOF
12687 #line 12688 "configure"
12688 #include "confdefs.h"
12694 if { (eval echo configure
:12695: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12696 glibcpp_cv_func__isnanf_use
=yes
12698 echo "configure: failed program was:" >&5
12699 cat conftest.
$ac_ext >&5
12701 glibcpp_cv_func__isnanf_use
=no
12705 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12706 ac_cpp
='$CPP $CPPFLAGS'
12707 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12708 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12709 cross_compiling
=$ac_cv_prog_cc_cross
12715 echo "$ac_t""$glibcpp_cv_func__isnanf_use" 1>&6
12716 if test x
$glibcpp_cv_func__isnanf_use = x
"yes"; then
12717 for ac_func
in _isnanf
12719 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12720 echo "configure:12721: checking for $ac_func" >&5
12721 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12722 echo $ac_n "(cached) $ac_c" 1>&6
12724 cat > conftest.
$ac_ext <<EOF
12725 #line 12726 "configure"
12726 #include "confdefs.h"
12727 /* System header to define __stub macros and hopefully few prototypes,
12728 which can conflict with char $ac_func(); below. */
12729 #include <assert.h>
12730 /* Override any gcc2 internal prototype to avoid an error. */
12731 /* We use char because int might match the return type of a gcc2
12732 builtin and then its argument prototype would still apply. */
12737 /* The GNU C library defines this for functions which it implements
12738 to always fail with ENOSYS. Some functions are actually named
12739 something starting with __ and the normal name is an alias. */
12740 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12748 if { (eval echo configure
:12749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12750 eval "ac_cv_func_$ac_func=yes"
12752 echo "configure: failed program was:" >&5
12753 cat conftest.
$ac_ext >&5
12755 eval "ac_cv_func_$ac_func=no"
12760 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12761 echo "$ac_t""yes" 1>&6
12762 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12763 cat >> confdefs.h
<<EOF
12764 #define $ac_tr_func 1
12768 echo "$ac_t""no" 1>&6
12775 echo $ac_n "checking for _isinff declaration""... $ac_c" 1>&6
12776 echo "configure:12777: checking for _isinff declaration" >&5
12777 if test x
${glibcpp_cv_func__isinff_use+set} != xset
; then
12778 if eval "test \"`echo '$''{'glibcpp_cv_func__isinff_use'+set}'`\" = set"; then
12779 echo $ac_n "(cached) $ac_c" 1>&6
12784 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12785 ac_cpp
='$CXXCPP $CPPFLAGS'
12786 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12787 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12788 cross_compiling
=$ac_cv_prog_cxx_cross
12790 cat > conftest.
$ac_ext <<EOF
12791 #line 12792 "configure"
12792 #include "confdefs.h"
12798 if { (eval echo configure
:12799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12800 glibcpp_cv_func__isinff_use
=yes
12802 echo "configure: failed program was:" >&5
12803 cat conftest.
$ac_ext >&5
12805 glibcpp_cv_func__isinff_use
=no
12809 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12810 ac_cpp
='$CPP $CPPFLAGS'
12811 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12812 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12813 cross_compiling
=$ac_cv_prog_cc_cross
12819 echo "$ac_t""$glibcpp_cv_func__isinff_use" 1>&6
12820 if test x
$glibcpp_cv_func__isinff_use = x
"yes"; then
12821 for ac_func
in _isinff
12823 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12824 echo "configure:12825: checking for $ac_func" >&5
12825 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12826 echo $ac_n "(cached) $ac_c" 1>&6
12828 cat > conftest.
$ac_ext <<EOF
12829 #line 12830 "configure"
12830 #include "confdefs.h"
12831 /* System header to define __stub macros and hopefully few prototypes,
12832 which can conflict with char $ac_func(); below. */
12833 #include <assert.h>
12834 /* Override any gcc2 internal prototype to avoid an error. */
12835 /* We use char because int might match the return type of a gcc2
12836 builtin and then its argument prototype would still apply. */
12841 /* The GNU C library defines this for functions which it implements
12842 to always fail with ENOSYS. Some functions are actually named
12843 something starting with __ and the normal name is an alias. */
12844 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12852 if { (eval echo configure
:12853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12854 eval "ac_cv_func_$ac_func=yes"
12856 echo "configure: failed program was:" >&5
12857 cat conftest.
$ac_ext >&5
12859 eval "ac_cv_func_$ac_func=no"
12864 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12865 echo "$ac_t""yes" 1>&6
12866 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12867 cat >> confdefs.h
<<EOF
12868 #define $ac_tr_func 1
12872 echo "$ac_t""no" 1>&6
12879 echo $ac_n "checking for _acosf declaration""... $ac_c" 1>&6
12880 echo "configure:12881: checking for _acosf declaration" >&5
12881 if test x
${glibcpp_cv_func__acosf_use+set} != xset
; then
12882 if eval "test \"`echo '$''{'glibcpp_cv_func__acosf_use'+set}'`\" = set"; then
12883 echo $ac_n "(cached) $ac_c" 1>&6
12888 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12889 ac_cpp
='$CXXCPP $CPPFLAGS'
12890 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12891 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12892 cross_compiling
=$ac_cv_prog_cxx_cross
12894 cat > conftest.
$ac_ext <<EOF
12895 #line 12896 "configure"
12896 #include "confdefs.h"
12902 if { (eval echo configure
:12903: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
12904 glibcpp_cv_func__acosf_use
=yes
12906 echo "configure: failed program was:" >&5
12907 cat conftest.
$ac_ext >&5
12909 glibcpp_cv_func__acosf_use
=no
12913 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12914 ac_cpp
='$CPP $CPPFLAGS'
12915 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12916 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12917 cross_compiling
=$ac_cv_prog_cc_cross
12923 echo "$ac_t""$glibcpp_cv_func__acosf_use" 1>&6
12924 if test x
$glibcpp_cv_func__acosf_use = x
"yes"; then
12925 for ac_func
in _acosf
12927 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
12928 echo "configure:12929: checking for $ac_func" >&5
12929 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
12930 echo $ac_n "(cached) $ac_c" 1>&6
12932 cat > conftest.
$ac_ext <<EOF
12933 #line 12934 "configure"
12934 #include "confdefs.h"
12935 /* System header to define __stub macros and hopefully few prototypes,
12936 which can conflict with char $ac_func(); below. */
12937 #include <assert.h>
12938 /* Override any gcc2 internal prototype to avoid an error. */
12939 /* We use char because int might match the return type of a gcc2
12940 builtin and then its argument prototype would still apply. */
12945 /* The GNU C library defines this for functions which it implements
12946 to always fail with ENOSYS. Some functions are actually named
12947 something starting with __ and the normal name is an alias. */
12948 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12956 if { (eval echo configure
:12957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
12958 eval "ac_cv_func_$ac_func=yes"
12960 echo "configure: failed program was:" >&5
12961 cat conftest.
$ac_ext >&5
12963 eval "ac_cv_func_$ac_func=no"
12968 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
12969 echo "$ac_t""yes" 1>&6
12970 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
12971 cat >> confdefs.h
<<EOF
12972 #define $ac_tr_func 1
12976 echo "$ac_t""no" 1>&6
12983 echo $ac_n "checking for _asinf declaration""... $ac_c" 1>&6
12984 echo "configure:12985: checking for _asinf declaration" >&5
12985 if test x
${glibcpp_cv_func__asinf_use+set} != xset
; then
12986 if eval "test \"`echo '$''{'glibcpp_cv_func__asinf_use'+set}'`\" = set"; then
12987 echo $ac_n "(cached) $ac_c" 1>&6
12992 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
12993 ac_cpp
='$CXXCPP $CPPFLAGS'
12994 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
12995 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
12996 cross_compiling
=$ac_cv_prog_cxx_cross
12998 cat > conftest.
$ac_ext <<EOF
12999 #line 13000 "configure"
13000 #include "confdefs.h"
13006 if { (eval echo configure
:13007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13008 glibcpp_cv_func__asinf_use
=yes
13010 echo "configure: failed program was:" >&5
13011 cat conftest.
$ac_ext >&5
13013 glibcpp_cv_func__asinf_use
=no
13017 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13018 ac_cpp
='$CPP $CPPFLAGS'
13019 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13020 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13021 cross_compiling
=$ac_cv_prog_cc_cross
13027 echo "$ac_t""$glibcpp_cv_func__asinf_use" 1>&6
13028 if test x
$glibcpp_cv_func__asinf_use = x
"yes"; then
13029 for ac_func
in _asinf
13031 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13032 echo "configure:13033: checking for $ac_func" >&5
13033 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13034 echo $ac_n "(cached) $ac_c" 1>&6
13036 cat > conftest.
$ac_ext <<EOF
13037 #line 13038 "configure"
13038 #include "confdefs.h"
13039 /* System header to define __stub macros and hopefully few prototypes,
13040 which can conflict with char $ac_func(); below. */
13041 #include <assert.h>
13042 /* Override any gcc2 internal prototype to avoid an error. */
13043 /* We use char because int might match the return type of a gcc2
13044 builtin and then its argument prototype would still apply. */
13049 /* The GNU C library defines this for functions which it implements
13050 to always fail with ENOSYS. Some functions are actually named
13051 something starting with __ and the normal name is an alias. */
13052 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13060 if { (eval echo configure
:13061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13062 eval "ac_cv_func_$ac_func=yes"
13064 echo "configure: failed program was:" >&5
13065 cat conftest.
$ac_ext >&5
13067 eval "ac_cv_func_$ac_func=no"
13072 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13073 echo "$ac_t""yes" 1>&6
13074 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13075 cat >> confdefs.h
<<EOF
13076 #define $ac_tr_func 1
13080 echo "$ac_t""no" 1>&6
13087 echo $ac_n "checking for _atanf declaration""... $ac_c" 1>&6
13088 echo "configure:13089: checking for _atanf declaration" >&5
13089 if test x
${glibcpp_cv_func__atanf_use+set} != xset
; then
13090 if eval "test \"`echo '$''{'glibcpp_cv_func__atanf_use'+set}'`\" = set"; then
13091 echo $ac_n "(cached) $ac_c" 1>&6
13096 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13097 ac_cpp
='$CXXCPP $CPPFLAGS'
13098 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13099 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13100 cross_compiling
=$ac_cv_prog_cxx_cross
13102 cat > conftest.
$ac_ext <<EOF
13103 #line 13104 "configure"
13104 #include "confdefs.h"
13110 if { (eval echo configure
:13111: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13112 glibcpp_cv_func__atanf_use
=yes
13114 echo "configure: failed program was:" >&5
13115 cat conftest.
$ac_ext >&5
13117 glibcpp_cv_func__atanf_use
=no
13121 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13122 ac_cpp
='$CPP $CPPFLAGS'
13123 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13124 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13125 cross_compiling
=$ac_cv_prog_cc_cross
13131 echo "$ac_t""$glibcpp_cv_func__atanf_use" 1>&6
13132 if test x
$glibcpp_cv_func__atanf_use = x
"yes"; then
13133 for ac_func
in _atanf
13135 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13136 echo "configure:13137: checking for $ac_func" >&5
13137 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13138 echo $ac_n "(cached) $ac_c" 1>&6
13140 cat > conftest.
$ac_ext <<EOF
13141 #line 13142 "configure"
13142 #include "confdefs.h"
13143 /* System header to define __stub macros and hopefully few prototypes,
13144 which can conflict with char $ac_func(); below. */
13145 #include <assert.h>
13146 /* Override any gcc2 internal prototype to avoid an error. */
13147 /* We use char because int might match the return type of a gcc2
13148 builtin and then its argument prototype would still apply. */
13153 /* The GNU C library defines this for functions which it implements
13154 to always fail with ENOSYS. Some functions are actually named
13155 something starting with __ and the normal name is an alias. */
13156 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13164 if { (eval echo configure
:13165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13166 eval "ac_cv_func_$ac_func=yes"
13168 echo "configure: failed program was:" >&5
13169 cat conftest.
$ac_ext >&5
13171 eval "ac_cv_func_$ac_func=no"
13176 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13177 echo "$ac_t""yes" 1>&6
13178 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13179 cat >> confdefs.h
<<EOF
13180 #define $ac_tr_func 1
13184 echo "$ac_t""no" 1>&6
13191 echo $ac_n "checking for _ceilf declaration""... $ac_c" 1>&6
13192 echo "configure:13193: checking for _ceilf declaration" >&5
13193 if test x
${glibcpp_cv_func__ceilf_use+set} != xset
; then
13194 if eval "test \"`echo '$''{'glibcpp_cv_func__ceilf_use'+set}'`\" = set"; then
13195 echo $ac_n "(cached) $ac_c" 1>&6
13200 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13201 ac_cpp
='$CXXCPP $CPPFLAGS'
13202 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13203 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13204 cross_compiling
=$ac_cv_prog_cxx_cross
13206 cat > conftest.
$ac_ext <<EOF
13207 #line 13208 "configure"
13208 #include "confdefs.h"
13214 if { (eval echo configure
:13215: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13216 glibcpp_cv_func__ceilf_use
=yes
13218 echo "configure: failed program was:" >&5
13219 cat conftest.
$ac_ext >&5
13221 glibcpp_cv_func__ceilf_use
=no
13225 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13226 ac_cpp
='$CPP $CPPFLAGS'
13227 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13228 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13229 cross_compiling
=$ac_cv_prog_cc_cross
13235 echo "$ac_t""$glibcpp_cv_func__ceilf_use" 1>&6
13236 if test x
$glibcpp_cv_func__ceilf_use = x
"yes"; then
13237 for ac_func
in _ceilf
13239 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13240 echo "configure:13241: checking for $ac_func" >&5
13241 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13242 echo $ac_n "(cached) $ac_c" 1>&6
13244 cat > conftest.
$ac_ext <<EOF
13245 #line 13246 "configure"
13246 #include "confdefs.h"
13247 /* System header to define __stub macros and hopefully few prototypes,
13248 which can conflict with char $ac_func(); below. */
13249 #include <assert.h>
13250 /* Override any gcc2 internal prototype to avoid an error. */
13251 /* We use char because int might match the return type of a gcc2
13252 builtin and then its argument prototype would still apply. */
13257 /* The GNU C library defines this for functions which it implements
13258 to always fail with ENOSYS. Some functions are actually named
13259 something starting with __ and the normal name is an alias. */
13260 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13268 if { (eval echo configure
:13269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13270 eval "ac_cv_func_$ac_func=yes"
13272 echo "configure: failed program was:" >&5
13273 cat conftest.
$ac_ext >&5
13275 eval "ac_cv_func_$ac_func=no"
13280 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13281 echo "$ac_t""yes" 1>&6
13282 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13283 cat >> confdefs.h
<<EOF
13284 #define $ac_tr_func 1
13288 echo "$ac_t""no" 1>&6
13295 echo $ac_n "checking for _cosf declaration""... $ac_c" 1>&6
13296 echo "configure:13297: checking for _cosf declaration" >&5
13297 if test x
${glibcpp_cv_func__cosf_use+set} != xset
; then
13298 if eval "test \"`echo '$''{'glibcpp_cv_func__cosf_use'+set}'`\" = set"; then
13299 echo $ac_n "(cached) $ac_c" 1>&6
13304 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13305 ac_cpp
='$CXXCPP $CPPFLAGS'
13306 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13307 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13308 cross_compiling
=$ac_cv_prog_cxx_cross
13310 cat > conftest.
$ac_ext <<EOF
13311 #line 13312 "configure"
13312 #include "confdefs.h"
13318 if { (eval echo configure
:13319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13320 glibcpp_cv_func__cosf_use
=yes
13322 echo "configure: failed program was:" >&5
13323 cat conftest.
$ac_ext >&5
13325 glibcpp_cv_func__cosf_use
=no
13329 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13330 ac_cpp
='$CPP $CPPFLAGS'
13331 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13332 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13333 cross_compiling
=$ac_cv_prog_cc_cross
13339 echo "$ac_t""$glibcpp_cv_func__cosf_use" 1>&6
13340 if test x
$glibcpp_cv_func__cosf_use = x
"yes"; then
13341 for ac_func
in _cosf
13343 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13344 echo "configure:13345: checking for $ac_func" >&5
13345 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13346 echo $ac_n "(cached) $ac_c" 1>&6
13348 cat > conftest.
$ac_ext <<EOF
13349 #line 13350 "configure"
13350 #include "confdefs.h"
13351 /* System header to define __stub macros and hopefully few prototypes,
13352 which can conflict with char $ac_func(); below. */
13353 #include <assert.h>
13354 /* Override any gcc2 internal prototype to avoid an error. */
13355 /* We use char because int might match the return type of a gcc2
13356 builtin and then its argument prototype would still apply. */
13361 /* The GNU C library defines this for functions which it implements
13362 to always fail with ENOSYS. Some functions are actually named
13363 something starting with __ and the normal name is an alias. */
13364 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13372 if { (eval echo configure
:13373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13374 eval "ac_cv_func_$ac_func=yes"
13376 echo "configure: failed program was:" >&5
13377 cat conftest.
$ac_ext >&5
13379 eval "ac_cv_func_$ac_func=no"
13384 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13385 echo "$ac_t""yes" 1>&6
13386 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13387 cat >> confdefs.h
<<EOF
13388 #define $ac_tr_func 1
13392 echo "$ac_t""no" 1>&6
13399 echo $ac_n "checking for _coshf declaration""... $ac_c" 1>&6
13400 echo "configure:13401: checking for _coshf declaration" >&5
13401 if test x
${glibcpp_cv_func__coshf_use+set} != xset
; then
13402 if eval "test \"`echo '$''{'glibcpp_cv_func__coshf_use'+set}'`\" = set"; then
13403 echo $ac_n "(cached) $ac_c" 1>&6
13408 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13409 ac_cpp
='$CXXCPP $CPPFLAGS'
13410 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13411 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13412 cross_compiling
=$ac_cv_prog_cxx_cross
13414 cat > conftest.
$ac_ext <<EOF
13415 #line 13416 "configure"
13416 #include "confdefs.h"
13422 if { (eval echo configure
:13423: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13424 glibcpp_cv_func__coshf_use
=yes
13426 echo "configure: failed program was:" >&5
13427 cat conftest.
$ac_ext >&5
13429 glibcpp_cv_func__coshf_use
=no
13433 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13434 ac_cpp
='$CPP $CPPFLAGS'
13435 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13436 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13437 cross_compiling
=$ac_cv_prog_cc_cross
13443 echo "$ac_t""$glibcpp_cv_func__coshf_use" 1>&6
13444 if test x
$glibcpp_cv_func__coshf_use = x
"yes"; then
13445 for ac_func
in _coshf
13447 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13448 echo "configure:13449: checking for $ac_func" >&5
13449 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13450 echo $ac_n "(cached) $ac_c" 1>&6
13452 cat > conftest.
$ac_ext <<EOF
13453 #line 13454 "configure"
13454 #include "confdefs.h"
13455 /* System header to define __stub macros and hopefully few prototypes,
13456 which can conflict with char $ac_func(); below. */
13457 #include <assert.h>
13458 /* Override any gcc2 internal prototype to avoid an error. */
13459 /* We use char because int might match the return type of a gcc2
13460 builtin and then its argument prototype would still apply. */
13465 /* The GNU C library defines this for functions which it implements
13466 to always fail with ENOSYS. Some functions are actually named
13467 something starting with __ and the normal name is an alias. */
13468 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13476 if { (eval echo configure
:13477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13478 eval "ac_cv_func_$ac_func=yes"
13480 echo "configure: failed program was:" >&5
13481 cat conftest.
$ac_ext >&5
13483 eval "ac_cv_func_$ac_func=no"
13488 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13489 echo "$ac_t""yes" 1>&6
13490 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13491 cat >> confdefs.h
<<EOF
13492 #define $ac_tr_func 1
13496 echo "$ac_t""no" 1>&6
13503 echo $ac_n "checking for _fabsf declaration""... $ac_c" 1>&6
13504 echo "configure:13505: checking for _fabsf declaration" >&5
13505 if test x
${glibcpp_cv_func__fabsf_use+set} != xset
; then
13506 if eval "test \"`echo '$''{'glibcpp_cv_func__fabsf_use'+set}'`\" = set"; then
13507 echo $ac_n "(cached) $ac_c" 1>&6
13512 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13513 ac_cpp
='$CXXCPP $CPPFLAGS'
13514 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13515 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13516 cross_compiling
=$ac_cv_prog_cxx_cross
13518 cat > conftest.
$ac_ext <<EOF
13519 #line 13520 "configure"
13520 #include "confdefs.h"
13526 if { (eval echo configure
:13527: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13528 glibcpp_cv_func__fabsf_use
=yes
13530 echo "configure: failed program was:" >&5
13531 cat conftest.
$ac_ext >&5
13533 glibcpp_cv_func__fabsf_use
=no
13537 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13538 ac_cpp
='$CPP $CPPFLAGS'
13539 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13540 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13541 cross_compiling
=$ac_cv_prog_cc_cross
13547 echo "$ac_t""$glibcpp_cv_func__fabsf_use" 1>&6
13548 if test x
$glibcpp_cv_func__fabsf_use = x
"yes"; then
13549 for ac_func
in _fabsf
13551 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13552 echo "configure:13553: checking for $ac_func" >&5
13553 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13554 echo $ac_n "(cached) $ac_c" 1>&6
13556 cat > conftest.
$ac_ext <<EOF
13557 #line 13558 "configure"
13558 #include "confdefs.h"
13559 /* System header to define __stub macros and hopefully few prototypes,
13560 which can conflict with char $ac_func(); below. */
13561 #include <assert.h>
13562 /* Override any gcc2 internal prototype to avoid an error. */
13563 /* We use char because int might match the return type of a gcc2
13564 builtin and then its argument prototype would still apply. */
13569 /* The GNU C library defines this for functions which it implements
13570 to always fail with ENOSYS. Some functions are actually named
13571 something starting with __ and the normal name is an alias. */
13572 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13580 if { (eval echo configure
:13581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13582 eval "ac_cv_func_$ac_func=yes"
13584 echo "configure: failed program was:" >&5
13585 cat conftest.
$ac_ext >&5
13587 eval "ac_cv_func_$ac_func=no"
13592 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13593 echo "$ac_t""yes" 1>&6
13594 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13595 cat >> confdefs.h
<<EOF
13596 #define $ac_tr_func 1
13600 echo "$ac_t""no" 1>&6
13607 echo $ac_n "checking for _floorf declaration""... $ac_c" 1>&6
13608 echo "configure:13609: checking for _floorf declaration" >&5
13609 if test x
${glibcpp_cv_func__floorf_use+set} != xset
; then
13610 if eval "test \"`echo '$''{'glibcpp_cv_func__floorf_use'+set}'`\" = set"; then
13611 echo $ac_n "(cached) $ac_c" 1>&6
13616 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13617 ac_cpp
='$CXXCPP $CPPFLAGS'
13618 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13619 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13620 cross_compiling
=$ac_cv_prog_cxx_cross
13622 cat > conftest.
$ac_ext <<EOF
13623 #line 13624 "configure"
13624 #include "confdefs.h"
13630 if { (eval echo configure
:13631: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13632 glibcpp_cv_func__floorf_use
=yes
13634 echo "configure: failed program was:" >&5
13635 cat conftest.
$ac_ext >&5
13637 glibcpp_cv_func__floorf_use
=no
13641 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13642 ac_cpp
='$CPP $CPPFLAGS'
13643 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13644 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13645 cross_compiling
=$ac_cv_prog_cc_cross
13651 echo "$ac_t""$glibcpp_cv_func__floorf_use" 1>&6
13652 if test x
$glibcpp_cv_func__floorf_use = x
"yes"; then
13653 for ac_func
in _floorf
13655 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13656 echo "configure:13657: checking for $ac_func" >&5
13657 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13658 echo $ac_n "(cached) $ac_c" 1>&6
13660 cat > conftest.
$ac_ext <<EOF
13661 #line 13662 "configure"
13662 #include "confdefs.h"
13663 /* System header to define __stub macros and hopefully few prototypes,
13664 which can conflict with char $ac_func(); below. */
13665 #include <assert.h>
13666 /* Override any gcc2 internal prototype to avoid an error. */
13667 /* We use char because int might match the return type of a gcc2
13668 builtin and then its argument prototype would still apply. */
13673 /* The GNU C library defines this for functions which it implements
13674 to always fail with ENOSYS. Some functions are actually named
13675 something starting with __ and the normal name is an alias. */
13676 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13684 if { (eval echo configure
:13685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13686 eval "ac_cv_func_$ac_func=yes"
13688 echo "configure: failed program was:" >&5
13689 cat conftest.
$ac_ext >&5
13691 eval "ac_cv_func_$ac_func=no"
13696 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13697 echo "$ac_t""yes" 1>&6
13698 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13699 cat >> confdefs.h
<<EOF
13700 #define $ac_tr_func 1
13704 echo "$ac_t""no" 1>&6
13711 echo $ac_n "checking for _fmodf declaration""... $ac_c" 1>&6
13712 echo "configure:13713: checking for _fmodf declaration" >&5
13713 if test x
${glibcpp_cv_func__fmodf_use+set} != xset
; then
13714 if eval "test \"`echo '$''{'glibcpp_cv_func__fmodf_use'+set}'`\" = set"; then
13715 echo $ac_n "(cached) $ac_c" 1>&6
13720 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13721 ac_cpp
='$CXXCPP $CPPFLAGS'
13722 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13723 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13724 cross_compiling
=$ac_cv_prog_cxx_cross
13726 cat > conftest.
$ac_ext <<EOF
13727 #line 13728 "configure"
13728 #include "confdefs.h"
13734 if { (eval echo configure
:13735: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13736 glibcpp_cv_func__fmodf_use
=yes
13738 echo "configure: failed program was:" >&5
13739 cat conftest.
$ac_ext >&5
13741 glibcpp_cv_func__fmodf_use
=no
13745 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13746 ac_cpp
='$CPP $CPPFLAGS'
13747 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13748 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13749 cross_compiling
=$ac_cv_prog_cc_cross
13755 echo "$ac_t""$glibcpp_cv_func__fmodf_use" 1>&6
13756 if test x
$glibcpp_cv_func__fmodf_use = x
"yes"; then
13757 for ac_func
in _fmodf
13759 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13760 echo "configure:13761: checking for $ac_func" >&5
13761 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13762 echo $ac_n "(cached) $ac_c" 1>&6
13764 cat > conftest.
$ac_ext <<EOF
13765 #line 13766 "configure"
13766 #include "confdefs.h"
13767 /* System header to define __stub macros and hopefully few prototypes,
13768 which can conflict with char $ac_func(); below. */
13769 #include <assert.h>
13770 /* Override any gcc2 internal prototype to avoid an error. */
13771 /* We use char because int might match the return type of a gcc2
13772 builtin and then its argument prototype would still apply. */
13777 /* The GNU C library defines this for functions which it implements
13778 to always fail with ENOSYS. Some functions are actually named
13779 something starting with __ and the normal name is an alias. */
13780 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13788 if { (eval echo configure
:13789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13790 eval "ac_cv_func_$ac_func=yes"
13792 echo "configure: failed program was:" >&5
13793 cat conftest.
$ac_ext >&5
13795 eval "ac_cv_func_$ac_func=no"
13800 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13801 echo "$ac_t""yes" 1>&6
13802 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13803 cat >> confdefs.h
<<EOF
13804 #define $ac_tr_func 1
13808 echo "$ac_t""no" 1>&6
13815 echo $ac_n "checking for _frexpf declaration""... $ac_c" 1>&6
13816 echo "configure:13817: checking for _frexpf declaration" >&5
13817 if test x
${glibcpp_cv_func__frexpf_use+set} != xset
; then
13818 if eval "test \"`echo '$''{'glibcpp_cv_func__frexpf_use'+set}'`\" = set"; then
13819 echo $ac_n "(cached) $ac_c" 1>&6
13824 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13825 ac_cpp
='$CXXCPP $CPPFLAGS'
13826 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13827 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13828 cross_compiling
=$ac_cv_prog_cxx_cross
13830 cat > conftest.
$ac_ext <<EOF
13831 #line 13832 "configure"
13832 #include "confdefs.h"
13838 if { (eval echo configure
:13839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13840 glibcpp_cv_func__frexpf_use
=yes
13842 echo "configure: failed program was:" >&5
13843 cat conftest.
$ac_ext >&5
13845 glibcpp_cv_func__frexpf_use
=no
13849 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13850 ac_cpp
='$CPP $CPPFLAGS'
13851 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13852 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13853 cross_compiling
=$ac_cv_prog_cc_cross
13859 echo "$ac_t""$glibcpp_cv_func__frexpf_use" 1>&6
13860 if test x
$glibcpp_cv_func__frexpf_use = x
"yes"; then
13861 for ac_func
in _frexpf
13863 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13864 echo "configure:13865: checking for $ac_func" >&5
13865 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13866 echo $ac_n "(cached) $ac_c" 1>&6
13868 cat > conftest.
$ac_ext <<EOF
13869 #line 13870 "configure"
13870 #include "confdefs.h"
13871 /* System header to define __stub macros and hopefully few prototypes,
13872 which can conflict with char $ac_func(); below. */
13873 #include <assert.h>
13874 /* Override any gcc2 internal prototype to avoid an error. */
13875 /* We use char because int might match the return type of a gcc2
13876 builtin and then its argument prototype would still apply. */
13881 /* The GNU C library defines this for functions which it implements
13882 to always fail with ENOSYS. Some functions are actually named
13883 something starting with __ and the normal name is an alias. */
13884 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13892 if { (eval echo configure
:13893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13894 eval "ac_cv_func_$ac_func=yes"
13896 echo "configure: failed program was:" >&5
13897 cat conftest.
$ac_ext >&5
13899 eval "ac_cv_func_$ac_func=no"
13904 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
13905 echo "$ac_t""yes" 1>&6
13906 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
13907 cat >> confdefs.h
<<EOF
13908 #define $ac_tr_func 1
13912 echo "$ac_t""no" 1>&6
13919 echo $ac_n "checking for _ldexpf declaration""... $ac_c" 1>&6
13920 echo "configure:13921: checking for _ldexpf declaration" >&5
13921 if test x
${glibcpp_cv_func__ldexpf_use+set} != xset
; then
13922 if eval "test \"`echo '$''{'glibcpp_cv_func__ldexpf_use'+set}'`\" = set"; then
13923 echo $ac_n "(cached) $ac_c" 1>&6
13928 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13929 ac_cpp
='$CXXCPP $CPPFLAGS'
13930 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13931 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13932 cross_compiling
=$ac_cv_prog_cxx_cross
13934 cat > conftest.
$ac_ext <<EOF
13935 #line 13936 "configure"
13936 #include "confdefs.h"
13942 if { (eval echo configure
:13943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
13944 glibcpp_cv_func__ldexpf_use
=yes
13946 echo "configure: failed program was:" >&5
13947 cat conftest.
$ac_ext >&5
13949 glibcpp_cv_func__ldexpf_use
=no
13953 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
13954 ac_cpp
='$CPP $CPPFLAGS'
13955 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
13956 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
13957 cross_compiling
=$ac_cv_prog_cc_cross
13963 echo "$ac_t""$glibcpp_cv_func__ldexpf_use" 1>&6
13964 if test x
$glibcpp_cv_func__ldexpf_use = x
"yes"; then
13965 for ac_func
in _ldexpf
13967 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
13968 echo "configure:13969: checking for $ac_func" >&5
13969 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
13970 echo $ac_n "(cached) $ac_c" 1>&6
13972 cat > conftest.
$ac_ext <<EOF
13973 #line 13974 "configure"
13974 #include "confdefs.h"
13975 /* System header to define __stub macros and hopefully few prototypes,
13976 which can conflict with char $ac_func(); below. */
13977 #include <assert.h>
13978 /* Override any gcc2 internal prototype to avoid an error. */
13979 /* We use char because int might match the return type of a gcc2
13980 builtin and then its argument prototype would still apply. */
13985 /* The GNU C library defines this for functions which it implements
13986 to always fail with ENOSYS. Some functions are actually named
13987 something starting with __ and the normal name is an alias. */
13988 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13996 if { (eval echo configure
:13997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
13998 eval "ac_cv_func_$ac_func=yes"
14000 echo "configure: failed program was:" >&5
14001 cat conftest.
$ac_ext >&5
14003 eval "ac_cv_func_$ac_func=no"
14008 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14009 echo "$ac_t""yes" 1>&6
14010 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14011 cat >> confdefs.h
<<EOF
14012 #define $ac_tr_func 1
14016 echo "$ac_t""no" 1>&6
14023 echo $ac_n "checking for _logf declaration""... $ac_c" 1>&6
14024 echo "configure:14025: checking for _logf declaration" >&5
14025 if test x
${glibcpp_cv_func__logf_use+set} != xset
; then
14026 if eval "test \"`echo '$''{'glibcpp_cv_func__logf_use'+set}'`\" = set"; then
14027 echo $ac_n "(cached) $ac_c" 1>&6
14032 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14033 ac_cpp
='$CXXCPP $CPPFLAGS'
14034 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14035 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14036 cross_compiling
=$ac_cv_prog_cxx_cross
14038 cat > conftest.
$ac_ext <<EOF
14039 #line 14040 "configure"
14040 #include "confdefs.h"
14046 if { (eval echo configure
:14047: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14048 glibcpp_cv_func__logf_use
=yes
14050 echo "configure: failed program was:" >&5
14051 cat conftest.
$ac_ext >&5
14053 glibcpp_cv_func__logf_use
=no
14057 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14058 ac_cpp
='$CPP $CPPFLAGS'
14059 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14060 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14061 cross_compiling
=$ac_cv_prog_cc_cross
14067 echo "$ac_t""$glibcpp_cv_func__logf_use" 1>&6
14068 if test x
$glibcpp_cv_func__logf_use = x
"yes"; then
14069 for ac_func
in _logf
14071 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14072 echo "configure:14073: checking for $ac_func" >&5
14073 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14074 echo $ac_n "(cached) $ac_c" 1>&6
14076 cat > conftest.
$ac_ext <<EOF
14077 #line 14078 "configure"
14078 #include "confdefs.h"
14079 /* System header to define __stub macros and hopefully few prototypes,
14080 which can conflict with char $ac_func(); below. */
14081 #include <assert.h>
14082 /* Override any gcc2 internal prototype to avoid an error. */
14083 /* We use char because int might match the return type of a gcc2
14084 builtin and then its argument prototype would still apply. */
14089 /* The GNU C library defines this for functions which it implements
14090 to always fail with ENOSYS. Some functions are actually named
14091 something starting with __ and the normal name is an alias. */
14092 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14100 if { (eval echo configure
:14101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14102 eval "ac_cv_func_$ac_func=yes"
14104 echo "configure: failed program was:" >&5
14105 cat conftest.
$ac_ext >&5
14107 eval "ac_cv_func_$ac_func=no"
14112 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14113 echo "$ac_t""yes" 1>&6
14114 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14115 cat >> confdefs.h
<<EOF
14116 #define $ac_tr_func 1
14120 echo "$ac_t""no" 1>&6
14127 echo $ac_n "checking for _log10f declaration""... $ac_c" 1>&6
14128 echo "configure:14129: checking for _log10f declaration" >&5
14129 if test x
${glibcpp_cv_func__log10f_use+set} != xset
; then
14130 if eval "test \"`echo '$''{'glibcpp_cv_func__log10f_use'+set}'`\" = set"; then
14131 echo $ac_n "(cached) $ac_c" 1>&6
14136 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14137 ac_cpp
='$CXXCPP $CPPFLAGS'
14138 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14139 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14140 cross_compiling
=$ac_cv_prog_cxx_cross
14142 cat > conftest.
$ac_ext <<EOF
14143 #line 14144 "configure"
14144 #include "confdefs.h"
14150 if { (eval echo configure
:14151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14152 glibcpp_cv_func__log10f_use
=yes
14154 echo "configure: failed program was:" >&5
14155 cat conftest.
$ac_ext >&5
14157 glibcpp_cv_func__log10f_use
=no
14161 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14162 ac_cpp
='$CPP $CPPFLAGS'
14163 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14164 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14165 cross_compiling
=$ac_cv_prog_cc_cross
14171 echo "$ac_t""$glibcpp_cv_func__log10f_use" 1>&6
14172 if test x
$glibcpp_cv_func__log10f_use = x
"yes"; then
14173 for ac_func
in _log10f
14175 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14176 echo "configure:14177: checking for $ac_func" >&5
14177 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14178 echo $ac_n "(cached) $ac_c" 1>&6
14180 cat > conftest.
$ac_ext <<EOF
14181 #line 14182 "configure"
14182 #include "confdefs.h"
14183 /* System header to define __stub macros and hopefully few prototypes,
14184 which can conflict with char $ac_func(); below. */
14185 #include <assert.h>
14186 /* Override any gcc2 internal prototype to avoid an error. */
14187 /* We use char because int might match the return type of a gcc2
14188 builtin and then its argument prototype would still apply. */
14193 /* The GNU C library defines this for functions which it implements
14194 to always fail with ENOSYS. Some functions are actually named
14195 something starting with __ and the normal name is an alias. */
14196 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14204 if { (eval echo configure
:14205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14206 eval "ac_cv_func_$ac_func=yes"
14208 echo "configure: failed program was:" >&5
14209 cat conftest.
$ac_ext >&5
14211 eval "ac_cv_func_$ac_func=no"
14216 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14217 echo "$ac_t""yes" 1>&6
14218 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14219 cat >> confdefs.h
<<EOF
14220 #define $ac_tr_func 1
14224 echo "$ac_t""no" 1>&6
14231 echo $ac_n "checking for _modff declaration""... $ac_c" 1>&6
14232 echo "configure:14233: checking for _modff declaration" >&5
14233 if test x
${glibcpp_cv_func__modff_use+set} != xset
; then
14234 if eval "test \"`echo '$''{'glibcpp_cv_func__modff_use'+set}'`\" = set"; then
14235 echo $ac_n "(cached) $ac_c" 1>&6
14240 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14241 ac_cpp
='$CXXCPP $CPPFLAGS'
14242 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14243 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14244 cross_compiling
=$ac_cv_prog_cxx_cross
14246 cat > conftest.
$ac_ext <<EOF
14247 #line 14248 "configure"
14248 #include "confdefs.h"
14254 if { (eval echo configure
:14255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14256 glibcpp_cv_func__modff_use
=yes
14258 echo "configure: failed program was:" >&5
14259 cat conftest.
$ac_ext >&5
14261 glibcpp_cv_func__modff_use
=no
14265 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14266 ac_cpp
='$CPP $CPPFLAGS'
14267 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14268 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14269 cross_compiling
=$ac_cv_prog_cc_cross
14275 echo "$ac_t""$glibcpp_cv_func__modff_use" 1>&6
14276 if test x
$glibcpp_cv_func__modff_use = x
"yes"; then
14277 for ac_func
in _modff
14279 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14280 echo "configure:14281: checking for $ac_func" >&5
14281 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14282 echo $ac_n "(cached) $ac_c" 1>&6
14284 cat > conftest.
$ac_ext <<EOF
14285 #line 14286 "configure"
14286 #include "confdefs.h"
14287 /* System header to define __stub macros and hopefully few prototypes,
14288 which can conflict with char $ac_func(); below. */
14289 #include <assert.h>
14290 /* Override any gcc2 internal prototype to avoid an error. */
14291 /* We use char because int might match the return type of a gcc2
14292 builtin and then its argument prototype would still apply. */
14297 /* The GNU C library defines this for functions which it implements
14298 to always fail with ENOSYS. Some functions are actually named
14299 something starting with __ and the normal name is an alias. */
14300 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14308 if { (eval echo configure
:14309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14310 eval "ac_cv_func_$ac_func=yes"
14312 echo "configure: failed program was:" >&5
14313 cat conftest.
$ac_ext >&5
14315 eval "ac_cv_func_$ac_func=no"
14320 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14321 echo "$ac_t""yes" 1>&6
14322 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14323 cat >> confdefs.h
<<EOF
14324 #define $ac_tr_func 1
14328 echo "$ac_t""no" 1>&6
14335 echo $ac_n "checking for _powf declaration""... $ac_c" 1>&6
14336 echo "configure:14337: checking for _powf declaration" >&5
14337 if test x
${glibcpp_cv_func__powf_use+set} != xset
; then
14338 if eval "test \"`echo '$''{'glibcpp_cv_func__powf_use'+set}'`\" = set"; then
14339 echo $ac_n "(cached) $ac_c" 1>&6
14344 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14345 ac_cpp
='$CXXCPP $CPPFLAGS'
14346 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14347 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14348 cross_compiling
=$ac_cv_prog_cxx_cross
14350 cat > conftest.
$ac_ext <<EOF
14351 #line 14352 "configure"
14352 #include "confdefs.h"
14358 if { (eval echo configure
:14359: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14360 glibcpp_cv_func__powf_use
=yes
14362 echo "configure: failed program was:" >&5
14363 cat conftest.
$ac_ext >&5
14365 glibcpp_cv_func__powf_use
=no
14369 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14370 ac_cpp
='$CPP $CPPFLAGS'
14371 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14372 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14373 cross_compiling
=$ac_cv_prog_cc_cross
14379 echo "$ac_t""$glibcpp_cv_func__powf_use" 1>&6
14380 if test x
$glibcpp_cv_func__powf_use = x
"yes"; then
14381 for ac_func
in _powf
14383 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14384 echo "configure:14385: checking for $ac_func" >&5
14385 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14386 echo $ac_n "(cached) $ac_c" 1>&6
14388 cat > conftest.
$ac_ext <<EOF
14389 #line 14390 "configure"
14390 #include "confdefs.h"
14391 /* System header to define __stub macros and hopefully few prototypes,
14392 which can conflict with char $ac_func(); below. */
14393 #include <assert.h>
14394 /* Override any gcc2 internal prototype to avoid an error. */
14395 /* We use char because int might match the return type of a gcc2
14396 builtin and then its argument prototype would still apply. */
14401 /* The GNU C library defines this for functions which it implements
14402 to always fail with ENOSYS. Some functions are actually named
14403 something starting with __ and the normal name is an alias. */
14404 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14412 if { (eval echo configure
:14413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14414 eval "ac_cv_func_$ac_func=yes"
14416 echo "configure: failed program was:" >&5
14417 cat conftest.
$ac_ext >&5
14419 eval "ac_cv_func_$ac_func=no"
14424 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14425 echo "$ac_t""yes" 1>&6
14426 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14427 cat >> confdefs.h
<<EOF
14428 #define $ac_tr_func 1
14432 echo "$ac_t""no" 1>&6
14439 echo $ac_n "checking for _sinf declaration""... $ac_c" 1>&6
14440 echo "configure:14441: checking for _sinf declaration" >&5
14441 if test x
${glibcpp_cv_func__sinf_use+set} != xset
; then
14442 if eval "test \"`echo '$''{'glibcpp_cv_func__sinf_use'+set}'`\" = set"; then
14443 echo $ac_n "(cached) $ac_c" 1>&6
14448 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14449 ac_cpp
='$CXXCPP $CPPFLAGS'
14450 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14451 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14452 cross_compiling
=$ac_cv_prog_cxx_cross
14454 cat > conftest.
$ac_ext <<EOF
14455 #line 14456 "configure"
14456 #include "confdefs.h"
14462 if { (eval echo configure
:14463: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14464 glibcpp_cv_func__sinf_use
=yes
14466 echo "configure: failed program was:" >&5
14467 cat conftest.
$ac_ext >&5
14469 glibcpp_cv_func__sinf_use
=no
14473 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14474 ac_cpp
='$CPP $CPPFLAGS'
14475 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14476 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14477 cross_compiling
=$ac_cv_prog_cc_cross
14483 echo "$ac_t""$glibcpp_cv_func__sinf_use" 1>&6
14484 if test x
$glibcpp_cv_func__sinf_use = x
"yes"; then
14485 for ac_func
in _sinf
14487 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14488 echo "configure:14489: checking for $ac_func" >&5
14489 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14490 echo $ac_n "(cached) $ac_c" 1>&6
14492 cat > conftest.
$ac_ext <<EOF
14493 #line 14494 "configure"
14494 #include "confdefs.h"
14495 /* System header to define __stub macros and hopefully few prototypes,
14496 which can conflict with char $ac_func(); below. */
14497 #include <assert.h>
14498 /* Override any gcc2 internal prototype to avoid an error. */
14499 /* We use char because int might match the return type of a gcc2
14500 builtin and then its argument prototype would still apply. */
14505 /* The GNU C library defines this for functions which it implements
14506 to always fail with ENOSYS. Some functions are actually named
14507 something starting with __ and the normal name is an alias. */
14508 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14516 if { (eval echo configure
:14517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14518 eval "ac_cv_func_$ac_func=yes"
14520 echo "configure: failed program was:" >&5
14521 cat conftest.
$ac_ext >&5
14523 eval "ac_cv_func_$ac_func=no"
14528 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14529 echo "$ac_t""yes" 1>&6
14530 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14531 cat >> confdefs.h
<<EOF
14532 #define $ac_tr_func 1
14536 echo "$ac_t""no" 1>&6
14543 echo $ac_n "checking for _sinhf declaration""... $ac_c" 1>&6
14544 echo "configure:14545: checking for _sinhf declaration" >&5
14545 if test x
${glibcpp_cv_func__sinhf_use+set} != xset
; then
14546 if eval "test \"`echo '$''{'glibcpp_cv_func__sinhf_use'+set}'`\" = set"; then
14547 echo $ac_n "(cached) $ac_c" 1>&6
14552 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14553 ac_cpp
='$CXXCPP $CPPFLAGS'
14554 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14555 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14556 cross_compiling
=$ac_cv_prog_cxx_cross
14558 cat > conftest.
$ac_ext <<EOF
14559 #line 14560 "configure"
14560 #include "confdefs.h"
14566 if { (eval echo configure
:14567: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14568 glibcpp_cv_func__sinhf_use
=yes
14570 echo "configure: failed program was:" >&5
14571 cat conftest.
$ac_ext >&5
14573 glibcpp_cv_func__sinhf_use
=no
14577 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14578 ac_cpp
='$CPP $CPPFLAGS'
14579 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14580 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14581 cross_compiling
=$ac_cv_prog_cc_cross
14587 echo "$ac_t""$glibcpp_cv_func__sinhf_use" 1>&6
14588 if test x
$glibcpp_cv_func__sinhf_use = x
"yes"; then
14589 for ac_func
in _sinhf
14591 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14592 echo "configure:14593: checking for $ac_func" >&5
14593 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14594 echo $ac_n "(cached) $ac_c" 1>&6
14596 cat > conftest.
$ac_ext <<EOF
14597 #line 14598 "configure"
14598 #include "confdefs.h"
14599 /* System header to define __stub macros and hopefully few prototypes,
14600 which can conflict with char $ac_func(); below. */
14601 #include <assert.h>
14602 /* Override any gcc2 internal prototype to avoid an error. */
14603 /* We use char because int might match the return type of a gcc2
14604 builtin and then its argument prototype would still apply. */
14609 /* The GNU C library defines this for functions which it implements
14610 to always fail with ENOSYS. Some functions are actually named
14611 something starting with __ and the normal name is an alias. */
14612 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14620 if { (eval echo configure
:14621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14622 eval "ac_cv_func_$ac_func=yes"
14624 echo "configure: failed program was:" >&5
14625 cat conftest.
$ac_ext >&5
14627 eval "ac_cv_func_$ac_func=no"
14632 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14633 echo "$ac_t""yes" 1>&6
14634 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14635 cat >> confdefs.h
<<EOF
14636 #define $ac_tr_func 1
14640 echo "$ac_t""no" 1>&6
14647 echo $ac_n "checking for _sqrtf declaration""... $ac_c" 1>&6
14648 echo "configure:14649: checking for _sqrtf declaration" >&5
14649 if test x
${glibcpp_cv_func__sqrtf_use+set} != xset
; then
14650 if eval "test \"`echo '$''{'glibcpp_cv_func__sqrtf_use'+set}'`\" = set"; then
14651 echo $ac_n "(cached) $ac_c" 1>&6
14656 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14657 ac_cpp
='$CXXCPP $CPPFLAGS'
14658 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14659 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14660 cross_compiling
=$ac_cv_prog_cxx_cross
14662 cat > conftest.
$ac_ext <<EOF
14663 #line 14664 "configure"
14664 #include "confdefs.h"
14670 if { (eval echo configure
:14671: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14672 glibcpp_cv_func__sqrtf_use
=yes
14674 echo "configure: failed program was:" >&5
14675 cat conftest.
$ac_ext >&5
14677 glibcpp_cv_func__sqrtf_use
=no
14681 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14682 ac_cpp
='$CPP $CPPFLAGS'
14683 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14684 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14685 cross_compiling
=$ac_cv_prog_cc_cross
14691 echo "$ac_t""$glibcpp_cv_func__sqrtf_use" 1>&6
14692 if test x
$glibcpp_cv_func__sqrtf_use = x
"yes"; then
14693 for ac_func
in _sqrtf
14695 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14696 echo "configure:14697: checking for $ac_func" >&5
14697 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14698 echo $ac_n "(cached) $ac_c" 1>&6
14700 cat > conftest.
$ac_ext <<EOF
14701 #line 14702 "configure"
14702 #include "confdefs.h"
14703 /* System header to define __stub macros and hopefully few prototypes,
14704 which can conflict with char $ac_func(); below. */
14705 #include <assert.h>
14706 /* Override any gcc2 internal prototype to avoid an error. */
14707 /* We use char because int might match the return type of a gcc2
14708 builtin and then its argument prototype would still apply. */
14713 /* The GNU C library defines this for functions which it implements
14714 to always fail with ENOSYS. Some functions are actually named
14715 something starting with __ and the normal name is an alias. */
14716 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14724 if { (eval echo configure
:14725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14726 eval "ac_cv_func_$ac_func=yes"
14728 echo "configure: failed program was:" >&5
14729 cat conftest.
$ac_ext >&5
14731 eval "ac_cv_func_$ac_func=no"
14736 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14737 echo "$ac_t""yes" 1>&6
14738 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14739 cat >> confdefs.h
<<EOF
14740 #define $ac_tr_func 1
14744 echo "$ac_t""no" 1>&6
14751 echo $ac_n "checking for _tanf declaration""... $ac_c" 1>&6
14752 echo "configure:14753: checking for _tanf declaration" >&5
14753 if test x
${glibcpp_cv_func__tanf_use+set} != xset
; then
14754 if eval "test \"`echo '$''{'glibcpp_cv_func__tanf_use'+set}'`\" = set"; then
14755 echo $ac_n "(cached) $ac_c" 1>&6
14760 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14761 ac_cpp
='$CXXCPP $CPPFLAGS'
14762 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14763 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14764 cross_compiling
=$ac_cv_prog_cxx_cross
14766 cat > conftest.
$ac_ext <<EOF
14767 #line 14768 "configure"
14768 #include "confdefs.h"
14774 if { (eval echo configure
:14775: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14776 glibcpp_cv_func__tanf_use
=yes
14778 echo "configure: failed program was:" >&5
14779 cat conftest.
$ac_ext >&5
14781 glibcpp_cv_func__tanf_use
=no
14785 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14786 ac_cpp
='$CPP $CPPFLAGS'
14787 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14788 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14789 cross_compiling
=$ac_cv_prog_cc_cross
14795 echo "$ac_t""$glibcpp_cv_func__tanf_use" 1>&6
14796 if test x
$glibcpp_cv_func__tanf_use = x
"yes"; then
14797 for ac_func
in _tanf
14799 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14800 echo "configure:14801: checking for $ac_func" >&5
14801 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14802 echo $ac_n "(cached) $ac_c" 1>&6
14804 cat > conftest.
$ac_ext <<EOF
14805 #line 14806 "configure"
14806 #include "confdefs.h"
14807 /* System header to define __stub macros and hopefully few prototypes,
14808 which can conflict with char $ac_func(); below. */
14809 #include <assert.h>
14810 /* Override any gcc2 internal prototype to avoid an error. */
14811 /* We use char because int might match the return type of a gcc2
14812 builtin and then its argument prototype would still apply. */
14817 /* The GNU C library defines this for functions which it implements
14818 to always fail with ENOSYS. Some functions are actually named
14819 something starting with __ and the normal name is an alias. */
14820 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14828 if { (eval echo configure
:14829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14830 eval "ac_cv_func_$ac_func=yes"
14832 echo "configure: failed program was:" >&5
14833 cat conftest.
$ac_ext >&5
14835 eval "ac_cv_func_$ac_func=no"
14840 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14841 echo "$ac_t""yes" 1>&6
14842 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14843 cat >> confdefs.h
<<EOF
14844 #define $ac_tr_func 1
14848 echo "$ac_t""no" 1>&6
14855 echo $ac_n "checking for _tanhf declaration""... $ac_c" 1>&6
14856 echo "configure:14857: checking for _tanhf declaration" >&5
14857 if test x
${glibcpp_cv_func__tanhf_use+set} != xset
; then
14858 if eval "test \"`echo '$''{'glibcpp_cv_func__tanhf_use'+set}'`\" = set"; then
14859 echo $ac_n "(cached) $ac_c" 1>&6
14864 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14865 ac_cpp
='$CXXCPP $CPPFLAGS'
14866 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14867 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14868 cross_compiling
=$ac_cv_prog_cxx_cross
14870 cat > conftest.
$ac_ext <<EOF
14871 #line 14872 "configure"
14872 #include "confdefs.h"
14878 if { (eval echo configure
:14879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14880 glibcpp_cv_func__tanhf_use
=yes
14882 echo "configure: failed program was:" >&5
14883 cat conftest.
$ac_ext >&5
14885 glibcpp_cv_func__tanhf_use
=no
14889 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14890 ac_cpp
='$CPP $CPPFLAGS'
14891 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14892 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14893 cross_compiling
=$ac_cv_prog_cc_cross
14899 echo "$ac_t""$glibcpp_cv_func__tanhf_use" 1>&6
14900 if test x
$glibcpp_cv_func__tanhf_use = x
"yes"; then
14901 for ac_func
in _tanhf
14903 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
14904 echo "configure:14905: checking for $ac_func" >&5
14905 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
14906 echo $ac_n "(cached) $ac_c" 1>&6
14908 cat > conftest.
$ac_ext <<EOF
14909 #line 14910 "configure"
14910 #include "confdefs.h"
14911 /* System header to define __stub macros and hopefully few prototypes,
14912 which can conflict with char $ac_func(); below. */
14913 #include <assert.h>
14914 /* Override any gcc2 internal prototype to avoid an error. */
14915 /* We use char because int might match the return type of a gcc2
14916 builtin and then its argument prototype would still apply. */
14921 /* The GNU C library defines this for functions which it implements
14922 to always fail with ENOSYS. Some functions are actually named
14923 something starting with __ and the normal name is an alias. */
14924 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
14932 if { (eval echo configure
:14933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
14934 eval "ac_cv_func_$ac_func=yes"
14936 echo "configure: failed program was:" >&5
14937 cat conftest.
$ac_ext >&5
14939 eval "ac_cv_func_$ac_func=no"
14944 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
14945 echo "$ac_t""yes" 1>&6
14946 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
14947 cat >> confdefs.h
<<EOF
14948 #define $ac_tr_func 1
14952 echo "$ac_t""no" 1>&6
14959 echo $ac_n "checking for _sincosf declaration""... $ac_c" 1>&6
14960 echo "configure:14961: checking for _sincosf declaration" >&5
14961 if test x
${glibcpp_cv_func__sincosf_use+set} != xset
; then
14962 if eval "test \"`echo '$''{'glibcpp_cv_func__sincosf_use'+set}'`\" = set"; then
14963 echo $ac_n "(cached) $ac_c" 1>&6
14968 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14969 ac_cpp
='$CXXCPP $CPPFLAGS'
14970 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14971 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14972 cross_compiling
=$ac_cv_prog_cxx_cross
14974 cat > conftest.
$ac_ext <<EOF
14975 #line 14976 "configure"
14976 #include "confdefs.h"
14982 if { (eval echo configure
:14983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
14984 glibcpp_cv_func__sincosf_use
=yes
14986 echo "configure: failed program was:" >&5
14987 cat conftest.
$ac_ext >&5
14989 glibcpp_cv_func__sincosf_use
=no
14993 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
14994 ac_cpp
='$CPP $CPPFLAGS'
14995 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
14996 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
14997 cross_compiling
=$ac_cv_prog_cc_cross
15003 echo "$ac_t""$glibcpp_cv_func__sincosf_use" 1>&6
15004 if test x
$glibcpp_cv_func__sincosf_use = x
"yes"; then
15005 for ac_func
in _sincosf
15007 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15008 echo "configure:15009: checking for $ac_func" >&5
15009 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15010 echo $ac_n "(cached) $ac_c" 1>&6
15012 cat > conftest.
$ac_ext <<EOF
15013 #line 15014 "configure"
15014 #include "confdefs.h"
15015 /* System header to define __stub macros and hopefully few prototypes,
15016 which can conflict with char $ac_func(); below. */
15017 #include <assert.h>
15018 /* Override any gcc2 internal prototype to avoid an error. */
15019 /* We use char because int might match the return type of a gcc2
15020 builtin and then its argument prototype would still apply. */
15025 /* The GNU C library defines this for functions which it implements
15026 to always fail with ENOSYS. Some functions are actually named
15027 something starting with __ and the normal name is an alias. */
15028 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15036 if { (eval echo configure
:15037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15038 eval "ac_cv_func_$ac_func=yes"
15040 echo "configure: failed program was:" >&5
15041 cat conftest.
$ac_ext >&5
15043 eval "ac_cv_func_$ac_func=no"
15048 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15049 echo "$ac_t""yes" 1>&6
15050 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15051 cat >> confdefs.h
<<EOF
15052 #define $ac_tr_func 1
15056 echo "$ac_t""no" 1>&6
15063 echo $ac_n "checking for _finitef declaration""... $ac_c" 1>&6
15064 echo "configure:15065: checking for _finitef declaration" >&5
15065 if test x
${glibcpp_cv_func__finitef_use+set} != xset
; then
15066 if eval "test \"`echo '$''{'glibcpp_cv_func__finitef_use'+set}'`\" = set"; then
15067 echo $ac_n "(cached) $ac_c" 1>&6
15072 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15073 ac_cpp
='$CXXCPP $CPPFLAGS'
15074 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15075 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15076 cross_compiling
=$ac_cv_prog_cxx_cross
15078 cat > conftest.
$ac_ext <<EOF
15079 #line 15080 "configure"
15080 #include "confdefs.h"
15086 if { (eval echo configure
:15087: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15088 glibcpp_cv_func__finitef_use
=yes
15090 echo "configure: failed program was:" >&5
15091 cat conftest.
$ac_ext >&5
15093 glibcpp_cv_func__finitef_use
=no
15097 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15098 ac_cpp
='$CPP $CPPFLAGS'
15099 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15100 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15101 cross_compiling
=$ac_cv_prog_cc_cross
15107 echo "$ac_t""$glibcpp_cv_func__finitef_use" 1>&6
15108 if test x
$glibcpp_cv_func__finitef_use = x
"yes"; then
15109 for ac_func
in _finitef
15111 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15112 echo "configure:15113: checking for $ac_func" >&5
15113 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15114 echo $ac_n "(cached) $ac_c" 1>&6
15116 cat > conftest.
$ac_ext <<EOF
15117 #line 15118 "configure"
15118 #include "confdefs.h"
15119 /* System header to define __stub macros and hopefully few prototypes,
15120 which can conflict with char $ac_func(); below. */
15121 #include <assert.h>
15122 /* Override any gcc2 internal prototype to avoid an error. */
15123 /* We use char because int might match the return type of a gcc2
15124 builtin and then its argument prototype would still apply. */
15129 /* The GNU C library defines this for functions which it implements
15130 to always fail with ENOSYS. Some functions are actually named
15131 something starting with __ and the normal name is an alias. */
15132 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15140 if { (eval echo configure
:15141: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15142 eval "ac_cv_func_$ac_func=yes"
15144 echo "configure: failed program was:" >&5
15145 cat conftest.
$ac_ext >&5
15147 eval "ac_cv_func_$ac_func=no"
15152 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15153 echo "$ac_t""yes" 1>&6
15154 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15155 cat >> confdefs.h
<<EOF
15156 #define $ac_tr_func 1
15160 echo "$ac_t""no" 1>&6
15168 echo $ac_n "checking for _isnanl declaration""... $ac_c" 1>&6
15169 echo "configure:15170: checking for _isnanl declaration" >&5
15170 if test x
${glibcpp_cv_func__isnanl_use+set} != xset
; then
15171 if eval "test \"`echo '$''{'glibcpp_cv_func__isnanl_use'+set}'`\" = set"; then
15172 echo $ac_n "(cached) $ac_c" 1>&6
15177 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15178 ac_cpp
='$CXXCPP $CPPFLAGS'
15179 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15180 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15181 cross_compiling
=$ac_cv_prog_cxx_cross
15183 cat > conftest.
$ac_ext <<EOF
15184 #line 15185 "configure"
15185 #include "confdefs.h"
15191 if { (eval echo configure
:15192: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15193 glibcpp_cv_func__isnanl_use
=yes
15195 echo "configure: failed program was:" >&5
15196 cat conftest.
$ac_ext >&5
15198 glibcpp_cv_func__isnanl_use
=no
15202 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15203 ac_cpp
='$CPP $CPPFLAGS'
15204 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15205 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15206 cross_compiling
=$ac_cv_prog_cc_cross
15212 echo "$ac_t""$glibcpp_cv_func__isnanl_use" 1>&6
15213 if test x
$glibcpp_cv_func__isnanl_use = x
"yes"; then
15214 for ac_func
in _isnanl
15216 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15217 echo "configure:15218: checking for $ac_func" >&5
15218 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15219 echo $ac_n "(cached) $ac_c" 1>&6
15221 cat > conftest.
$ac_ext <<EOF
15222 #line 15223 "configure"
15223 #include "confdefs.h"
15224 /* System header to define __stub macros and hopefully few prototypes,
15225 which can conflict with char $ac_func(); below. */
15226 #include <assert.h>
15227 /* Override any gcc2 internal prototype to avoid an error. */
15228 /* We use char because int might match the return type of a gcc2
15229 builtin and then its argument prototype would still apply. */
15234 /* The GNU C library defines this for functions which it implements
15235 to always fail with ENOSYS. Some functions are actually named
15236 something starting with __ and the normal name is an alias. */
15237 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15245 if { (eval echo configure
:15246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15247 eval "ac_cv_func_$ac_func=yes"
15249 echo "configure: failed program was:" >&5
15250 cat conftest.
$ac_ext >&5
15252 eval "ac_cv_func_$ac_func=no"
15257 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15258 echo "$ac_t""yes" 1>&6
15259 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15260 cat >> confdefs.h
<<EOF
15261 #define $ac_tr_func 1
15265 echo "$ac_t""no" 1>&6
15272 echo $ac_n "checking for _isinfl declaration""... $ac_c" 1>&6
15273 echo "configure:15274: checking for _isinfl declaration" >&5
15274 if test x
${glibcpp_cv_func__isinfl_use+set} != xset
; then
15275 if eval "test \"`echo '$''{'glibcpp_cv_func__isinfl_use'+set}'`\" = set"; then
15276 echo $ac_n "(cached) $ac_c" 1>&6
15281 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15282 ac_cpp
='$CXXCPP $CPPFLAGS'
15283 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15284 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15285 cross_compiling
=$ac_cv_prog_cxx_cross
15287 cat > conftest.
$ac_ext <<EOF
15288 #line 15289 "configure"
15289 #include "confdefs.h"
15295 if { (eval echo configure
:15296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15297 glibcpp_cv_func__isinfl_use
=yes
15299 echo "configure: failed program was:" >&5
15300 cat conftest.
$ac_ext >&5
15302 glibcpp_cv_func__isinfl_use
=no
15306 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15307 ac_cpp
='$CPP $CPPFLAGS'
15308 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15309 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15310 cross_compiling
=$ac_cv_prog_cc_cross
15316 echo "$ac_t""$glibcpp_cv_func__isinfl_use" 1>&6
15317 if test x
$glibcpp_cv_func__isinfl_use = x
"yes"; then
15318 for ac_func
in _isinfl
15320 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15321 echo "configure:15322: checking for $ac_func" >&5
15322 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15323 echo $ac_n "(cached) $ac_c" 1>&6
15325 cat > conftest.
$ac_ext <<EOF
15326 #line 15327 "configure"
15327 #include "confdefs.h"
15328 /* System header to define __stub macros and hopefully few prototypes,
15329 which can conflict with char $ac_func(); below. */
15330 #include <assert.h>
15331 /* Override any gcc2 internal prototype to avoid an error. */
15332 /* We use char because int might match the return type of a gcc2
15333 builtin and then its argument prototype would still apply. */
15338 /* The GNU C library defines this for functions which it implements
15339 to always fail with ENOSYS. Some functions are actually named
15340 something starting with __ and the normal name is an alias. */
15341 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15349 if { (eval echo configure
:15350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15351 eval "ac_cv_func_$ac_func=yes"
15353 echo "configure: failed program was:" >&5
15354 cat conftest.
$ac_ext >&5
15356 eval "ac_cv_func_$ac_func=no"
15361 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15362 echo "$ac_t""yes" 1>&6
15363 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15364 cat >> confdefs.h
<<EOF
15365 #define $ac_tr_func 1
15369 echo "$ac_t""no" 1>&6
15376 echo $ac_n "checking for _copysignl declaration""... $ac_c" 1>&6
15377 echo "configure:15378: checking for _copysignl declaration" >&5
15378 if test x
${glibcpp_cv_func__copysignl_use+set} != xset
; then
15379 if eval "test \"`echo '$''{'glibcpp_cv_func__copysignl_use'+set}'`\" = set"; then
15380 echo $ac_n "(cached) $ac_c" 1>&6
15385 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15386 ac_cpp
='$CXXCPP $CPPFLAGS'
15387 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15388 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15389 cross_compiling
=$ac_cv_prog_cxx_cross
15391 cat > conftest.
$ac_ext <<EOF
15392 #line 15393 "configure"
15393 #include "confdefs.h"
15399 if { (eval echo configure
:15400: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15401 glibcpp_cv_func__copysignl_use
=yes
15403 echo "configure: failed program was:" >&5
15404 cat conftest.
$ac_ext >&5
15406 glibcpp_cv_func__copysignl_use
=no
15410 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15411 ac_cpp
='$CPP $CPPFLAGS'
15412 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15413 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15414 cross_compiling
=$ac_cv_prog_cc_cross
15420 echo "$ac_t""$glibcpp_cv_func__copysignl_use" 1>&6
15421 if test x
$glibcpp_cv_func__copysignl_use = x
"yes"; then
15422 for ac_func
in _copysignl
15424 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15425 echo "configure:15426: checking for $ac_func" >&5
15426 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15427 echo $ac_n "(cached) $ac_c" 1>&6
15429 cat > conftest.
$ac_ext <<EOF
15430 #line 15431 "configure"
15431 #include "confdefs.h"
15432 /* System header to define __stub macros and hopefully few prototypes,
15433 which can conflict with char $ac_func(); below. */
15434 #include <assert.h>
15435 /* Override any gcc2 internal prototype to avoid an error. */
15436 /* We use char because int might match the return type of a gcc2
15437 builtin and then its argument prototype would still apply. */
15442 /* The GNU C library defines this for functions which it implements
15443 to always fail with ENOSYS. Some functions are actually named
15444 something starting with __ and the normal name is an alias. */
15445 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15453 if { (eval echo configure
:15454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15455 eval "ac_cv_func_$ac_func=yes"
15457 echo "configure: failed program was:" >&5
15458 cat conftest.
$ac_ext >&5
15460 eval "ac_cv_func_$ac_func=no"
15465 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15466 echo "$ac_t""yes" 1>&6
15467 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15468 cat >> confdefs.h
<<EOF
15469 #define $ac_tr_func 1
15473 echo "$ac_t""no" 1>&6
15480 echo $ac_n "checking for _acosl declaration""... $ac_c" 1>&6
15481 echo "configure:15482: checking for _acosl declaration" >&5
15482 if test x
${glibcpp_cv_func__acosl_use+set} != xset
; then
15483 if eval "test \"`echo '$''{'glibcpp_cv_func__acosl_use'+set}'`\" = set"; then
15484 echo $ac_n "(cached) $ac_c" 1>&6
15489 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15490 ac_cpp
='$CXXCPP $CPPFLAGS'
15491 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15492 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15493 cross_compiling
=$ac_cv_prog_cxx_cross
15495 cat > conftest.
$ac_ext <<EOF
15496 #line 15497 "configure"
15497 #include "confdefs.h"
15503 if { (eval echo configure
:15504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15505 glibcpp_cv_func__acosl_use
=yes
15507 echo "configure: failed program was:" >&5
15508 cat conftest.
$ac_ext >&5
15510 glibcpp_cv_func__acosl_use
=no
15514 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15515 ac_cpp
='$CPP $CPPFLAGS'
15516 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15517 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15518 cross_compiling
=$ac_cv_prog_cc_cross
15524 echo "$ac_t""$glibcpp_cv_func__acosl_use" 1>&6
15525 if test x
$glibcpp_cv_func__acosl_use = x
"yes"; then
15526 for ac_func
in _acosl
15528 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15529 echo "configure:15530: checking for $ac_func" >&5
15530 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15531 echo $ac_n "(cached) $ac_c" 1>&6
15533 cat > conftest.
$ac_ext <<EOF
15534 #line 15535 "configure"
15535 #include "confdefs.h"
15536 /* System header to define __stub macros and hopefully few prototypes,
15537 which can conflict with char $ac_func(); below. */
15538 #include <assert.h>
15539 /* Override any gcc2 internal prototype to avoid an error. */
15540 /* We use char because int might match the return type of a gcc2
15541 builtin and then its argument prototype would still apply. */
15546 /* The GNU C library defines this for functions which it implements
15547 to always fail with ENOSYS. Some functions are actually named
15548 something starting with __ and the normal name is an alias. */
15549 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15557 if { (eval echo configure
:15558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15559 eval "ac_cv_func_$ac_func=yes"
15561 echo "configure: failed program was:" >&5
15562 cat conftest.
$ac_ext >&5
15564 eval "ac_cv_func_$ac_func=no"
15569 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15570 echo "$ac_t""yes" 1>&6
15571 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15572 cat >> confdefs.h
<<EOF
15573 #define $ac_tr_func 1
15577 echo "$ac_t""no" 1>&6
15584 echo $ac_n "checking for _asinl declaration""... $ac_c" 1>&6
15585 echo "configure:15586: checking for _asinl declaration" >&5
15586 if test x
${glibcpp_cv_func__asinl_use+set} != xset
; then
15587 if eval "test \"`echo '$''{'glibcpp_cv_func__asinl_use'+set}'`\" = set"; then
15588 echo $ac_n "(cached) $ac_c" 1>&6
15593 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15594 ac_cpp
='$CXXCPP $CPPFLAGS'
15595 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15596 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15597 cross_compiling
=$ac_cv_prog_cxx_cross
15599 cat > conftest.
$ac_ext <<EOF
15600 #line 15601 "configure"
15601 #include "confdefs.h"
15607 if { (eval echo configure
:15608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15609 glibcpp_cv_func__asinl_use
=yes
15611 echo "configure: failed program was:" >&5
15612 cat conftest.
$ac_ext >&5
15614 glibcpp_cv_func__asinl_use
=no
15618 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15619 ac_cpp
='$CPP $CPPFLAGS'
15620 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15621 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15622 cross_compiling
=$ac_cv_prog_cc_cross
15628 echo "$ac_t""$glibcpp_cv_func__asinl_use" 1>&6
15629 if test x
$glibcpp_cv_func__asinl_use = x
"yes"; then
15630 for ac_func
in _asinl
15632 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15633 echo "configure:15634: checking for $ac_func" >&5
15634 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15635 echo $ac_n "(cached) $ac_c" 1>&6
15637 cat > conftest.
$ac_ext <<EOF
15638 #line 15639 "configure"
15639 #include "confdefs.h"
15640 /* System header to define __stub macros and hopefully few prototypes,
15641 which can conflict with char $ac_func(); below. */
15642 #include <assert.h>
15643 /* Override any gcc2 internal prototype to avoid an error. */
15644 /* We use char because int might match the return type of a gcc2
15645 builtin and then its argument prototype would still apply. */
15650 /* The GNU C library defines this for functions which it implements
15651 to always fail with ENOSYS. Some functions are actually named
15652 something starting with __ and the normal name is an alias. */
15653 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15661 if { (eval echo configure
:15662: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15663 eval "ac_cv_func_$ac_func=yes"
15665 echo "configure: failed program was:" >&5
15666 cat conftest.
$ac_ext >&5
15668 eval "ac_cv_func_$ac_func=no"
15673 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15674 echo "$ac_t""yes" 1>&6
15675 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15676 cat >> confdefs.h
<<EOF
15677 #define $ac_tr_func 1
15681 echo "$ac_t""no" 1>&6
15688 echo $ac_n "checking for _atanl declaration""... $ac_c" 1>&6
15689 echo "configure:15690: checking for _atanl declaration" >&5
15690 if test x
${glibcpp_cv_func__atanl_use+set} != xset
; then
15691 if eval "test \"`echo '$''{'glibcpp_cv_func__atanl_use'+set}'`\" = set"; then
15692 echo $ac_n "(cached) $ac_c" 1>&6
15697 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15698 ac_cpp
='$CXXCPP $CPPFLAGS'
15699 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15700 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15701 cross_compiling
=$ac_cv_prog_cxx_cross
15703 cat > conftest.
$ac_ext <<EOF
15704 #line 15705 "configure"
15705 #include "confdefs.h"
15711 if { (eval echo configure
:15712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15713 glibcpp_cv_func__atanl_use
=yes
15715 echo "configure: failed program was:" >&5
15716 cat conftest.
$ac_ext >&5
15718 glibcpp_cv_func__atanl_use
=no
15722 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15723 ac_cpp
='$CPP $CPPFLAGS'
15724 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15725 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15726 cross_compiling
=$ac_cv_prog_cc_cross
15732 echo "$ac_t""$glibcpp_cv_func__atanl_use" 1>&6
15733 if test x
$glibcpp_cv_func__atanl_use = x
"yes"; then
15734 for ac_func
in _atanl
15736 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15737 echo "configure:15738: checking for $ac_func" >&5
15738 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15739 echo $ac_n "(cached) $ac_c" 1>&6
15741 cat > conftest.
$ac_ext <<EOF
15742 #line 15743 "configure"
15743 #include "confdefs.h"
15744 /* System header to define __stub macros and hopefully few prototypes,
15745 which can conflict with char $ac_func(); below. */
15746 #include <assert.h>
15747 /* Override any gcc2 internal prototype to avoid an error. */
15748 /* We use char because int might match the return type of a gcc2
15749 builtin and then its argument prototype would still apply. */
15754 /* The GNU C library defines this for functions which it implements
15755 to always fail with ENOSYS. Some functions are actually named
15756 something starting with __ and the normal name is an alias. */
15757 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15765 if { (eval echo configure
:15766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15767 eval "ac_cv_func_$ac_func=yes"
15769 echo "configure: failed program was:" >&5
15770 cat conftest.
$ac_ext >&5
15772 eval "ac_cv_func_$ac_func=no"
15777 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15778 echo "$ac_t""yes" 1>&6
15779 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15780 cat >> confdefs.h
<<EOF
15781 #define $ac_tr_func 1
15785 echo "$ac_t""no" 1>&6
15792 echo $ac_n "checking for _atan2l declaration""... $ac_c" 1>&6
15793 echo "configure:15794: checking for _atan2l declaration" >&5
15794 if test x
${glibcpp_cv_func__atan2l_use+set} != xset
; then
15795 if eval "test \"`echo '$''{'glibcpp_cv_func__atan2l_use'+set}'`\" = set"; then
15796 echo $ac_n "(cached) $ac_c" 1>&6
15801 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15802 ac_cpp
='$CXXCPP $CPPFLAGS'
15803 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15804 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15805 cross_compiling
=$ac_cv_prog_cxx_cross
15807 cat > conftest.
$ac_ext <<EOF
15808 #line 15809 "configure"
15809 #include "confdefs.h"
15815 if { (eval echo configure
:15816: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15817 glibcpp_cv_func__atan2l_use
=yes
15819 echo "configure: failed program was:" >&5
15820 cat conftest.
$ac_ext >&5
15822 glibcpp_cv_func__atan2l_use
=no
15826 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15827 ac_cpp
='$CPP $CPPFLAGS'
15828 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15829 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15830 cross_compiling
=$ac_cv_prog_cc_cross
15836 echo "$ac_t""$glibcpp_cv_func__atan2l_use" 1>&6
15837 if test x
$glibcpp_cv_func__atan2l_use = x
"yes"; then
15838 for ac_func
in _atan2l
15840 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15841 echo "configure:15842: checking for $ac_func" >&5
15842 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15843 echo $ac_n "(cached) $ac_c" 1>&6
15845 cat > conftest.
$ac_ext <<EOF
15846 #line 15847 "configure"
15847 #include "confdefs.h"
15848 /* System header to define __stub macros and hopefully few prototypes,
15849 which can conflict with char $ac_func(); below. */
15850 #include <assert.h>
15851 /* Override any gcc2 internal prototype to avoid an error. */
15852 /* We use char because int might match the return type of a gcc2
15853 builtin and then its argument prototype would still apply. */
15858 /* The GNU C library defines this for functions which it implements
15859 to always fail with ENOSYS. Some functions are actually named
15860 something starting with __ and the normal name is an alias. */
15861 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15869 if { (eval echo configure
:15870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15871 eval "ac_cv_func_$ac_func=yes"
15873 echo "configure: failed program was:" >&5
15874 cat conftest.
$ac_ext >&5
15876 eval "ac_cv_func_$ac_func=no"
15881 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15882 echo "$ac_t""yes" 1>&6
15883 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15884 cat >> confdefs.h
<<EOF
15885 #define $ac_tr_func 1
15889 echo "$ac_t""no" 1>&6
15896 echo $ac_n "checking for _ceill declaration""... $ac_c" 1>&6
15897 echo "configure:15898: checking for _ceill declaration" >&5
15898 if test x
${glibcpp_cv_func__ceill_use+set} != xset
; then
15899 if eval "test \"`echo '$''{'glibcpp_cv_func__ceill_use'+set}'`\" = set"; then
15900 echo $ac_n "(cached) $ac_c" 1>&6
15905 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15906 ac_cpp
='$CXXCPP $CPPFLAGS'
15907 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15908 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15909 cross_compiling
=$ac_cv_prog_cxx_cross
15911 cat > conftest.
$ac_ext <<EOF
15912 #line 15913 "configure"
15913 #include "confdefs.h"
15919 if { (eval echo configure
:15920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
15921 glibcpp_cv_func__ceill_use
=yes
15923 echo "configure: failed program was:" >&5
15924 cat conftest.
$ac_ext >&5
15926 glibcpp_cv_func__ceill_use
=no
15930 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
15931 ac_cpp
='$CPP $CPPFLAGS'
15932 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
15933 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
15934 cross_compiling
=$ac_cv_prog_cc_cross
15940 echo "$ac_t""$glibcpp_cv_func__ceill_use" 1>&6
15941 if test x
$glibcpp_cv_func__ceill_use = x
"yes"; then
15942 for ac_func
in _ceill
15944 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
15945 echo "configure:15946: checking for $ac_func" >&5
15946 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
15947 echo $ac_n "(cached) $ac_c" 1>&6
15949 cat > conftest.
$ac_ext <<EOF
15950 #line 15951 "configure"
15951 #include "confdefs.h"
15952 /* System header to define __stub macros and hopefully few prototypes,
15953 which can conflict with char $ac_func(); below. */
15954 #include <assert.h>
15955 /* Override any gcc2 internal prototype to avoid an error. */
15956 /* We use char because int might match the return type of a gcc2
15957 builtin and then its argument prototype would still apply. */
15962 /* The GNU C library defines this for functions which it implements
15963 to always fail with ENOSYS. Some functions are actually named
15964 something starting with __ and the normal name is an alias. */
15965 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
15973 if { (eval echo configure
:15974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
15975 eval "ac_cv_func_$ac_func=yes"
15977 echo "configure: failed program was:" >&5
15978 cat conftest.
$ac_ext >&5
15980 eval "ac_cv_func_$ac_func=no"
15985 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
15986 echo "$ac_t""yes" 1>&6
15987 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
15988 cat >> confdefs.h
<<EOF
15989 #define $ac_tr_func 1
15993 echo "$ac_t""no" 1>&6
16000 echo $ac_n "checking for _cosl declaration""... $ac_c" 1>&6
16001 echo "configure:16002: checking for _cosl declaration" >&5
16002 if test x
${glibcpp_cv_func__cosl_use+set} != xset
; then
16003 if eval "test \"`echo '$''{'glibcpp_cv_func__cosl_use'+set}'`\" = set"; then
16004 echo $ac_n "(cached) $ac_c" 1>&6
16009 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16010 ac_cpp
='$CXXCPP $CPPFLAGS'
16011 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16012 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16013 cross_compiling
=$ac_cv_prog_cxx_cross
16015 cat > conftest.
$ac_ext <<EOF
16016 #line 16017 "configure"
16017 #include "confdefs.h"
16023 if { (eval echo configure
:16024: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16025 glibcpp_cv_func__cosl_use
=yes
16027 echo "configure: failed program was:" >&5
16028 cat conftest.
$ac_ext >&5
16030 glibcpp_cv_func__cosl_use
=no
16034 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16035 ac_cpp
='$CPP $CPPFLAGS'
16036 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16037 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16038 cross_compiling
=$ac_cv_prog_cc_cross
16044 echo "$ac_t""$glibcpp_cv_func__cosl_use" 1>&6
16045 if test x
$glibcpp_cv_func__cosl_use = x
"yes"; then
16046 for ac_func
in _cosl
16048 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16049 echo "configure:16050: checking for $ac_func" >&5
16050 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16051 echo $ac_n "(cached) $ac_c" 1>&6
16053 cat > conftest.
$ac_ext <<EOF
16054 #line 16055 "configure"
16055 #include "confdefs.h"
16056 /* System header to define __stub macros and hopefully few prototypes,
16057 which can conflict with char $ac_func(); below. */
16058 #include <assert.h>
16059 /* Override any gcc2 internal prototype to avoid an error. */
16060 /* We use char because int might match the return type of a gcc2
16061 builtin and then its argument prototype would still apply. */
16066 /* The GNU C library defines this for functions which it implements
16067 to always fail with ENOSYS. Some functions are actually named
16068 something starting with __ and the normal name is an alias. */
16069 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16077 if { (eval echo configure
:16078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16079 eval "ac_cv_func_$ac_func=yes"
16081 echo "configure: failed program was:" >&5
16082 cat conftest.
$ac_ext >&5
16084 eval "ac_cv_func_$ac_func=no"
16089 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16090 echo "$ac_t""yes" 1>&6
16091 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16092 cat >> confdefs.h
<<EOF
16093 #define $ac_tr_func 1
16097 echo "$ac_t""no" 1>&6
16104 echo $ac_n "checking for _coshl declaration""... $ac_c" 1>&6
16105 echo "configure:16106: checking for _coshl declaration" >&5
16106 if test x
${glibcpp_cv_func__coshl_use+set} != xset
; then
16107 if eval "test \"`echo '$''{'glibcpp_cv_func__coshl_use'+set}'`\" = set"; then
16108 echo $ac_n "(cached) $ac_c" 1>&6
16113 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16114 ac_cpp
='$CXXCPP $CPPFLAGS'
16115 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16116 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16117 cross_compiling
=$ac_cv_prog_cxx_cross
16119 cat > conftest.
$ac_ext <<EOF
16120 #line 16121 "configure"
16121 #include "confdefs.h"
16127 if { (eval echo configure
:16128: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16129 glibcpp_cv_func__coshl_use
=yes
16131 echo "configure: failed program was:" >&5
16132 cat conftest.
$ac_ext >&5
16134 glibcpp_cv_func__coshl_use
=no
16138 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16139 ac_cpp
='$CPP $CPPFLAGS'
16140 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16141 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16142 cross_compiling
=$ac_cv_prog_cc_cross
16148 echo "$ac_t""$glibcpp_cv_func__coshl_use" 1>&6
16149 if test x
$glibcpp_cv_func__coshl_use = x
"yes"; then
16150 for ac_func
in _coshl
16152 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16153 echo "configure:16154: checking for $ac_func" >&5
16154 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16155 echo $ac_n "(cached) $ac_c" 1>&6
16157 cat > conftest.
$ac_ext <<EOF
16158 #line 16159 "configure"
16159 #include "confdefs.h"
16160 /* System header to define __stub macros and hopefully few prototypes,
16161 which can conflict with char $ac_func(); below. */
16162 #include <assert.h>
16163 /* Override any gcc2 internal prototype to avoid an error. */
16164 /* We use char because int might match the return type of a gcc2
16165 builtin and then its argument prototype would still apply. */
16170 /* The GNU C library defines this for functions which it implements
16171 to always fail with ENOSYS. Some functions are actually named
16172 something starting with __ and the normal name is an alias. */
16173 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16181 if { (eval echo configure
:16182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16183 eval "ac_cv_func_$ac_func=yes"
16185 echo "configure: failed program was:" >&5
16186 cat conftest.
$ac_ext >&5
16188 eval "ac_cv_func_$ac_func=no"
16193 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16194 echo "$ac_t""yes" 1>&6
16195 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16196 cat >> confdefs.h
<<EOF
16197 #define $ac_tr_func 1
16201 echo "$ac_t""no" 1>&6
16208 echo $ac_n "checking for _expl declaration""... $ac_c" 1>&6
16209 echo "configure:16210: checking for _expl declaration" >&5
16210 if test x
${glibcpp_cv_func__expl_use+set} != xset
; then
16211 if eval "test \"`echo '$''{'glibcpp_cv_func__expl_use'+set}'`\" = set"; then
16212 echo $ac_n "(cached) $ac_c" 1>&6
16217 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16218 ac_cpp
='$CXXCPP $CPPFLAGS'
16219 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16220 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16221 cross_compiling
=$ac_cv_prog_cxx_cross
16223 cat > conftest.
$ac_ext <<EOF
16224 #line 16225 "configure"
16225 #include "confdefs.h"
16231 if { (eval echo configure
:16232: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16233 glibcpp_cv_func__expl_use
=yes
16235 echo "configure: failed program was:" >&5
16236 cat conftest.
$ac_ext >&5
16238 glibcpp_cv_func__expl_use
=no
16242 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16243 ac_cpp
='$CPP $CPPFLAGS'
16244 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16245 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16246 cross_compiling
=$ac_cv_prog_cc_cross
16252 echo "$ac_t""$glibcpp_cv_func__expl_use" 1>&6
16253 if test x
$glibcpp_cv_func__expl_use = x
"yes"; then
16254 for ac_func
in _expl
16256 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16257 echo "configure:16258: checking for $ac_func" >&5
16258 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16259 echo $ac_n "(cached) $ac_c" 1>&6
16261 cat > conftest.
$ac_ext <<EOF
16262 #line 16263 "configure"
16263 #include "confdefs.h"
16264 /* System header to define __stub macros and hopefully few prototypes,
16265 which can conflict with char $ac_func(); below. */
16266 #include <assert.h>
16267 /* Override any gcc2 internal prototype to avoid an error. */
16268 /* We use char because int might match the return type of a gcc2
16269 builtin and then its argument prototype would still apply. */
16274 /* The GNU C library defines this for functions which it implements
16275 to always fail with ENOSYS. Some functions are actually named
16276 something starting with __ and the normal name is an alias. */
16277 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16285 if { (eval echo configure
:16286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16287 eval "ac_cv_func_$ac_func=yes"
16289 echo "configure: failed program was:" >&5
16290 cat conftest.
$ac_ext >&5
16292 eval "ac_cv_func_$ac_func=no"
16297 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16298 echo "$ac_t""yes" 1>&6
16299 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16300 cat >> confdefs.h
<<EOF
16301 #define $ac_tr_func 1
16305 echo "$ac_t""no" 1>&6
16312 echo $ac_n "checking for _fabsl declaration""... $ac_c" 1>&6
16313 echo "configure:16314: checking for _fabsl declaration" >&5
16314 if test x
${glibcpp_cv_func__fabsl_use+set} != xset
; then
16315 if eval "test \"`echo '$''{'glibcpp_cv_func__fabsl_use'+set}'`\" = set"; then
16316 echo $ac_n "(cached) $ac_c" 1>&6
16321 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16322 ac_cpp
='$CXXCPP $CPPFLAGS'
16323 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16324 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16325 cross_compiling
=$ac_cv_prog_cxx_cross
16327 cat > conftest.
$ac_ext <<EOF
16328 #line 16329 "configure"
16329 #include "confdefs.h"
16335 if { (eval echo configure
:16336: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16337 glibcpp_cv_func__fabsl_use
=yes
16339 echo "configure: failed program was:" >&5
16340 cat conftest.
$ac_ext >&5
16342 glibcpp_cv_func__fabsl_use
=no
16346 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16347 ac_cpp
='$CPP $CPPFLAGS'
16348 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16349 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16350 cross_compiling
=$ac_cv_prog_cc_cross
16356 echo "$ac_t""$glibcpp_cv_func__fabsl_use" 1>&6
16357 if test x
$glibcpp_cv_func__fabsl_use = x
"yes"; then
16358 for ac_func
in _fabsl
16360 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16361 echo "configure:16362: checking for $ac_func" >&5
16362 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16363 echo $ac_n "(cached) $ac_c" 1>&6
16365 cat > conftest.
$ac_ext <<EOF
16366 #line 16367 "configure"
16367 #include "confdefs.h"
16368 /* System header to define __stub macros and hopefully few prototypes,
16369 which can conflict with char $ac_func(); below. */
16370 #include <assert.h>
16371 /* Override any gcc2 internal prototype to avoid an error. */
16372 /* We use char because int might match the return type of a gcc2
16373 builtin and then its argument prototype would still apply. */
16378 /* The GNU C library defines this for functions which it implements
16379 to always fail with ENOSYS. Some functions are actually named
16380 something starting with __ and the normal name is an alias. */
16381 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16389 if { (eval echo configure
:16390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16391 eval "ac_cv_func_$ac_func=yes"
16393 echo "configure: failed program was:" >&5
16394 cat conftest.
$ac_ext >&5
16396 eval "ac_cv_func_$ac_func=no"
16401 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16402 echo "$ac_t""yes" 1>&6
16403 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16404 cat >> confdefs.h
<<EOF
16405 #define $ac_tr_func 1
16409 echo "$ac_t""no" 1>&6
16416 echo $ac_n "checking for _floorl declaration""... $ac_c" 1>&6
16417 echo "configure:16418: checking for _floorl declaration" >&5
16418 if test x
${glibcpp_cv_func__floorl_use+set} != xset
; then
16419 if eval "test \"`echo '$''{'glibcpp_cv_func__floorl_use'+set}'`\" = set"; then
16420 echo $ac_n "(cached) $ac_c" 1>&6
16425 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16426 ac_cpp
='$CXXCPP $CPPFLAGS'
16427 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16428 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16429 cross_compiling
=$ac_cv_prog_cxx_cross
16431 cat > conftest.
$ac_ext <<EOF
16432 #line 16433 "configure"
16433 #include "confdefs.h"
16439 if { (eval echo configure
:16440: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16441 glibcpp_cv_func__floorl_use
=yes
16443 echo "configure: failed program was:" >&5
16444 cat conftest.
$ac_ext >&5
16446 glibcpp_cv_func__floorl_use
=no
16450 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16451 ac_cpp
='$CPP $CPPFLAGS'
16452 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16453 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16454 cross_compiling
=$ac_cv_prog_cc_cross
16460 echo "$ac_t""$glibcpp_cv_func__floorl_use" 1>&6
16461 if test x
$glibcpp_cv_func__floorl_use = x
"yes"; then
16462 for ac_func
in _floorl
16464 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16465 echo "configure:16466: checking for $ac_func" >&5
16466 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16467 echo $ac_n "(cached) $ac_c" 1>&6
16469 cat > conftest.
$ac_ext <<EOF
16470 #line 16471 "configure"
16471 #include "confdefs.h"
16472 /* System header to define __stub macros and hopefully few prototypes,
16473 which can conflict with char $ac_func(); below. */
16474 #include <assert.h>
16475 /* Override any gcc2 internal prototype to avoid an error. */
16476 /* We use char because int might match the return type of a gcc2
16477 builtin and then its argument prototype would still apply. */
16482 /* The GNU C library defines this for functions which it implements
16483 to always fail with ENOSYS. Some functions are actually named
16484 something starting with __ and the normal name is an alias. */
16485 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16493 if { (eval echo configure
:16494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16495 eval "ac_cv_func_$ac_func=yes"
16497 echo "configure: failed program was:" >&5
16498 cat conftest.
$ac_ext >&5
16500 eval "ac_cv_func_$ac_func=no"
16505 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16506 echo "$ac_t""yes" 1>&6
16507 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16508 cat >> confdefs.h
<<EOF
16509 #define $ac_tr_func 1
16513 echo "$ac_t""no" 1>&6
16520 echo $ac_n "checking for _fmodl declaration""... $ac_c" 1>&6
16521 echo "configure:16522: checking for _fmodl declaration" >&5
16522 if test x
${glibcpp_cv_func__fmodl_use+set} != xset
; then
16523 if eval "test \"`echo '$''{'glibcpp_cv_func__fmodl_use'+set}'`\" = set"; then
16524 echo $ac_n "(cached) $ac_c" 1>&6
16529 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16530 ac_cpp
='$CXXCPP $CPPFLAGS'
16531 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16532 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16533 cross_compiling
=$ac_cv_prog_cxx_cross
16535 cat > conftest.
$ac_ext <<EOF
16536 #line 16537 "configure"
16537 #include "confdefs.h"
16543 if { (eval echo configure
:16544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16545 glibcpp_cv_func__fmodl_use
=yes
16547 echo "configure: failed program was:" >&5
16548 cat conftest.
$ac_ext >&5
16550 glibcpp_cv_func__fmodl_use
=no
16554 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16555 ac_cpp
='$CPP $CPPFLAGS'
16556 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16557 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16558 cross_compiling
=$ac_cv_prog_cc_cross
16564 echo "$ac_t""$glibcpp_cv_func__fmodl_use" 1>&6
16565 if test x
$glibcpp_cv_func__fmodl_use = x
"yes"; then
16566 for ac_func
in _fmodl
16568 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16569 echo "configure:16570: checking for $ac_func" >&5
16570 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16571 echo $ac_n "(cached) $ac_c" 1>&6
16573 cat > conftest.
$ac_ext <<EOF
16574 #line 16575 "configure"
16575 #include "confdefs.h"
16576 /* System header to define __stub macros and hopefully few prototypes,
16577 which can conflict with char $ac_func(); below. */
16578 #include <assert.h>
16579 /* Override any gcc2 internal prototype to avoid an error. */
16580 /* We use char because int might match the return type of a gcc2
16581 builtin and then its argument prototype would still apply. */
16586 /* The GNU C library defines this for functions which it implements
16587 to always fail with ENOSYS. Some functions are actually named
16588 something starting with __ and the normal name is an alias. */
16589 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16597 if { (eval echo configure
:16598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16599 eval "ac_cv_func_$ac_func=yes"
16601 echo "configure: failed program was:" >&5
16602 cat conftest.
$ac_ext >&5
16604 eval "ac_cv_func_$ac_func=no"
16609 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16610 echo "$ac_t""yes" 1>&6
16611 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16612 cat >> confdefs.h
<<EOF
16613 #define $ac_tr_func 1
16617 echo "$ac_t""no" 1>&6
16624 echo $ac_n "checking for _frexpl declaration""... $ac_c" 1>&6
16625 echo "configure:16626: checking for _frexpl declaration" >&5
16626 if test x
${glibcpp_cv_func__frexpl_use+set} != xset
; then
16627 if eval "test \"`echo '$''{'glibcpp_cv_func__frexpl_use'+set}'`\" = set"; then
16628 echo $ac_n "(cached) $ac_c" 1>&6
16633 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16634 ac_cpp
='$CXXCPP $CPPFLAGS'
16635 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16636 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16637 cross_compiling
=$ac_cv_prog_cxx_cross
16639 cat > conftest.
$ac_ext <<EOF
16640 #line 16641 "configure"
16641 #include "confdefs.h"
16647 if { (eval echo configure
:16648: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16649 glibcpp_cv_func__frexpl_use
=yes
16651 echo "configure: failed program was:" >&5
16652 cat conftest.
$ac_ext >&5
16654 glibcpp_cv_func__frexpl_use
=no
16658 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16659 ac_cpp
='$CPP $CPPFLAGS'
16660 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16661 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16662 cross_compiling
=$ac_cv_prog_cc_cross
16668 echo "$ac_t""$glibcpp_cv_func__frexpl_use" 1>&6
16669 if test x
$glibcpp_cv_func__frexpl_use = x
"yes"; then
16670 for ac_func
in _frexpl
16672 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16673 echo "configure:16674: checking for $ac_func" >&5
16674 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16675 echo $ac_n "(cached) $ac_c" 1>&6
16677 cat > conftest.
$ac_ext <<EOF
16678 #line 16679 "configure"
16679 #include "confdefs.h"
16680 /* System header to define __stub macros and hopefully few prototypes,
16681 which can conflict with char $ac_func(); below. */
16682 #include <assert.h>
16683 /* Override any gcc2 internal prototype to avoid an error. */
16684 /* We use char because int might match the return type of a gcc2
16685 builtin and then its argument prototype would still apply. */
16690 /* The GNU C library defines this for functions which it implements
16691 to always fail with ENOSYS. Some functions are actually named
16692 something starting with __ and the normal name is an alias. */
16693 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16701 if { (eval echo configure
:16702: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16703 eval "ac_cv_func_$ac_func=yes"
16705 echo "configure: failed program was:" >&5
16706 cat conftest.
$ac_ext >&5
16708 eval "ac_cv_func_$ac_func=no"
16713 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16714 echo "$ac_t""yes" 1>&6
16715 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16716 cat >> confdefs.h
<<EOF
16717 #define $ac_tr_func 1
16721 echo "$ac_t""no" 1>&6
16728 echo $ac_n "checking for _ldexpl declaration""... $ac_c" 1>&6
16729 echo "configure:16730: checking for _ldexpl declaration" >&5
16730 if test x
${glibcpp_cv_func__ldexpl_use+set} != xset
; then
16731 if eval "test \"`echo '$''{'glibcpp_cv_func__ldexpl_use'+set}'`\" = set"; then
16732 echo $ac_n "(cached) $ac_c" 1>&6
16737 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16738 ac_cpp
='$CXXCPP $CPPFLAGS'
16739 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16740 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16741 cross_compiling
=$ac_cv_prog_cxx_cross
16743 cat > conftest.
$ac_ext <<EOF
16744 #line 16745 "configure"
16745 #include "confdefs.h"
16751 if { (eval echo configure
:16752: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16753 glibcpp_cv_func__ldexpl_use
=yes
16755 echo "configure: failed program was:" >&5
16756 cat conftest.
$ac_ext >&5
16758 glibcpp_cv_func__ldexpl_use
=no
16762 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16763 ac_cpp
='$CPP $CPPFLAGS'
16764 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16765 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16766 cross_compiling
=$ac_cv_prog_cc_cross
16772 echo "$ac_t""$glibcpp_cv_func__ldexpl_use" 1>&6
16773 if test x
$glibcpp_cv_func__ldexpl_use = x
"yes"; then
16774 for ac_func
in _ldexpl
16776 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16777 echo "configure:16778: checking for $ac_func" >&5
16778 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16779 echo $ac_n "(cached) $ac_c" 1>&6
16781 cat > conftest.
$ac_ext <<EOF
16782 #line 16783 "configure"
16783 #include "confdefs.h"
16784 /* System header to define __stub macros and hopefully few prototypes,
16785 which can conflict with char $ac_func(); below. */
16786 #include <assert.h>
16787 /* Override any gcc2 internal prototype to avoid an error. */
16788 /* We use char because int might match the return type of a gcc2
16789 builtin and then its argument prototype would still apply. */
16794 /* The GNU C library defines this for functions which it implements
16795 to always fail with ENOSYS. Some functions are actually named
16796 something starting with __ and the normal name is an alias. */
16797 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16805 if { (eval echo configure
:16806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16807 eval "ac_cv_func_$ac_func=yes"
16809 echo "configure: failed program was:" >&5
16810 cat conftest.
$ac_ext >&5
16812 eval "ac_cv_func_$ac_func=no"
16817 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16818 echo "$ac_t""yes" 1>&6
16819 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16820 cat >> confdefs.h
<<EOF
16821 #define $ac_tr_func 1
16825 echo "$ac_t""no" 1>&6
16832 echo $ac_n "checking for _logl declaration""... $ac_c" 1>&6
16833 echo "configure:16834: checking for _logl declaration" >&5
16834 if test x
${glibcpp_cv_func__logl_use+set} != xset
; then
16835 if eval "test \"`echo '$''{'glibcpp_cv_func__logl_use'+set}'`\" = set"; then
16836 echo $ac_n "(cached) $ac_c" 1>&6
16841 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16842 ac_cpp
='$CXXCPP $CPPFLAGS'
16843 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16844 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16845 cross_compiling
=$ac_cv_prog_cxx_cross
16847 cat > conftest.
$ac_ext <<EOF
16848 #line 16849 "configure"
16849 #include "confdefs.h"
16855 if { (eval echo configure
:16856: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16857 glibcpp_cv_func__logl_use
=yes
16859 echo "configure: failed program was:" >&5
16860 cat conftest.
$ac_ext >&5
16862 glibcpp_cv_func__logl_use
=no
16866 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16867 ac_cpp
='$CPP $CPPFLAGS'
16868 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16869 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16870 cross_compiling
=$ac_cv_prog_cc_cross
16876 echo "$ac_t""$glibcpp_cv_func__logl_use" 1>&6
16877 if test x
$glibcpp_cv_func__logl_use = x
"yes"; then
16878 for ac_func
in _logl
16880 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16881 echo "configure:16882: checking for $ac_func" >&5
16882 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16883 echo $ac_n "(cached) $ac_c" 1>&6
16885 cat > conftest.
$ac_ext <<EOF
16886 #line 16887 "configure"
16887 #include "confdefs.h"
16888 /* System header to define __stub macros and hopefully few prototypes,
16889 which can conflict with char $ac_func(); below. */
16890 #include <assert.h>
16891 /* Override any gcc2 internal prototype to avoid an error. */
16892 /* We use char because int might match the return type of a gcc2
16893 builtin and then its argument prototype would still apply. */
16898 /* The GNU C library defines this for functions which it implements
16899 to always fail with ENOSYS. Some functions are actually named
16900 something starting with __ and the normal name is an alias. */
16901 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16909 if { (eval echo configure
:16910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
16911 eval "ac_cv_func_$ac_func=yes"
16913 echo "configure: failed program was:" >&5
16914 cat conftest.
$ac_ext >&5
16916 eval "ac_cv_func_$ac_func=no"
16921 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
16922 echo "$ac_t""yes" 1>&6
16923 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
16924 cat >> confdefs.h
<<EOF
16925 #define $ac_tr_func 1
16929 echo "$ac_t""no" 1>&6
16936 echo $ac_n "checking for _log10l declaration""... $ac_c" 1>&6
16937 echo "configure:16938: checking for _log10l declaration" >&5
16938 if test x
${glibcpp_cv_func__log10l_use+set} != xset
; then
16939 if eval "test \"`echo '$''{'glibcpp_cv_func__log10l_use'+set}'`\" = set"; then
16940 echo $ac_n "(cached) $ac_c" 1>&6
16945 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16946 ac_cpp
='$CXXCPP $CPPFLAGS'
16947 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16948 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16949 cross_compiling
=$ac_cv_prog_cxx_cross
16951 cat > conftest.
$ac_ext <<EOF
16952 #line 16953 "configure"
16953 #include "confdefs.h"
16959 if { (eval echo configure
:16960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
16961 glibcpp_cv_func__log10l_use
=yes
16963 echo "configure: failed program was:" >&5
16964 cat conftest.
$ac_ext >&5
16966 glibcpp_cv_func__log10l_use
=no
16970 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
16971 ac_cpp
='$CPP $CPPFLAGS'
16972 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
16973 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
16974 cross_compiling
=$ac_cv_prog_cc_cross
16980 echo "$ac_t""$glibcpp_cv_func__log10l_use" 1>&6
16981 if test x
$glibcpp_cv_func__log10l_use = x
"yes"; then
16982 for ac_func
in _log10l
16984 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
16985 echo "configure:16986: checking for $ac_func" >&5
16986 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
16987 echo $ac_n "(cached) $ac_c" 1>&6
16989 cat > conftest.
$ac_ext <<EOF
16990 #line 16991 "configure"
16991 #include "confdefs.h"
16992 /* System header to define __stub macros and hopefully few prototypes,
16993 which can conflict with char $ac_func(); below. */
16994 #include <assert.h>
16995 /* Override any gcc2 internal prototype to avoid an error. */
16996 /* We use char because int might match the return type of a gcc2
16997 builtin and then its argument prototype would still apply. */
17002 /* The GNU C library defines this for functions which it implements
17003 to always fail with ENOSYS. Some functions are actually named
17004 something starting with __ and the normal name is an alias. */
17005 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17013 if { (eval echo configure
:17014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17015 eval "ac_cv_func_$ac_func=yes"
17017 echo "configure: failed program was:" >&5
17018 cat conftest.
$ac_ext >&5
17020 eval "ac_cv_func_$ac_func=no"
17025 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17026 echo "$ac_t""yes" 1>&6
17027 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17028 cat >> confdefs.h
<<EOF
17029 #define $ac_tr_func 1
17033 echo "$ac_t""no" 1>&6
17040 echo $ac_n "checking for _modfl declaration""... $ac_c" 1>&6
17041 echo "configure:17042: checking for _modfl declaration" >&5
17042 if test x
${glibcpp_cv_func__modfl_use+set} != xset
; then
17043 if eval "test \"`echo '$''{'glibcpp_cv_func__modfl_use'+set}'`\" = set"; then
17044 echo $ac_n "(cached) $ac_c" 1>&6
17049 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17050 ac_cpp
='$CXXCPP $CPPFLAGS'
17051 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17052 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17053 cross_compiling
=$ac_cv_prog_cxx_cross
17055 cat > conftest.
$ac_ext <<EOF
17056 #line 17057 "configure"
17057 #include "confdefs.h"
17063 if { (eval echo configure
:17064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17065 glibcpp_cv_func__modfl_use
=yes
17067 echo "configure: failed program was:" >&5
17068 cat conftest.
$ac_ext >&5
17070 glibcpp_cv_func__modfl_use
=no
17074 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17075 ac_cpp
='$CPP $CPPFLAGS'
17076 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17077 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17078 cross_compiling
=$ac_cv_prog_cc_cross
17084 echo "$ac_t""$glibcpp_cv_func__modfl_use" 1>&6
17085 if test x
$glibcpp_cv_func__modfl_use = x
"yes"; then
17086 for ac_func
in _modfl
17088 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17089 echo "configure:17090: checking for $ac_func" >&5
17090 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17091 echo $ac_n "(cached) $ac_c" 1>&6
17093 cat > conftest.
$ac_ext <<EOF
17094 #line 17095 "configure"
17095 #include "confdefs.h"
17096 /* System header to define __stub macros and hopefully few prototypes,
17097 which can conflict with char $ac_func(); below. */
17098 #include <assert.h>
17099 /* Override any gcc2 internal prototype to avoid an error. */
17100 /* We use char because int might match the return type of a gcc2
17101 builtin and then its argument prototype would still apply. */
17106 /* The GNU C library defines this for functions which it implements
17107 to always fail with ENOSYS. Some functions are actually named
17108 something starting with __ and the normal name is an alias. */
17109 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17117 if { (eval echo configure
:17118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17119 eval "ac_cv_func_$ac_func=yes"
17121 echo "configure: failed program was:" >&5
17122 cat conftest.
$ac_ext >&5
17124 eval "ac_cv_func_$ac_func=no"
17129 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17130 echo "$ac_t""yes" 1>&6
17131 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17132 cat >> confdefs.h
<<EOF
17133 #define $ac_tr_func 1
17137 echo "$ac_t""no" 1>&6
17144 echo $ac_n "checking for _powl declaration""... $ac_c" 1>&6
17145 echo "configure:17146: checking for _powl declaration" >&5
17146 if test x
${glibcpp_cv_func__powl_use+set} != xset
; then
17147 if eval "test \"`echo '$''{'glibcpp_cv_func__powl_use'+set}'`\" = set"; then
17148 echo $ac_n "(cached) $ac_c" 1>&6
17153 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17154 ac_cpp
='$CXXCPP $CPPFLAGS'
17155 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17156 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17157 cross_compiling
=$ac_cv_prog_cxx_cross
17159 cat > conftest.
$ac_ext <<EOF
17160 #line 17161 "configure"
17161 #include "confdefs.h"
17167 if { (eval echo configure
:17168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17169 glibcpp_cv_func__powl_use
=yes
17171 echo "configure: failed program was:" >&5
17172 cat conftest.
$ac_ext >&5
17174 glibcpp_cv_func__powl_use
=no
17178 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17179 ac_cpp
='$CPP $CPPFLAGS'
17180 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17181 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17182 cross_compiling
=$ac_cv_prog_cc_cross
17188 echo "$ac_t""$glibcpp_cv_func__powl_use" 1>&6
17189 if test x
$glibcpp_cv_func__powl_use = x
"yes"; then
17190 for ac_func
in _powl
17192 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17193 echo "configure:17194: checking for $ac_func" >&5
17194 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17195 echo $ac_n "(cached) $ac_c" 1>&6
17197 cat > conftest.
$ac_ext <<EOF
17198 #line 17199 "configure"
17199 #include "confdefs.h"
17200 /* System header to define __stub macros and hopefully few prototypes,
17201 which can conflict with char $ac_func(); below. */
17202 #include <assert.h>
17203 /* Override any gcc2 internal prototype to avoid an error. */
17204 /* We use char because int might match the return type of a gcc2
17205 builtin and then its argument prototype would still apply. */
17210 /* The GNU C library defines this for functions which it implements
17211 to always fail with ENOSYS. Some functions are actually named
17212 something starting with __ and the normal name is an alias. */
17213 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17221 if { (eval echo configure
:17222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17223 eval "ac_cv_func_$ac_func=yes"
17225 echo "configure: failed program was:" >&5
17226 cat conftest.
$ac_ext >&5
17228 eval "ac_cv_func_$ac_func=no"
17233 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17234 echo "$ac_t""yes" 1>&6
17235 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17236 cat >> confdefs.h
<<EOF
17237 #define $ac_tr_func 1
17241 echo "$ac_t""no" 1>&6
17248 echo $ac_n "checking for _sinl declaration""... $ac_c" 1>&6
17249 echo "configure:17250: checking for _sinl declaration" >&5
17250 if test x
${glibcpp_cv_func__sinl_use+set} != xset
; then
17251 if eval "test \"`echo '$''{'glibcpp_cv_func__sinl_use'+set}'`\" = set"; then
17252 echo $ac_n "(cached) $ac_c" 1>&6
17257 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17258 ac_cpp
='$CXXCPP $CPPFLAGS'
17259 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17260 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17261 cross_compiling
=$ac_cv_prog_cxx_cross
17263 cat > conftest.
$ac_ext <<EOF
17264 #line 17265 "configure"
17265 #include "confdefs.h"
17271 if { (eval echo configure
:17272: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17273 glibcpp_cv_func__sinl_use
=yes
17275 echo "configure: failed program was:" >&5
17276 cat conftest.
$ac_ext >&5
17278 glibcpp_cv_func__sinl_use
=no
17282 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17283 ac_cpp
='$CPP $CPPFLAGS'
17284 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17285 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17286 cross_compiling
=$ac_cv_prog_cc_cross
17292 echo "$ac_t""$glibcpp_cv_func__sinl_use" 1>&6
17293 if test x
$glibcpp_cv_func__sinl_use = x
"yes"; then
17294 for ac_func
in _sinl
17296 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17297 echo "configure:17298: checking for $ac_func" >&5
17298 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17299 echo $ac_n "(cached) $ac_c" 1>&6
17301 cat > conftest.
$ac_ext <<EOF
17302 #line 17303 "configure"
17303 #include "confdefs.h"
17304 /* System header to define __stub macros and hopefully few prototypes,
17305 which can conflict with char $ac_func(); below. */
17306 #include <assert.h>
17307 /* Override any gcc2 internal prototype to avoid an error. */
17308 /* We use char because int might match the return type of a gcc2
17309 builtin and then its argument prototype would still apply. */
17314 /* The GNU C library defines this for functions which it implements
17315 to always fail with ENOSYS. Some functions are actually named
17316 something starting with __ and the normal name is an alias. */
17317 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17325 if { (eval echo configure
:17326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17327 eval "ac_cv_func_$ac_func=yes"
17329 echo "configure: failed program was:" >&5
17330 cat conftest.
$ac_ext >&5
17332 eval "ac_cv_func_$ac_func=no"
17337 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17338 echo "$ac_t""yes" 1>&6
17339 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17340 cat >> confdefs.h
<<EOF
17341 #define $ac_tr_func 1
17345 echo "$ac_t""no" 1>&6
17352 echo $ac_n "checking for _sinhl declaration""... $ac_c" 1>&6
17353 echo "configure:17354: checking for _sinhl declaration" >&5
17354 if test x
${glibcpp_cv_func__sinhl_use+set} != xset
; then
17355 if eval "test \"`echo '$''{'glibcpp_cv_func__sinhl_use'+set}'`\" = set"; then
17356 echo $ac_n "(cached) $ac_c" 1>&6
17361 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17362 ac_cpp
='$CXXCPP $CPPFLAGS'
17363 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17364 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17365 cross_compiling
=$ac_cv_prog_cxx_cross
17367 cat > conftest.
$ac_ext <<EOF
17368 #line 17369 "configure"
17369 #include "confdefs.h"
17375 if { (eval echo configure
:17376: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17377 glibcpp_cv_func__sinhl_use
=yes
17379 echo "configure: failed program was:" >&5
17380 cat conftest.
$ac_ext >&5
17382 glibcpp_cv_func__sinhl_use
=no
17386 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17387 ac_cpp
='$CPP $CPPFLAGS'
17388 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17389 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17390 cross_compiling
=$ac_cv_prog_cc_cross
17396 echo "$ac_t""$glibcpp_cv_func__sinhl_use" 1>&6
17397 if test x
$glibcpp_cv_func__sinhl_use = x
"yes"; then
17398 for ac_func
in _sinhl
17400 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17401 echo "configure:17402: checking for $ac_func" >&5
17402 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17403 echo $ac_n "(cached) $ac_c" 1>&6
17405 cat > conftest.
$ac_ext <<EOF
17406 #line 17407 "configure"
17407 #include "confdefs.h"
17408 /* System header to define __stub macros and hopefully few prototypes,
17409 which can conflict with char $ac_func(); below. */
17410 #include <assert.h>
17411 /* Override any gcc2 internal prototype to avoid an error. */
17412 /* We use char because int might match the return type of a gcc2
17413 builtin and then its argument prototype would still apply. */
17418 /* The GNU C library defines this for functions which it implements
17419 to always fail with ENOSYS. Some functions are actually named
17420 something starting with __ and the normal name is an alias. */
17421 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17429 if { (eval echo configure
:17430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17431 eval "ac_cv_func_$ac_func=yes"
17433 echo "configure: failed program was:" >&5
17434 cat conftest.
$ac_ext >&5
17436 eval "ac_cv_func_$ac_func=no"
17441 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17442 echo "$ac_t""yes" 1>&6
17443 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17444 cat >> confdefs.h
<<EOF
17445 #define $ac_tr_func 1
17449 echo "$ac_t""no" 1>&6
17456 echo $ac_n "checking for _sqrtl declaration""... $ac_c" 1>&6
17457 echo "configure:17458: checking for _sqrtl declaration" >&5
17458 if test x
${glibcpp_cv_func__sqrtl_use+set} != xset
; then
17459 if eval "test \"`echo '$''{'glibcpp_cv_func__sqrtl_use'+set}'`\" = set"; then
17460 echo $ac_n "(cached) $ac_c" 1>&6
17465 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17466 ac_cpp
='$CXXCPP $CPPFLAGS'
17467 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17468 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17469 cross_compiling
=$ac_cv_prog_cxx_cross
17471 cat > conftest.
$ac_ext <<EOF
17472 #line 17473 "configure"
17473 #include "confdefs.h"
17479 if { (eval echo configure
:17480: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17481 glibcpp_cv_func__sqrtl_use
=yes
17483 echo "configure: failed program was:" >&5
17484 cat conftest.
$ac_ext >&5
17486 glibcpp_cv_func__sqrtl_use
=no
17490 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17491 ac_cpp
='$CPP $CPPFLAGS'
17492 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17493 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17494 cross_compiling
=$ac_cv_prog_cc_cross
17500 echo "$ac_t""$glibcpp_cv_func__sqrtl_use" 1>&6
17501 if test x
$glibcpp_cv_func__sqrtl_use = x
"yes"; then
17502 for ac_func
in _sqrtl
17504 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17505 echo "configure:17506: checking for $ac_func" >&5
17506 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17507 echo $ac_n "(cached) $ac_c" 1>&6
17509 cat > conftest.
$ac_ext <<EOF
17510 #line 17511 "configure"
17511 #include "confdefs.h"
17512 /* System header to define __stub macros and hopefully few prototypes,
17513 which can conflict with char $ac_func(); below. */
17514 #include <assert.h>
17515 /* Override any gcc2 internal prototype to avoid an error. */
17516 /* We use char because int might match the return type of a gcc2
17517 builtin and then its argument prototype would still apply. */
17522 /* The GNU C library defines this for functions which it implements
17523 to always fail with ENOSYS. Some functions are actually named
17524 something starting with __ and the normal name is an alias. */
17525 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17533 if { (eval echo configure
:17534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17535 eval "ac_cv_func_$ac_func=yes"
17537 echo "configure: failed program was:" >&5
17538 cat conftest.
$ac_ext >&5
17540 eval "ac_cv_func_$ac_func=no"
17545 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17546 echo "$ac_t""yes" 1>&6
17547 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17548 cat >> confdefs.h
<<EOF
17549 #define $ac_tr_func 1
17553 echo "$ac_t""no" 1>&6
17560 echo $ac_n "checking for _tanl declaration""... $ac_c" 1>&6
17561 echo "configure:17562: checking for _tanl declaration" >&5
17562 if test x
${glibcpp_cv_func__tanl_use+set} != xset
; then
17563 if eval "test \"`echo '$''{'glibcpp_cv_func__tanl_use'+set}'`\" = set"; then
17564 echo $ac_n "(cached) $ac_c" 1>&6
17569 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17570 ac_cpp
='$CXXCPP $CPPFLAGS'
17571 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17572 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17573 cross_compiling
=$ac_cv_prog_cxx_cross
17575 cat > conftest.
$ac_ext <<EOF
17576 #line 17577 "configure"
17577 #include "confdefs.h"
17583 if { (eval echo configure
:17584: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17585 glibcpp_cv_func__tanl_use
=yes
17587 echo "configure: failed program was:" >&5
17588 cat conftest.
$ac_ext >&5
17590 glibcpp_cv_func__tanl_use
=no
17594 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17595 ac_cpp
='$CPP $CPPFLAGS'
17596 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17597 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17598 cross_compiling
=$ac_cv_prog_cc_cross
17604 echo "$ac_t""$glibcpp_cv_func__tanl_use" 1>&6
17605 if test x
$glibcpp_cv_func__tanl_use = x
"yes"; then
17606 for ac_func
in _tanl
17608 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17609 echo "configure:17610: checking for $ac_func" >&5
17610 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17611 echo $ac_n "(cached) $ac_c" 1>&6
17613 cat > conftest.
$ac_ext <<EOF
17614 #line 17615 "configure"
17615 #include "confdefs.h"
17616 /* System header to define __stub macros and hopefully few prototypes,
17617 which can conflict with char $ac_func(); below. */
17618 #include <assert.h>
17619 /* Override any gcc2 internal prototype to avoid an error. */
17620 /* We use char because int might match the return type of a gcc2
17621 builtin and then its argument prototype would still apply. */
17626 /* The GNU C library defines this for functions which it implements
17627 to always fail with ENOSYS. Some functions are actually named
17628 something starting with __ and the normal name is an alias. */
17629 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17637 if { (eval echo configure
:17638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17639 eval "ac_cv_func_$ac_func=yes"
17641 echo "configure: failed program was:" >&5
17642 cat conftest.
$ac_ext >&5
17644 eval "ac_cv_func_$ac_func=no"
17649 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17650 echo "$ac_t""yes" 1>&6
17651 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17652 cat >> confdefs.h
<<EOF
17653 #define $ac_tr_func 1
17657 echo "$ac_t""no" 1>&6
17664 echo $ac_n "checking for _tanhl declaration""... $ac_c" 1>&6
17665 echo "configure:17666: checking for _tanhl declaration" >&5
17666 if test x
${glibcpp_cv_func__tanhl_use+set} != xset
; then
17667 if eval "test \"`echo '$''{'glibcpp_cv_func__tanhl_use'+set}'`\" = set"; then
17668 echo $ac_n "(cached) $ac_c" 1>&6
17673 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17674 ac_cpp
='$CXXCPP $CPPFLAGS'
17675 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17676 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17677 cross_compiling
=$ac_cv_prog_cxx_cross
17679 cat > conftest.
$ac_ext <<EOF
17680 #line 17681 "configure"
17681 #include "confdefs.h"
17687 if { (eval echo configure
:17688: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17689 glibcpp_cv_func__tanhl_use
=yes
17691 echo "configure: failed program was:" >&5
17692 cat conftest.
$ac_ext >&5
17694 glibcpp_cv_func__tanhl_use
=no
17698 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17699 ac_cpp
='$CPP $CPPFLAGS'
17700 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17701 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17702 cross_compiling
=$ac_cv_prog_cc_cross
17708 echo "$ac_t""$glibcpp_cv_func__tanhl_use" 1>&6
17709 if test x
$glibcpp_cv_func__tanhl_use = x
"yes"; then
17710 for ac_func
in _tanhl
17712 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17713 echo "configure:17714: checking for $ac_func" >&5
17714 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17715 echo $ac_n "(cached) $ac_c" 1>&6
17717 cat > conftest.
$ac_ext <<EOF
17718 #line 17719 "configure"
17719 #include "confdefs.h"
17720 /* System header to define __stub macros and hopefully few prototypes,
17721 which can conflict with char $ac_func(); below. */
17722 #include <assert.h>
17723 /* Override any gcc2 internal prototype to avoid an error. */
17724 /* We use char because int might match the return type of a gcc2
17725 builtin and then its argument prototype would still apply. */
17730 /* The GNU C library defines this for functions which it implements
17731 to always fail with ENOSYS. Some functions are actually named
17732 something starting with __ and the normal name is an alias. */
17733 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17741 if { (eval echo configure
:17742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17743 eval "ac_cv_func_$ac_func=yes"
17745 echo "configure: failed program was:" >&5
17746 cat conftest.
$ac_ext >&5
17748 eval "ac_cv_func_$ac_func=no"
17753 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17754 echo "$ac_t""yes" 1>&6
17755 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17756 cat >> confdefs.h
<<EOF
17757 #define $ac_tr_func 1
17761 echo "$ac_t""no" 1>&6
17768 echo $ac_n "checking for _sincosl declaration""... $ac_c" 1>&6
17769 echo "configure:17770: checking for _sincosl declaration" >&5
17770 if test x
${glibcpp_cv_func__sincosl_use+set} != xset
; then
17771 if eval "test \"`echo '$''{'glibcpp_cv_func__sincosl_use'+set}'`\" = set"; then
17772 echo $ac_n "(cached) $ac_c" 1>&6
17777 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17778 ac_cpp
='$CXXCPP $CPPFLAGS'
17779 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17780 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17781 cross_compiling
=$ac_cv_prog_cxx_cross
17783 cat > conftest.
$ac_ext <<EOF
17784 #line 17785 "configure"
17785 #include "confdefs.h"
17791 if { (eval echo configure
:17792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17793 glibcpp_cv_func__sincosl_use
=yes
17795 echo "configure: failed program was:" >&5
17796 cat conftest.
$ac_ext >&5
17798 glibcpp_cv_func__sincosl_use
=no
17802 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17803 ac_cpp
='$CPP $CPPFLAGS'
17804 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17805 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17806 cross_compiling
=$ac_cv_prog_cc_cross
17812 echo "$ac_t""$glibcpp_cv_func__sincosl_use" 1>&6
17813 if test x
$glibcpp_cv_func__sincosl_use = x
"yes"; then
17814 for ac_func
in _sincosl
17816 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17817 echo "configure:17818: checking for $ac_func" >&5
17818 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17819 echo $ac_n "(cached) $ac_c" 1>&6
17821 cat > conftest.
$ac_ext <<EOF
17822 #line 17823 "configure"
17823 #include "confdefs.h"
17824 /* System header to define __stub macros and hopefully few prototypes,
17825 which can conflict with char $ac_func(); below. */
17826 #include <assert.h>
17827 /* Override any gcc2 internal prototype to avoid an error. */
17828 /* We use char because int might match the return type of a gcc2
17829 builtin and then its argument prototype would still apply. */
17834 /* The GNU C library defines this for functions which it implements
17835 to always fail with ENOSYS. Some functions are actually named
17836 something starting with __ and the normal name is an alias. */
17837 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17845 if { (eval echo configure
:17846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17847 eval "ac_cv_func_$ac_func=yes"
17849 echo "configure: failed program was:" >&5
17850 cat conftest.
$ac_ext >&5
17852 eval "ac_cv_func_$ac_func=no"
17857 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17858 echo "$ac_t""yes" 1>&6
17859 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17860 cat >> confdefs.h
<<EOF
17861 #define $ac_tr_func 1
17865 echo "$ac_t""no" 1>&6
17872 echo $ac_n "checking for _finitel declaration""... $ac_c" 1>&6
17873 echo "configure:17874: checking for _finitel declaration" >&5
17874 if test x
${glibcpp_cv_func__finitel_use+set} != xset
; then
17875 if eval "test \"`echo '$''{'glibcpp_cv_func__finitel_use'+set}'`\" = set"; then
17876 echo $ac_n "(cached) $ac_c" 1>&6
17881 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17882 ac_cpp
='$CXXCPP $CPPFLAGS'
17883 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17884 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17885 cross_compiling
=$ac_cv_prog_cxx_cross
17887 cat > conftest.
$ac_ext <<EOF
17888 #line 17889 "configure"
17889 #include "confdefs.h"
17895 if { (eval echo configure
:17896: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
17897 glibcpp_cv_func__finitel_use
=yes
17899 echo "configure: failed program was:" >&5
17900 cat conftest.
$ac_ext >&5
17902 glibcpp_cv_func__finitel_use
=no
17906 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
17907 ac_cpp
='$CPP $CPPFLAGS'
17908 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
17909 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
17910 cross_compiling
=$ac_cv_prog_cc_cross
17916 echo "$ac_t""$glibcpp_cv_func__finitel_use" 1>&6
17917 if test x
$glibcpp_cv_func__finitel_use = x
"yes"; then
17918 for ac_func
in _finitel
17920 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
17921 echo "configure:17922: checking for $ac_func" >&5
17922 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
17923 echo $ac_n "(cached) $ac_c" 1>&6
17925 cat > conftest.
$ac_ext <<EOF
17926 #line 17927 "configure"
17927 #include "confdefs.h"
17928 /* System header to define __stub macros and hopefully few prototypes,
17929 which can conflict with char $ac_func(); below. */
17930 #include <assert.h>
17931 /* Override any gcc2 internal prototype to avoid an error. */
17932 /* We use char because int might match the return type of a gcc2
17933 builtin and then its argument prototype would still apply. */
17938 /* The GNU C library defines this for functions which it implements
17939 to always fail with ENOSYS. Some functions are actually named
17940 something starting with __ and the normal name is an alias. */
17941 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
17949 if { (eval echo configure
:17950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17951 eval "ac_cv_func_$ac_func=yes"
17953 echo "configure: failed program was:" >&5
17954 cat conftest.
$ac_ext >&5
17956 eval "ac_cv_func_$ac_func=no"
17961 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
17962 echo "$ac_t""yes" 1>&6
17963 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
17964 cat >> confdefs.h
<<EOF
17965 #define $ac_tr_func 1
17969 echo "$ac_t""no" 1>&6
17976 LIBS
="$ac_save_LIBS"
17977 CXXFLAGS
="$ac_save_CXXFLAGS"
17980 echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
17981 echo "configure:17982: checking for main in -lm" >&5
17982 ac_lib_var
=`echo m'_'main | sed 'y%./+-%__p_%'`
17983 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
17984 echo $ac_n "(cached) $ac_c" 1>&6
17986 ac_save_LIBS
="$LIBS"
17988 cat > conftest.
$ac_ext <<EOF
17989 #line 17990 "configure"
17990 #include "confdefs.h"
17996 if { (eval echo configure
:17997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
17998 eval "ac_cv_lib_$ac_lib_var=yes"
18000 echo "configure: failed program was:" >&5
18001 cat conftest.
$ac_ext >&5
18003 eval "ac_cv_lib_$ac_lib_var=no"
18006 LIBS
="$ac_save_LIBS"
18009 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18010 echo "$ac_t""yes" 1>&6
18011 ac_tr_lib
=HAVE_LIB
`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
18012 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
18013 cat >> confdefs.h
<<EOF
18014 #define $ac_tr_lib 1
18020 echo "$ac_t""no" 1>&6
18023 for ac_func
in nan hypot hypotf atan2f expf copysignf
18025 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18026 echo "configure:18027: checking for $ac_func" >&5
18027 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18028 echo $ac_n "(cached) $ac_c" 1>&6
18030 cat > conftest.
$ac_ext <<EOF
18031 #line 18032 "configure"
18032 #include "confdefs.h"
18033 /* System header to define __stub macros and hopefully few prototypes,
18034 which can conflict with char $ac_func(); below. */
18035 #include <assert.h>
18036 /* Override any gcc2 internal prototype to avoid an error. */
18037 /* We use char because int might match the return type of a gcc2
18038 builtin and then its argument prototype would still apply. */
18043 /* The GNU C library defines this for functions which it implements
18044 to always fail with ENOSYS. Some functions are actually named
18045 something starting with __ and the normal name is an alias. */
18046 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18054 if { (eval echo configure
:18055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18056 eval "ac_cv_func_$ac_func=yes"
18058 echo "configure: failed program was:" >&5
18059 cat conftest.
$ac_ext >&5
18061 eval "ac_cv_func_$ac_func=no"
18066 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18067 echo "$ac_t""yes" 1>&6
18068 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18069 cat >> confdefs.h
<<EOF
18070 #define $ac_tr_func 1
18074 echo "$ac_t""no" 1>&6
18075 LIBMATHOBJS
="$LIBMATHOBJS ${ac_func}.lo"
18081 USE_COMPLEX_LONG_DOUBLE
=no
18082 if test x
$ac_cv_func_atan2l = x
"yes" \
18083 && test x
$ac_cv_func_copysignl = x
"yes"; then
18084 USE_COMPLEX_LONG_DOUBLE
=yes
18085 for ac_func
in hypotl signbitl
18087 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18088 echo "configure:18089: checking for $ac_func" >&5
18089 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18090 echo $ac_n "(cached) $ac_c" 1>&6
18092 cat > conftest.
$ac_ext <<EOF
18093 #line 18094 "configure"
18094 #include "confdefs.h"
18095 /* System header to define __stub macros and hopefully few prototypes,
18096 which can conflict with char $ac_func(); below. */
18097 #include <assert.h>
18098 /* Override any gcc2 internal prototype to avoid an error. */
18099 /* We use char because int might match the return type of a gcc2
18100 builtin and then its argument prototype would still apply. */
18105 /* The GNU C library defines this for functions which it implements
18106 to always fail with ENOSYS. Some functions are actually named
18107 something starting with __ and the normal name is an alias. */
18108 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18116 if { (eval echo configure
:18117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18118 eval "ac_cv_func_$ac_func=yes"
18120 echo "configure: failed program was:" >&5
18121 cat conftest.
$ac_ext >&5
18123 eval "ac_cv_func_$ac_func=no"
18128 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18129 echo "$ac_t""yes" 1>&6
18130 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18131 cat >> confdefs.h
<<EOF
18132 #define $ac_tr_func 1
18136 echo "$ac_t""no" 1>&6
18137 LIBMATHOBJS
="$LIBMATHOBJS ${ac_func}.lo"
18149 echo $ac_n "checking for GNU C++ __complex__ support""... $ac_c" 1>&6
18150 echo "configure:18151: checking for GNU C++ __complex__ support" >&5
18151 if eval "test \"`echo '$''{'glibcpp_cv_complex'+set}'`\" = set"; then
18152 echo $ac_n "(cached) $ac_c" 1>&6
18157 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18158 ac_cpp
='$CXXCPP $CPPFLAGS'
18159 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18160 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18161 cross_compiling
=$ac_cv_prog_cxx_cross
18163 cat > conftest.
$ac_ext <<EOF
18164 #line 18165 "configure"
18165 #include "confdefs.h"
18166 struct dcomplex { __complex__ double x; }; \
18167 dcomplex f(const dcomplex& x) { return dcomplex(x); }
18173 if { (eval echo configure
:18174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18175 glibcpp_cv_complex
=ok
18177 echo "configure: failed program was:" >&5
18178 cat conftest.
$ac_ext >&5
18180 glibcpp_cv_complex
=buggy
18185 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18186 ac_cpp
='$CPP $CPPFLAGS'
18187 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18188 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18189 cross_compiling
=$ac_cv_prog_cc_cross
18194 echo "$ac_t""$glibcpp_cv_complex" 1>&6
18195 if test $glibcpp_cv_complex = buggy
; then
18196 cat >> confdefs.h
<<\EOF
18197 #define _GLIBCPP_BUGGY_COMPLEX 1
18202 echo $ac_n "checking for GNU C++ __complex__ float support""... $ac_c" 1>&6
18203 echo "configure:18204: checking for GNU C++ __complex__ float support" >&5
18204 if eval "test \"`echo '$''{'glibcpp_cv_float_complex'+set}'`\" = set"; then
18205 echo $ac_n "(cached) $ac_c" 1>&6
18210 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18211 ac_cpp
='$CXXCPP $CPPFLAGS'
18212 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18213 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18214 cross_compiling
=$ac_cv_prog_cxx_cross
18217 cat > conftest.h
<<EOB
18219 // Check for buggy __complex__ that causes ICE in most versions of egcs
18220 // and gcc-2.95.x on certain platforms (eg., x86-win32).
18222 // See http://gcc.gnu.org/ml/gcc-bugs/1999-07n/msg00845.html for
18223 // more info on the bug itself.
18228 __complex__ float m_value;
18229 float_complex (float = 0.0f, float = 0.0f);
18230 float_complex (__complex__ float val) : m_value (val) {}
18231 float_complex foo (const float_complex &val)
18232 { return float_complex (~val.m_value); }
18235 cat > conftest.
$ac_ext <<EOF
18236 #line 18237 "configure"
18237 #include "confdefs.h"
18238 #include "conftest.h"
18243 if { (eval echo configure
:18244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18245 glibcpp_cv_float_complex
=ok
18247 echo "configure: failed program was:" >&5
18248 cat conftest.
$ac_ext >&5
18250 glibcpp_cv_float_complex
=buggy
18255 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18256 ac_cpp
='$CPP $CPPFLAGS'
18257 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18258 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18259 cross_compiling
=$ac_cv_prog_cc_cross
18264 echo "$ac_t""$glibcpp_cv_float_complex" 1>&6
18265 if test $glibcpp_cv_float_complex = buggy
; then
18266 cat >> confdefs.h
<<\EOF
18267 #define _GLIBCPP_BUGGY_FLOAT_COMPLEX 1
18273 if test x
$enable_c_mbchar != xno
; then
18275 ac_safe
=`echo "wchar.h" | sed 'y%./+-%__p_%'`
18276 echo $ac_n "checking for wchar.h""... $ac_c" 1>&6
18277 echo "configure:18278: checking for wchar.h" >&5
18278 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18279 echo $ac_n "(cached) $ac_c" 1>&6
18281 cat > conftest.
$ac_ext <<EOF
18282 #line 18283 "configure"
18283 #include "confdefs.h"
18286 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18287 { (eval echo configure
:18288: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18288 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18289 if test -z "$ac_err"; then
18291 eval "ac_cv_header_$ac_safe=yes"
18294 echo "configure: failed program was:" >&5
18295 cat conftest.
$ac_ext >&5
18297 eval "ac_cv_header_$ac_safe=no"
18301 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18302 echo "$ac_t""yes" 1>&6
18305 echo "$ac_t""no" 1>&6
18309 ac_safe
=`echo "wctype.h" | sed 'y%./+-%__p_%'`
18310 echo $ac_n "checking for wctype.h""... $ac_c" 1>&6
18311 echo "configure:18312: checking for wctype.h" >&5
18312 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18313 echo $ac_n "(cached) $ac_c" 1>&6
18315 cat > conftest.
$ac_ext <<EOF
18316 #line 18317 "configure"
18317 #include "confdefs.h"
18318 #include <wctype.h>
18320 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18321 { (eval echo configure
:18322: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18322 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18323 if test -z "$ac_err"; then
18325 eval "ac_cv_header_$ac_safe=yes"
18328 echo "configure: failed program was:" >&5
18329 cat conftest.
$ac_ext >&5
18331 eval "ac_cv_header_$ac_safe=no"
18335 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18336 echo "$ac_t""yes" 1>&6
18337 ac_has_wctype_h
=yes
18339 echo "$ac_t""no" 1>&6
18344 if test x
"$ac_has_wchar_h" = xyes
&& test x
"$ac_has_wctype_h" = xyes
; then
18346 echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6
18347 echo "configure:18348: checking for mbstate_t" >&5
18348 cat > conftest.
$ac_ext <<EOF
18349 #line 18350 "configure"
18350 #include "confdefs.h"
18353 mbstate_t teststate;
18356 if { (eval echo configure
:18357: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18358 use_native_mbstatet
=yes
18360 echo "configure: failed program was:" >&5
18361 cat conftest.
$ac_ext >&5
18363 use_native_mbstatet
=no
18366 echo "$ac_t""$use_native_mbstatet" 1>&6
18368 echo $ac_n "checking for WCHAR_MIN and WCHAR_MAX""... $ac_c" 1>&6
18369 echo "configure:18370: checking for WCHAR_MIN and WCHAR_MAX" >&5
18370 cat > conftest.
$ac_ext <<EOF
18371 #line 18372 "configure"
18372 #include "confdefs.h"
18375 int i = WCHAR_MIN; int j = WCHAR_MAX;
18378 if { (eval echo configure
:18379: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18380 has_wchar_minmax
=yes
18382 echo "configure: failed program was:" >&5
18383 cat conftest.
$ac_ext >&5
18385 has_wchar_minmax
=no
18388 echo "$ac_t""$has_wchar_minmax" 1>&6
18390 echo $ac_n "checking for WEOF""... $ac_c" 1>&6
18391 echo "configure:18392: checking for WEOF" >&5
18392 cat > conftest.
$ac_ext <<EOF
18393 #line 18394 "configure"
18394 #include "confdefs.h"
18397 #include <stddef.h>
18402 if { (eval echo configure
:18403: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18406 echo "configure: failed program was:" >&5
18407 cat conftest.
$ac_ext >&5
18412 echo "$ac_t""$has_weof" 1>&6
18414 for ac_func
in wcslen wmemchr wmemcmp wmemcpy wmemmove wmemset \
18415 wcsrtombs mbsrtowcs
18417 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18418 echo "configure:18419: checking for $ac_func" >&5
18419 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18420 echo $ac_n "(cached) $ac_c" 1>&6
18422 cat > conftest.
$ac_ext <<EOF
18423 #line 18424 "configure"
18424 #include "confdefs.h"
18425 /* System header to define __stub macros and hopefully few prototypes,
18426 which can conflict with char $ac_func(); below. */
18427 #include <assert.h>
18428 /* Override any gcc2 internal prototype to avoid an error. */
18429 /* We use char because int might match the return type of a gcc2
18430 builtin and then its argument prototype would still apply. */
18435 /* The GNU C library defines this for functions which it implements
18436 to always fail with ENOSYS. Some functions are actually named
18437 something starting with __ and the normal name is an alias. */
18438 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18446 if { (eval echo configure
:18447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18448 eval "ac_cv_func_$ac_func=yes"
18450 echo "configure: failed program was:" >&5
18451 cat conftest.
$ac_ext >&5
18453 eval "ac_cv_func_$ac_func=no"
18458 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18459 echo "$ac_t""yes" 1>&6
18460 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18461 cat >> confdefs.h
<<EOF
18462 #define $ac_tr_func 1
18466 echo "$ac_t""no" 1>&6
18472 echo $ac_n "checking for ISO C99 wchar_t support""... $ac_c" 1>&6
18473 echo "configure:18474: checking for ISO C99 wchar_t support" >&5
18474 if test x
"$has_weof" = xyes
&& test x
"$has_wchar_minmax" = xyes \
18475 && test x
"$ac_wfuncs" = xyes
; then
18476 ac_isoC99_wchar_t
=yes
18478 ac_isoC99_wchar_t
=no
18480 echo "$ac_t""$ac_isoC99_wchar_t" 1>&6
18482 ac_safe
=`echo "iconv.h" | sed 'y%./+-%__p_%'`
18483 echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
18484 echo "configure:18485: checking for iconv.h" >&5
18485 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18486 echo $ac_n "(cached) $ac_c" 1>&6
18488 cat > conftest.
$ac_ext <<EOF
18489 #line 18490 "configure"
18490 #include "confdefs.h"
18493 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18494 { (eval echo configure
:18495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18495 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18496 if test -z "$ac_err"; then
18498 eval "ac_cv_header_$ac_safe=yes"
18501 echo "configure: failed program was:" >&5
18502 cat conftest.
$ac_ext >&5
18504 eval "ac_cv_header_$ac_safe=no"
18508 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18509 echo "$ac_t""yes" 1>&6
18512 echo "$ac_t""no" 1>&6
18516 ac_safe
=`echo "langinfo.h" | sed 'y%./+-%__p_%'`
18517 echo $ac_n "checking for langinfo.h""... $ac_c" 1>&6
18518 echo "configure:18519: checking for langinfo.h" >&5
18519 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18520 echo $ac_n "(cached) $ac_c" 1>&6
18522 cat > conftest.
$ac_ext <<EOF
18523 #line 18524 "configure"
18524 #include "confdefs.h"
18525 #include <langinfo.h>
18527 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18528 { (eval echo configure
:18529: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18529 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18530 if test -z "$ac_err"; then
18532 eval "ac_cv_header_$ac_safe=yes"
18535 echo "configure: failed program was:" >&5
18536 cat conftest.
$ac_ext >&5
18538 eval "ac_cv_header_$ac_safe=no"
18542 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18543 echo "$ac_t""yes" 1>&6
18544 ac_has_langinfo_h
=yes
18546 echo "$ac_t""no" 1>&6
18547 ac_has_langinfo_h
=no
18551 echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6
18552 echo "configure:18553: checking for iconv in -liconv" >&5
18553 ac_lib_var
=`echo iconv'_'iconv | sed 'y%./+-%__p_%'`
18554 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
18555 echo $ac_n "(cached) $ac_c" 1>&6
18557 ac_save_LIBS
="$LIBS"
18558 LIBS
="-liconv $LIBS"
18559 cat > conftest.
$ac_ext <<EOF
18560 #line 18561 "configure"
18561 #include "confdefs.h"
18562 /* Override any gcc2 internal prototype to avoid an error. */
18563 /* We use char because int might match the return type of a gcc2
18564 builtin and then its argument prototype would still apply. */
18571 if { (eval echo configure
:18572: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18573 eval "ac_cv_lib_$ac_lib_var=yes"
18575 echo "configure: failed program was:" >&5
18576 cat conftest.
$ac_ext >&5
18578 eval "ac_cv_lib_$ac_lib_var=no"
18581 LIBS
="$ac_save_LIBS"
18584 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
18585 echo "$ac_t""yes" 1>&6
18588 echo "$ac_t""no" 1>&6
18591 ac_save_LIBS
="$LIBS"
18592 LIBS
="$LIBS $libiconv"
18594 for ac_func
in iconv_open iconv_close
iconv nl_langinfo
18596 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
18597 echo "configure:18598: checking for $ac_func" >&5
18598 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
18599 echo $ac_n "(cached) $ac_c" 1>&6
18601 cat > conftest.
$ac_ext <<EOF
18602 #line 18603 "configure"
18603 #include "confdefs.h"
18604 /* System header to define __stub macros and hopefully few prototypes,
18605 which can conflict with char $ac_func(); below. */
18606 #include <assert.h>
18607 /* Override any gcc2 internal prototype to avoid an error. */
18608 /* We use char because int might match the return type of a gcc2
18609 builtin and then its argument prototype would still apply. */
18614 /* The GNU C library defines this for functions which it implements
18615 to always fail with ENOSYS. Some functions are actually named
18616 something starting with __ and the normal name is an alias. */
18617 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18625 if { (eval echo configure
:18626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
18627 eval "ac_cv_func_$ac_func=yes"
18629 echo "configure: failed program was:" >&5
18630 cat conftest.
$ac_ext >&5
18632 eval "ac_cv_func_$ac_func=no"
18637 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
18638 echo "$ac_t""yes" 1>&6
18639 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
18640 cat >> confdefs.h
<<EOF
18641 #define $ac_tr_func 1
18646 echo "$ac_t""no" 1>&6
18652 LIBS
="$ac_save_LIBS"
18654 echo $ac_n "checking for XPG2 wchar_t support""... $ac_c" 1>&6
18655 echo "configure:18656: checking for XPG2 wchar_t support" >&5
18656 if test x
"$ac_has_iconv_h" = xyes
&& test x
"$ac_has_langinfo_h" = xyes \
18657 && test x
"$ac_XPG2funcs" = xyes
; then
18658 ac_XPG2_wchar_t
=yes
18662 echo "$ac_t""$ac_XPG2_wchar_t" 1>&6
18664 echo $ac_n "checking for enabled wchar_t specializations""... $ac_c" 1>&6
18665 echo "configure:18666: checking for enabled wchar_t specializations" >&5
18666 if test x
"$ac_isoC99_wchar_t" = xyes \
18667 && test x
"$ac_XPG2_wchar_t" = xyes
; then
18668 libinst_wstring_la
="libinst-wstring.la"
18669 cat >> confdefs.h
<<\EOF
18670 #define _GLIBCPP_USE_WCHAR_T 1
18673 echo "$ac_t"""yes"" 1>&6
18675 libinst_wstring_la
=""
18676 echo "$ac_t"""no
"" 1>&6
18681 echo "configure: warning: <wchar.h> not found" 1>&2
18689 ac_safe
=`echo "ctype.h" | sed 'y%./+-%__p_%'`
18690 echo $ac_n "checking for ctype.h""... $ac_c" 1>&6
18691 echo "configure:18692: checking for ctype.h" >&5
18692 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
18693 echo $ac_n "(cached) $ac_c" 1>&6
18695 cat > conftest.
$ac_ext <<EOF
18696 #line 18697 "configure"
18697 #include "confdefs.h"
18700 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
18701 { (eval echo configure
:18702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
18702 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
18703 if test -z "$ac_err"; then
18705 eval "ac_cv_header_$ac_safe=yes"
18708 echo "configure: failed program was:" >&5
18709 cat conftest.
$ac_ext >&5
18711 eval "ac_cv_header_$ac_safe=no"
18715 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
18716 echo "$ac_t""yes" 1>&6
18721 echo $ac_n "checking <ctype> for GNU/Linux""... $ac_c" 1>&6
18722 echo "configure:18723: checking <ctype> for GNU/Linux" >&5
18723 cat > conftest.
$ac_ext <<EOF
18724 #line 18725 "configure"
18725 #include "confdefs.h"
18730 { return _ISspace + _ISprint + _IScntrl + _ISupper + _ISlower + _ISalpha \
18731 + _ISdigit + _ISpunct + _ISxdigit + _ISalnum + _ISgraph \
18732 + __ctype_tolower[a] + __ctype_toupper[a] + __ctype_b[a];}
18735 if { (eval echo configure
:18736: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18740 echo "configure: failed program was:" >&5
18741 cat conftest.
$ac_ext >&5
18746 echo "$ac_t""$ctype_linux" 1>&6
18747 if test $ctype_linux = "yes"; then
18748 ctype_include_dir
="config/os/gnu-linux"
18752 if test $ctype_default = "yes"; then
18753 echo $ac_n "checking <ctype> for FreeBSD 4.0""... $ac_c" 1>&6
18754 echo "configure:18755: checking <ctype> for FreeBSD 4.0" >&5
18755 cat > conftest.
$ac_ext <<EOF
18756 #line 18757 "configure"
18757 #include "confdefs.h"
18762 { return _CTYPE_S + _CTYPE_R + _CTYPE_C + _CTYPE_U + _CTYPE_L + _CTYPE_A \
18763 + _CTYPE_D + _CTYPE_P + _CTYPE_X + _CTYPE_G ;}
18766 if { (eval echo configure
:18767: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18771 echo "configure: failed program was:" >&5
18772 cat conftest.
$ac_ext >&5
18777 echo "$ac_t""$ctype_bsd" 1>&6
18778 if test $ctype_bsd = "yes"; then
18779 ctype_include_dir
="config/os/bsd/freebsd"
18784 if test $ctype_default = "yes"; then
18785 echo $ac_n "checking <ctype> for FreeBSD 3.4""... $ac_c" 1>&6
18786 echo "configure:18787: checking <ctype> for FreeBSD 3.4" >&5
18787 cat > conftest.
$ac_ext <<EOF
18788 #line 18789 "configure"
18789 #include "confdefs.h"
18794 { return _S + _R + _C + _U + _L + _A \
18795 + _D + _P + _X + _G + __istype (a, 0);}
18798 if { (eval echo configure
:18799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18801 ctype_freebsd34
=yes
18803 echo "configure: failed program was:" >&5
18804 cat conftest.
$ac_ext >&5
18809 echo "$ac_t""$ctype_freebsd34" 1>&6
18810 if test $ctype_freebsd34 = "yes"; then
18811 ctype_include_dir
="config/os/bsd/freebsd"
18816 if test $ctype_default = "yes"; then
18817 echo $ac_n "checking <ctype> for NetBSD""... $ac_c" 1>&6
18818 echo "configure:18819: checking <ctype> for NetBSD" >&5
18819 cat > conftest.
$ac_ext <<EOF
18820 #line 18821 "configure"
18821 #include "confdefs.h"
18826 { return _S + _C + _U + _L \
18827 + _N + _P + _X + _tolower_tab_[a] + _toupper_tab_[a];}
18830 if { (eval echo configure
:18831: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18835 echo "configure: failed program was:" >&5
18836 cat conftest.
$ac_ext >&5
18841 echo "$ac_t""$ctype_netbsd" 1>&6
18842 if test $ctype_netbsd = "yes"; then
18843 ctype_include_dir
="config/os/bsd/netbsd"
18848 if test $ctype_default = "yes"; then
18849 echo $ac_n "checking <ctype> for Solaris 2.6,7,8""... $ac_c" 1>&6
18850 echo "configure:18851: checking <ctype> for Solaris 2.6,7,8" >&5
18851 cat > conftest.
$ac_ext <<EOF
18852 #line 18853 "configure"
18853 #include "confdefs.h"
18858 { return _ISSPACE + _ISPRINT + _ISCNTRL + _ISUPPER + _ISLOWER + _ISALPHA \
18859 + _ISDIGIT + _ISPUNCT + _ISXDIGIT + _ISALNUM + _ISGRAPH \
18860 + __trans_lower[a] + __trans_upper[a] + __ctype_mask[a];}
18863 if { (eval echo configure
:18864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18868 echo "configure: failed program was:" >&5
18869 cat conftest.
$ac_ext >&5
18874 echo "$ac_t""$ctype_solaris" 1>&6
18876 if test $ctype_solaris = "yes"; then
18877 echo $ac_n "checking for version""... $ac_c" 1>&6
18878 echo "configure:18879: checking for version" >&5
18880 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18881 ac_cpp
='$CXXCPP $CPPFLAGS'
18882 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18883 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18884 cross_compiling
=$ac_cv_prog_cxx_cross
18886 cat > conftest.
$ac_ext <<EOF
18887 #line 18888 "configure"
18888 #include "confdefs.h"
18891 typedef long* __to_type; __to_type const& _M_toupper = __trans_upper;
18894 if { (eval echo configure
:18895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18897 ctype_solaris26
=yes
18899 echo "configure: failed program was:" >&5
18900 cat conftest.
$ac_ext >&5
18906 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
18907 ac_cpp
='$CPP $CPPFLAGS'
18908 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
18909 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
18910 cross_compiling
=$ac_cv_prog_cc_cross
18912 if test $ctype_solaris26 = "yes"; then
18913 ctype_include_dir
="config/os/solaris/solaris2.6"
18914 echo "$ac_t""Solaris 2.6" 1>&6
18917 ctype_include_dir
="config/os/solaris/solaris2.7"
18918 echo "$ac_t""Solaris 7,8" 1>&6
18924 if test $ctype_default = "yes"; then
18925 echo $ac_n "checking <ctype> for Solaris 2.5.1""... $ac_c" 1>&6
18926 echo "configure:18927: checking <ctype> for Solaris 2.5.1" >&5
18927 cat > conftest.
$ac_ext <<EOF
18928 #line 18929 "configure"
18929 #include "confdefs.h"
18934 { return _U + _L + _N + _S + _P + _C + _X + _B \
18938 if { (eval echo configure
:18939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18941 ctype_solaris25
=yes
18943 echo "configure: failed program was:" >&5
18944 cat conftest.
$ac_ext >&5
18949 echo "$ac_t""$ctype_solaris25" 1>&6
18950 if test $ctype_solaris25 = "yes"; then
18951 ctype_include_dir
="config/os/solaris/solaris2.5"
18956 if test $ctype_default = "yes"; then
18957 echo $ac_n "checking <ctype> for AIX""... $ac_c" 1>&6
18958 echo "configure:18959: checking <ctype> for AIX" >&5
18959 cat > conftest.
$ac_ext <<EOF
18960 #line 18961 "configure"
18961 #include "confdefs.h"
18966 { return _ISSPACE + _ISPRINT + _ISCNTRL + _ISUPPER + _ISLOWER + _ISALPHA \
18967 + _ISDIGIT + _ISPUNCT + _ISXDIGIT + _ISALNUM + _ISGRAPH \
18968 + _VALC('a') + _IS('c', 0);}
18971 if { (eval echo configure
:18972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
18976 echo "configure: failed program was:" >&5
18977 cat conftest.
$ac_ext >&5
18982 echo "$ac_t""$ctype_aix" 1>&6
18983 if test $ctype_aix = "yes"; then
18984 ctype_include_dir
="config/os/aix"
18989 if test $ctype_default = "yes"; then
18990 echo $ac_n "checking <ctype> for IRIX""... $ac_c" 1>&6
18991 echo "configure:18992: checking <ctype> for IRIX" >&5
18992 cat > conftest.
$ac_ext <<EOF
18993 #line 18994 "configure"
18994 #include "confdefs.h"
18999 { return _U + _L + _N + _S + _P + _C + _B + _X + \
19000 _A + _PR + _G + _BL;}
19003 if { (eval echo configure
:19004: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19008 echo "configure: failed program was:" >&5
19009 cat conftest.
$ac_ext >&5
19014 echo "$ac_t""$ctype_irix" 1>&6
19015 if test $ctype_irix = "yes"; then
19016 ctype_include_dir
="config/os/irix"
19021 if test $ctype_default = "yes"; then
19022 echo $ac_n "checking <ctype> for newlib""... $ac_c" 1>&6
19023 echo "configure:19024: checking <ctype> for newlib" >&5
19024 cat > conftest.
$ac_ext <<EOF
19025 #line 19026 "configure"
19026 #include "confdefs.h"
19031 { return _U + _L + _N + _S + _P + _C + _X + _B \
19035 if { (eval echo configure
:19036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19040 echo "configure: failed program was:" >&5
19041 cat conftest.
$ac_ext >&5
19046 echo "$ac_t""$ctype_newlib" 1>&6
19047 if test $ctype_newlib = "yes"; then
19048 ctype_include_dir
="config/os/newlib"
19053 if test $ctype_default = "yes"; then
19054 ctype_include_dir
="config/os/generic"
19055 echo "configure: warning: "Using default ctype headers.
"" 1>&2
19059 echo "$ac_t""no" 1>&6
19064 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
19065 ac_save_CXXFLAGS
="$CXXFLAGS"
19066 CXXFLAGS
='-fno-builtins -D_GNU_SOURCE'
19068 for ac_func
in strtof
19070 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19071 echo "configure:19072: checking for $ac_func" >&5
19072 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19073 echo $ac_n "(cached) $ac_c" 1>&6
19075 cat > conftest.
$ac_ext <<EOF
19076 #line 19077 "configure"
19077 #include "confdefs.h"
19078 /* System header to define __stub macros and hopefully few prototypes,
19079 which can conflict with char $ac_func(); below. */
19080 #include <assert.h>
19081 /* Override any gcc2 internal prototype to avoid an error. */
19082 /* We use char because int might match the return type of a gcc2
19083 builtin and then its argument prototype would still apply. */
19088 /* The GNU C library defines this for functions which it implements
19089 to always fail with ENOSYS. Some functions are actually named
19090 something starting with __ and the normal name is an alias. */
19091 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19099 if { (eval echo configure
:19100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19101 eval "ac_cv_func_$ac_func=yes"
19103 echo "configure: failed program was:" >&5
19104 cat conftest.
$ac_ext >&5
19106 eval "ac_cv_func_$ac_func=no"
19111 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19112 echo "$ac_t""yes" 1>&6
19113 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19114 cat >> confdefs.h
<<EOF
19115 #define $ac_tr_func 1
19119 echo "$ac_t""no" 1>&6
19124 echo $ac_n "checking for strtold declaration""... $ac_c" 1>&6
19125 echo "configure:19126: checking for strtold declaration" >&5
19126 if test x
${glibcpp_cv_func_strtold_use+set} != xset
; then
19127 if eval "test \"`echo '$''{'glibcpp_cv_func_strtold_use'+set}'`\" = set"; then
19128 echo $ac_n "(cached) $ac_c" 1>&6
19133 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19134 ac_cpp
='$CXXCPP $CPPFLAGS'
19135 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19136 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19137 cross_compiling
=$ac_cv_prog_cxx_cross
19139 cat > conftest.
$ac_ext <<EOF
19140 #line 19141 "configure"
19141 #include "confdefs.h"
19142 #include <stdlib.h>
19147 if { (eval echo configure
:19148: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
19149 glibcpp_cv_func_strtold_use
=yes
19151 echo "configure: failed program was:" >&5
19152 cat conftest.
$ac_ext >&5
19154 glibcpp_cv_func_strtold_use
=no
19158 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
19159 ac_cpp
='$CPP $CPPFLAGS'
19160 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
19161 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
19162 cross_compiling
=$ac_cv_prog_cc_cross
19168 echo "$ac_t""$glibcpp_cv_func_strtold_use" 1>&6
19169 if test x
$glibcpp_cv_func_strtold_use = x
"yes"; then
19170 for ac_func
in strtold
19172 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19173 echo "configure:19174: checking for $ac_func" >&5
19174 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19175 echo $ac_n "(cached) $ac_c" 1>&6
19177 cat > conftest.
$ac_ext <<EOF
19178 #line 19179 "configure"
19179 #include "confdefs.h"
19180 /* System header to define __stub macros and hopefully few prototypes,
19181 which can conflict with char $ac_func(); below. */
19182 #include <assert.h>
19183 /* Override any gcc2 internal prototype to avoid an error. */
19184 /* We use char because int might match the return type of a gcc2
19185 builtin and then its argument prototype would still apply. */
19190 /* The GNU C library defines this for functions which it implements
19191 to always fail with ENOSYS. Some functions are actually named
19192 something starting with __ and the normal name is an alias. */
19193 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19201 if { (eval echo configure
:19202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19203 eval "ac_cv_func_$ac_func=yes"
19205 echo "configure: failed program was:" >&5
19206 cat conftest.
$ac_ext >&5
19208 eval "ac_cv_func_$ac_func=no"
19213 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19214 echo "$ac_t""yes" 1>&6
19215 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19216 cat >> confdefs.h
<<EOF
19217 #define $ac_tr_func 1
19221 echo "$ac_t""no" 1>&6
19228 CXXFLAGS
="$ac_save_CXXFLAGS"
19231 for ac_hdr
in unistd.h
19233 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
19234 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
19235 echo "configure:19236: checking for $ac_hdr" >&5
19236 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
19237 echo $ac_n "(cached) $ac_c" 1>&6
19239 cat > conftest.
$ac_ext <<EOF
19240 #line 19241 "configure"
19241 #include "confdefs.h"
19244 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
19245 { (eval echo configure
:19246: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
19246 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
19247 if test -z "$ac_err"; then
19249 eval "ac_cv_header_$ac_safe=yes"
19252 echo "configure: failed program was:" >&5
19253 cat conftest.
$ac_ext >&5
19255 eval "ac_cv_header_$ac_safe=no"
19259 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
19260 echo "$ac_t""yes" 1>&6
19261 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
19262 cat >> confdefs.h
<<EOF
19263 #define $ac_tr_hdr 1
19267 echo "$ac_t""no" 1>&6
19271 for ac_func
in getpagesize
19273 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
19274 echo "configure:19275: checking for $ac_func" >&5
19275 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
19276 echo $ac_n "(cached) $ac_c" 1>&6
19278 cat > conftest.
$ac_ext <<EOF
19279 #line 19280 "configure"
19280 #include "confdefs.h"
19281 /* System header to define __stub macros and hopefully few prototypes,
19282 which can conflict with char $ac_func(); below. */
19283 #include <assert.h>
19284 /* Override any gcc2 internal prototype to avoid an error. */
19285 /* We use char because int might match the return type of a gcc2
19286 builtin and then its argument prototype would still apply. */
19291 /* The GNU C library defines this for functions which it implements
19292 to always fail with ENOSYS. Some functions are actually named
19293 something starting with __ and the normal name is an alias. */
19294 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19302 if { (eval echo configure
:19303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19304 eval "ac_cv_func_$ac_func=yes"
19306 echo "configure: failed program was:" >&5
19307 cat conftest.
$ac_ext >&5
19309 eval "ac_cv_func_$ac_func=no"
19314 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
19315 echo "$ac_t""yes" 1>&6
19316 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
19317 cat >> confdefs.h
<<EOF
19318 #define $ac_tr_func 1
19322 echo "$ac_t""no" 1>&6
19326 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
19327 echo "configure:19328: checking for working mmap" >&5
19328 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
19329 echo $ac_n "(cached) $ac_c" 1>&6
19331 if test "$cross_compiling" = yes; then
19332 ac_cv_func_mmap_fixed_mapped
=no
19334 cat > conftest.
$ac_ext <<EOF
19335 #line 19336 "configure"
19336 #include "confdefs.h"
19338 /* Thanks to Mike Haertel and Jim Avera for this test.
19339 Here is a matrix of mmap possibilities:
19340 mmap private not fixed
19341 mmap private fixed at somewhere currently unmapped
19342 mmap private fixed at somewhere already mapped
19343 mmap shared not fixed
19344 mmap shared fixed at somewhere currently unmapped
19345 mmap shared fixed at somewhere already mapped
19346 For private mappings, we should verify that changes cannot be read()
19347 back from the file, nor mmap's back from the file at a different
19348 address. (There have been systems where private was not correctly
19349 implemented like the infamous i386 svr4.0, and systems where the
19350 VM page cache was not coherent with the filesystem buffer cache
19351 like early versions of FreeBSD and possibly contemporary NetBSD.)
19352 For shared mappings, we should conversely verify that changes get
19353 propogated back to all the places they're supposed to be.
19355 Grep wants private fixed already mapped.
19356 The main things grep needs to know about mmap are:
19357 * does it exist and is it safe to write into the mmap'd area
19358 * how to use it (BSD variants) */
19359 #include <sys/types.h>
19361 #include <sys/mman.h>
19363 /* This mess was copied from the GNU getpagesize.h. */
19364 #ifndef HAVE_GETPAGESIZE
19365 # ifdef HAVE_UNISTD_H
19366 # include <unistd.h>
19369 /* Assume that all systems that can run configure have sys/param.h. */
19370 # ifndef HAVE_SYS_PARAM_H
19371 # define HAVE_SYS_PARAM_H 1
19374 # ifdef _SC_PAGESIZE
19375 # define getpagesize() sysconf(_SC_PAGESIZE)
19376 # else /* no _SC_PAGESIZE */
19377 # ifdef HAVE_SYS_PARAM_H
19378 # include <sys/param.h>
19379 # ifdef EXEC_PAGESIZE
19380 # define getpagesize() EXEC_PAGESIZE
19381 # else /* no EXEC_PAGESIZE */
19383 # define getpagesize() NBPG * CLSIZE
19386 # endif /* no CLSIZE */
19387 # else /* no NBPG */
19389 # define getpagesize() NBPC
19390 # else /* no NBPC */
19392 # define getpagesize() PAGESIZE
19393 # endif /* PAGESIZE */
19394 # endif /* no NBPC */
19395 # endif /* no NBPG */
19396 # endif /* no EXEC_PAGESIZE */
19397 # else /* no HAVE_SYS_PARAM_H */
19398 # define getpagesize() 8192 /* punt totally */
19399 # endif /* no HAVE_SYS_PARAM_H */
19400 # endif /* no _SC_PAGESIZE */
19402 #endif /* no HAVE_GETPAGESIZE */
19405 extern "C" { void *malloc(unsigned); }
19413 char *data, *data2, *data3;
19417 pagesize = getpagesize();
19420 * First, make a file with some known garbage in it.
19422 data = malloc(pagesize);
19425 for (i = 0; i < pagesize; ++i)
19426 *(data + i) = rand();
19428 fd = creat("conftestmmap", 0600);
19431 if (write(fd, data, pagesize) != pagesize)
19436 * Next, try to mmap the file at a fixed address which
19437 * already has something else allocated at it. If we can,
19438 * also make sure that we see the same garbage.
19440 fd = open("conftestmmap", O_RDWR);
19443 data2 = malloc(2 * pagesize);
19446 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
19447 if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE,
19448 MAP_PRIVATE | MAP_FIXED, fd, 0L))
19450 for (i = 0; i < pagesize; ++i)
19451 if (*(data + i) != *(data2 + i))
19455 * Finally, make sure that changes to the mapped area
19456 * do not percolate back to the file as seen by read().
19457 * (This is a bug on some variants of i386 svr4.0.)
19459 for (i = 0; i < pagesize; ++i)
19460 *(data2 + i) = *(data2 + i) + 1;
19461 data3 = malloc(pagesize);
19464 if (read(fd, data3, pagesize) != pagesize)
19466 for (i = 0; i < pagesize; ++i)
19467 if (*(data + i) != *(data3 + i))
19470 unlink("conftestmmap");
19475 if { (eval echo configure
:19476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
19477 ac_cv_func_mmap_fixed_mapped
=yes
19479 echo "configure: failed program was:" >&5
19480 cat conftest.
$ac_ext >&5
19482 ac_cv_func_mmap_fixed_mapped
=no
19489 echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6
19490 if test $ac_cv_func_mmap_fixed_mapped = yes; then
19491 cat >> confdefs.h
<<\EOF
19492 #define HAVE_MMAP 1
19499 # Now that ctype is determined for all possible targets, we can do this...
19506 if test "$NULL_TARGET" = yes; then
19508 NULL_TARGET_FALSE
='#'
19510 NULL_TARGET_TRUE
='#'
19515 if test "$NATIVE" = yes ||
test "$NULL_TARGET" = yes; then
19524 if test -z "$with_cross_host"; then
19526 USE_LIBDIR_FALSE
='#'
19528 USE_LIBDIR_TRUE
='#'
19533 if test "$CANADIAN" = yes; then
19541 cat > confcache
<<\EOF
19542 # This file is a shell script that caches the results of configure
19543 # tests run on this system so they can be shared between configure
19544 # scripts and configure runs. It is not useful on other systems.
19545 # If it contains results you don't want to keep, you may remove or edit it.
19547 # By default, configure uses ./config.cache as the cache file,
19548 # creating it if it does not exist already. You can give configure
19549 # the --cache-file=FILE option to use a different cache file; that is
19550 # what configure does when it calls configure scripts in
19551 # subdirectories, so they share the cache.
19552 # Giving --cache-file=/dev/null disables caching, for debugging configure.
19553 # config.status only pays attention to the cache file if you give it the
19554 # --recheck option to rerun configure.
19557 # The following way of writing the cache mishandles newlines in values,
19558 # but we know of no workaround that is simple, portable, and efficient.
19559 # So, don't put newlines in cache variables' values.
19560 # Ultrix sh set writes to stderr and can't be redirected directly,
19561 # and sets the high bit in the cache file unless we assign to the vars.
19563 case `(ac_space=' '; set | grep ac_space) 2>&1` in
19565 # `set' does not quote correctly, so add quotes (double-quote substitution
19566 # turns \\\\ into \\, and sed turns \\ into \).
19568 -e "s/'/'\\\\''/g" \
19569 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
19572 # `set' quotes correctly as required by POSIX, so do not add quotes.
19573 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
19576 if cmp -s $cache_file confcache
; then
19579 if test -w $cache_file; then
19580 echo "updating cache $cache_file"
19581 cat confcache
> $cache_file
19583 echo "not updating unwritable cache $cache_file"
19589 ac_safe
=`echo "locale.h" | sed 'y%./+-%__p_%'`
19590 echo $ac_n "checking for locale.h""... $ac_c" 1>&6
19591 echo "configure:19592: checking for locale.h" >&5
19592 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
19593 echo $ac_n "(cached) $ac_c" 1>&6
19595 cat > conftest.
$ac_ext <<EOF
19596 #line 19597 "configure"
19597 #include "confdefs.h"
19598 #include <locale.h>
19600 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
19601 { (eval echo configure
:19602: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
19602 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
19603 if test -z "$ac_err"; then
19605 eval "ac_cv_header_$ac_safe=yes"
19608 echo "configure: failed program was:" >&5
19609 cat conftest.
$ac_ext >&5
19611 eval "ac_cv_header_$ac_safe=no"
19615 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
19616 echo "$ac_t""yes" 1>&6
19618 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
19619 echo "configure:19620: checking for LC_MESSAGES" >&5
19620 if eval "test \"`echo '$''{'ac_cv_val_LC_MESSAGES'+set}'`\" = set"; then
19621 echo $ac_n "(cached) $ac_c" 1>&6
19623 cat > conftest.
$ac_ext <<EOF
19624 #line 19625 "configure"
19625 #include "confdefs.h"
19626 #include <locale.h>
19631 if { (eval echo configure
:19632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
19633 ac_cv_val_LC_MESSAGES
=yes
19635 echo "configure: failed program was:" >&5
19636 cat conftest.
$ac_ext >&5
19638 ac_cv_val_LC_MESSAGES
=no
19643 echo "$ac_t""$ac_cv_val_LC_MESSAGES" 1>&6
19644 if test $ac_cv_val_LC_MESSAGES = yes; then
19645 cat >> confdefs.h
<<\EOF
19646 #define HAVE_LC_MESSAGES 1
19652 echo "$ac_t""no" 1>&6
19657 if test "${multilib}" = "yes"; then
19658 multilib_arg
="--enable-multilib"
19664 # Generate the various Makefiles, include files, and scripts.
19666 # This helps subvert libstdcxx_interface, as calculated by devo/config.if
19667 # Needed so that g++ can find the correct include subdir automatically.
19670 # Check for the interface version number for specifying where header
19671 # files are installed, if a version number is provided.
19672 echo $ac_n "checking for interface version number""... $ac_c" 1>&6
19673 echo "configure:19674: checking for interface version number" >&5
19674 libstdcxx_interface
=$INTERFACE
19675 echo "$ac_t""$libstdcxx_interface" 1>&6
19678 # Process the option --with-gxx-include-dir=<path to include-files directory>
19679 echo $ac_n "checking for --with-gxx-include-dir""... $ac_c" 1>&6
19680 echo "configure:19681: checking for --with-gxx-include-dir" >&5
19681 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
19682 if test "${with_gxx_include_dir+set}" = set; then
19683 withval
="$with_gxx_include_dir"
19684 case "${withval}" in
19686 { echo "configure: error: Missing directory for --with-gxx-include-dir" 1>&2; exit 1; }
19693 gxx_include_dir
=${withval}
19700 echo "$ac_t""$gxx_include_dir" 1>&6
19704 if test x
${gxx_include_dir} != xno
; then
19705 GXX_INCLUDE_DIR_TRUE
=
19706 GXX_INCLUDE_DIR_FALSE
='#'
19708 GXX_INCLUDE_DIR_TRUE
='#'
19709 GXX_INCLUDE_DIR_FALSE
=
19712 # Process the option "--enable-version-specific-runtime-libs"
19713 echo $ac_n "checking for --enable-version-specific-runtime-libs""... $ac_c" 1>&6
19714 echo "configure:19715: checking for --enable-version-specific-runtime-libs" >&5
19715 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
19716 if test "${enable_version_specific_runtime_libs+set}" = set; then
19717 enableval
="$enable_version_specific_runtime_libs"
19718 version_specific_libs
=yes
19719 # Need the gcc compiler version to know where to install libraries
19720 # and header files if --enable-version-specific-runtime-libs option
19722 gcc_tmp
=`grep version_string ${srcdir}/../gcc/version.c | awk '{print $6}'`
19723 gcc_num
=`echo ${gcc_tmp} | sed 's/\"//g'`
19724 #gcc_date=`grep version_string ${srcdir}/../gcc/version.c | awk '{print $7}'`
19725 #gcc_version=$gcc_num-$gcc_date
19726 gcc_version
=$gcc_num
19730 version_specific_libs
=no
19733 echo "$ac_t""$version_specific_libs" 1>&6
19734 if test x
${version_specific_libs} = xyes
; then
19737 if test x
${version_specific_libs} = xyes
; then
19738 VERSION_SPECIFIC_LIBS_TRUE
=
19739 VERSION_SPECIFIC_LIBS_FALSE
='#'
19741 VERSION_SPECIFIC_LIBS_TRUE
='#'
19742 VERSION_SPECIFIC_LIBS_FALSE
=
19744 echo "configure: warning: version specific directory is: $gcc_version" 1>&2
19747 # We have to install all the generated or linked includes files
19748 # specified as build_headers in src/Makefile.am in a target-dependent
19749 # place, or else multiple installs for different compilers will
19750 # overwrite these files.
19751 # NB: Keep this and gcc/Makefile.in's -DGPLUSPLUS_TOOL_INCLUDE_DIR in sync.
19752 gxx_target_include_dir
='$(exec_prefix)/$(target_alias)/include/g++-$(libstdcxx_interface)'
19756 # Export all the include and flag information to makefiles.
19758 # Root level of the include sources.
19759 GLIBCPP_INCLUDE_DIR
='$(top_srcdir)/include'
19761 # Can either use include/c or include/c_std to grab "C" headers. This
19762 # variable is set to the include directory currently in use.
19763 # set with C_INCLUDE_DIR in GLIBCPP_ENABLE_CHEADERS
19765 # Passed down for canadian crosses.
19766 if test x
"$CANADIAN" = xyes
; then
19767 TOPLEVEL_INCLUDES
='-I$(includedir)'
19770 LIBMATH_INCLUDES
='-I$(top_srcdir)/libmath'
19772 LIBSUPCXX_INCLUDES
='-I$(top_srcdir)/libsupc++'
19774 #if GLIBCPP_NEED_LIBIO
19775 LIBIO_INCLUDES
='-I$(top_builddir)/libio -I$(top_srcdir)/libio'
19777 #LIBIO_INCLUDES='-I$(top_srcdir)/libio'
19780 #if GLIBCPP_USE_CSHADOW
19781 # CSHADOW_INCLUDES='-I$(GLIBCPP_INCLUDE_DIR)/std -I$(C_INCLUDE_DIR) \
19782 # -I$(top_blddir)/cshadow'
19784 CSTD_INCLUDES
='-I$(GLIBCPP_INCLUDE_DIR)/std -I$(C_INCLUDE_DIR)'
19787 # Now, export this to all the little Makefiles....
19796 # Optimization flags that are probably a good idea for thrill-seekers. Just
19797 # uncomment the lines below and make, everything else is ready to go...
19798 # OPTIMIZE_CXXFLAGS = -O3 -fstrict-aliasing -fvtable-gc
19802 WARN_FLAGS
='-Wall -Wno-format -W -Wwrite-strings -Winline'
19806 # This should be done by mkincludedir, but hack around it now.
19808 echo "checking for $blddir/include"
19810 if test ! -d "$blddir/include"; then
19811 mkdir
"$blddir/include"
19814 # NB: Multilibs need MULTISUBDIR defined correctly in src/Makefile.am
19815 # so that multilib installs will end up installed in the correct
19816 # place. To work around this not being passed down from config-ml.in
19817 # -> top_srcdir/Makefile.am -> top_srcdir/src/Makefile.am, manually
19820 cat > confcache
<<\EOF
19821 # This file is a shell script that caches the results of configure
19822 # tests run on this system so they can be shared between configure
19823 # scripts and configure runs. It is not useful on other systems.
19824 # If it contains results you don't want to keep, you may remove or edit it.
19826 # By default, configure uses ./config.cache as the cache file,
19827 # creating it if it does not exist already. You can give configure
19828 # the --cache-file=FILE option to use a different cache file; that is
19829 # what configure does when it calls configure scripts in
19830 # subdirectories, so they share the cache.
19831 # Giving --cache-file=/dev/null disables caching, for debugging configure.
19832 # config.status only pays attention to the cache file if you give it the
19833 # --recheck option to rerun configure.
19836 # The following way of writing the cache mishandles newlines in values,
19837 # but we know of no workaround that is simple, portable, and efficient.
19838 # So, don't put newlines in cache variables' values.
19839 # Ultrix sh set writes to stderr and can't be redirected directly,
19840 # and sets the high bit in the cache file unless we assign to the vars.
19842 case `(ac_space=' '; set | grep ac_space) 2>&1` in
19844 # `set' does not quote correctly, so add quotes (double-quote substitution
19845 # turns \\\\ into \\, and sed turns \\ into \).
19847 -e "s/'/'\\\\''/g" \
19848 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
19851 # `set' quotes correctly as required by POSIX, so do not add quotes.
19852 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
19855 if cmp -s $cache_file confcache
; then
19858 if test -w $cache_file; then
19859 echo "updating cache $cache_file"
19860 cat confcache
> $cache_file
19862 echo "not updating unwritable cache $cache_file"
19867 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
19869 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
19870 # Let make expand exec_prefix.
19871 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
19873 # Any assignment to VPATH causes Sun make to only execute
19874 # the first set of double-colon rules, so remove it if not needed.
19875 # If there is a colon in the path, we need to keep it.
19876 if test "x$srcdir" = x.
; then
19877 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
19880 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
19882 DEFS
=-DHAVE_CONFIG_H
19884 # Without the "./", some shells look in PATH for config.status.
19885 : ${CONFIG_STATUS=./config.status}
19887 echo creating
$CONFIG_STATUS
19888 rm -f $CONFIG_STATUS
19889 cat > $CONFIG_STATUS <<EOF
19891 # Generated automatically by configure.
19892 # Run this file to recreate the current configuration.
19893 # This directory was configured as follows,
19894 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19896 # $0 $ac_configure_args
19898 # Compiler output produced by configure, useful for debugging
19899 # configure, is in ./config.log if it exists.
19901 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
19904 case "\$ac_option" in
19905 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19906 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
19907 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
19908 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
19909 echo "$CONFIG_STATUS generated by autoconf version 2.13"
19911 -help | --help | --hel | --he | --h)
19912 echo "\$ac_cs_usage"; exit 0 ;;
19913 *) echo "\$ac_cs_usage"; exit 1 ;;
19917 ac_given_srcdir=$srcdir
19918 ac_given_INSTALL="$INSTALL"
19920 trap 'rm -fr `echo "tests_flags mkcheck Makefile src/Makefile libmath/Makefile libio/Makefile libsupc++/Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
19922 cat >> $CONFIG_STATUS <<EOF
19924 # Protect against being on the right side of a sed subst in config.status.
19925 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
19926 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
19930 s%@CFLAGS@%$CFLAGS%g
19931 s%@CPPFLAGS@%$CPPFLAGS%g
19932 s%@CXXFLAGS@%$CXXFLAGS%g
19933 s%@FFLAGS@%$FFLAGS%g
19935 s%@LDFLAGS@%$LDFLAGS%g
19937 s%@exec_prefix@%$exec_prefix%g
19938 s%@prefix@%$prefix%g
19939 s%@program_transform_name@%$program_transform_name%g
19940 s%@bindir@%$bindir%g
19941 s%@sbindir@%$sbindir%g
19942 s%@libexecdir@%$libexecdir%g
19943 s%@datadir@%$datadir%g
19944 s%@sysconfdir@%$sysconfdir%g
19945 s%@sharedstatedir@%$sharedstatedir%g
19946 s%@localstatedir@%$localstatedir%g
19947 s%@libdir@%$libdir%g
19948 s%@includedir@%$includedir%g
19949 s%@oldincludedir@%$oldincludedir%g
19950 s%@infodir@%$infodir%g
19951 s%@mandir@%$mandir%g
19953 s%@host_alias@%$host_alias%g
19954 s%@host_cpu@%$host_cpu%g
19955 s%@host_vendor@%$host_vendor%g
19956 s%@host_os@%$host_os%g
19957 s%@target@%$target%g
19958 s%@target_alias@%$target_alias%g
19959 s%@target_cpu@%$target_cpu%g
19960 s%@target_vendor@%$target_vendor%g
19961 s%@target_os@%$target_os%g
19963 s%@build_alias@%$build_alias%g
19964 s%@build_cpu@%$build_cpu%g
19965 s%@build_vendor@%$build_vendor%g
19966 s%@build_os@%$build_os%g
19967 s%@glibcpp_basedir@%$glibcpp_basedir%g
19968 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
19969 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
19970 s%@INSTALL_DATA@%$INSTALL_DATA%g
19971 s%@PACKAGE@%$PACKAGE%g
19972 s%@VERSION@%$VERSION%g
19973 s%@ACLOCAL@%$ACLOCAL%g
19974 s%@AUTOCONF@%$AUTOCONF%g
19975 s%@AUTOMAKE@%$AUTOMAKE%g
19976 s%@AUTOHEADER@%$AUTOHEADER%g
19977 s%@MAKEINFO@%$MAKEINFO%g
19978 s%@SET_MAKE@%$SET_MAKE%g
19980 s%@CXX_libstdcxx@%$CXX_libstdcxx%g
19984 s%@RANLIB@%$RANLIB%g
19985 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
19986 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
19988 s%@EXEEXT@%$EXEEXT%g
19989 s%@GLIBCPP_CFLAGS@%$GLIBCPP_CFLAGS%g
19990 s%@GLIBCPP_CXXFLAGS@%$GLIBCPP_CXXFLAGS%g
19992 s%@OBJEXT@%$OBJEXT%g
19994 s%@LIBTOOL@%$LIBTOOL%g
19995 s%@CXXCPP@%$CXXCPP%g
19996 s%@enable_shared@%$enable_shared%g
19997 s%@enable_static@%$enable_static%g
19998 s%@ifGNUmake@%$ifGNUmake%g
19999 s%@DEBUG_FLAGS@%$DEBUG_FLAGS%g
20001 s%@GLIBCPP_BUILD_LIBIO_TRUE@%$GLIBCPP_BUILD_LIBIO_TRUE%g
20002 s%@GLIBCPP_BUILD_LIBIO_FALSE@%$GLIBCPP_BUILD_LIBIO_FALSE%g
20003 s%@GLIBCPP_NEED_LIBIO_TRUE@%$GLIBCPP_NEED_LIBIO_TRUE%g
20004 s%@GLIBCPP_NEED_LIBIO_FALSE@%$GLIBCPP_NEED_LIBIO_FALSE%g
20005 s%@GLIBCPP_NEED_WLIBIO_TRUE@%$GLIBCPP_NEED_WLIBIO_TRUE%g
20006 s%@GLIBCPP_NEED_WLIBIO_FALSE@%$GLIBCPP_NEED_WLIBIO_FALSE%g
20007 s%@libio_la@%$libio_la%g
20008 s%@CSHADOW_FLAGS@%$CSHADOW_FLAGS%g
20009 s%@C_INCLUDE_DIR@%$C_INCLUDE_DIR%g
20010 s%@GLIBCPP_USE_CSHADOW_TRUE@%$GLIBCPP_USE_CSHADOW_TRUE%g
20011 s%@GLIBCPP_USE_CSHADOW_FALSE@%$GLIBCPP_USE_CSHADOW_FALSE%g
20012 s%@EXTRA_CXX_FLAGS@%$EXTRA_CXX_FLAGS%g
20013 s%@WFMT_FLAGS@%$WFMT_FLAGS%g
20014 s%@SECTION_FLAGS@%$SECTION_FLAGS%g
20015 s%@SECTION_LDFLAGS@%$SECTION_LDFLAGS%g
20016 s%@OPT_LDFLAGS@%$OPT_LDFLAGS%g
20017 s%@LIBMATHOBJS@%$LIBMATHOBJS%g
20018 s%@USE_COMPLEX_LONG_DOUBLE@%$USE_COMPLEX_LONG_DOUBLE%g
20019 s%@libinst_wstring_la@%$libinst_wstring_la%g
20020 s%@WERROR@%$WERROR%g
20021 s%@NULL_TARGET_TRUE@%$NULL_TARGET_TRUE%g
20022 s%@NULL_TARGET_FALSE@%$NULL_TARGET_FALSE%g
20023 s%@NATIVE_TRUE@%$NATIVE_TRUE%g
20024 s%@NATIVE_FALSE@%$NATIVE_FALSE%g
20025 s%@USE_LIBDIR_TRUE@%$USE_LIBDIR_TRUE%g
20026 s%@USE_LIBDIR_FALSE@%$USE_LIBDIR_FALSE%g
20027 s%@CANADIAN_TRUE@%$CANADIAN_TRUE%g
20028 s%@CANADIAN_FALSE@%$CANADIAN_FALSE%g
20029 s%@libstdcxx_interface@%$libstdcxx_interface%g
20030 s%@gxx_include_dir@%$gxx_include_dir%g
20031 s%@GXX_INCLUDE_DIR_TRUE@%$GXX_INCLUDE_DIR_TRUE%g
20032 s%@GXX_INCLUDE_DIR_FALSE@%$GXX_INCLUDE_DIR_FALSE%g
20033 s%@gcc_version@%$gcc_version%g
20034 s%@VERSION_SPECIFIC_LIBS_TRUE@%$VERSION_SPECIFIC_LIBS_TRUE%g
20035 s%@VERSION_SPECIFIC_LIBS_FALSE@%$VERSION_SPECIFIC_LIBS_FALSE%g
20036 s%@gxx_target_include_dir@%$gxx_target_include_dir%g
20037 s%@GLIBCPP_INCLUDE_DIR@%$GLIBCPP_INCLUDE_DIR%g
20038 s%@TOPLEVEL_INCLUDES@%$TOPLEVEL_INCLUDES%g
20039 s%@LIBMATH_INCLUDES@%$LIBMATH_INCLUDES%g
20040 s%@LIBSUPCXX_INCLUDES@%$LIBSUPCXX_INCLUDES%g
20041 s%@LIBIO_INCLUDES@%$LIBIO_INCLUDES%g
20042 s%@CSTD_INCLUDES@%$CSTD_INCLUDES%g
20043 s%@OPTIMIZE_CXXFLAGS@%$OPTIMIZE_CXXFLAGS%g
20044 s%@WARN_FLAGS@%$WARN_FLAGS%g
20049 cat >> $CONFIG_STATUS <<\EOF
20051 # Split the substitutions into bite-sized pieces for seds with
20052 # small command number limits, like on Digital OSF/1 and HP-UX.
20053 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
20054 ac_file
=1 # Number of current file.
20055 ac_beg
=1 # First line for current file.
20056 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
20059 while $ac_more_lines; do
20060 if test $ac_beg -gt 1; then
20061 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
20063 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
20065 if test ! -s conftest.s
$ac_file; then
20066 ac_more_lines
=false
20067 rm -f conftest.s
$ac_file
20069 if test -z "$ac_sed_cmds"; then
20070 ac_sed_cmds
="sed -f conftest.s$ac_file"
20072 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
20074 ac_file
=`expr $ac_file + 1`
20076 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
20079 if test -z "$ac_sed_cmds"; then
20084 cat >> $CONFIG_STATUS <<EOF
20086 CONFIG_FILES=\${CONFIG_FILES-"tests_flags mkcheck Makefile src/Makefile libmath/Makefile libio/Makefile libsupc++/Makefile"}
20088 cat >> $CONFIG_STATUS <<\EOF
20089 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
20090 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20092 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
20093 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
20094 *) ac_file_in
="${ac_file}.in" ;;
20097 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
20099 # Remove last slash and all that follows it. Not all systems have dirname.
20100 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
20101 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
20102 # The file is in a subdirectory.
20103 test ! -d "$ac_dir" && mkdir
"$ac_dir"
20104 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
20105 # A "../" for each directory in $ac_dir_suffix.
20106 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
20108 ac_dir_suffix
= ac_dots
=
20111 case "$ac_given_srcdir" in
20113 if test -z "$ac_dots"; then top_srcdir
=.
20114 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
20115 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
20116 *) # Relative path.
20117 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
20118 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
20121 case "$ac_given_INSTALL" in
20122 [/$
]*) INSTALL
="$ac_given_INSTALL" ;;
20123 *) INSTALL
="$ac_dots$ac_given_INSTALL" ;;
20126 echo creating
"$ac_file"
20128 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
20130 *Makefile
*) ac_comsub
="1i\\
20131 # $configure_input" ;;
20135 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
20137 s%@configure_input@%$configure_input%g
20138 s%@srcdir@%$srcdir%g
20139 s%@top_srcdir@%$top_srcdir%g
20140 s%@INSTALL@%$INSTALL%g
20141 " $ac_file_inputs |
(eval "$ac_sed_cmds") > $ac_file
20145 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
20146 # NAME is the cpp macro being defined and VALUE is the value it is being given.
20148 # ac_d sets the value in "#define NAME VALUE" lines.
20149 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
20150 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
20153 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
20154 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
20155 ac_uB
='\([ ]\)%\1#\2define\3'
20158 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
20159 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
20160 ac_eB
='$%\1#\2define\3'
20164 if test "${CONFIG_HEADERS+set}" != set; then
20166 cat >> $CONFIG_STATUS <<EOF
20167 CONFIG_HEADERS="config.h"
20169 cat >> $CONFIG_STATUS <<\EOF
20171 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
20172 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20174 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
20175 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
20176 *) ac_file_in
="${ac_file}.in" ;;
20179 echo creating
$ac_file
20181 rm -f conftest.frag conftest.
in conftest.out
20182 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
20183 cat $ac_file_inputs > conftest.
in
20187 # Transform confdefs.h into a sed script conftest.vals that substitutes
20188 # the proper values into config.h.in to produce config.h. And first:
20189 # Protect against being on the right side of a sed subst in config.status.
20190 # Protect against being in an unquoted here document in config.status.
20191 rm -f conftest.vals
20192 cat > conftest.hdr
<<\EOF
20195 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
20199 sed -n -f conftest.hdr confdefs.h > conftest.vals
20202 # This sed command replaces #undef with comments. This is necessary, for
20203 # example, in the case of _POSIX_SOURCE, which is predefined and required
20204 # on some systems where configure will not decide to define it.
20205 cat >> conftest.vals <<\EOF
20206 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
20209 # Break up conftest.vals because some shells have a limit on
20210 # the size of here documents, and old seds have small limits too.
20212 rm -f conftest.tail
20215 ac_lines=`grep -c . conftest.vals
`
20216 # grep -c gives empty output for an empty file on some AIX systems.
20217 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
20218 # Write a limited-size here document to conftest.frag.
20219 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
20220 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
20222 sed -f conftest.frag conftest.in > conftest.out
20224 mv conftest.out conftest.in
20225 ' >> $CONFIG_STATUS
20226 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
20227 rm -f conftest.vals
20228 mv conftest.tail conftest.vals
20230 rm -f conftest.vals
20232 cat >> $CONFIG_STATUS <<\EOF
20233 rm -f conftest.frag conftest.h
20234 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
20235 cat conftest.in >> conftest.h
20237 if cmp -s $ac_file conftest.h 2>/dev/null; then
20238 echo "$ac_file is unchanged"
20241 # Remove last slash and all that follows it. Not all systems have dirname.
20242 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
20243 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
20244 # The file is in a subdirectory.
20245 test ! -d "$ac_dir" && mkdir "$ac_dir"
20248 mv conftest.h $ac_file
20254 cat >> $CONFIG_STATUS <<EOF
20255 ac_sources="$os_include_dir/bits/os_defines.h $CSTDIO_H $CSTDIO_CC $CCODECVT_C config/$THREADH $ATOMICITYH/bits/atomicity.h $ctype_include_dir/bits/ctype_base.h $ctype_include_dir/bits/ctype_inline.h $ctype_include_dir/bits/ctype_noninline.h"
20256 ac_dests="include/bits/os_defines.h include/bits/c++io.h src/c++io.cc libio/c_codecvt.c include/bits/c++threads.h include/bits/atomicity.h \
20257 include/bits/ctype_base.h \
20258 include/bits/ctype_inline.h \
20259 include/bits/ctype_noninline.h"
20262 cat >> $CONFIG_STATUS <<\EOF
20263 srcdir=$ac_given_srcdir
20264 while test -n "$ac_sources"; do
20265 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
20266 set $ac_sources; ac_source=$1; shift; ac_sources=$*
20268 echo "linking $srcdir/$ac_source to $ac_dest"
20270 if test ! -r $srcdir/$ac_source; then
20271 { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
20275 # Make relative symlinks.
20276 # Remove last slash and all that follows it. Not all systems have dirname.
20277 ac_dest_dir=`echo $ac_dest|
sed 's%/[^/][^/]*$%%'`
20278 if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
20279 # The dest file is in a subdirectory.
20280 test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
20281 ac_dest_dir_suffix="/`echo $ac_dest_dir|
sed 's%^\./%%'`"
20282 # A "../" for each directory in $ac_dest_dir_suffix.
20283 ac_dots=`echo $ac_dest_dir_suffix|
sed 's%/[^/]*%../%g'`
20285 ac_dest_dir_suffix= ac_dots=
20289 [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
20290 *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
20293 # Make a symlink if possible; otherwise try a hard link.
20294 if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
20295 ln $srcdir/$ac_source $ac_dest; then :
20297 { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
20301 cat >> $CONFIG_STATUS <<EOF
20306 with_multisubdir=${with_multisubdir}
20307 ac_configure_args="${multilib_arg} ${ac_configure_args}"
20308 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
20309 glibcpp_basedir=${glibcpp_basedir}
20314 cat >> $CONFIG_STATUS <<\EOF
20315 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
20316 if test -n "$CONFIG_FILES"; then
20317 ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
20318 grep '^MULTISUBDIR =' Makefile >> src/Makefile
20320 chmod +x tests_flags
20325 chmod +x $CONFIG_STATUS
20326 rm -fr confdefs* $ac_clean_files
20327 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
20331 # Generate bits/c++config.h
20332 # NB: This must be the first generated file as others include it. . .
20333 $srcdir/mkc++config $blddir $srcdir
20335 # Generate bits/std_limits.h and src/limitsMEMBERS.cc
20336 if test ! -f stamp-limits; then
20337 $srcdir/mknumeric_limits $blddir $srcdir $xcompiling
20338 if test ! -f include/bits/std_limits.h; then
20339 echo "mknumeric_limits failed to execute properly: exiting"
20347 # Sanity checking & User-visible messages.
20348 # Checks down here, otherwise they get scrolled off before
20349 # the user will notice.
20351 # Trying to get more people to read documentation. Possibly remove
20352 # check and warn all the time. There is no "informational" AC_MSG_
20353 # macro, so these are going to be printed even when --quiet/--silent
20355 if test ! -f stamp-sanity-warned; then
20356 touch stamp-sanity-warned
20358 echo "Please make certain that you read the installation information here:"
20359 echo " faster => ${srcdir}/docs/install.html"
20360 echo " slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>"
20362 echo "and the configuration information here:"
20363 echo " faster => ${srcdir}/docs/configopts.html"
20364 echo " slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>"
20366 echo "before proceeding with ${_cv_gnu_make_command}."