From f38a14ca9008cfe8a4913c8430ba2e13ee20bc2a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 2 Apr 2012 07:46:39 +0000 Subject: [PATCH] math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present argument. config/ 2012-04-02 Tristan Gingold * math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present argument. Define the variable. libgfortran/ 2012-04-02 Tristan Gingold * configure.ac: Use new version of GCC_CHECK_MATH_FUNC. * configure: Regenerate * config.h.in: Regenerate. From-SVN: r186063 --- config/ChangeLog | 5 + config/math.m4 | 7 +- libgfortran/ChangeLog | 6 + libgfortran/config.h.in | 364 +++++++++---------- libgfortran/configure | 732 +++++++++++++++++++++++++++++---------- libgfortran/configure.ac | 366 ++++++++++---------- 6 files changed, 929 insertions(+), 551 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index f502696ac55..ab8916f452c 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2012-04-02 Tristan Gingold + + * math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present + argument. Define the variable. + 2012-03-26 Tristan Gingold * math.m4: New file. diff --git a/config/math.m4 b/config/math.m4 index 5527c25aec3..23835f230cb 100644 --- a/config/math.m4 +++ b/config/math.m4 @@ -14,10 +14,10 @@ dnl functions). AC_DEFUN([GCC_CHECK_MATH_HEADERS], [AC_CHECK_HEADERS_ONCE(math.h complex.h)]) -dnl GCC_CHECK_MATH_FUNC([name],[if-present]) +dnl GCC_CHECK_MATH_FUNC([name]) dnl dnl Check whether math function NAME is available on the system (by compiling -dnl and linking a C program) and run if-present on success. +dnl and linking a C program) and run define HAVE_name on success. dnl dnl Note that OpenVMS system insists on including complex.h before math.h AC_DEFUN([GCC_CHECK_MATH_FUNC], @@ -44,6 +44,7 @@ main () [gcc_cv_math_func_$1=yes], [gcc_cv_math_func_$1=no])]) if test $gcc_cv_math_func_$1 = yes; then - $2 + AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_$1),[1], + [Define to 1 if you have the `$1' function.]) fi ]) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index b57eee2e7b9..0afe589e6b3 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,9 @@ +2012-04-02 Tristan Gingold + + * configure.ac: Use new version of GCC_CHECK_MATH_FUNC. + * configure: Regenerate + * config.h.in: Regenerate. + 2012-03-30 Uros Bizjak PR libgfortran/52758 diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 2ec68833e38..30a7e121325 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -6,70 +6,70 @@ /* Define to 1 if you have the `access' function. */ #undef HAVE_ACCESS -/* acos is available */ +/* Define to 1 if you have the `acos' function. */ #undef HAVE_ACOS -/* acosf is available */ +/* Define to 1 if you have the `acosf' function. */ #undef HAVE_ACOSF -/* acosh is available */ +/* Define to 1 if you have the `acosh' function. */ #undef HAVE_ACOSH -/* acoshf is available */ +/* Define to 1 if you have the `acoshf' function. */ #undef HAVE_ACOSHF -/* acoshl is available */ +/* Define to 1 if you have the `acoshl' function. */ #undef HAVE_ACOSHL -/* acosl is available */ +/* Define to 1 if you have the `acosl' function. */ #undef HAVE_ACOSL /* Define to 1 if you have the `alarm' function. */ #undef HAVE_ALARM -/* asin is available */ +/* Define to 1 if you have the `asin' function. */ #undef HAVE_ASIN -/* asinf is available */ +/* Define to 1 if you have the `asinf' function. */ #undef HAVE_ASINF -/* asinh is available */ +/* Define to 1 if you have the `asinh' function. */ #undef HAVE_ASINH -/* asinhf is available */ +/* Define to 1 if you have the `asinhf' function. */ #undef HAVE_ASINHF -/* asinhl is available */ +/* Define to 1 if you have the `asinhl' function. */ #undef HAVE_ASINHL -/* asinl is available */ +/* Define to 1 if you have the `asinl' function. */ #undef HAVE_ASINL -/* atan is available */ +/* Define to 1 if you have the `atan' function. */ #undef HAVE_ATAN -/* atan2 is available */ +/* Define to 1 if you have the `atan2' function. */ #undef HAVE_ATAN2 -/* atan2f is available */ +/* Define to 1 if you have the `atan2f' function. */ #undef HAVE_ATAN2F -/* atan2l is available */ +/* Define to 1 if you have the `atan2l' function. */ #undef HAVE_ATAN2L -/* atanf is available */ +/* Define to 1 if you have the `atanf' function. */ #undef HAVE_ATANF -/* atanh is available */ +/* Define to 1 if you have the `atanh' function. */ #undef HAVE_ATANH -/* atanhf is available */ +/* Define to 1 if you have the `atanhf' function. */ #undef HAVE_ATANHF -/* atanhl is available */ +/* Define to 1 if you have the `atanhl' function. */ #undef HAVE_ATANHL -/* atanl is available */ +/* Define to 1 if you have the `atanl' function. */ #undef HAVE_ATANL /* Define to 1 if the target supports __attribute__((alias(...))). */ @@ -84,112 +84,112 @@ /* Define if powf is broken. */ #undef HAVE_BROKEN_POWF -/* cabs is available */ +/* Define to 1 if you have the `cabs' function. */ #undef HAVE_CABS -/* cabsf is available */ +/* Define to 1 if you have the `cabsf' function. */ #undef HAVE_CABSF -/* cabsl is available */ +/* Define to 1 if you have the `cabsl' function. */ #undef HAVE_CABSL -/* cacos is available */ +/* Define to 1 if you have the `cacos' function. */ #undef HAVE_CACOS -/* cacosf is available */ +/* Define to 1 if you have the `cacosf' function. */ #undef HAVE_CACOSF -/* cacosh is available */ +/* Define to 1 if you have the `cacosh' function. */ #undef HAVE_CACOSH -/* cacoshf is available */ +/* Define to 1 if you have the `cacoshf' function. */ #undef HAVE_CACOSHF -/* cacoshl is available */ +/* Define to 1 if you have the `cacoshl' function. */ #undef HAVE_CACOSHL -/* cacosl is available */ +/* Define to 1 if you have the `cacosl' function. */ #undef HAVE_CACOSL -/* carg is available */ +/* Define to 1 if you have the `carg' function. */ #undef HAVE_CARG -/* cargf is available */ +/* Define to 1 if you have the `cargf' function. */ #undef HAVE_CARGF -/* cargl is available */ +/* Define to 1 if you have the `cargl' function. */ #undef HAVE_CARGL -/* casin is available */ +/* Define to 1 if you have the `casin' function. */ #undef HAVE_CASIN -/* casinf is available */ +/* Define to 1 if you have the `casinf' function. */ #undef HAVE_CASINF -/* casinh is available */ +/* Define to 1 if you have the `casinh' function. */ #undef HAVE_CASINH -/* casinhf is available */ +/* Define to 1 if you have the `casinhf' function. */ #undef HAVE_CASINHF -/* casinhl is available */ +/* Define to 1 if you have the `casinhl' function. */ #undef HAVE_CASINHL -/* casinl is available */ +/* Define to 1 if you have the `casinl' function. */ #undef HAVE_CASINL -/* catan is available */ +/* Define to 1 if you have the `catan' function. */ #undef HAVE_CATAN -/* catanf is available */ +/* Define to 1 if you have the `catanf' function. */ #undef HAVE_CATANF -/* catanh is available */ +/* Define to 1 if you have the `catanh' function. */ #undef HAVE_CATANH -/* catanhf is available */ +/* Define to 1 if you have the `catanhf' function. */ #undef HAVE_CATANHF -/* catanhl is available */ +/* Define to 1 if you have the `catanhl' function. */ #undef HAVE_CATANHL -/* catanl is available */ +/* Define to 1 if you have the `catanl' function. */ #undef HAVE_CATANL -/* ccos is available */ +/* Define to 1 if you have the `ccos' function. */ #undef HAVE_CCOS -/* ccosf is available */ +/* Define to 1 if you have the `ccosf' function. */ #undef HAVE_CCOSF -/* ccosh is available */ +/* Define to 1 if you have the `ccosh' function. */ #undef HAVE_CCOSH -/* ccoshf is available */ +/* Define to 1 if you have the `ccoshf' function. */ #undef HAVE_CCOSHF -/* ccoshl is available */ +/* Define to 1 if you have the `ccoshl' function. */ #undef HAVE_CCOSHL -/* ccosl is available */ +/* Define to 1 if you have the `ccosl' function. */ #undef HAVE_CCOSL -/* ceil is available */ +/* Define to 1 if you have the `ceil' function. */ #undef HAVE_CEIL -/* ceilf is available */ +/* Define to 1 if you have the `ceilf' function. */ #undef HAVE_CEILF -/* ceill is available */ +/* Define to 1 if you have the `ceill' function. */ #undef HAVE_CEILL -/* cexp is available */ +/* Define to 1 if you have the `cexp' function. */ #undef HAVE_CEXP -/* cexpf is available */ +/* Define to 1 if you have the `cexpf' function. */ #undef HAVE_CEXPF -/* cexpl is available */ +/* Define to 1 if you have the `cexpl' function. */ #undef HAVE_CEXPL /* Define to 1 if you have the `chdir' function. */ @@ -207,19 +207,19 @@ /* libm includes clog */ #undef HAVE_CLOG -/* clog10 is available */ +/* Define to 1 if you have the `clog10' function. */ #undef HAVE_CLOG10 -/* clog10f is available */ +/* Define to 1 if you have the `clog10f' function. */ #undef HAVE_CLOG10F -/* clog10l is available */ +/* Define to 1 if you have the `clog10l' function. */ #undef HAVE_CLOG10L -/* clogf is available */ +/* Define to 1 if you have the `clogf' function. */ #undef HAVE_CLOGF -/* clogl is available */ +/* Define to 1 if you have the `clogl' function. */ #undef HAVE_CLOGL /* Define to 1 if you have the `close' function. */ @@ -228,88 +228,88 @@ /* Define to 1 if you have the header file. */ #undef HAVE_COMPLEX_H -/* copysign is available */ +/* Define to 1 if you have the `copysign' function. */ #undef HAVE_COPYSIGN -/* copysignf is available */ +/* Define to 1 if you have the `copysignf' function. */ #undef HAVE_COPYSIGNF -/* copysignl is available */ +/* Define to 1 if you have the `copysignl' function. */ #undef HAVE_COPYSIGNL -/* cos is available */ +/* Define to 1 if you have the `cos' function. */ #undef HAVE_COS -/* cosf is available */ +/* Define to 1 if you have the `cosf' function. */ #undef HAVE_COSF -/* cosh is available */ +/* Define to 1 if you have the `cosh' function. */ #undef HAVE_COSH -/* coshf is available */ +/* Define to 1 if you have the `coshf' function. */ #undef HAVE_COSHF -/* coshl is available */ +/* Define to 1 if you have the `coshl' function. */ #undef HAVE_COSHL -/* cosl is available */ +/* Define to 1 if you have the `cosl' function. */ #undef HAVE_COSL -/* cpow is available */ +/* Define to 1 if you have the `cpow' function. */ #undef HAVE_CPOW -/* cpowf is available */ +/* Define to 1 if you have the `cpowf' function. */ #undef HAVE_CPOWF -/* cpowl is available */ +/* Define to 1 if you have the `cpowl' function. */ #undef HAVE_CPOWL /* Define if CRLF is line terminator. */ #undef HAVE_CRLF -/* csin is available */ +/* Define to 1 if you have the `csin' function. */ #undef HAVE_CSIN -/* csinf is available */ +/* Define to 1 if you have the `csinf' function. */ #undef HAVE_CSINF -/* csinh is available */ +/* Define to 1 if you have the `csinh' function. */ #undef HAVE_CSINH -/* csinhf is available */ +/* Define to 1 if you have the `csinhf' function. */ #undef HAVE_CSINHF -/* csinhl is available */ +/* Define to 1 if you have the `csinhl' function. */ #undef HAVE_CSINHL -/* csinl is available */ +/* Define to 1 if you have the `csinl' function. */ #undef HAVE_CSINL -/* csqrt is available */ +/* Define to 1 if you have the `csqrt' function. */ #undef HAVE_CSQRT -/* csqrtf is available */ +/* Define to 1 if you have the `csqrtf' function. */ #undef HAVE_CSQRTF -/* csqrtl is available */ +/* Define to 1 if you have the `csqrtl' function. */ #undef HAVE_CSQRTL -/* ctan is available */ +/* Define to 1 if you have the `ctan' function. */ #undef HAVE_CTAN -/* ctanf is available */ +/* Define to 1 if you have the `ctanf' function. */ #undef HAVE_CTANF -/* ctanh is available */ +/* Define to 1 if you have the `ctanh' function. */ #undef HAVE_CTANH -/* ctanhf is available */ +/* Define to 1 if you have the `ctanhf' function. */ #undef HAVE_CTANHF -/* ctanhl is available */ +/* Define to 1 if you have the `ctanhl' function. */ #undef HAVE_CTANHL -/* ctanl is available */ +/* Define to 1 if you have the `ctanl' function. */ #undef HAVE_CTANL /* Define to 1 if you have the header file. */ @@ -321,22 +321,22 @@ /* Define to 1 if you have the `dup2' function. */ #undef HAVE_DUP2 -/* erf is available */ +/* Define to 1 if you have the `erf' function. */ #undef HAVE_ERF -/* erfc is available */ +/* Define to 1 if you have the `erfc' function. */ #undef HAVE_ERFC -/* erfcf is available */ +/* Define to 1 if you have the `erfcf' function. */ #undef HAVE_ERFCF -/* erfcl is available */ +/* Define to 1 if you have the `erfcl' function. */ #undef HAVE_ERFCL -/* erff is available */ +/* Define to 1 if you have the `erff' function. */ #undef HAVE_ERFF -/* erfl is available */ +/* Define to 1 if you have the `erfl' function. */ #undef HAVE_ERFL /* Define to 1 if you have the `execl' function. */ @@ -345,22 +345,22 @@ /* Define to 1 if you have the `execve' function. */ #undef HAVE_EXECVE -/* exp is available */ +/* Define to 1 if you have the `exp' function. */ #undef HAVE_EXP -/* expf is available */ +/* Define to 1 if you have the `expf' function. */ #undef HAVE_EXPF -/* expl is available */ +/* Define to 1 if you have the `expl' function. */ #undef HAVE_EXPL -/* fabs is available */ +/* Define to 1 if you have the `fabs' function. */ #undef HAVE_FABS -/* fabsf is available */ +/* Define to 1 if you have the `fabsf' function. */ #undef HAVE_FABSF -/* fabsl is available */ +/* Define to 1 if you have the `fabsl' function. */ #undef HAVE_FABSL /* libm includes feenableexcept */ @@ -375,22 +375,22 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FLOATINGPOINT_H -/* floor is available */ +/* Define to 1 if you have the `floor' function. */ #undef HAVE_FLOOR -/* floorf is available */ +/* Define to 1 if you have the `floorf' function. */ #undef HAVE_FLOORF -/* floorl is available */ +/* Define to 1 if you have the `floorl' function. */ #undef HAVE_FLOORL -/* fmod is available */ +/* Define to 1 if you have the `fmod' function. */ #undef HAVE_FMOD -/* fmodf is available */ +/* Define to 1 if you have the `fmodf' function. */ #undef HAVE_FMODF -/* fmodl is available */ +/* Define to 1 if you have the `fmodl' function. */ #undef HAVE_FMODL /* Define to 1 if you have the `fork' function. */ @@ -408,13 +408,13 @@ /* fp_trap is present */ #undef HAVE_FP_TRAP -/* frexp is available */ +/* Define to 1 if you have the `frexp' function. */ #undef HAVE_FREXP -/* frexpf is available */ +/* Define to 1 if you have the `frexpf' function. */ #undef HAVE_FREXPF -/* frexpl is available */ +/* Define to 1 if you have the `frexpl' function. */ #undef HAVE_FREXPL /* Define to 1 if you have the `fstat' function. */ @@ -468,13 +468,13 @@ /* Define to 1 if you have the `gmtime_r' function. */ #undef HAVE_GMTIME_R -/* hypot is available */ +/* Define to 1 if you have the `hypot' function. */ #undef HAVE_HYPOT -/* hypotf is available */ +/* Define to 1 if you have the `hypotf' function. */ #undef HAVE_HYPOTF -/* hypotl is available */ +/* Define to 1 if you have the `hypotl' function. */ #undef HAVE_HYPOTL /* Define to 1 if you have the header file. */ @@ -486,52 +486,52 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* j0 is available */ +/* Define to 1 if you have the `j0' function. */ #undef HAVE_J0 -/* j0f is available */ +/* Define to 1 if you have the `j0f' function. */ #undef HAVE_J0F -/* j0l is available */ +/* Define to 1 if you have the `j0l' function. */ #undef HAVE_J0L -/* j1 is available */ +/* Define to 1 if you have the `j1' function. */ #undef HAVE_J1 -/* j1f is available */ +/* Define to 1 if you have the `j1f' function. */ #undef HAVE_J1F -/* j1l is available */ +/* Define to 1 if you have the `j1l' function. */ #undef HAVE_J1L -/* jn is available */ +/* Define to 1 if you have the `jn' function. */ #undef HAVE_JN -/* jnf is available */ +/* Define to 1 if you have the `jnf' function. */ #undef HAVE_JNF -/* jnl is available */ +/* Define to 1 if you have the `jnl' function. */ #undef HAVE_JNL /* Define to 1 if you have the `kill' function. */ #undef HAVE_KILL -/* ldexp is available */ +/* Define to 1 if you have the `ldexp' function. */ #undef HAVE_LDEXP -/* ldexpf is available */ +/* Define to 1 if you have the `ldexpf' function. */ #undef HAVE_LDEXPF -/* ldexpl is available */ +/* Define to 1 if you have the `ldexpl' function. */ #undef HAVE_LDEXPL -/* lgamma is available */ +/* Define to 1 if you have the `lgamma' function. */ #undef HAVE_LGAMMA -/* lgammaf is available */ +/* Define to 1 if you have the `lgammaf' function. */ #undef HAVE_LGAMMAF -/* lgammal is available */ +/* Define to 1 if you have the `lgammal' function. */ #undef HAVE_LGAMMAL /* Define to 1 if you have the `m' library (-lm). */ @@ -540,43 +540,43 @@ /* Define to 1 if you have the `link' function. */ #undef HAVE_LINK -/* llround is available */ +/* Define to 1 if you have the `llround' function. */ #undef HAVE_LLROUND -/* llroundf is available */ +/* Define to 1 if you have the `llroundf' function. */ #undef HAVE_LLROUNDF -/* llroundl is available */ +/* Define to 1 if you have the `llroundl' function. */ #undef HAVE_LLROUNDL /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R -/* log is available */ +/* Define to 1 if you have the `log' function. */ #undef HAVE_LOG -/* log10 is available */ +/* Define to 1 if you have the `log10' function. */ #undef HAVE_LOG10 -/* log10f is available */ +/* Define to 1 if you have the `log10f' function. */ #undef HAVE_LOG10F -/* log10l is available */ +/* Define to 1 if you have the `log10l' function. */ #undef HAVE_LOG10L -/* logf is available */ +/* Define to 1 if you have the `logf' function. */ #undef HAVE_LOGF -/* logl is available */ +/* Define to 1 if you have the `logl' function. */ #undef HAVE_LOGL -/* lround is available */ +/* Define to 1 if you have the `lround' function. */ #undef HAVE_LROUND -/* lroundf is available */ +/* Define to 1 if you have the `lroundf' function. */ #undef HAVE_LROUNDF -/* lroundl is available */ +/* Define to 1 if you have the `lroundl' function. */ #undef HAVE_LROUNDL /* Define to 1 if you have the `lstat' function. */ @@ -594,13 +594,13 @@ /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP -/* nextafter is available */ +/* Define to 1 if you have the `nextafter' function. */ #undef HAVE_NEXTAFTER -/* nextafterf is available */ +/* Define to 1 if you have the `nextafterf' function. */ #undef HAVE_NEXTAFTERF -/* nextafterl is available */ +/* Define to 1 if you have the `nextafterl' function. */ #undef HAVE_NEXTAFTERL /* Define to 1 if you have the `pipe' function. */ @@ -609,13 +609,13 @@ /* Define to 1 if we have POSIX getpwuid_r which takes 5 arguments. */ #undef HAVE_POSIX_GETPWUID_R -/* pow is available */ +/* Define to 1 if you have the `pow' function. */ #undef HAVE_POW -/* powf is available */ +/* Define to 1 if you have the `powf' function. */ #undef HAVE_POWF -/* powl is available */ +/* Define to 1 if you have the `powl' function. */ #undef HAVE_POWL /* Define to 1 if the system has the type `ptrdiff_t'. */ @@ -627,43 +627,43 @@ /* Define to 1 if you have the `readlink' function. */ #undef HAVE_READLINK -/* round is available */ +/* Define to 1 if you have the `round' function. */ #undef HAVE_ROUND -/* roundf is available */ +/* Define to 1 if you have the `roundf' function. */ #undef HAVE_ROUNDF -/* roundl is available */ +/* Define to 1 if you have the `roundl' function. */ #undef HAVE_ROUNDL -/* scalbn is available */ +/* Define to 1 if you have the `scalbn' function. */ #undef HAVE_SCALBN -/* scalbnf is available */ +/* Define to 1 if you have the `scalbnf' function. */ #undef HAVE_SCALBNF -/* scalbnl is available */ +/* Define to 1 if you have the `scalbnl' function. */ #undef HAVE_SCALBNL /* Define to 1 if you have the `setmode' function. */ #undef HAVE_SETMODE -/* sin is available */ +/* Define to 1 if you have the `sin' function. */ #undef HAVE_SIN -/* sinf is available */ +/* Define to 1 if you have the `sinf' function. */ #undef HAVE_SINF -/* sinh is available */ +/* Define to 1 if you have the `sinh' function. */ #undef HAVE_SINH -/* sinhf is available */ +/* Define to 1 if you have the `sinhf' function. */ #undef HAVE_SINHF -/* sinhl is available */ +/* Define to 1 if you have the `sinhl' function. */ #undef HAVE_SINHL -/* sinl is available */ +/* Define to 1 if you have the `sinl' function. */ #undef HAVE_SINL /* Define to 1 if you have the `sleep' function. */ @@ -672,13 +672,13 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* sqrt is available */ +/* Define to 1 if you have the `sqrt' function. */ #undef HAVE_SQRT -/* sqrtf is available */ +/* Define to 1 if you have the `sqrtf' function. */ #undef HAVE_SQRTF -/* sqrtl is available */ +/* Define to 1 if you have the `sqrtl' function. */ #undef HAVE_SQRTL /* Define to 1 if you have the `stat' function. */ @@ -741,43 +741,43 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_WAIT_H -/* tan is available */ +/* Define to 1 if you have the `tan' function. */ #undef HAVE_TAN -/* tanf is available */ +/* Define to 1 if you have the `tanf' function. */ #undef HAVE_TANF -/* tanh is available */ +/* Define to 1 if you have the `tanh' function. */ #undef HAVE_TANH -/* tanhf is available */ +/* Define to 1 if you have the `tanhf' function. */ #undef HAVE_TANHF -/* tanhl is available */ +/* Define to 1 if you have the `tanhl' function. */ #undef HAVE_TANHL -/* tanl is available */ +/* Define to 1 if you have the `tanl' function. */ #undef HAVE_TANL -/* tgamma is available */ +/* Define to 1 if you have the `tgamma' function. */ #undef HAVE_TGAMMA -/* tgammaf is available */ +/* Define to 1 if you have the `tgammaf' function. */ #undef HAVE_TGAMMAF -/* tgammal is available */ +/* Define to 1 if you have the `tgammal' function. */ #undef HAVE_TGAMMAL /* Define to 1 if you have the `times' function. */ #undef HAVE_TIMES -/* trunc is available */ +/* Define to 1 if you have the `trunc' function. */ #undef HAVE_TRUNC -/* truncf is available */ +/* Define to 1 if you have the `truncf' function. */ #undef HAVE_TRUNCF -/* truncl is available */ +/* Define to 1 if you have the `truncl' function. */ #undef HAVE_TRUNCL /* Define to 1 if you have the `ttyname' function. */ @@ -807,31 +807,31 @@ /* Define if target has a reliable stat. */ #undef HAVE_WORKING_STAT -/* y0 is available */ +/* Define to 1 if you have the `y0' function. */ #undef HAVE_Y0 -/* y0f is available */ +/* Define to 1 if you have the `y0f' function. */ #undef HAVE_Y0F -/* y0l is available */ +/* Define to 1 if you have the `y0l' function. */ #undef HAVE_Y0L -/* y1 is available */ +/* Define to 1 if you have the `y1' function. */ #undef HAVE_Y1 -/* y1f is available */ +/* Define to 1 if you have the `y1f' function. */ #undef HAVE_Y1F -/* y1l is available */ +/* Define to 1 if you have the `y1l' function. */ #undef HAVE_Y1L -/* yn is available */ +/* Define to 1 if you have the `yn' function. */ #undef HAVE_YN -/* ynf is available */ +/* Define to 1 if you have the `ynf' function. */ #undef HAVE_YNF -/* ynl is available */ +/* Define to 1 if you have the `ynl' function. */ #undef HAVE_YNL /* Define to the sub-directory in which libtool stores uninstalled libraries. diff --git a/libgfortran/configure b/libgfortran/configure index 1be1cdedadc..b80f5453d00 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -16630,7 +16630,9 @@ fi $as_echo "$gcc_cv_math_func_acosf" >&6; } if test $gcc_cv_math_func_acosf = yes; then -$as_echo "#define HAVE_ACOSF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ACOSF 1 +_ACEOF fi @@ -16676,7 +16678,9 @@ fi $as_echo "$gcc_cv_math_func_acos" >&6; } if test $gcc_cv_math_func_acos = yes; then -$as_echo "#define HAVE_ACOS 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ACOS 1 +_ACEOF fi @@ -16722,7 +16726,9 @@ fi $as_echo "$gcc_cv_math_func_acosl" >&6; } if test $gcc_cv_math_func_acosl = yes; then -$as_echo "#define HAVE_ACOSL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ACOSL 1 +_ACEOF fi @@ -16768,7 +16774,9 @@ fi $as_echo "$gcc_cv_math_func_acoshf" >&6; } if test $gcc_cv_math_func_acoshf = yes; then -$as_echo "#define HAVE_ACOSHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ACOSHF 1 +_ACEOF fi @@ -16814,7 +16822,9 @@ fi $as_echo "$gcc_cv_math_func_acosh" >&6; } if test $gcc_cv_math_func_acosh = yes; then -$as_echo "#define HAVE_ACOSH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ACOSH 1 +_ACEOF fi @@ -16860,7 +16870,9 @@ fi $as_echo "$gcc_cv_math_func_acoshl" >&6; } if test $gcc_cv_math_func_acoshl = yes; then -$as_echo "#define HAVE_ACOSHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ACOSHL 1 +_ACEOF fi @@ -16906,7 +16918,9 @@ fi $as_echo "$gcc_cv_math_func_asinf" >&6; } if test $gcc_cv_math_func_asinf = yes; then -$as_echo "#define HAVE_ASINF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ASINF 1 +_ACEOF fi @@ -16952,7 +16966,9 @@ fi $as_echo "$gcc_cv_math_func_asin" >&6; } if test $gcc_cv_math_func_asin = yes; then -$as_echo "#define HAVE_ASIN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ASIN 1 +_ACEOF fi @@ -16998,7 +17014,9 @@ fi $as_echo "$gcc_cv_math_func_asinl" >&6; } if test $gcc_cv_math_func_asinl = yes; then -$as_echo "#define HAVE_ASINL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ASINL 1 +_ACEOF fi @@ -17044,7 +17062,9 @@ fi $as_echo "$gcc_cv_math_func_asinhf" >&6; } if test $gcc_cv_math_func_asinhf = yes; then -$as_echo "#define HAVE_ASINHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ASINHF 1 +_ACEOF fi @@ -17090,7 +17110,9 @@ fi $as_echo "$gcc_cv_math_func_asinh" >&6; } if test $gcc_cv_math_func_asinh = yes; then -$as_echo "#define HAVE_ASINH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ASINH 1 +_ACEOF fi @@ -17136,7 +17158,9 @@ fi $as_echo "$gcc_cv_math_func_asinhl" >&6; } if test $gcc_cv_math_func_asinhl = yes; then -$as_echo "#define HAVE_ASINHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ASINHL 1 +_ACEOF fi @@ -17182,7 +17206,9 @@ fi $as_echo "$gcc_cv_math_func_atan2f" >&6; } if test $gcc_cv_math_func_atan2f = yes; then -$as_echo "#define HAVE_ATAN2F 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ATAN2F 1 +_ACEOF fi @@ -17228,7 +17254,9 @@ fi $as_echo "$gcc_cv_math_func_atan2" >&6; } if test $gcc_cv_math_func_atan2 = yes; then -$as_echo "#define HAVE_ATAN2 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ATAN2 1 +_ACEOF fi @@ -17274,7 +17302,9 @@ fi $as_echo "$gcc_cv_math_func_atan2l" >&6; } if test $gcc_cv_math_func_atan2l = yes; then -$as_echo "#define HAVE_ATAN2L 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ATAN2L 1 +_ACEOF fi @@ -17320,7 +17350,9 @@ fi $as_echo "$gcc_cv_math_func_atanf" >&6; } if test $gcc_cv_math_func_atanf = yes; then -$as_echo "#define HAVE_ATANF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ATANF 1 +_ACEOF fi @@ -17366,7 +17398,9 @@ fi $as_echo "$gcc_cv_math_func_atan" >&6; } if test $gcc_cv_math_func_atan = yes; then -$as_echo "#define HAVE_ATAN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ATAN 1 +_ACEOF fi @@ -17412,7 +17446,9 @@ fi $as_echo "$gcc_cv_math_func_atanl" >&6; } if test $gcc_cv_math_func_atanl = yes; then -$as_echo "#define HAVE_ATANL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ATANL 1 +_ACEOF fi @@ -17458,7 +17494,9 @@ fi $as_echo "$gcc_cv_math_func_atanhf" >&6; } if test $gcc_cv_math_func_atanhf = yes; then -$as_echo "#define HAVE_ATANHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ATANHF 1 +_ACEOF fi @@ -17504,7 +17542,9 @@ fi $as_echo "$gcc_cv_math_func_atanh" >&6; } if test $gcc_cv_math_func_atanh = yes; then -$as_echo "#define HAVE_ATANH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ATANH 1 +_ACEOF fi @@ -17550,7 +17590,9 @@ fi $as_echo "$gcc_cv_math_func_atanhl" >&6; } if test $gcc_cv_math_func_atanhl = yes; then -$as_echo "#define HAVE_ATANHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ATANHL 1 +_ACEOF fi @@ -17596,7 +17638,9 @@ fi $as_echo "$gcc_cv_math_func_cargf" >&6; } if test $gcc_cv_math_func_cargf = yes; then -$as_echo "#define HAVE_CARGF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CARGF 1 +_ACEOF fi @@ -17642,7 +17686,9 @@ fi $as_echo "$gcc_cv_math_func_carg" >&6; } if test $gcc_cv_math_func_carg = yes; then -$as_echo "#define HAVE_CARG 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CARG 1 +_ACEOF fi @@ -17688,7 +17734,9 @@ fi $as_echo "$gcc_cv_math_func_cargl" >&6; } if test $gcc_cv_math_func_cargl = yes; then -$as_echo "#define HAVE_CARGL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CARGL 1 +_ACEOF fi @@ -17734,7 +17782,9 @@ fi $as_echo "$gcc_cv_math_func_ceilf" >&6; } if test $gcc_cv_math_func_ceilf = yes; then -$as_echo "#define HAVE_CEILF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CEILF 1 +_ACEOF fi @@ -17780,7 +17830,9 @@ fi $as_echo "$gcc_cv_math_func_ceil" >&6; } if test $gcc_cv_math_func_ceil = yes; then -$as_echo "#define HAVE_CEIL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CEIL 1 +_ACEOF fi @@ -17826,7 +17878,9 @@ fi $as_echo "$gcc_cv_math_func_ceill" >&6; } if test $gcc_cv_math_func_ceill = yes; then -$as_echo "#define HAVE_CEILL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CEILL 1 +_ACEOF fi @@ -17872,7 +17926,9 @@ fi $as_echo "$gcc_cv_math_func_copysignf" >&6; } if test $gcc_cv_math_func_copysignf = yes; then -$as_echo "#define HAVE_COPYSIGNF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_COPYSIGNF 1 +_ACEOF fi @@ -17918,7 +17974,9 @@ fi $as_echo "$gcc_cv_math_func_copysign" >&6; } if test $gcc_cv_math_func_copysign = yes; then -$as_echo "#define HAVE_COPYSIGN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_COPYSIGN 1 +_ACEOF fi @@ -17964,7 +18022,9 @@ fi $as_echo "$gcc_cv_math_func_copysignl" >&6; } if test $gcc_cv_math_func_copysignl = yes; then -$as_echo "#define HAVE_COPYSIGNL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_COPYSIGNL 1 +_ACEOF fi @@ -18010,7 +18070,9 @@ fi $as_echo "$gcc_cv_math_func_cosf" >&6; } if test $gcc_cv_math_func_cosf = yes; then -$as_echo "#define HAVE_COSF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_COSF 1 +_ACEOF fi @@ -18056,7 +18118,9 @@ fi $as_echo "$gcc_cv_math_func_cos" >&6; } if test $gcc_cv_math_func_cos = yes; then -$as_echo "#define HAVE_COS 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_COS 1 +_ACEOF fi @@ -18102,7 +18166,9 @@ fi $as_echo "$gcc_cv_math_func_cosl" >&6; } if test $gcc_cv_math_func_cosl = yes; then -$as_echo "#define HAVE_COSL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_COSL 1 +_ACEOF fi @@ -18148,7 +18214,9 @@ fi $as_echo "$gcc_cv_math_func_ccosf" >&6; } if test $gcc_cv_math_func_ccosf = yes; then -$as_echo "#define HAVE_CCOSF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CCOSF 1 +_ACEOF fi @@ -18194,7 +18262,9 @@ fi $as_echo "$gcc_cv_math_func_ccos" >&6; } if test $gcc_cv_math_func_ccos = yes; then -$as_echo "#define HAVE_CCOS 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CCOS 1 +_ACEOF fi @@ -18240,7 +18310,9 @@ fi $as_echo "$gcc_cv_math_func_ccosl" >&6; } if test $gcc_cv_math_func_ccosl = yes; then -$as_echo "#define HAVE_CCOSL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CCOSL 1 +_ACEOF fi @@ -18286,7 +18358,9 @@ fi $as_echo "$gcc_cv_math_func_coshf" >&6; } if test $gcc_cv_math_func_coshf = yes; then -$as_echo "#define HAVE_COSHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_COSHF 1 +_ACEOF fi @@ -18332,7 +18406,9 @@ fi $as_echo "$gcc_cv_math_func_cosh" >&6; } if test $gcc_cv_math_func_cosh = yes; then -$as_echo "#define HAVE_COSH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_COSH 1 +_ACEOF fi @@ -18378,7 +18454,9 @@ fi $as_echo "$gcc_cv_math_func_coshl" >&6; } if test $gcc_cv_math_func_coshl = yes; then -$as_echo "#define HAVE_COSHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_COSHL 1 +_ACEOF fi @@ -18424,7 +18502,9 @@ fi $as_echo "$gcc_cv_math_func_ccoshf" >&6; } if test $gcc_cv_math_func_ccoshf = yes; then -$as_echo "#define HAVE_CCOSHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CCOSHF 1 +_ACEOF fi @@ -18470,7 +18550,9 @@ fi $as_echo "$gcc_cv_math_func_ccosh" >&6; } if test $gcc_cv_math_func_ccosh = yes; then -$as_echo "#define HAVE_CCOSH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CCOSH 1 +_ACEOF fi @@ -18516,7 +18598,9 @@ fi $as_echo "$gcc_cv_math_func_ccoshl" >&6; } if test $gcc_cv_math_func_ccoshl = yes; then -$as_echo "#define HAVE_CCOSHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CCOSHL 1 +_ACEOF fi @@ -18562,7 +18646,9 @@ fi $as_echo "$gcc_cv_math_func_expf" >&6; } if test $gcc_cv_math_func_expf = yes; then -$as_echo "#define HAVE_EXPF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_EXPF 1 +_ACEOF fi @@ -18608,7 +18694,9 @@ fi $as_echo "$gcc_cv_math_func_exp" >&6; } if test $gcc_cv_math_func_exp = yes; then -$as_echo "#define HAVE_EXP 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_EXP 1 +_ACEOF fi @@ -18654,7 +18742,9 @@ fi $as_echo "$gcc_cv_math_func_expl" >&6; } if test $gcc_cv_math_func_expl = yes; then -$as_echo "#define HAVE_EXPL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_EXPL 1 +_ACEOF fi @@ -18700,7 +18790,9 @@ fi $as_echo "$gcc_cv_math_func_cexpf" >&6; } if test $gcc_cv_math_func_cexpf = yes; then -$as_echo "#define HAVE_CEXPF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CEXPF 1 +_ACEOF fi @@ -18746,7 +18838,9 @@ fi $as_echo "$gcc_cv_math_func_cexp" >&6; } if test $gcc_cv_math_func_cexp = yes; then -$as_echo "#define HAVE_CEXP 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CEXP 1 +_ACEOF fi @@ -18792,7 +18886,9 @@ fi $as_echo "$gcc_cv_math_func_cexpl" >&6; } if test $gcc_cv_math_func_cexpl = yes; then -$as_echo "#define HAVE_CEXPL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CEXPL 1 +_ACEOF fi @@ -18838,7 +18934,9 @@ fi $as_echo "$gcc_cv_math_func_fabsf" >&6; } if test $gcc_cv_math_func_fabsf = yes; then -$as_echo "#define HAVE_FABSF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FABSF 1 +_ACEOF fi @@ -18884,7 +18982,9 @@ fi $as_echo "$gcc_cv_math_func_fabs" >&6; } if test $gcc_cv_math_func_fabs = yes; then -$as_echo "#define HAVE_FABS 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FABS 1 +_ACEOF fi @@ -18930,7 +19030,9 @@ fi $as_echo "$gcc_cv_math_func_fabsl" >&6; } if test $gcc_cv_math_func_fabsl = yes; then -$as_echo "#define HAVE_FABSL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FABSL 1 +_ACEOF fi @@ -18976,7 +19078,9 @@ fi $as_echo "$gcc_cv_math_func_cabsf" >&6; } if test $gcc_cv_math_func_cabsf = yes; then -$as_echo "#define HAVE_CABSF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CABSF 1 +_ACEOF fi @@ -19022,7 +19126,9 @@ fi $as_echo "$gcc_cv_math_func_cabs" >&6; } if test $gcc_cv_math_func_cabs = yes; then -$as_echo "#define HAVE_CABS 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CABS 1 +_ACEOF fi @@ -19068,7 +19174,9 @@ fi $as_echo "$gcc_cv_math_func_cabsl" >&6; } if test $gcc_cv_math_func_cabsl = yes; then -$as_echo "#define HAVE_CABSL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CABSL 1 +_ACEOF fi @@ -19114,7 +19222,9 @@ fi $as_echo "$gcc_cv_math_func_floorf" >&6; } if test $gcc_cv_math_func_floorf = yes; then -$as_echo "#define HAVE_FLOORF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FLOORF 1 +_ACEOF fi @@ -19160,7 +19270,9 @@ fi $as_echo "$gcc_cv_math_func_floor" >&6; } if test $gcc_cv_math_func_floor = yes; then -$as_echo "#define HAVE_FLOOR 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FLOOR 1 +_ACEOF fi @@ -19206,7 +19318,9 @@ fi $as_echo "$gcc_cv_math_func_floorl" >&6; } if test $gcc_cv_math_func_floorl = yes; then -$as_echo "#define HAVE_FLOORL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FLOORL 1 +_ACEOF fi @@ -19252,7 +19366,9 @@ fi $as_echo "$gcc_cv_math_func_fmodf" >&6; } if test $gcc_cv_math_func_fmodf = yes; then -$as_echo "#define HAVE_FMODF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FMODF 1 +_ACEOF fi @@ -19298,7 +19414,9 @@ fi $as_echo "$gcc_cv_math_func_fmod" >&6; } if test $gcc_cv_math_func_fmod = yes; then -$as_echo "#define HAVE_FMOD 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FMOD 1 +_ACEOF fi @@ -19344,7 +19462,9 @@ fi $as_echo "$gcc_cv_math_func_fmodl" >&6; } if test $gcc_cv_math_func_fmodl = yes; then -$as_echo "#define HAVE_FMODL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FMODL 1 +_ACEOF fi @@ -19390,7 +19510,9 @@ fi $as_echo "$gcc_cv_math_func_frexpf" >&6; } if test $gcc_cv_math_func_frexpf = yes; then -$as_echo "#define HAVE_FREXPF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FREXPF 1 +_ACEOF fi @@ -19436,7 +19558,9 @@ fi $as_echo "$gcc_cv_math_func_frexp" >&6; } if test $gcc_cv_math_func_frexp = yes; then -$as_echo "#define HAVE_FREXP 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FREXP 1 +_ACEOF fi @@ -19482,7 +19606,9 @@ fi $as_echo "$gcc_cv_math_func_frexpl" >&6; } if test $gcc_cv_math_func_frexpl = yes; then -$as_echo "#define HAVE_FREXPL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_FREXPL 1 +_ACEOF fi @@ -19528,7 +19654,9 @@ fi $as_echo "$gcc_cv_math_func_hypotf" >&6; } if test $gcc_cv_math_func_hypotf = yes; then -$as_echo "#define HAVE_HYPOTF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_HYPOTF 1 +_ACEOF fi @@ -19574,7 +19702,9 @@ fi $as_echo "$gcc_cv_math_func_hypot" >&6; } if test $gcc_cv_math_func_hypot = yes; then -$as_echo "#define HAVE_HYPOT 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_HYPOT 1 +_ACEOF fi @@ -19620,7 +19750,9 @@ fi $as_echo "$gcc_cv_math_func_hypotl" >&6; } if test $gcc_cv_math_func_hypotl = yes; then -$as_echo "#define HAVE_HYPOTL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_HYPOTL 1 +_ACEOF fi @@ -19666,7 +19798,9 @@ fi $as_echo "$gcc_cv_math_func_ldexpf" >&6; } if test $gcc_cv_math_func_ldexpf = yes; then -$as_echo "#define HAVE_LDEXPF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LDEXPF 1 +_ACEOF fi @@ -19712,7 +19846,9 @@ fi $as_echo "$gcc_cv_math_func_ldexp" >&6; } if test $gcc_cv_math_func_ldexp = yes; then -$as_echo "#define HAVE_LDEXP 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LDEXP 1 +_ACEOF fi @@ -19758,7 +19894,9 @@ fi $as_echo "$gcc_cv_math_func_ldexpl" >&6; } if test $gcc_cv_math_func_ldexpl = yes; then -$as_echo "#define HAVE_LDEXPL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LDEXPL 1 +_ACEOF fi @@ -19804,7 +19942,9 @@ fi $as_echo "$gcc_cv_math_func_logf" >&6; } if test $gcc_cv_math_func_logf = yes; then -$as_echo "#define HAVE_LOGF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LOGF 1 +_ACEOF fi @@ -19850,7 +19990,9 @@ fi $as_echo "$gcc_cv_math_func_log" >&6; } if test $gcc_cv_math_func_log = yes; then -$as_echo "#define HAVE_LOG 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LOG 1 +_ACEOF fi @@ -19896,7 +20038,9 @@ fi $as_echo "$gcc_cv_math_func_logl" >&6; } if test $gcc_cv_math_func_logl = yes; then -$as_echo "#define HAVE_LOGL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LOGL 1 +_ACEOF fi @@ -19942,7 +20086,9 @@ fi $as_echo "$gcc_cv_math_func_clogf" >&6; } if test $gcc_cv_math_func_clogf = yes; then -$as_echo "#define HAVE_CLOGF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CLOGF 1 +_ACEOF fi @@ -19988,7 +20134,9 @@ fi $as_echo "$gcc_cv_math_func_clog" >&6; } if test $gcc_cv_math_func_clog = yes; then -$as_echo "#define HAVE_CLOG 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CLOG 1 +_ACEOF fi @@ -20034,7 +20182,9 @@ fi $as_echo "$gcc_cv_math_func_clogl" >&6; } if test $gcc_cv_math_func_clogl = yes; then -$as_echo "#define HAVE_CLOGL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CLOGL 1 +_ACEOF fi @@ -20080,7 +20230,9 @@ fi $as_echo "$gcc_cv_math_func_log10f" >&6; } if test $gcc_cv_math_func_log10f = yes; then -$as_echo "#define HAVE_LOG10F 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LOG10F 1 +_ACEOF fi @@ -20126,7 +20278,9 @@ fi $as_echo "$gcc_cv_math_func_log10" >&6; } if test $gcc_cv_math_func_log10 = yes; then -$as_echo "#define HAVE_LOG10 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LOG10 1 +_ACEOF fi @@ -20172,7 +20326,9 @@ fi $as_echo "$gcc_cv_math_func_log10l" >&6; } if test $gcc_cv_math_func_log10l = yes; then -$as_echo "#define HAVE_LOG10L 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LOG10L 1 +_ACEOF fi @@ -20218,7 +20374,9 @@ fi $as_echo "$gcc_cv_math_func_clog10f" >&6; } if test $gcc_cv_math_func_clog10f = yes; then -$as_echo "#define HAVE_CLOG10F 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CLOG10F 1 +_ACEOF fi @@ -20264,7 +20422,9 @@ fi $as_echo "$gcc_cv_math_func_clog10" >&6; } if test $gcc_cv_math_func_clog10 = yes; then -$as_echo "#define HAVE_CLOG10 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CLOG10 1 +_ACEOF fi @@ -20310,7 +20470,9 @@ fi $as_echo "$gcc_cv_math_func_clog10l" >&6; } if test $gcc_cv_math_func_clog10l = yes; then -$as_echo "#define HAVE_CLOG10L 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CLOG10L 1 +_ACEOF fi @@ -20356,7 +20518,9 @@ fi $as_echo "$gcc_cv_math_func_nextafterf" >&6; } if test $gcc_cv_math_func_nextafterf = yes; then -$as_echo "#define HAVE_NEXTAFTERF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_NEXTAFTERF 1 +_ACEOF fi @@ -20402,7 +20566,9 @@ fi $as_echo "$gcc_cv_math_func_nextafter" >&6; } if test $gcc_cv_math_func_nextafter = yes; then -$as_echo "#define HAVE_NEXTAFTER 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_NEXTAFTER 1 +_ACEOF fi @@ -20448,7 +20614,9 @@ fi $as_echo "$gcc_cv_math_func_nextafterl" >&6; } if test $gcc_cv_math_func_nextafterl = yes; then -$as_echo "#define HAVE_NEXTAFTERL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_NEXTAFTERL 1 +_ACEOF fi @@ -20494,7 +20662,9 @@ fi $as_echo "$gcc_cv_math_func_powf" >&6; } if test $gcc_cv_math_func_powf = yes; then -$as_echo "#define HAVE_POWF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_POWF 1 +_ACEOF fi @@ -20540,7 +20710,9 @@ fi $as_echo "$gcc_cv_math_func_pow" >&6; } if test $gcc_cv_math_func_pow = yes; then -$as_echo "#define HAVE_POW 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_POW 1 +_ACEOF fi @@ -20586,7 +20758,9 @@ fi $as_echo "$gcc_cv_math_func_powl" >&6; } if test $gcc_cv_math_func_powl = yes; then -$as_echo "#define HAVE_POWL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_POWL 1 +_ACEOF fi @@ -20632,7 +20806,9 @@ fi $as_echo "$gcc_cv_math_func_cpowf" >&6; } if test $gcc_cv_math_func_cpowf = yes; then -$as_echo "#define HAVE_CPOWF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CPOWF 1 +_ACEOF fi @@ -20678,7 +20854,9 @@ fi $as_echo "$gcc_cv_math_func_cpow" >&6; } if test $gcc_cv_math_func_cpow = yes; then -$as_echo "#define HAVE_CPOW 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CPOW 1 +_ACEOF fi @@ -20724,7 +20902,9 @@ fi $as_echo "$gcc_cv_math_func_cpowl" >&6; } if test $gcc_cv_math_func_cpowl = yes; then -$as_echo "#define HAVE_CPOWL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CPOWL 1 +_ACEOF fi @@ -20770,7 +20950,9 @@ fi $as_echo "$gcc_cv_math_func_roundf" >&6; } if test $gcc_cv_math_func_roundf = yes; then -$as_echo "#define HAVE_ROUNDF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ROUNDF 1 +_ACEOF fi @@ -20816,7 +20998,9 @@ fi $as_echo "$gcc_cv_math_func_round" >&6; } if test $gcc_cv_math_func_round = yes; then -$as_echo "#define HAVE_ROUND 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ROUND 1 +_ACEOF fi @@ -20862,7 +21046,9 @@ fi $as_echo "$gcc_cv_math_func_roundl" >&6; } if test $gcc_cv_math_func_roundl = yes; then -$as_echo "#define HAVE_ROUNDL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ROUNDL 1 +_ACEOF fi @@ -20908,7 +21094,9 @@ fi $as_echo "$gcc_cv_math_func_lroundf" >&6; } if test $gcc_cv_math_func_lroundf = yes; then -$as_echo "#define HAVE_LROUNDF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LROUNDF 1 +_ACEOF fi @@ -20954,7 +21142,9 @@ fi $as_echo "$gcc_cv_math_func_lround" >&6; } if test $gcc_cv_math_func_lround = yes; then -$as_echo "#define HAVE_LROUND 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LROUND 1 +_ACEOF fi @@ -21000,7 +21190,9 @@ fi $as_echo "$gcc_cv_math_func_lroundl" >&6; } if test $gcc_cv_math_func_lroundl = yes; then -$as_echo "#define HAVE_LROUNDL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LROUNDL 1 +_ACEOF fi @@ -21046,7 +21238,9 @@ fi $as_echo "$gcc_cv_math_func_llroundf" >&6; } if test $gcc_cv_math_func_llroundf = yes; then -$as_echo "#define HAVE_LLROUNDF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LLROUNDF 1 +_ACEOF fi @@ -21092,7 +21286,9 @@ fi $as_echo "$gcc_cv_math_func_llround" >&6; } if test $gcc_cv_math_func_llround = yes; then -$as_echo "#define HAVE_LLROUND 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LLROUND 1 +_ACEOF fi @@ -21138,7 +21334,9 @@ fi $as_echo "$gcc_cv_math_func_llroundl" >&6; } if test $gcc_cv_math_func_llroundl = yes; then -$as_echo "#define HAVE_LLROUNDL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LLROUNDL 1 +_ACEOF fi @@ -21184,7 +21382,9 @@ fi $as_echo "$gcc_cv_math_func_scalbnf" >&6; } if test $gcc_cv_math_func_scalbnf = yes; then -$as_echo "#define HAVE_SCALBNF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SCALBNF 1 +_ACEOF fi @@ -21230,7 +21430,9 @@ fi $as_echo "$gcc_cv_math_func_scalbn" >&6; } if test $gcc_cv_math_func_scalbn = yes; then -$as_echo "#define HAVE_SCALBN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SCALBN 1 +_ACEOF fi @@ -21276,7 +21478,9 @@ fi $as_echo "$gcc_cv_math_func_scalbnl" >&6; } if test $gcc_cv_math_func_scalbnl = yes; then -$as_echo "#define HAVE_SCALBNL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SCALBNL 1 +_ACEOF fi @@ -21322,7 +21526,9 @@ fi $as_echo "$gcc_cv_math_func_sinf" >&6; } if test $gcc_cv_math_func_sinf = yes; then -$as_echo "#define HAVE_SINF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SINF 1 +_ACEOF fi @@ -21368,7 +21574,9 @@ fi $as_echo "$gcc_cv_math_func_sin" >&6; } if test $gcc_cv_math_func_sin = yes; then -$as_echo "#define HAVE_SIN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SIN 1 +_ACEOF fi @@ -21414,7 +21622,9 @@ fi $as_echo "$gcc_cv_math_func_sinl" >&6; } if test $gcc_cv_math_func_sinl = yes; then -$as_echo "#define HAVE_SINL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SINL 1 +_ACEOF fi @@ -21460,7 +21670,9 @@ fi $as_echo "$gcc_cv_math_func_csinf" >&6; } if test $gcc_cv_math_func_csinf = yes; then -$as_echo "#define HAVE_CSINF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CSINF 1 +_ACEOF fi @@ -21506,7 +21718,9 @@ fi $as_echo "$gcc_cv_math_func_csin" >&6; } if test $gcc_cv_math_func_csin = yes; then -$as_echo "#define HAVE_CSIN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CSIN 1 +_ACEOF fi @@ -21552,7 +21766,9 @@ fi $as_echo "$gcc_cv_math_func_csinl" >&6; } if test $gcc_cv_math_func_csinl = yes; then -$as_echo "#define HAVE_CSINL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CSINL 1 +_ACEOF fi @@ -21598,7 +21814,9 @@ fi $as_echo "$gcc_cv_math_func_sinhf" >&6; } if test $gcc_cv_math_func_sinhf = yes; then -$as_echo "#define HAVE_SINHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SINHF 1 +_ACEOF fi @@ -21644,7 +21862,9 @@ fi $as_echo "$gcc_cv_math_func_sinh" >&6; } if test $gcc_cv_math_func_sinh = yes; then -$as_echo "#define HAVE_SINH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SINH 1 +_ACEOF fi @@ -21690,7 +21910,9 @@ fi $as_echo "$gcc_cv_math_func_sinhl" >&6; } if test $gcc_cv_math_func_sinhl = yes; then -$as_echo "#define HAVE_SINHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SINHL 1 +_ACEOF fi @@ -21736,7 +21958,9 @@ fi $as_echo "$gcc_cv_math_func_csinhf" >&6; } if test $gcc_cv_math_func_csinhf = yes; then -$as_echo "#define HAVE_CSINHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CSINHF 1 +_ACEOF fi @@ -21782,7 +22006,9 @@ fi $as_echo "$gcc_cv_math_func_csinh" >&6; } if test $gcc_cv_math_func_csinh = yes; then -$as_echo "#define HAVE_CSINH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CSINH 1 +_ACEOF fi @@ -21828,7 +22054,9 @@ fi $as_echo "$gcc_cv_math_func_csinhl" >&6; } if test $gcc_cv_math_func_csinhl = yes; then -$as_echo "#define HAVE_CSINHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CSINHL 1 +_ACEOF fi @@ -21874,7 +22102,9 @@ fi $as_echo "$gcc_cv_math_func_sqrtf" >&6; } if test $gcc_cv_math_func_sqrtf = yes; then -$as_echo "#define HAVE_SQRTF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SQRTF 1 +_ACEOF fi @@ -21920,7 +22150,9 @@ fi $as_echo "$gcc_cv_math_func_sqrt" >&6; } if test $gcc_cv_math_func_sqrt = yes; then -$as_echo "#define HAVE_SQRT 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SQRT 1 +_ACEOF fi @@ -21966,7 +22198,9 @@ fi $as_echo "$gcc_cv_math_func_sqrtl" >&6; } if test $gcc_cv_math_func_sqrtl = yes; then -$as_echo "#define HAVE_SQRTL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_SQRTL 1 +_ACEOF fi @@ -22012,7 +22246,9 @@ fi $as_echo "$gcc_cv_math_func_csqrtf" >&6; } if test $gcc_cv_math_func_csqrtf = yes; then -$as_echo "#define HAVE_CSQRTF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CSQRTF 1 +_ACEOF fi @@ -22058,7 +22294,9 @@ fi $as_echo "$gcc_cv_math_func_csqrt" >&6; } if test $gcc_cv_math_func_csqrt = yes; then -$as_echo "#define HAVE_CSQRT 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CSQRT 1 +_ACEOF fi @@ -22104,7 +22342,9 @@ fi $as_echo "$gcc_cv_math_func_csqrtl" >&6; } if test $gcc_cv_math_func_csqrtl = yes; then -$as_echo "#define HAVE_CSQRTL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CSQRTL 1 +_ACEOF fi @@ -22150,7 +22390,9 @@ fi $as_echo "$gcc_cv_math_func_tanf" >&6; } if test $gcc_cv_math_func_tanf = yes; then -$as_echo "#define HAVE_TANF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TANF 1 +_ACEOF fi @@ -22196,7 +22438,9 @@ fi $as_echo "$gcc_cv_math_func_tan" >&6; } if test $gcc_cv_math_func_tan = yes; then -$as_echo "#define HAVE_TAN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TAN 1 +_ACEOF fi @@ -22242,7 +22486,9 @@ fi $as_echo "$gcc_cv_math_func_tanl" >&6; } if test $gcc_cv_math_func_tanl = yes; then -$as_echo "#define HAVE_TANL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TANL 1 +_ACEOF fi @@ -22288,7 +22534,9 @@ fi $as_echo "$gcc_cv_math_func_ctanf" >&6; } if test $gcc_cv_math_func_ctanf = yes; then -$as_echo "#define HAVE_CTANF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CTANF 1 +_ACEOF fi @@ -22334,7 +22582,9 @@ fi $as_echo "$gcc_cv_math_func_ctan" >&6; } if test $gcc_cv_math_func_ctan = yes; then -$as_echo "#define HAVE_CTAN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CTAN 1 +_ACEOF fi @@ -22380,7 +22630,9 @@ fi $as_echo "$gcc_cv_math_func_ctanl" >&6; } if test $gcc_cv_math_func_ctanl = yes; then -$as_echo "#define HAVE_CTANL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CTANL 1 +_ACEOF fi @@ -22426,7 +22678,9 @@ fi $as_echo "$gcc_cv_math_func_tanhf" >&6; } if test $gcc_cv_math_func_tanhf = yes; then -$as_echo "#define HAVE_TANHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TANHF 1 +_ACEOF fi @@ -22472,7 +22726,9 @@ fi $as_echo "$gcc_cv_math_func_tanh" >&6; } if test $gcc_cv_math_func_tanh = yes; then -$as_echo "#define HAVE_TANH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TANH 1 +_ACEOF fi @@ -22518,7 +22774,9 @@ fi $as_echo "$gcc_cv_math_func_tanhl" >&6; } if test $gcc_cv_math_func_tanhl = yes; then -$as_echo "#define HAVE_TANHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TANHL 1 +_ACEOF fi @@ -22564,7 +22822,9 @@ fi $as_echo "$gcc_cv_math_func_ctanhf" >&6; } if test $gcc_cv_math_func_ctanhf = yes; then -$as_echo "#define HAVE_CTANHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CTANHF 1 +_ACEOF fi @@ -22610,7 +22870,9 @@ fi $as_echo "$gcc_cv_math_func_ctanh" >&6; } if test $gcc_cv_math_func_ctanh = yes; then -$as_echo "#define HAVE_CTANH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CTANH 1 +_ACEOF fi @@ -22656,7 +22918,9 @@ fi $as_echo "$gcc_cv_math_func_ctanhl" >&6; } if test $gcc_cv_math_func_ctanhl = yes; then -$as_echo "#define HAVE_CTANHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CTANHL 1 +_ACEOF fi @@ -22702,7 +22966,9 @@ fi $as_echo "$gcc_cv_math_func_truncf" >&6; } if test $gcc_cv_math_func_truncf = yes; then -$as_echo "#define HAVE_TRUNCF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TRUNCF 1 +_ACEOF fi @@ -22748,7 +23014,9 @@ fi $as_echo "$gcc_cv_math_func_trunc" >&6; } if test $gcc_cv_math_func_trunc = yes; then -$as_echo "#define HAVE_TRUNC 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TRUNC 1 +_ACEOF fi @@ -22794,7 +23062,9 @@ fi $as_echo "$gcc_cv_math_func_truncl" >&6; } if test $gcc_cv_math_func_truncl = yes; then -$as_echo "#define HAVE_TRUNCL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TRUNCL 1 +_ACEOF fi @@ -22840,7 +23110,9 @@ fi $as_echo "$gcc_cv_math_func_erff" >&6; } if test $gcc_cv_math_func_erff = yes; then -$as_echo "#define HAVE_ERFF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ERFF 1 +_ACEOF fi @@ -22886,7 +23158,9 @@ fi $as_echo "$gcc_cv_math_func_erf" >&6; } if test $gcc_cv_math_func_erf = yes; then -$as_echo "#define HAVE_ERF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ERF 1 +_ACEOF fi @@ -22932,7 +23206,9 @@ fi $as_echo "$gcc_cv_math_func_erfl" >&6; } if test $gcc_cv_math_func_erfl = yes; then -$as_echo "#define HAVE_ERFL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ERFL 1 +_ACEOF fi @@ -22978,7 +23254,9 @@ fi $as_echo "$gcc_cv_math_func_erfcf" >&6; } if test $gcc_cv_math_func_erfcf = yes; then -$as_echo "#define HAVE_ERFCF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ERFCF 1 +_ACEOF fi @@ -23024,7 +23302,9 @@ fi $as_echo "$gcc_cv_math_func_erfc" >&6; } if test $gcc_cv_math_func_erfc = yes; then -$as_echo "#define HAVE_ERFC 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ERFC 1 +_ACEOF fi @@ -23070,7 +23350,9 @@ fi $as_echo "$gcc_cv_math_func_erfcl" >&6; } if test $gcc_cv_math_func_erfcl = yes; then -$as_echo "#define HAVE_ERFCL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_ERFCL 1 +_ACEOF fi @@ -23116,7 +23398,9 @@ fi $as_echo "$gcc_cv_math_func_j0f" >&6; } if test $gcc_cv_math_func_j0f = yes; then -$as_echo "#define HAVE_J0F 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_J0F 1 +_ACEOF fi @@ -23162,7 +23446,9 @@ fi $as_echo "$gcc_cv_math_func_j0" >&6; } if test $gcc_cv_math_func_j0 = yes; then -$as_echo "#define HAVE_J0 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_J0 1 +_ACEOF fi @@ -23208,7 +23494,9 @@ fi $as_echo "$gcc_cv_math_func_j0l" >&6; } if test $gcc_cv_math_func_j0l = yes; then -$as_echo "#define HAVE_J0L 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_J0L 1 +_ACEOF fi @@ -23254,7 +23542,9 @@ fi $as_echo "$gcc_cv_math_func_j1f" >&6; } if test $gcc_cv_math_func_j1f = yes; then -$as_echo "#define HAVE_J1F 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_J1F 1 +_ACEOF fi @@ -23300,7 +23590,9 @@ fi $as_echo "$gcc_cv_math_func_j1" >&6; } if test $gcc_cv_math_func_j1 = yes; then -$as_echo "#define HAVE_J1 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_J1 1 +_ACEOF fi @@ -23346,7 +23638,9 @@ fi $as_echo "$gcc_cv_math_func_j1l" >&6; } if test $gcc_cv_math_func_j1l = yes; then -$as_echo "#define HAVE_J1L 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_J1L 1 +_ACEOF fi @@ -23392,7 +23686,9 @@ fi $as_echo "$gcc_cv_math_func_jnf" >&6; } if test $gcc_cv_math_func_jnf = yes; then -$as_echo "#define HAVE_JNF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_JNF 1 +_ACEOF fi @@ -23438,7 +23734,9 @@ fi $as_echo "$gcc_cv_math_func_jn" >&6; } if test $gcc_cv_math_func_jn = yes; then -$as_echo "#define HAVE_JN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_JN 1 +_ACEOF fi @@ -23484,7 +23782,9 @@ fi $as_echo "$gcc_cv_math_func_jnl" >&6; } if test $gcc_cv_math_func_jnl = yes; then -$as_echo "#define HAVE_JNL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_JNL 1 +_ACEOF fi @@ -23530,7 +23830,9 @@ fi $as_echo "$gcc_cv_math_func_y0f" >&6; } if test $gcc_cv_math_func_y0f = yes; then -$as_echo "#define HAVE_Y0F 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_Y0F 1 +_ACEOF fi @@ -23576,7 +23878,9 @@ fi $as_echo "$gcc_cv_math_func_y0" >&6; } if test $gcc_cv_math_func_y0 = yes; then -$as_echo "#define HAVE_Y0 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_Y0 1 +_ACEOF fi @@ -23622,7 +23926,9 @@ fi $as_echo "$gcc_cv_math_func_y0l" >&6; } if test $gcc_cv_math_func_y0l = yes; then -$as_echo "#define HAVE_Y0L 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_Y0L 1 +_ACEOF fi @@ -23668,7 +23974,9 @@ fi $as_echo "$gcc_cv_math_func_y1f" >&6; } if test $gcc_cv_math_func_y1f = yes; then -$as_echo "#define HAVE_Y1F 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_Y1F 1 +_ACEOF fi @@ -23714,7 +24022,9 @@ fi $as_echo "$gcc_cv_math_func_y1" >&6; } if test $gcc_cv_math_func_y1 = yes; then -$as_echo "#define HAVE_Y1 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_Y1 1 +_ACEOF fi @@ -23760,7 +24070,9 @@ fi $as_echo "$gcc_cv_math_func_y1l" >&6; } if test $gcc_cv_math_func_y1l = yes; then -$as_echo "#define HAVE_Y1L 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_Y1L 1 +_ACEOF fi @@ -23806,7 +24118,9 @@ fi $as_echo "$gcc_cv_math_func_ynf" >&6; } if test $gcc_cv_math_func_ynf = yes; then -$as_echo "#define HAVE_YNF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_YNF 1 +_ACEOF fi @@ -23852,7 +24166,9 @@ fi $as_echo "$gcc_cv_math_func_yn" >&6; } if test $gcc_cv_math_func_yn = yes; then -$as_echo "#define HAVE_YN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_YN 1 +_ACEOF fi @@ -23898,7 +24214,9 @@ fi $as_echo "$gcc_cv_math_func_ynl" >&6; } if test $gcc_cv_math_func_ynl = yes; then -$as_echo "#define HAVE_YNL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_YNL 1 +_ACEOF fi @@ -23944,7 +24262,9 @@ fi $as_echo "$gcc_cv_math_func_tgamma" >&6; } if test $gcc_cv_math_func_tgamma = yes; then -$as_echo "#define HAVE_TGAMMA 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TGAMMA 1 +_ACEOF fi @@ -23990,7 +24310,9 @@ fi $as_echo "$gcc_cv_math_func_tgammaf" >&6; } if test $gcc_cv_math_func_tgammaf = yes; then -$as_echo "#define HAVE_TGAMMAF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TGAMMAF 1 +_ACEOF fi @@ -24036,7 +24358,9 @@ fi $as_echo "$gcc_cv_math_func_tgammal" >&6; } if test $gcc_cv_math_func_tgammal = yes; then -$as_echo "#define HAVE_TGAMMAL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_TGAMMAL 1 +_ACEOF fi @@ -24082,7 +24406,9 @@ fi $as_echo "$gcc_cv_math_func_lgamma" >&6; } if test $gcc_cv_math_func_lgamma = yes; then -$as_echo "#define HAVE_LGAMMA 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LGAMMA 1 +_ACEOF fi @@ -24128,7 +24454,9 @@ fi $as_echo "$gcc_cv_math_func_lgammaf" >&6; } if test $gcc_cv_math_func_lgammaf = yes; then -$as_echo "#define HAVE_LGAMMAF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LGAMMAF 1 +_ACEOF fi @@ -24174,7 +24502,9 @@ fi $as_echo "$gcc_cv_math_func_lgammal" >&6; } if test $gcc_cv_math_func_lgammal = yes; then -$as_echo "#define HAVE_LGAMMAL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_LGAMMAL 1 +_ACEOF fi @@ -24222,7 +24552,9 @@ fi $as_echo "$gcc_cv_math_func_cacos" >&6; } if test $gcc_cv_math_func_cacos = yes; then -$as_echo "#define HAVE_CACOS 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CACOS 1 +_ACEOF fi @@ -24268,7 +24600,9 @@ fi $as_echo "$gcc_cv_math_func_cacosf" >&6; } if test $gcc_cv_math_func_cacosf = yes; then -$as_echo "#define HAVE_CACOSF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CACOSF 1 +_ACEOF fi @@ -24314,7 +24648,9 @@ fi $as_echo "$gcc_cv_math_func_cacosh" >&6; } if test $gcc_cv_math_func_cacosh = yes; then -$as_echo "#define HAVE_CACOSH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CACOSH 1 +_ACEOF fi @@ -24360,7 +24696,9 @@ fi $as_echo "$gcc_cv_math_func_cacoshf" >&6; } if test $gcc_cv_math_func_cacoshf = yes; then -$as_echo "#define HAVE_CACOSHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CACOSHF 1 +_ACEOF fi @@ -24406,7 +24744,9 @@ fi $as_echo "$gcc_cv_math_func_cacoshl" >&6; } if test $gcc_cv_math_func_cacoshl = yes; then -$as_echo "#define HAVE_CACOSHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CACOSHL 1 +_ACEOF fi @@ -24452,7 +24792,9 @@ fi $as_echo "$gcc_cv_math_func_cacosl" >&6; } if test $gcc_cv_math_func_cacosl = yes; then -$as_echo "#define HAVE_CACOSL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CACOSL 1 +_ACEOF fi @@ -24498,7 +24840,9 @@ fi $as_echo "$gcc_cv_math_func_casin" >&6; } if test $gcc_cv_math_func_casin = yes; then -$as_echo "#define HAVE_CASIN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CASIN 1 +_ACEOF fi @@ -24544,7 +24888,9 @@ fi $as_echo "$gcc_cv_math_func_casinf" >&6; } if test $gcc_cv_math_func_casinf = yes; then -$as_echo "#define HAVE_CASINF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CASINF 1 +_ACEOF fi @@ -24590,7 +24936,9 @@ fi $as_echo "$gcc_cv_math_func_casinh" >&6; } if test $gcc_cv_math_func_casinh = yes; then -$as_echo "#define HAVE_CASINH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CASINH 1 +_ACEOF fi @@ -24636,7 +24984,9 @@ fi $as_echo "$gcc_cv_math_func_casinhf" >&6; } if test $gcc_cv_math_func_casinhf = yes; then -$as_echo "#define HAVE_CASINHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CASINHF 1 +_ACEOF fi @@ -24682,7 +25032,9 @@ fi $as_echo "$gcc_cv_math_func_casinhl" >&6; } if test $gcc_cv_math_func_casinhl = yes; then -$as_echo "#define HAVE_CASINHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CASINHL 1 +_ACEOF fi @@ -24728,7 +25080,9 @@ fi $as_echo "$gcc_cv_math_func_casinl" >&6; } if test $gcc_cv_math_func_casinl = yes; then -$as_echo "#define HAVE_CASINL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CASINL 1 +_ACEOF fi @@ -24774,7 +25128,9 @@ fi $as_echo "$gcc_cv_math_func_catan" >&6; } if test $gcc_cv_math_func_catan = yes; then -$as_echo "#define HAVE_CATAN 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CATAN 1 +_ACEOF fi @@ -24820,7 +25176,9 @@ fi $as_echo "$gcc_cv_math_func_catanf" >&6; } if test $gcc_cv_math_func_catanf = yes; then -$as_echo "#define HAVE_CATANF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CATANF 1 +_ACEOF fi @@ -24866,7 +25224,9 @@ fi $as_echo "$gcc_cv_math_func_catanh" >&6; } if test $gcc_cv_math_func_catanh = yes; then -$as_echo "#define HAVE_CATANH 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CATANH 1 +_ACEOF fi @@ -24912,7 +25272,9 @@ fi $as_echo "$gcc_cv_math_func_catanhf" >&6; } if test $gcc_cv_math_func_catanhf = yes; then -$as_echo "#define HAVE_CATANHF 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CATANHF 1 +_ACEOF fi @@ -24958,7 +25320,9 @@ fi $as_echo "$gcc_cv_math_func_catanhl" >&6; } if test $gcc_cv_math_func_catanhl = yes; then -$as_echo "#define HAVE_CATANHL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CATANHL 1 +_ACEOF fi @@ -25004,7 +25368,9 @@ fi $as_echo "$gcc_cv_math_func_catanl" >&6; } if test $gcc_cv_math_func_catanl = yes; then -$as_echo "#define HAVE_CATANL 1" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define HAVE_CATANL 1 +_ACEOF fi diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac index 08eb7896e38..d70924e8fcf 100644 --- a/libgfortran/configure.ac +++ b/libgfortran/configure.ac @@ -269,191 +269,191 @@ getcwd localtime_r gmtime_r strerror_r getpwuid_r ttyname_r clock_gettime \ readlink getgid getpid getppid getuid geteuid umask) # Check for C99 (and other IEEE) math functions -GCC_CHECK_MATH_FUNC([acosf],[AC_DEFINE([HAVE_ACOSF],[1],[acosf is available])]) -GCC_CHECK_MATH_FUNC([acos],[AC_DEFINE([HAVE_ACOS],[1],[acos is available])]) -GCC_CHECK_MATH_FUNC([acosl],[AC_DEFINE([HAVE_ACOSL],[1],[acosl is available])]) -GCC_CHECK_MATH_FUNC([acoshf],[AC_DEFINE([HAVE_ACOSHF],[1],[acoshf is available])]) -GCC_CHECK_MATH_FUNC([acosh],[AC_DEFINE([HAVE_ACOSH],[1],[acosh is available])]) -GCC_CHECK_MATH_FUNC([acoshl],[AC_DEFINE([HAVE_ACOSHL],[1],[acoshl is available])]) -GCC_CHECK_MATH_FUNC([asinf],[AC_DEFINE([HAVE_ASINF],[1],[asinf is available])]) -GCC_CHECK_MATH_FUNC([asin],[AC_DEFINE([HAVE_ASIN],[1],[asin is available])]) -GCC_CHECK_MATH_FUNC([asinl],[AC_DEFINE([HAVE_ASINL],[1],[asinl is available])]) -GCC_CHECK_MATH_FUNC([asinhf],[AC_DEFINE([HAVE_ASINHF],[1],[asinhf is available])]) -GCC_CHECK_MATH_FUNC([asinh],[AC_DEFINE([HAVE_ASINH],[1],[asinh is available])]) -GCC_CHECK_MATH_FUNC([asinhl],[AC_DEFINE([HAVE_ASINHL],[1],[asinhl is available])]) -GCC_CHECK_MATH_FUNC([atan2f],[AC_DEFINE([HAVE_ATAN2F],[1],[atan2f is available])]) -GCC_CHECK_MATH_FUNC([atan2],[AC_DEFINE([HAVE_ATAN2],[1],[atan2 is available])]) -GCC_CHECK_MATH_FUNC([atan2l],[AC_DEFINE([HAVE_ATAN2L],[1],[atan2l is available])]) -GCC_CHECK_MATH_FUNC([atanf],[AC_DEFINE([HAVE_ATANF],[1],[atanf is available])]) -GCC_CHECK_MATH_FUNC([atan],[AC_DEFINE([HAVE_ATAN],[1],[atan is available])]) -GCC_CHECK_MATH_FUNC([atanl],[AC_DEFINE([HAVE_ATANL],[1],[atanl is available])]) -GCC_CHECK_MATH_FUNC([atanhf],[AC_DEFINE([HAVE_ATANHF],[1],[atanhf is available])]) -GCC_CHECK_MATH_FUNC([atanh],[AC_DEFINE([HAVE_ATANH],[1],[atanh is available])]) -GCC_CHECK_MATH_FUNC([atanhl],[AC_DEFINE([HAVE_ATANHL],[1],[atanhl is available])]) -GCC_CHECK_MATH_FUNC([cargf],[AC_DEFINE([HAVE_CARGF],[1],[cargf is available])]) -GCC_CHECK_MATH_FUNC([carg],[AC_DEFINE([HAVE_CARG],[1],[carg is available])]) -GCC_CHECK_MATH_FUNC([cargl],[AC_DEFINE([HAVE_CARGL],[1],[cargl is available])]) -GCC_CHECK_MATH_FUNC([ceilf],[AC_DEFINE([HAVE_CEILF],[1],[ceilf is available])]) -GCC_CHECK_MATH_FUNC([ceil],[AC_DEFINE([HAVE_CEIL],[1],[ceil is available])]) -GCC_CHECK_MATH_FUNC([ceill],[AC_DEFINE([HAVE_CEILL],[1],[ceill is available])]) -GCC_CHECK_MATH_FUNC([copysignf],[AC_DEFINE([HAVE_COPYSIGNF],[1],[copysignf is available])]) -GCC_CHECK_MATH_FUNC([copysign],[AC_DEFINE([HAVE_COPYSIGN],[1],[copysign is available])]) -GCC_CHECK_MATH_FUNC([copysignl],[AC_DEFINE([HAVE_COPYSIGNL],[1],[copysignl is available])]) -GCC_CHECK_MATH_FUNC([cosf],[AC_DEFINE([HAVE_COSF],[1],[cosf is available])]) -GCC_CHECK_MATH_FUNC([cos],[AC_DEFINE([HAVE_COS],[1],[cos is available])]) -GCC_CHECK_MATH_FUNC([cosl],[AC_DEFINE([HAVE_COSL],[1],[cosl is available])]) -GCC_CHECK_MATH_FUNC([ccosf],[AC_DEFINE([HAVE_CCOSF],[1],[ccosf is available])]) -GCC_CHECK_MATH_FUNC([ccos],[AC_DEFINE([HAVE_CCOS],[1],[ccos is available])]) -GCC_CHECK_MATH_FUNC([ccosl],[AC_DEFINE([HAVE_CCOSL],[1],[ccosl is available])]) -GCC_CHECK_MATH_FUNC([coshf],[AC_DEFINE([HAVE_COSHF],[1],[coshf is available])]) -GCC_CHECK_MATH_FUNC([cosh],[AC_DEFINE([HAVE_COSH],[1],[cosh is available])]) -GCC_CHECK_MATH_FUNC([coshl],[AC_DEFINE([HAVE_COSHL],[1],[coshl is available])]) -GCC_CHECK_MATH_FUNC([ccoshf],[AC_DEFINE([HAVE_CCOSHF],[1],[ccoshf is available])]) -GCC_CHECK_MATH_FUNC([ccosh],[AC_DEFINE([HAVE_CCOSH],[1],[ccosh is available])]) -GCC_CHECK_MATH_FUNC([ccoshl],[AC_DEFINE([HAVE_CCOSHL],[1],[ccoshl is available])]) -GCC_CHECK_MATH_FUNC([expf],[AC_DEFINE([HAVE_EXPF],[1],[expf is available])]) -GCC_CHECK_MATH_FUNC([exp],[AC_DEFINE([HAVE_EXP],[1],[exp is available])]) -GCC_CHECK_MATH_FUNC([expl],[AC_DEFINE([HAVE_EXPL],[1],[expl is available])]) -GCC_CHECK_MATH_FUNC([cexpf],[AC_DEFINE([HAVE_CEXPF],[1],[cexpf is available])]) -GCC_CHECK_MATH_FUNC([cexp],[AC_DEFINE([HAVE_CEXP],[1],[cexp is available])]) -GCC_CHECK_MATH_FUNC([cexpl],[AC_DEFINE([HAVE_CEXPL],[1],[cexpl is available])]) -GCC_CHECK_MATH_FUNC([fabsf],[AC_DEFINE([HAVE_FABSF],[1],[fabsf is available])]) -GCC_CHECK_MATH_FUNC([fabs],[AC_DEFINE([HAVE_FABS],[1],[fabs is available])]) -GCC_CHECK_MATH_FUNC([fabsl],[AC_DEFINE([HAVE_FABSL],[1],[fabsl is available])]) -GCC_CHECK_MATH_FUNC([cabsf],[AC_DEFINE([HAVE_CABSF],[1],[cabsf is available])]) -GCC_CHECK_MATH_FUNC([cabs],[AC_DEFINE([HAVE_CABS],[1],[cabs is available])]) -GCC_CHECK_MATH_FUNC([cabsl],[AC_DEFINE([HAVE_CABSL],[1],[cabsl is available])]) -GCC_CHECK_MATH_FUNC([floorf],[AC_DEFINE([HAVE_FLOORF],[1],[floorf is available])]) -GCC_CHECK_MATH_FUNC([floor],[AC_DEFINE([HAVE_FLOOR],[1],[floor is available])]) -GCC_CHECK_MATH_FUNC([floorl],[AC_DEFINE([HAVE_FLOORL],[1],[floorl is available])]) -GCC_CHECK_MATH_FUNC([fmodf],[AC_DEFINE([HAVE_FMODF],[1],[fmodf is available])]) -GCC_CHECK_MATH_FUNC([fmod],[AC_DEFINE([HAVE_FMOD],[1],[fmod is available])]) -GCC_CHECK_MATH_FUNC([fmodl],[AC_DEFINE([HAVE_FMODL],[1],[fmodl is available])]) -GCC_CHECK_MATH_FUNC([frexpf],[AC_DEFINE([HAVE_FREXPF],[1],[frexpf is available])]) -GCC_CHECK_MATH_FUNC([frexp],[AC_DEFINE([HAVE_FREXP],[1],[frexp is available])]) -GCC_CHECK_MATH_FUNC([frexpl],[AC_DEFINE([HAVE_FREXPL],[1],[frexpl is available])]) -GCC_CHECK_MATH_FUNC([hypotf],[AC_DEFINE([HAVE_HYPOTF],[1],[hypotf is available])]) -GCC_CHECK_MATH_FUNC([hypot],[AC_DEFINE([HAVE_HYPOT],[1],[hypot is available])]) -GCC_CHECK_MATH_FUNC([hypotl],[AC_DEFINE([HAVE_HYPOTL],[1],[hypotl is available])]) -GCC_CHECK_MATH_FUNC([ldexpf],[AC_DEFINE([HAVE_LDEXPF],[1],[ldexpf is available])]) -GCC_CHECK_MATH_FUNC([ldexp],[AC_DEFINE([HAVE_LDEXP],[1],[ldexp is available])]) -GCC_CHECK_MATH_FUNC([ldexpl],[AC_DEFINE([HAVE_LDEXPL],[1],[ldexpl is available])]) -GCC_CHECK_MATH_FUNC([logf],[AC_DEFINE([HAVE_LOGF],[1],[logf is available])]) -GCC_CHECK_MATH_FUNC([log],[AC_DEFINE([HAVE_LOG],[1],[log is available])]) -GCC_CHECK_MATH_FUNC([logl],[AC_DEFINE([HAVE_LOGL],[1],[logl is available])]) -GCC_CHECK_MATH_FUNC([clogf],[AC_DEFINE([HAVE_CLOGF],[1],[clogf is available])]) -GCC_CHECK_MATH_FUNC([clog],[AC_DEFINE([HAVE_CLOG],[1],[clog is available])]) -GCC_CHECK_MATH_FUNC([clogl],[AC_DEFINE([HAVE_CLOGL],[1],[clogl is available])]) -GCC_CHECK_MATH_FUNC([log10f],[AC_DEFINE([HAVE_LOG10F],[1],[log10f is available])]) -GCC_CHECK_MATH_FUNC([log10],[AC_DEFINE([HAVE_LOG10],[1],[log10 is available])]) -GCC_CHECK_MATH_FUNC([log10l],[AC_DEFINE([HAVE_LOG10L],[1],[log10l is available])]) -GCC_CHECK_MATH_FUNC([clog10f],[AC_DEFINE([HAVE_CLOG10F],[1],[clog10f is available])]) -GCC_CHECK_MATH_FUNC([clog10],[AC_DEFINE([HAVE_CLOG10],[1],[clog10 is available])]) -GCC_CHECK_MATH_FUNC([clog10l],[AC_DEFINE([HAVE_CLOG10L],[1],[clog10l is available])]) -GCC_CHECK_MATH_FUNC([nextafterf],[AC_DEFINE([HAVE_NEXTAFTERF],[1],[nextafterf is available])]) -GCC_CHECK_MATH_FUNC([nextafter],[AC_DEFINE([HAVE_NEXTAFTER],[1],[nextafter is available])]) -GCC_CHECK_MATH_FUNC([nextafterl],[AC_DEFINE([HAVE_NEXTAFTERL],[1],[nextafterl is available])]) -GCC_CHECK_MATH_FUNC([powf],[AC_DEFINE([HAVE_POWF],[1],[powf is available])]) -GCC_CHECK_MATH_FUNC([pow],[AC_DEFINE([HAVE_POW],[1],[pow is available])]) -GCC_CHECK_MATH_FUNC([powl],[AC_DEFINE([HAVE_POWL],[1],[powl is available])]) -GCC_CHECK_MATH_FUNC([cpowf],[AC_DEFINE([HAVE_CPOWF],[1],[cpowf is available])]) -GCC_CHECK_MATH_FUNC([cpow],[AC_DEFINE([HAVE_CPOW],[1],[cpow is available])]) -GCC_CHECK_MATH_FUNC([cpowl],[AC_DEFINE([HAVE_CPOWL],[1],[cpowl is available])]) -GCC_CHECK_MATH_FUNC([roundf],[AC_DEFINE([HAVE_ROUNDF],[1],[roundf is available])]) -GCC_CHECK_MATH_FUNC([round],[AC_DEFINE([HAVE_ROUND],[1],[round is available])]) -GCC_CHECK_MATH_FUNC([roundl],[AC_DEFINE([HAVE_ROUNDL],[1],[roundl is available])]) -GCC_CHECK_MATH_FUNC([lroundf],[AC_DEFINE([HAVE_LROUNDF],[1],[lroundf is available])]) -GCC_CHECK_MATH_FUNC([lround],[AC_DEFINE([HAVE_LROUND],[1],[lround is available])]) -GCC_CHECK_MATH_FUNC([lroundl],[AC_DEFINE([HAVE_LROUNDL],[1],[lroundl is available])]) -GCC_CHECK_MATH_FUNC([llroundf],[AC_DEFINE([HAVE_LLROUNDF],[1],[llroundf is available])]) -GCC_CHECK_MATH_FUNC([llround],[AC_DEFINE([HAVE_LLROUND],[1],[llround is available])]) -GCC_CHECK_MATH_FUNC([llroundl],[AC_DEFINE([HAVE_LLROUNDL],[1],[llroundl is available])]) -GCC_CHECK_MATH_FUNC([scalbnf],[AC_DEFINE([HAVE_SCALBNF],[1],[scalbnf is available])]) -GCC_CHECK_MATH_FUNC([scalbn],[AC_DEFINE([HAVE_SCALBN],[1],[scalbn is available])]) -GCC_CHECK_MATH_FUNC([scalbnl],[AC_DEFINE([HAVE_SCALBNL],[1],[scalbnl is available])]) -GCC_CHECK_MATH_FUNC([sinf],[AC_DEFINE([HAVE_SINF],[1],[sinf is available])]) -GCC_CHECK_MATH_FUNC([sin],[AC_DEFINE([HAVE_SIN],[1],[sin is available])]) -GCC_CHECK_MATH_FUNC([sinl],[AC_DEFINE([HAVE_SINL],[1],[sinl is available])]) -GCC_CHECK_MATH_FUNC([csinf],[AC_DEFINE([HAVE_CSINF],[1],[csinf is available])]) -GCC_CHECK_MATH_FUNC([csin],[AC_DEFINE([HAVE_CSIN],[1],[csin is available])]) -GCC_CHECK_MATH_FUNC([csinl],[AC_DEFINE([HAVE_CSINL],[1],[csinl is available])]) -GCC_CHECK_MATH_FUNC([sinhf],[AC_DEFINE([HAVE_SINHF],[1],[sinhf is available])]) -GCC_CHECK_MATH_FUNC([sinh],[AC_DEFINE([HAVE_SINH],[1],[sinh is available])]) -GCC_CHECK_MATH_FUNC([sinhl],[AC_DEFINE([HAVE_SINHL],[1],[sinhl is available])]) -GCC_CHECK_MATH_FUNC([csinhf],[AC_DEFINE([HAVE_CSINHF],[1],[csinhf is available])]) -GCC_CHECK_MATH_FUNC([csinh],[AC_DEFINE([HAVE_CSINH],[1],[csinh is available])]) -GCC_CHECK_MATH_FUNC([csinhl],[AC_DEFINE([HAVE_CSINHL],[1],[csinhl is available])]) -GCC_CHECK_MATH_FUNC([sqrtf],[AC_DEFINE([HAVE_SQRTF],[1],[sqrtf is available])]) -GCC_CHECK_MATH_FUNC([sqrt],[AC_DEFINE([HAVE_SQRT],[1],[sqrt is available])]) -GCC_CHECK_MATH_FUNC([sqrtl],[AC_DEFINE([HAVE_SQRTL],[1],[sqrtl is available])]) -GCC_CHECK_MATH_FUNC([csqrtf],[AC_DEFINE([HAVE_CSQRTF],[1],[csqrtf is available])]) -GCC_CHECK_MATH_FUNC([csqrt],[AC_DEFINE([HAVE_CSQRT],[1],[csqrt is available])]) -GCC_CHECK_MATH_FUNC([csqrtl],[AC_DEFINE([HAVE_CSQRTL],[1],[csqrtl is available])]) -GCC_CHECK_MATH_FUNC([tanf],[AC_DEFINE([HAVE_TANF],[1],[tanf is available])]) -GCC_CHECK_MATH_FUNC([tan],[AC_DEFINE([HAVE_TAN],[1],[tan is available])]) -GCC_CHECK_MATH_FUNC([tanl],[AC_DEFINE([HAVE_TANL],[1],[tanl is available])]) -GCC_CHECK_MATH_FUNC([ctanf],[AC_DEFINE([HAVE_CTANF],[1],[ctanf is available])]) -GCC_CHECK_MATH_FUNC([ctan],[AC_DEFINE([HAVE_CTAN],[1],[ctan is available])]) -GCC_CHECK_MATH_FUNC([ctanl],[AC_DEFINE([HAVE_CTANL],[1],[ctanl is available])]) -GCC_CHECK_MATH_FUNC([tanhf],[AC_DEFINE([HAVE_TANHF],[1],[tanhf is available])]) -GCC_CHECK_MATH_FUNC([tanh],[AC_DEFINE([HAVE_TANH],[1],[tanh is available])]) -GCC_CHECK_MATH_FUNC([tanhl],[AC_DEFINE([HAVE_TANHL],[1],[tanhl is available])]) -GCC_CHECK_MATH_FUNC([ctanhf],[AC_DEFINE([HAVE_CTANHF],[1],[ctanhf is available])]) -GCC_CHECK_MATH_FUNC([ctanh],[AC_DEFINE([HAVE_CTANH],[1],[ctanh is available])]) -GCC_CHECK_MATH_FUNC([ctanhl],[AC_DEFINE([HAVE_CTANHL],[1],[ctanhl is available])]) -GCC_CHECK_MATH_FUNC([truncf],[AC_DEFINE([HAVE_TRUNCF],[1],[truncf is available])]) -GCC_CHECK_MATH_FUNC([trunc],[AC_DEFINE([HAVE_TRUNC],[1],[trunc is available])]) -GCC_CHECK_MATH_FUNC([truncl],[AC_DEFINE([HAVE_TRUNCL],[1],[truncl is available])]) -GCC_CHECK_MATH_FUNC([erff],[AC_DEFINE([HAVE_ERFF],[1],[erff is available])]) -GCC_CHECK_MATH_FUNC([erf],[AC_DEFINE([HAVE_ERF],[1],[erf is available])]) -GCC_CHECK_MATH_FUNC([erfl],[AC_DEFINE([HAVE_ERFL],[1],[erfl is available])]) -GCC_CHECK_MATH_FUNC([erfcf],[AC_DEFINE([HAVE_ERFCF],[1],[erfcf is available])]) -GCC_CHECK_MATH_FUNC([erfc],[AC_DEFINE([HAVE_ERFC],[1],[erfc is available])]) -GCC_CHECK_MATH_FUNC([erfcl],[AC_DEFINE([HAVE_ERFCL],[1],[erfcl is available])]) -GCC_CHECK_MATH_FUNC([j0f],[AC_DEFINE([HAVE_J0F],[1],[j0f is available])]) -GCC_CHECK_MATH_FUNC([j0],[AC_DEFINE([HAVE_J0],[1],[j0 is available])]) -GCC_CHECK_MATH_FUNC([j0l],[AC_DEFINE([HAVE_J0L],[1],[j0l is available])]) -GCC_CHECK_MATH_FUNC([j1f],[AC_DEFINE([HAVE_J1F],[1],[j1f is available])]) -GCC_CHECK_MATH_FUNC([j1],[AC_DEFINE([HAVE_J1],[1],[j1 is available])]) -GCC_CHECK_MATH_FUNC([j1l],[AC_DEFINE([HAVE_J1L],[1],[j1l is available])]) -GCC_CHECK_MATH_FUNC([jnf],[AC_DEFINE([HAVE_JNF],[1],[jnf is available])]) -GCC_CHECK_MATH_FUNC([jn],[AC_DEFINE([HAVE_JN],[1],[jn is available])]) -GCC_CHECK_MATH_FUNC([jnl],[AC_DEFINE([HAVE_JNL],[1],[jnl is available])]) -GCC_CHECK_MATH_FUNC([y0f],[AC_DEFINE([HAVE_Y0F],[1],[y0f is available])]) -GCC_CHECK_MATH_FUNC([y0],[AC_DEFINE([HAVE_Y0],[1],[y0 is available])]) -GCC_CHECK_MATH_FUNC([y0l],[AC_DEFINE([HAVE_Y0L],[1],[y0l is available])]) -GCC_CHECK_MATH_FUNC([y1f],[AC_DEFINE([HAVE_Y1F],[1],[y1f is available])]) -GCC_CHECK_MATH_FUNC([y1],[AC_DEFINE([HAVE_Y1],[1],[y1 is available])]) -GCC_CHECK_MATH_FUNC([y1l],[AC_DEFINE([HAVE_Y1L],[1],[y1l is available])]) -GCC_CHECK_MATH_FUNC([ynf],[AC_DEFINE([HAVE_YNF],[1],[ynf is available])]) -GCC_CHECK_MATH_FUNC([yn],[AC_DEFINE([HAVE_YN],[1],[yn is available])]) -GCC_CHECK_MATH_FUNC([ynl],[AC_DEFINE([HAVE_YNL],[1],[ynl is available])]) -GCC_CHECK_MATH_FUNC([tgamma],[AC_DEFINE([HAVE_TGAMMA],[1],[tgamma is available])]) -GCC_CHECK_MATH_FUNC([tgammaf],[AC_DEFINE([HAVE_TGAMMAF],[1],[tgammaf is available])]) -GCC_CHECK_MATH_FUNC([tgammal],[AC_DEFINE([HAVE_TGAMMAL],[1],[tgammal is available])]) -GCC_CHECK_MATH_FUNC([lgamma],[AC_DEFINE([HAVE_LGAMMA],[1],[lgamma is available])]) -GCC_CHECK_MATH_FUNC([lgammaf],[AC_DEFINE([HAVE_LGAMMAF],[1],[lgammaf is available])]) -GCC_CHECK_MATH_FUNC([lgammal],[AC_DEFINE([HAVE_LGAMMAL],[1],[lgammal is available])]) +GCC_CHECK_MATH_FUNC([acosf]) +GCC_CHECK_MATH_FUNC([acos]) +GCC_CHECK_MATH_FUNC([acosl]) +GCC_CHECK_MATH_FUNC([acoshf]) +GCC_CHECK_MATH_FUNC([acosh]) +GCC_CHECK_MATH_FUNC([acoshl]) +GCC_CHECK_MATH_FUNC([asinf]) +GCC_CHECK_MATH_FUNC([asin]) +GCC_CHECK_MATH_FUNC([asinl]) +GCC_CHECK_MATH_FUNC([asinhf]) +GCC_CHECK_MATH_FUNC([asinh]) +GCC_CHECK_MATH_FUNC([asinhl]) +GCC_CHECK_MATH_FUNC([atan2f]) +GCC_CHECK_MATH_FUNC([atan2]) +GCC_CHECK_MATH_FUNC([atan2l]) +GCC_CHECK_MATH_FUNC([atanf]) +GCC_CHECK_MATH_FUNC([atan]) +GCC_CHECK_MATH_FUNC([atanl]) +GCC_CHECK_MATH_FUNC([atanhf]) +GCC_CHECK_MATH_FUNC([atanh]) +GCC_CHECK_MATH_FUNC([atanhl]) +GCC_CHECK_MATH_FUNC([cargf]) +GCC_CHECK_MATH_FUNC([carg]) +GCC_CHECK_MATH_FUNC([cargl]) +GCC_CHECK_MATH_FUNC([ceilf]) +GCC_CHECK_MATH_FUNC([ceil]) +GCC_CHECK_MATH_FUNC([ceill]) +GCC_CHECK_MATH_FUNC([copysignf]) +GCC_CHECK_MATH_FUNC([copysign]) +GCC_CHECK_MATH_FUNC([copysignl]) +GCC_CHECK_MATH_FUNC([cosf]) +GCC_CHECK_MATH_FUNC([cos]) +GCC_CHECK_MATH_FUNC([cosl]) +GCC_CHECK_MATH_FUNC([ccosf]) +GCC_CHECK_MATH_FUNC([ccos]) +GCC_CHECK_MATH_FUNC([ccosl]) +GCC_CHECK_MATH_FUNC([coshf]) +GCC_CHECK_MATH_FUNC([cosh]) +GCC_CHECK_MATH_FUNC([coshl]) +GCC_CHECK_MATH_FUNC([ccoshf]) +GCC_CHECK_MATH_FUNC([ccosh]) +GCC_CHECK_MATH_FUNC([ccoshl]) +GCC_CHECK_MATH_FUNC([expf]) +GCC_CHECK_MATH_FUNC([exp]) +GCC_CHECK_MATH_FUNC([expl]) +GCC_CHECK_MATH_FUNC([cexpf]) +GCC_CHECK_MATH_FUNC([cexp]) +GCC_CHECK_MATH_FUNC([cexpl]) +GCC_CHECK_MATH_FUNC([fabsf]) +GCC_CHECK_MATH_FUNC([fabs]) +GCC_CHECK_MATH_FUNC([fabsl]) +GCC_CHECK_MATH_FUNC([cabsf]) +GCC_CHECK_MATH_FUNC([cabs]) +GCC_CHECK_MATH_FUNC([cabsl]) +GCC_CHECK_MATH_FUNC([floorf]) +GCC_CHECK_MATH_FUNC([floor]) +GCC_CHECK_MATH_FUNC([floorl]) +GCC_CHECK_MATH_FUNC([fmodf]) +GCC_CHECK_MATH_FUNC([fmod]) +GCC_CHECK_MATH_FUNC([fmodl]) +GCC_CHECK_MATH_FUNC([frexpf]) +GCC_CHECK_MATH_FUNC([frexp]) +GCC_CHECK_MATH_FUNC([frexpl]) +GCC_CHECK_MATH_FUNC([hypotf]) +GCC_CHECK_MATH_FUNC([hypot]) +GCC_CHECK_MATH_FUNC([hypotl]) +GCC_CHECK_MATH_FUNC([ldexpf]) +GCC_CHECK_MATH_FUNC([ldexp]) +GCC_CHECK_MATH_FUNC([ldexpl]) +GCC_CHECK_MATH_FUNC([logf]) +GCC_CHECK_MATH_FUNC([log]) +GCC_CHECK_MATH_FUNC([logl]) +GCC_CHECK_MATH_FUNC([clogf]) +GCC_CHECK_MATH_FUNC([clog]) +GCC_CHECK_MATH_FUNC([clogl]) +GCC_CHECK_MATH_FUNC([log10f]) +GCC_CHECK_MATH_FUNC([log10]) +GCC_CHECK_MATH_FUNC([log10l]) +GCC_CHECK_MATH_FUNC([clog10f]) +GCC_CHECK_MATH_FUNC([clog10]) +GCC_CHECK_MATH_FUNC([clog10l]) +GCC_CHECK_MATH_FUNC([nextafterf]) +GCC_CHECK_MATH_FUNC([nextafter]) +GCC_CHECK_MATH_FUNC([nextafterl]) +GCC_CHECK_MATH_FUNC([powf]) +GCC_CHECK_MATH_FUNC([pow]) +GCC_CHECK_MATH_FUNC([powl]) +GCC_CHECK_MATH_FUNC([cpowf]) +GCC_CHECK_MATH_FUNC([cpow]) +GCC_CHECK_MATH_FUNC([cpowl]) +GCC_CHECK_MATH_FUNC([roundf]) +GCC_CHECK_MATH_FUNC([round]) +GCC_CHECK_MATH_FUNC([roundl]) +GCC_CHECK_MATH_FUNC([lroundf]) +GCC_CHECK_MATH_FUNC([lround]) +GCC_CHECK_MATH_FUNC([lroundl]) +GCC_CHECK_MATH_FUNC([llroundf]) +GCC_CHECK_MATH_FUNC([llround]) +GCC_CHECK_MATH_FUNC([llroundl]) +GCC_CHECK_MATH_FUNC([scalbnf]) +GCC_CHECK_MATH_FUNC([scalbn]) +GCC_CHECK_MATH_FUNC([scalbnl]) +GCC_CHECK_MATH_FUNC([sinf]) +GCC_CHECK_MATH_FUNC([sin]) +GCC_CHECK_MATH_FUNC([sinl]) +GCC_CHECK_MATH_FUNC([csinf]) +GCC_CHECK_MATH_FUNC([csin]) +GCC_CHECK_MATH_FUNC([csinl]) +GCC_CHECK_MATH_FUNC([sinhf]) +GCC_CHECK_MATH_FUNC([sinh]) +GCC_CHECK_MATH_FUNC([sinhl]) +GCC_CHECK_MATH_FUNC([csinhf]) +GCC_CHECK_MATH_FUNC([csinh]) +GCC_CHECK_MATH_FUNC([csinhl]) +GCC_CHECK_MATH_FUNC([sqrtf]) +GCC_CHECK_MATH_FUNC([sqrt]) +GCC_CHECK_MATH_FUNC([sqrtl]) +GCC_CHECK_MATH_FUNC([csqrtf]) +GCC_CHECK_MATH_FUNC([csqrt]) +GCC_CHECK_MATH_FUNC([csqrtl]) +GCC_CHECK_MATH_FUNC([tanf]) +GCC_CHECK_MATH_FUNC([tan]) +GCC_CHECK_MATH_FUNC([tanl]) +GCC_CHECK_MATH_FUNC([ctanf]) +GCC_CHECK_MATH_FUNC([ctan]) +GCC_CHECK_MATH_FUNC([ctanl]) +GCC_CHECK_MATH_FUNC([tanhf]) +GCC_CHECK_MATH_FUNC([tanh]) +GCC_CHECK_MATH_FUNC([tanhl]) +GCC_CHECK_MATH_FUNC([ctanhf]) +GCC_CHECK_MATH_FUNC([ctanh]) +GCC_CHECK_MATH_FUNC([ctanhl]) +GCC_CHECK_MATH_FUNC([truncf]) +GCC_CHECK_MATH_FUNC([trunc]) +GCC_CHECK_MATH_FUNC([truncl]) +GCC_CHECK_MATH_FUNC([erff]) +GCC_CHECK_MATH_FUNC([erf]) +GCC_CHECK_MATH_FUNC([erfl]) +GCC_CHECK_MATH_FUNC([erfcf]) +GCC_CHECK_MATH_FUNC([erfc]) +GCC_CHECK_MATH_FUNC([erfcl]) +GCC_CHECK_MATH_FUNC([j0f]) +GCC_CHECK_MATH_FUNC([j0]) +GCC_CHECK_MATH_FUNC([j0l]) +GCC_CHECK_MATH_FUNC([j1f]) +GCC_CHECK_MATH_FUNC([j1]) +GCC_CHECK_MATH_FUNC([j1l]) +GCC_CHECK_MATH_FUNC([jnf]) +GCC_CHECK_MATH_FUNC([jn]) +GCC_CHECK_MATH_FUNC([jnl]) +GCC_CHECK_MATH_FUNC([y0f]) +GCC_CHECK_MATH_FUNC([y0]) +GCC_CHECK_MATH_FUNC([y0l]) +GCC_CHECK_MATH_FUNC([y1f]) +GCC_CHECK_MATH_FUNC([y1]) +GCC_CHECK_MATH_FUNC([y1l]) +GCC_CHECK_MATH_FUNC([ynf]) +GCC_CHECK_MATH_FUNC([yn]) +GCC_CHECK_MATH_FUNC([ynl]) +GCC_CHECK_MATH_FUNC([tgamma]) +GCC_CHECK_MATH_FUNC([tgammaf]) +GCC_CHECK_MATH_FUNC([tgammal]) +GCC_CHECK_MATH_FUNC([lgamma]) +GCC_CHECK_MATH_FUNC([lgammaf]) +GCC_CHECK_MATH_FUNC([lgammal]) # Check for GFORTRAN_C99_1.1 funcs -GCC_CHECK_MATH_FUNC([cacos],[AC_DEFINE([HAVE_CACOS],[1],[cacos is available])]) -GCC_CHECK_MATH_FUNC([cacosf],[AC_DEFINE([HAVE_CACOSF],[1],[cacosf is available])]) -GCC_CHECK_MATH_FUNC([cacosh],[AC_DEFINE([HAVE_CACOSH],[1],[cacosh is available])]) -GCC_CHECK_MATH_FUNC([cacoshf],[AC_DEFINE([HAVE_CACOSHF],[1],[cacoshf is available])]) -GCC_CHECK_MATH_FUNC([cacoshl],[AC_DEFINE([HAVE_CACOSHL],[1],[cacoshl is available])]) -GCC_CHECK_MATH_FUNC([cacosl],[AC_DEFINE([HAVE_CACOSL],[1],[cacosl is available])]) -GCC_CHECK_MATH_FUNC([casin],[AC_DEFINE([HAVE_CASIN],[1],[casin is available])]) -GCC_CHECK_MATH_FUNC([casinf],[AC_DEFINE([HAVE_CASINF],[1],[casinf is available])]) -GCC_CHECK_MATH_FUNC([casinh],[AC_DEFINE([HAVE_CASINH],[1],[casinh is available])]) -GCC_CHECK_MATH_FUNC([casinhf],[AC_DEFINE([HAVE_CASINHF],[1],[casinhf is available])]) -GCC_CHECK_MATH_FUNC([casinhl],[AC_DEFINE([HAVE_CASINHL],[1],[casinhl is available])]) -GCC_CHECK_MATH_FUNC([casinl],[AC_DEFINE([HAVE_CASINL],[1],[casinl is available])]) -GCC_CHECK_MATH_FUNC([catan],[AC_DEFINE([HAVE_CATAN],[1],[catan is available])]) -GCC_CHECK_MATH_FUNC([catanf],[AC_DEFINE([HAVE_CATANF],[1],[catanf is available])]) -GCC_CHECK_MATH_FUNC([catanh],[AC_DEFINE([HAVE_CATANH],[1],[catanh is available])]) -GCC_CHECK_MATH_FUNC([catanhf],[AC_DEFINE([HAVE_CATANHF],[1],[catanhf is available])]) -GCC_CHECK_MATH_FUNC([catanhl],[AC_DEFINE([HAVE_CATANHL],[1],[catanhl is available])]) -GCC_CHECK_MATH_FUNC([catanl],[AC_DEFINE([HAVE_CATANL],[1],[catanl is available])]) +GCC_CHECK_MATH_FUNC([cacos]) +GCC_CHECK_MATH_FUNC([cacosf]) +GCC_CHECK_MATH_FUNC([cacosh]) +GCC_CHECK_MATH_FUNC([cacoshf]) +GCC_CHECK_MATH_FUNC([cacoshl]) +GCC_CHECK_MATH_FUNC([cacosl]) +GCC_CHECK_MATH_FUNC([casin]) +GCC_CHECK_MATH_FUNC([casinf]) +GCC_CHECK_MATH_FUNC([casinh]) +GCC_CHECK_MATH_FUNC([casinhf]) +GCC_CHECK_MATH_FUNC([casinhl]) +GCC_CHECK_MATH_FUNC([casinl]) +GCC_CHECK_MATH_FUNC([catan]) +GCC_CHECK_MATH_FUNC([catanf]) +GCC_CHECK_MATH_FUNC([catanh]) +GCC_CHECK_MATH_FUNC([catanhf]) +GCC_CHECK_MATH_FUNC([catanhl]) +GCC_CHECK_MATH_FUNC([catanl]) # On AIX, clog is present in libm as __clog AC_CHECK_LIB([m],[__clog],[AC_DEFINE([HAVE_CLOG],[1],[libm includes clog])])