]> Savannah Git Hosting - gnulib.git/commitdiff
math: Ensure declarations of math functions.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 15:24:16 +0000 (16:24 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 15:24:16 +0000 (16:24 +0100)
* modules/acosf (Depends-on): Add 'extensions'.
* modules/asinf (Depends-on): Likewise.
* modules/atan2f (Depends-on): Likewise.
* modules/atanf (Depends-on): Likewise.
* modules/cbrt (Depends-on): Likewise.
* modules/cbrtf (Depends-on): Likewise.
* modules/cbrtl (Depends-on): Likewise.
* modules/copysignf (Depends-on): Likewise.
* modules/copysignl (Depends-on): Likewise.
* modules/cosf (Depends-on): Likewise.
* modules/coshf (Depends-on): Likewise.
* modules/expf (Depends-on): Likewise.
* modules/fabsf (Depends-on): Likewise.
* modules/fabsl (Depends-on): Likewise.
* modules/fmaf (Depends-on): Likewise.
* modules/fmal (Depends-on): Likewise.
* modules/fmodf (Depends-on): Likewise.
* modules/fmodl (Depends-on): Likewise.
* modules/frexpf (Depends-on): Likewise.
* modules/frexpl (Depends-on): Likewise.
* modules/hypot (Depends-on): Likewise.
* modules/hypotf (Depends-on): Likewise.
* modules/hypotl (Depends-on): Likewise.
* modules/ldexpf (Depends-on): Likewise.
* modules/ldexpl (Depends-on): Likewise.
* modules/log10f (Depends-on): Likewise.
* modules/log10l (Depends-on): Likewise.
* modules/log1p (Depends-on): Likewise.
* modules/logb (Depends-on): Likewise.
* modules/logf (Depends-on): Likewise.
* modules/modff (Depends-on): Likewise.
* modules/modfl (Depends-on): Likewise.
* modules/powf (Depends-on): Likewise.
* modules/remainderf (Depends-on): Likewise.
* modules/remainderl (Depends-on): Likewise.
* modules/rintf (Depends-on): Likewise.
* modules/rintl (Depends-on): Likewise.
* modules/sinf (Depends-on): Likewise.
* modules/sinhf (Depends-on): Likewise.
* modules/sqrtf (Depends-on): Likewise.
* modules/tanf (Depends-on): Likewise.
* modules/tanhf (Depends-on): Likewise.
* m4/acosf.m4 (gl_FUNC_ACOSF): Require gl_USE_SYSTEM_EXTENSIONS.
* m4/asinf.m4 (gl_FUNC_ASINF): Likewise.
* m4/atan2f.m4 (gl_FUNC_ATAN2F): Likewise.
* m4/atanf.m4 (gl_FUNC_ATANF): Likewise.
* m4/cbrt.m4 (gl_FUNC_CBRT): Likewise.
* m4/cbrtf.m4 (gl_FUNC_CBRTF): Likewise.
* m4/cbrtl.m4 (gl_FUNC_CBRTL): Likewise.
* m4/copysignf.m4 (gl_FUNC_COPYSIGNF): Likewise.
* m4/copysignl.m4 (gl_FUNC_COPYSIGNL): Likewise.
* m4/cosf.m4 (gl_FUNC_COSF): Likewise.
* m4/coshf.m4 (gl_FUNC_COSHF): Likewise.
* m4/expf.m4 (gl_FUNC_EXPF): Likewise.
* m4/fabsf.m4 (gl_FUNC_FABSF): Likewise.
* m4/fabsl.m4 (gl_FUNC_FABSL): Likewise.
* m4/fmaf.m4 (gl_FUNC_FMAF): Likewise.
* m4/fmal.m4 (gl_FUNC_FMAL): Likewise.
* m4/fmodf.m4 (gl_FUNC_FMODF): Likewise.
* m4/fmodl.m4 (gl_FUNC_FMODL): Likewise.
* m4/frexpf.m4 (gl_FUNC_FREXPF): Likewise.
* m4/frexpl.m4 (gl_FUNC_FREXPL): Likewise.
* m4/hypot.m4 (gl_FUNC_HYPOT): Likewise.
* m4/hypotf.m4 (gl_FUNC_HYPOTF): Likewise.
* m4/hypotl.m4 (gl_FUNC_HYPOTL): Likewise.
* m4/ldexpf.m4 (gl_FUNC_LDEXPF): Likewise.
* m4/ldexpl.m4 (gl_FUNC_LDEXPL): Likewise.
* m4/log10f.m4 (gl_FUNC_LOG10F): Likewise.
* m4/log10l.m4 (gl_FUNC_LOF10L): Likewise.
* m4/logb.m4 (gl_FUNC_LOGB): Likewise.
* m4/logf.m4 (gl_FUNC_LOGF): Likewise.
* m4/modff.m4 (gl_FUNC_MODFF): Likewise.
* m4/modfl.m4 (gl_FUNC_MODFL): Likewise.
* m4/powf.m4 (gl_FUNC_POWF): Likewise.
* m4/remainderf.m4 (gl_FUNC_REMAINDERF): Likewise.
* m4/remainderl.m4 (gl_FUNC_REMAINDERL): Likewise.
* m4/rintf.m4 (gl_FUNC_RINTF): Likewise.
* m4/rintl.m4 (gl_FUNC_RINTL): Likewise.
* m4/sinf.m4 (gl_FUNC_SINF): Likewise.
* m4/sinhf.m4 (gl_FUNC_SINHF): Likewise.
* m4/sqrtf.m4 (gl_FUNC_SQRTF): Likewise.
* m4/tanf.m4 (gl_FUNC_TANF): Likewise.
* m4/tanhf.m4 (gl_FUNC_TANHF): Likewise.

84 files changed:
ChangeLog
m4/acosf.m4
m4/asinf.m4
m4/atan2f.m4
m4/atanf.m4
m4/cbrt.m4
m4/cbrtf.m4
m4/cbrtl.m4
m4/copysignf.m4
m4/copysignl.m4
m4/cosf.m4
m4/coshf.m4
m4/expf.m4
m4/fabsf.m4
m4/fabsl.m4
m4/fmaf.m4
m4/fmal.m4
m4/fmodf.m4
m4/fmodl.m4
m4/frexpf.m4
m4/frexpl.m4
m4/hypot.m4
m4/hypotf.m4
m4/hypotl.m4
m4/ldexpf.m4
m4/ldexpl.m4
m4/log10f.m4
m4/log10l.m4
m4/logb.m4
m4/logf.m4
m4/modff.m4
m4/modfl.m4
m4/powf.m4
m4/remainderf.m4
m4/remainderl.m4
m4/rintf.m4
m4/rintl.m4
m4/sinf.m4
m4/sinhf.m4
m4/sqrtf.m4
m4/tanf.m4
m4/tanhf.m4
modules/acosf
modules/asinf
modules/atan2f
modules/atanf
modules/cbrt
modules/cbrtf
modules/cbrtl
modules/copysignf
modules/copysignl
modules/cosf
modules/coshf
modules/expf
modules/fabsf
modules/fabsl
modules/fmaf
modules/fmal
modules/fmodf
modules/fmodl
modules/frexpf
modules/frexpl
modules/hypot
modules/hypotf
modules/hypotl
modules/ldexpf
modules/ldexpl
modules/log10f
modules/log10l
modules/log1p
modules/logb
modules/logf
modules/modff
modules/modfl
modules/powf
modules/remainderf
modules/remainderl
modules/rintf
modules/rintl
modules/sinf
modules/sinhf
modules/sqrtf
modules/tanf
modules/tanhf

index d12dcfe9c16071f32c0be5eb6b337c2ed5563f44..163e154d2da4c66db09af8bd37f39046d221669a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+2012-03-06  Bruno Haible  <bruno@clisp.org>
+
+       math: Ensure declarations of math functions.
+       * modules/acosf (Depends-on): Add 'extensions'.
+       * modules/asinf (Depends-on): Likewise.
+       * modules/atan2f (Depends-on): Likewise.
+       * modules/atanf (Depends-on): Likewise.
+       * modules/cbrt (Depends-on): Likewise.
+       * modules/cbrtf (Depends-on): Likewise.
+       * modules/cbrtl (Depends-on): Likewise.
+       * modules/copysignf (Depends-on): Likewise.
+       * modules/copysignl (Depends-on): Likewise.
+       * modules/cosf (Depends-on): Likewise.
+       * modules/coshf (Depends-on): Likewise.
+       * modules/expf (Depends-on): Likewise.
+       * modules/fabsf (Depends-on): Likewise.
+       * modules/fabsl (Depends-on): Likewise.
+       * modules/fmaf (Depends-on): Likewise.
+       * modules/fmal (Depends-on): Likewise.
+       * modules/fmodf (Depends-on): Likewise.
+       * modules/fmodl (Depends-on): Likewise.
+       * modules/frexpf (Depends-on): Likewise.
+       * modules/frexpl (Depends-on): Likewise.
+       * modules/hypot (Depends-on): Likewise.
+       * modules/hypotf (Depends-on): Likewise.
+       * modules/hypotl (Depends-on): Likewise.
+       * modules/ldexpf (Depends-on): Likewise.
+       * modules/ldexpl (Depends-on): Likewise.
+       * modules/log10f (Depends-on): Likewise.
+       * modules/log10l (Depends-on): Likewise.
+       * modules/log1p (Depends-on): Likewise.
+       * modules/logb (Depends-on): Likewise.
+       * modules/logf (Depends-on): Likewise.
+       * modules/modff (Depends-on): Likewise.
+       * modules/modfl (Depends-on): Likewise.
+       * modules/powf (Depends-on): Likewise.
+       * modules/remainderf (Depends-on): Likewise.
+       * modules/remainderl (Depends-on): Likewise.
+       * modules/rintf (Depends-on): Likewise.
+       * modules/rintl (Depends-on): Likewise.
+       * modules/sinf (Depends-on): Likewise.
+       * modules/sinhf (Depends-on): Likewise.
+       * modules/sqrtf (Depends-on): Likewise.
+       * modules/tanf (Depends-on): Likewise.
+       * modules/tanhf (Depends-on): Likewise.
+       * m4/acosf.m4 (gl_FUNC_ACOSF): Require gl_USE_SYSTEM_EXTENSIONS.
+       * m4/asinf.m4 (gl_FUNC_ASINF): Likewise.
+       * m4/atan2f.m4 (gl_FUNC_ATAN2F): Likewise.
+       * m4/atanf.m4 (gl_FUNC_ATANF): Likewise.
+       * m4/cbrt.m4 (gl_FUNC_CBRT): Likewise.
+       * m4/cbrtf.m4 (gl_FUNC_CBRTF): Likewise.
+       * m4/cbrtl.m4 (gl_FUNC_CBRTL): Likewise.
+       * m4/copysignf.m4 (gl_FUNC_COPYSIGNF): Likewise.
+       * m4/copysignl.m4 (gl_FUNC_COPYSIGNL): Likewise.
+       * m4/cosf.m4 (gl_FUNC_COSF): Likewise.
+       * m4/coshf.m4 (gl_FUNC_COSHF): Likewise.
+       * m4/expf.m4 (gl_FUNC_EXPF): Likewise.
+       * m4/fabsf.m4 (gl_FUNC_FABSF): Likewise.
+       * m4/fabsl.m4 (gl_FUNC_FABSL): Likewise.
+       * m4/fmaf.m4 (gl_FUNC_FMAF): Likewise.
+       * m4/fmal.m4 (gl_FUNC_FMAL): Likewise.
+       * m4/fmodf.m4 (gl_FUNC_FMODF): Likewise.
+       * m4/fmodl.m4 (gl_FUNC_FMODL): Likewise.
+       * m4/frexpf.m4 (gl_FUNC_FREXPF): Likewise.
+       * m4/frexpl.m4 (gl_FUNC_FREXPL): Likewise.
+       * m4/hypot.m4 (gl_FUNC_HYPOT): Likewise.
+       * m4/hypotf.m4 (gl_FUNC_HYPOTF): Likewise.
+       * m4/hypotl.m4 (gl_FUNC_HYPOTL): Likewise.
+       * m4/ldexpf.m4 (gl_FUNC_LDEXPF): Likewise.
+       * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Likewise.
+       * m4/log10f.m4 (gl_FUNC_LOG10F): Likewise.
+       * m4/log10l.m4 (gl_FUNC_LOF10L): Likewise.
+       * m4/logb.m4 (gl_FUNC_LOGB): Likewise.
+       * m4/logf.m4 (gl_FUNC_LOGF): Likewise.
+       * m4/modff.m4 (gl_FUNC_MODFF): Likewise.
+       * m4/modfl.m4 (gl_FUNC_MODFL): Likewise.
+       * m4/powf.m4 (gl_FUNC_POWF): Likewise.
+       * m4/remainderf.m4 (gl_FUNC_REMAINDERF): Likewise.
+       * m4/remainderl.m4 (gl_FUNC_REMAINDERL): Likewise.
+       * m4/rintf.m4 (gl_FUNC_RINTF): Likewise.
+       * m4/rintl.m4 (gl_FUNC_RINTL): Likewise.
+       * m4/sinf.m4 (gl_FUNC_SINF): Likewise.
+       * m4/sinhf.m4 (gl_FUNC_SINHF): Likewise.
+       * m4/sqrtf.m4 (gl_FUNC_SQRTF): Likewise.
+       * m4/tanf.m4 (gl_FUNC_TANF): Likewise.
+       * m4/tanhf.m4 (gl_FUNC_TANHF): Likewise.
+
 2012-03-06  Bruno Haible  <bruno@clisp.org>
 
        math: Update module names in warnings.
index fe80cf05126ce83b23d0e5110b4d41ab2fb67b55..7c25ca28d49225f960111da708c6a5bd0fba7462 100644 (file)
@@ -1,4 +1,4 @@
-# acosf.m4 serial 1
+# acosf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_ACOSF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_ACOS])
 
+  dnl Persuade glibc <math.h> to declare acosf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether acosf() exists. Assume that acosf(), if it exists, is
   dnl defined in the same library as acos().
   save_LIBS="$LIBS"
index 3590c1f8f2f1f50afcbdd3f77e0164401c171448..553b7154715aba87038a7fba194f4ead26b17990 100644 (file)
@@ -1,4 +1,4 @@
-# asinf.m4 serial 1
+# asinf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_ASINF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_ASIN])
 
+  dnl Persuade glibc <math.h> to declare asinf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether asinf() exists. Assume that asinf(), if it exists, is
   dnl defined in the same library as asin().
   save_LIBS="$LIBS"
index bb3d870f4de890bc511ac34a7ea9395dd5b35cc9..bdca293b51574f78c7119c6407b3a5cee61fb993 100644 (file)
@@ -1,4 +1,4 @@
-# atan2f.m4 serial 1
+# atan2f.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_ATAN2F],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_ATAN2])
 
+  dnl Persuade glibc <math.h> to declare atan2f().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether atan2f() exists. Assume that atan2f(), if it exists, is
   dnl defined in the same library as atan2().
   save_LIBS="$LIBS"
index 816bf1782d31d9cd6f850fbf0bfe6938e8e1b8d9..b37e08bc877810771e8cb3170ad9850eff86add1 100644 (file)
@@ -1,4 +1,4 @@
-# atanf.m4 serial 1
+# atanf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_ATANF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_ATAN])
 
+  dnl Persuade glibc <math.h> to declare atanf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether atanf() exists. Assume that atanf(), if it exists, is
   dnl defined in the same library as atan().
   save_LIBS="$LIBS"
index 065f328afd070e3ea98156df210c98568102095e..61147902f4fd84d89a46a5c4117475f15d05d985 100644 (file)
@@ -1,4 +1,4 @@
-# cbrt.m4 serial 1
+# cbrt.m4 serial 2
 dnl Copyright (C) 2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -8,6 +8,9 @@ AC_DEFUN([gl_FUNC_CBRT],
 [
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
 
+  dnl Persuade glibc <math.h> to declare cbrt().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Determine CBRT_LIBM.
   gl_COMMON_DOUBLE_MATHFUNC([cbrt])
 
index f948bd49482dbf8cc69d67000fb188566ec6529f..b5bda931ca67dd62ef668f05e7aa8966228b6001 100644 (file)
@@ -1,4 +1,4 @@
-# cbrtf.m4 serial 2
+# cbrtf.m4 serial 3
 dnl Copyright (C) 2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_CBRTF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_CBRT])
 
+  dnl Persuade glibc <math.h> to declare cbrtf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether cbrtf() exists. Assume that cbrtf(), if it exists, is
   dnl defined in the same library as cbrt().
   save_LIBS="$LIBS"
index f40a1c0d678b69d10c6051375b26c168ca0370de..b2a1a7c1a635d36ef98bc8ac7ce217261ac39f2e 100644 (file)
@@ -1,4 +1,4 @@
-# cbrtl.m4 serial 2
+# cbrtl.m4 serial 3
 dnl Copyright (C) 2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -11,6 +11,9 @@ AC_DEFUN([gl_FUNC_CBRTL],
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
   AC_REQUIRE([gl_FUNC_CBRT])
 
+  dnl Persuade glibc <math.h> to declare cbrtl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether cbrtl() exists. Assume that cbrtl(), if it exists, is
   dnl defined in the same library as cbrt().
   save_LIBS="$LIBS"
index f706009a3d3b55cf0e710a378f2d3226e219fc6b..4f2825cb4326411c180cbc6e1999876db644b60a 100644 (file)
@@ -1,4 +1,4 @@
-# copysignf.m4 serial 1
+# copysignf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -8,6 +8,9 @@ AC_DEFUN([gl_FUNC_COPYSIGNF],
 [
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
 
+  dnl Persuade glibc <math.h> to declare copysignf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Determine COPYSIGNF_LIBM.
   gl_MATHFUNC([copysignf], [float], [(float, float)])
   if test $gl_cv_func_copysignf_no_libm = no \
index 2b60472c4bb5714954cae9183e190457991d31e7..cc1985222c583a1ee00a774f4403f67ac9db05db 100644 (file)
@@ -1,4 +1,4 @@
-# copysignl.m4 serial 2
+# copysignl.m4 serial 3
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_COPYSIGNL],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
 
+  dnl Persuade glibc <math.h> to declare copysignl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Determine COPYSIGNL_LIBM.
   gl_MATHFUNC([copysignl], [long double], [(long double, long double)])
   if test $gl_cv_func_copysignl_no_libm = no \
index 59350246e8f7050292f24e6fb03805625d655761..021ee036353795af56d28890921286ba9b677f60 100644 (file)
@@ -1,4 +1,4 @@
-# cosf.m4 serial 1
+# cosf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_COSF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_COS])
 
+  dnl Persuade glibc <math.h> to declare cosf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether cosf() exists. Assume that cosf(), if it exists, is
   dnl defined in the same library as cos().
   save_LIBS="$LIBS"
index e9bf574f4e9305b00e828922658cc70daf2b506d..33b3aa03a8ef6d389c4c498beec0be13912ad135 100644 (file)
@@ -1,4 +1,4 @@
-# coshf.m4 serial 1
+# coshf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_COSHF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_COSH])
 
+  dnl Persuade glibc <math.h> to declare coshf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether coshf() exists. Assume that coshf(), if it exists, is
   dnl defined in the same library as cosh().
   save_LIBS="$LIBS"
index d6370bf9aa27730329aeea44ca79e827b9e64dac..c57554a939695915a9d061e070e3f17066508706 100644 (file)
@@ -1,4 +1,4 @@
-# expf.m4 serial 1
+# expf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_EXPF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_EXP])
 
+  dnl Persuade glibc <math.h> to declare expf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether expf() exists. Assume that expf(), if it exists, is
   dnl defined in the same library as exp().
   save_LIBS="$LIBS"
index ef577a9b635739f7882994d1cd40a1edb34d2e26..d2e7e7a3d8879cf7d1add80a7d354205dd09cfb0 100644 (file)
@@ -1,4 +1,4 @@
-# fabsf.m4 serial 2
+# fabsf.m4 serial 3
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_FABSF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_FABS])
 
+  dnl Persuade glibc <math.h> to declare fabsf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether fabsf() exists. We cannot assume that fabsf(), if it
   dnl exists, is defined in the same library as fabs(). This is not the case
   dnl on FreeBSD, NetBSD, OpenBSD.
index fa4825bb3618757c32cf4dbb8ed644590ed81f5c..530a13c8da859693d0d0220f7302a1954ed2c158 100644 (file)
@@ -1,4 +1,4 @@
-# fabsl.m4 serial 1
+# fabsl.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_FABSL],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
 
+  dnl Persuade glibc <math.h> to declare fabsl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Determine FABSL_LIBM.
   gl_MATHFUNC([fabsl], [long double], [(long double)])
   if test $gl_cv_func_fabsl_no_libm = yes \
index 6ca1c972dedd9f5bacefce7dd46a592794bbdf37..6174eb5a0c760de7ab93e953137275091d3033b1 100644 (file)
@@ -1,4 +1,4 @@
-# fmaf.m4 serial 1
+# fmaf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -8,6 +8,9 @@ AC_DEFUN([gl_FUNC_FMAF],
 [
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
 
+  dnl Persuade glibc <math.h> to declare fmaf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Determine FMAF_LIBM.
   gl_MATHFUNC([fmaf], [float], [(float, float, float)])
   if test $gl_cv_func_fmaf_no_libm = yes \
index eb379712e3c94ec6be845d5a15a881c85d1d6574..3a5aba25ecdf73bf41590852498e59833a1c2e84 100644 (file)
@@ -1,4 +1,4 @@
-# fmal.m4 serial 1
+# fmal.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_FMAL],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
 
+  dnl Persuade glibc <math.h> to declare fmal().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Determine FMAL_LIBM.
   gl_MATHFUNC([fmal], [long double], [(long double, long double, long double)])
   if test $gl_cv_func_fmal_no_libm = yes \
index 812140d6f7211fa6f3dcc0e3055ffab50ab7b9f4..d4279c7967f3ead65e79aebf6d019fd9e2a21239 100644 (file)
@@ -1,4 +1,4 @@
-# fmodf.m4 serial 2
+# fmodf.m4 serial 3
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,9 @@ AC_DEFUN([gl_FUNC_FMODF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_FMOD])
 
+  dnl Persuade glibc <math.h> to declare fmodf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether fmodf() exists. Assume that fmodf(), if it exists, is
   dnl defined in the same library as fmod().
   save_LIBS="$LIBS"
index ff72c8c1255c12a4bda5ca411d0a873aa4048d62..93bc007aceacd402151a5fc45ef4609c37a10e58 100644 (file)
@@ -1,4 +1,4 @@
-# fmodl.m4 serial 3
+# fmodl.m4 serial 4
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -11,6 +11,9 @@ AC_DEFUN([gl_FUNC_FMODL],
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
   AC_REQUIRE([gl_FUNC_FMOD])
 
+  dnl Persuade glibc <math.h> to declare fmodl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether fmodl() is declared.
   dnl AIX 5.1 has fmodl() in libc but doesn't declare it in <math.h>, and the
   dnl function produces NaN results for finite values.
index 5a37b39b7a896afcc89cd2aa8414da5f7b64b3b4..c7aa59d897dda895a38a0c849f62de0c3c15e948 100644 (file)
@@ -1,4 +1,4 @@
-# frexpf.m4 serial 3
+# frexpf.m4 serial 4
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_FREXPF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_FREXP])
 
+  dnl Persuade glibc <math.h> to declare frexpf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether frexpf() exists. We cannot assume that frexpf(), if it
   dnl exists, is defined in the same library as frexp(). This is not the case
   dnl on NetBSD, OpenBSD.
index 8e71420a304b9ffb0b9284b45c3f1c5c2c8e113a..9df87ab82f90f6682fd65ed7ffa5997c8ff8d550 100644 (file)
@@ -1,4 +1,4 @@
-# frexpl.m4 serial 18
+# frexpl.m4 serial 19
 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -8,9 +8,14 @@ AC_DEFUN([gl_FUNC_FREXPL],
 [
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
+
+  dnl Persuade glibc <math.h> to declare frexpl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Check whether it's declared.
   dnl MacOS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
   AC_CHECK_DECL([frexpl], , [HAVE_DECL_FREXPL=0], [[#include <math.h>]])
+
   FREXPL_LIBM=
   if test $HAVE_DECL_FREXPL = 1; then
     gl_CHECK_FREXPL_NO_LIBM
index 1837a01a0ecf7627e1a5dbe9372ee8063a41713d..52df05f32dd940e17f5567c428cece8f2325d38b 100644 (file)
@@ -1,4 +1,4 @@
-# hypot.m4 serial 2
+# hypot.m4 serial 3
 dnl Copyright (C) 2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_HYPOT],
   m4_divert_text([DEFAULTS], [gl_hypot_required=plain])
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
 
+  dnl Persuade glibc <math.h> to declare hypot().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Determine HYPOT_LIBM.
   gl_COMMON_DOUBLE_MATHFUNC([hypot])
 
index c6185a543939bfa5c6fc4131e4269b4b4580f85b..b4ebe9e2349f4d33f54728ff1cfd32c05d00e82b 100644 (file)
@@ -1,4 +1,4 @@
-# hypotf.m4 serial 2
+# hypotf.m4 serial 3
 dnl Copyright (C) 2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,9 @@ AC_DEFUN([gl_FUNC_HYPOTF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_HYPOT])
 
+  dnl Persuade glibc <math.h> to declare hypotf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether hypotf() exists. Assume that hypotf(), if it exists, is
   dnl defined in the same library as hypot().
   save_LIBS="$LIBS"
index 424e0a13def8d8644d36c0c5d0e5639f4d62b1d6..e7b0eb242fa064176f456d8eb548bf49aabac6c1 100644 (file)
@@ -1,4 +1,4 @@
-# hypotl.m4 serial 2
+# hypotl.m4 serial 3
 dnl Copyright (C) 2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,9 @@ AC_DEFUN([gl_FUNC_HYPOTL],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_HYPOT])
 
+  dnl Persuade glibc <math.h> to declare hypotl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether hypotl() exists. Assume that hypotl(), if it exists, is
   dnl defined in the same library as hypot().
   save_LIBS="$LIBS"
index 0ffa59169024ada2d82bfab7f810710c0fb77221..1065b66b75506bc5400b21f9889b56f7a7cdcb55 100644 (file)
@@ -1,4 +1,4 @@
-# ldexpf.m4 serial 1
+# ldexpf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_LDEXPF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_LDEXP])
 
+  dnl Persuade glibc <math.h> to declare ldexpf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether ldexpf() exists. We cannot assume that ldexpf(), if it
   dnl exists, is defined in the same library as ldexp(). This is not the case
   dnl on FreeBSD, NetBSD, OpenBSD.
index 9c9ec6705e019ccb20f6d2be271dddad62ddeb06..11f20ca2a8dc6ea091f407466b93721916b8bc70 100644 (file)
@@ -1,4 +1,4 @@
-# ldexpl.m4 serial 14
+# ldexpl.m4 serial 15
 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,9 +9,14 @@ AC_DEFUN([gl_FUNC_LDEXPL],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
   AC_REQUIRE([gl_FUNC_ISNANL]) dnl for ISNANL_LIBM
+
+  dnl Persuade glibc <math.h> to declare ldexpl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Check whether it's declared.
   dnl MacOS X 10.3 has ldexpl() in libc but doesn't declare it in <math.h>.
   AC_CHECK_DECL([ldexpl], , [HAVE_DECL_LDEXPL=0], [[#include <math.h>]])
+
   LDEXPL_LIBM=
   if test $HAVE_DECL_LDEXPL = 1; then
     gl_CHECK_LDEXPL_NO_LIBM
index 4bac5e309292444f8dfba4da44e9f2239f19e755..e9f8ce1a5550f30bffdae8961b7b121e28f1ed4f 100644 (file)
@@ -1,4 +1,4 @@
-# log10f.m4 serial 1
+# log10f.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_LOG10F],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_LOG10])
 
+  dnl Persuade glibc <math.h> to declare log10f().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether log10f() exists. Assume that log10f(), if it exists, is
   dnl defined in the same library as log10().
   save_LIBS="$LIBS"
index 6d72b6a9dcdf2fbf9efb0a1a3171142cf396fca4..c124f891caa3bbf88623c8a688402d6bd23d77b2 100644 (file)
@@ -1,4 +1,4 @@
-# log10l.m4 serial 1
+# log10l.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,9 @@ AC_DEFUN([gl_FUNC_LOG10L],
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
   AC_REQUIRE([gl_FUNC_LOG10])
 
+  dnl Persuade glibc <math.h> to declare log10l().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether log10l() is declared. On AIX 5.1 it is not declared.
   AC_CHECK_DECL([log10l], , [HAVE_DECL_LOG10L=0], [[#include <math.h>]])
 
index f6d1555fc945f38898af8874e360b1122a7c707f..ee23e243dc85c095749ccd2f60cb4dbb19b43308 100644 (file)
@@ -1,4 +1,4 @@
-# logb.m4 serial 4
+# logb.m4 serial 5
 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -7,6 +7,10 @@ dnl with or without modifications, as long as this notice is preserved.
 AC_DEFUN([gl_FUNC_LOGB],
 [
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
+
+  dnl Persuade glibc <math.h> to declare logb().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether logb() is declared.
   AC_CHECK_DECLS([logb], , , [[#include <math.h>]])
   if test "$ac_cv_have_decl_logb" != yes; then
index d10b5a67ffa170e7a5525ec2b085e2f3af56df74..717ccee6d149f92844f4f4161b7e3cc34a9581b1 100644 (file)
@@ -1,4 +1,4 @@
-# logf.m4 serial 1
+# logf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_LOGF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_LOG])
 
+  dnl Persuade glibc <math.h> to declare logf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether logf() exists. Assume that logf(), if it exists, is
   dnl defined in the same library as log().
   save_LIBS="$LIBS"
index 3b117eccf629d01676e1b08731a840ed6635853d..2d4fc72d930786246f11bc723ffef1e646774616 100644 (file)
@@ -1,4 +1,4 @@
-# modff.m4 serial 3
+# modff.m4 serial 4
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,9 @@ AC_DEFUN([gl_FUNC_MODFF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_MODF])
 
+  dnl Persuade glibc <math.h> to declare modff().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether modff() exists. We cannot assume that modff(), if it
   dnl exists, is defined in the same library as modf(). This is not the case
   dnl on FreeBSD, NetBSD, OpenBSD.
index 634358ebf272b42fa420b0f78246bd1eb56db496..7056050788258b21b44613b2e69114fb5cfdaaa7 100644 (file)
@@ -1,4 +1,4 @@
-# modfl.m4 serial 1
+# modfl.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,9 @@ AC_DEFUN([gl_FUNC_MODFL],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
 
+  dnl Persuade glibc <math.h> to declare modfl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether modfl() exists. We cannot assume that modfl(), if it
   dnl exists, is defined in the same library as modf(). This is not the case
   dnl on FreeBSD, Solaris.
index 7a39d6b739192c5bce9fcd987f82306501e8e290..6f8c66d70631be655c312ccd0f7f518c03696a25 100644 (file)
@@ -1,4 +1,4 @@
-# powf.m4 serial 1
+# powf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_POWF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_POW])
 
+  dnl Persuade glibc <math.h> to declare powf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether powf() exists. Assume that powf(), if it exists, is
   dnl defined in the same library as pow().
   save_LIBS="$LIBS"
index 19760edf7e047986b8cf30e6e44fc8f8df2b8e66..b9f4d63de0f4afe79f203c38d195a993329a0787 100644 (file)
@@ -1,4 +1,4 @@
-# remainderf.m4 serial 3
+# remainderf.m4 serial 4
 dnl Copyright (C) 2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,6 +10,9 @@ AC_DEFUN([gl_FUNC_REMAINDERF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_REMAINDER])
 
+  dnl Persuade glibc <math.h> to declare remainderf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether remainderf() exists. Assume that remainderf(), if it exists, is
   dnl defined in the same library as remainder().
   save_LIBS="$LIBS"
index 60653bd20a84c82e524d1aa833a731dae44190b8..912f181230ac9bb46980929d294d2e44456c44dc 100644 (file)
@@ -1,4 +1,4 @@
-# remainderl.m4 serial 3
+# remainderl.m4 serial 4
 dnl Copyright (C) 2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -11,6 +11,9 @@ AC_DEFUN([gl_FUNC_REMAINDERL],
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
   AC_REQUIRE([gl_FUNC_REMAINDER])
 
+  dnl Persuade glibc <math.h> to declare remainderl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether remainderl() exists. Assume that remainderl(), if it exists, is
   dnl defined in the same library as remainder().
   save_LIBS="$LIBS"
index 208626e6e4db585fef9f4c8ed0678b1f87740de2..9e92a9757524ed89107b382b9ea087d45c02dc0a 100644 (file)
@@ -1,4 +1,4 @@
-# rintf.m4 serial 2
+# rintf.m4 serial 3
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -8,6 +8,9 @@ AC_DEFUN([gl_FUNC_RINTF],
 [
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
 
+  dnl Persuade glibc <math.h> to declare rintf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Determine RINTF_LIBM.
   gl_MATHFUNC([rintf], [float], [(float)])
   if test $gl_cv_func_rintf_no_libm = no \
index 63e7665b6a742958c47acca86891a30271509719..f9d70c551a103d8dc2f8e9062c76f533bc54e2bc 100644 (file)
@@ -1,4 +1,4 @@
-# rintl.m4 serial 3
+# rintl.m4 serial 4
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_RINTL],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
 
+  dnl Persuade glibc <math.h> to declare rintl().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Determine RINTL_LIBM.
   gl_MATHFUNC([rintl], [long double], [(long double)])
   if test $gl_cv_func_rintl_no_libm = no \
index 612da994a2607191ac634220099fdcad299f3509..bde7d633f698e5ffc1aeb09de600cb7d3c567ef7 100644 (file)
@@ -1,4 +1,4 @@
-# sinf.m4 serial 1
+# sinf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_SINF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_SIN])
 
+  dnl Persuade glibc <math.h> to declare sinf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether sinf() exists. Assume that sinf(), if it exists, is
   dnl defined in the same library as sin().
   save_LIBS="$LIBS"
index e22068048bb1eb265906488cb6c2f2b76d97b6b0..69f96da0b1d066b1ae467b50df5603fee429620b 100644 (file)
@@ -1,4 +1,4 @@
-# sinhf.m4 serial 1
+# sinhf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_SINHF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_SINH])
 
+  dnl Persuade glibc <math.h> to declare sinhf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether sinhf() exists. Assume that sinhf(), if it exists, is
   dnl defined in the same library as sinh().
   save_LIBS="$LIBS"
index ded7c587cc6ee53510d852642ca438bf3312c28f..c2e09ea3749d3281702dddeb7e4fa37b170edd1a 100644 (file)
@@ -1,4 +1,4 @@
-# sqrtf.m4 serial 1
+# sqrtf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_SQRTF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_SQRT])
 
+  dnl Persuade glibc <math.h> to declare sqrtf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether sqrtf() exists. Assume that sqrtf(), if it exists, is
   dnl defined in the same library as sqrt().
   save_LIBS="$LIBS"
index 7ecbe81e77acf638307adc6d080596aee57a5b99..030abe95df04272f646478164a0f9260953dcdd8 100644 (file)
@@ -1,4 +1,4 @@
-# tanf.m4 serial 1
+# tanf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_TANF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_TAN])
 
+  dnl Persuade glibc <math.h> to declare tanf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether tanf() exists. Assume that tanf(), if it exists, is
   dnl defined in the same library as tan().
   save_LIBS="$LIBS"
index f5336e5e0b879c57e16577570e7ef2352a0ab4b5..b8410f30bb5234e62fa247f624c573b61dd4f942 100644 (file)
@@ -1,4 +1,4 @@
-# tanhf.m4 serial 1
+# tanhf.m4 serial 2
 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_TANHF],
   AC_REQUIRE([gl_MATH_H_DEFAULTS])
   AC_REQUIRE([gl_FUNC_TANH])
 
+  dnl Persuade glibc <math.h> to declare tanhf().
+  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
+
   dnl Test whether tanhf() exists. Assume that tanhf(), if it exists, is
   dnl defined in the same library as tanh().
   save_LIBS="$LIBS"
index aa61b0365372f9388bf32c64ce1309d5911c1ead..d91a2e23ebf717d0ad1743eab481b2a5b65ae4b0 100644 (file)
@@ -7,6 +7,7 @@ m4/acosf.m4
 
 Depends-on:
 math
+extensions
 acos            [test $HAVE_ACOSF = 0]
 
 configure.ac:
index 395ff2c271b389d6bfd48470f55bf2e4f507dbea..4fae74fe0ff409935e07351dbcf60a870a9563f4 100644 (file)
@@ -7,6 +7,7 @@ m4/asinf.m4
 
 Depends-on:
 math
+extensions
 asin            [test $HAVE_ASINF = 0]
 
 configure.ac:
index f2d7dc65ed77ad389657aa50703533839b00277d..73b52bad2bf96da8e1fec14d5b228af4d4d88119 100644 (file)
@@ -7,6 +7,7 @@ m4/atan2f.m4
 
 Depends-on:
 math
+extensions
 atan2           [test $HAVE_ATAN2F = 0]
 
 configure.ac:
index b17a4e621f56c5c672c6c0866beeb63e47cb7c16..1ff77684a0f45f282c1db5088bb904746b2f5dcd 100644 (file)
@@ -7,6 +7,7 @@ m4/atanf.m4
 
 Depends-on:
 math
+extensions
 atan            [test $HAVE_ATANF = 0]
 
 configure.ac:
index 3cb47118d8c64f55505cdef3f25a4784fff622cc..7b5109a121b19303db7bd5443efd9eaf5156dcb6 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 isfinite        [test $HAVE_CBRT = 0]
 fabs            [test $HAVE_CBRT = 0]
 frexp           [test $HAVE_CBRT = 0]
index 06d2b7662f10e9c4ef32ec9fd0dc09e220e81154..c07e8ecc0ce0836ab7f3b0418670c2d7e5a388ba 100644 (file)
@@ -9,6 +9,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 isfinite        [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
 fabsf           [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
 frexpf          [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
index aec1cd73278123937be946253bd537fed830f1e5..83c074c37cdb7ce44fea72f28cdb83e7d8169069 100644 (file)
@@ -9,6 +9,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 cbrt            [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isfinite        [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 frexpl          [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index a446046ca1fec9345964a1f7b2f9e67cd73ac184..f1bbdec03d94c3db0b5c3bf316a3d43fc5fbea67 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 signbit         [test $HAVE_COPYSIGNF = 0]
 
 configure.ac:
index f3d1fd3ef558986df94f8da22df39c29232a9d07..4691cdba97b3cc2dce63054bceca6bf9541529dd 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 copysign        [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 signbit         [test $HAVE_COPYSIGNL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
index b9b9860c9dc5a693b7480b815df9d7eb7e6b926a..1deb1abd7fd10451e7cb513f7e437aca9517e3ef 100644 (file)
@@ -7,6 +7,7 @@ m4/cosf.m4
 
 Depends-on:
 math
+extensions
 cos             [test $HAVE_COSF = 0]
 
 configure.ac:
index d8a1e4be04f4363f4fb2b591232591d7a9a0b6d1..1eea140545c31ffe5da97f07678340b5aaefdc19 100644 (file)
@@ -7,6 +7,7 @@ m4/coshf.m4
 
 Depends-on:
 math
+extensions
 cosh            [test $HAVE_COSHF = 0]
 
 configure.ac:
index 857fa25d45fadb46d013084b6430fe8303300b33..48502083a1693906970ba1ff12c3e271f56fa668 100644 (file)
@@ -7,6 +7,7 @@ m4/expf.m4
 
 Depends-on:
 math
+extensions
 exp             [test $HAVE_EXPF = 0]
 
 configure.ac:
index 2b203d15471f62fffa9f249d23ee5dd0a0ccf3c6..2d8088a27227e3e8909889d8437093dd0a48fc83 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 fabs            [test $HAVE_FABSF = 0]
 
 configure.ac:
index 686ddaa31f7280103d06370cf8afe256a6473de0..cf43a20e8bfd2a94acea23ad83534130e0d88af9 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 fabs            [{ test $HAVE_FABSL = 0 || test $REPLACE_FABSL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 signbit         [{ test $HAVE_FABSL = 0 || test $REPLACE_FABSL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
index fe80913e4c0a2d0af754e9f8ad6127d764b5e613..172f38968485a76ec315a6990b0371ee3ed93dd1 100644 (file)
@@ -11,6 +11,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 float           [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
 stdbool         [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
 verify          [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
index 962632baa514a018a6b1c89a8b912cadc3da7ce2..8ec896ae18600f9580b3bb733a5200112a7352e4 100644 (file)
@@ -11,6 +11,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 fma             [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float           [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 stdbool         [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index fa49437a64eea6e94aadc1e01cc0fc32bdd96041..83f29bc5376b0a63b681ea2b85945b51037e336f 100644 (file)
@@ -7,6 +7,7 @@ m4/fmodf.m4
 
 Depends-on:
 math
+extensions
 fmod            [test $HAVE_FMODF = 0 || test $REPLACE_FMODF = 1]
 
 configure.ac:
index 2a4a3c959280d781691f244cedd592d5f200d047..b8446f74fd208b07487f336ad94817c92d5f8617 100644 (file)
@@ -9,6 +9,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 fmod            [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float           [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isfinite        [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index efb2db72ecc646817b3ca0b03524a2066d7c273c..b4ecd88c1b32d2b440fbb0c66a3342a36e3b7653 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 frexp           [test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1]
 
 configure.ac:
index a06edc566173f918678c6990c2a34cecc586dabd..5e89907bd2d36b96a34724deecf64558e8ba3162 100644 (file)
@@ -8,6 +8,7 @@ m4/frexpl.m4
 
 Depends-on:
 math
+extensions
 frexp           [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isnanl-nolibm   [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 fpucw           [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 5d1414ee78d3ea030671ae4e94f50696e764e0ce..c67ee23f0716490160274b81a9bac379d87e5cc6 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 isfinite        [test $REPLACE_HYPOT = 1]
 fabs            [test $REPLACE_HYPOT = 1]
 frexp           [test $REPLACE_HYPOT = 1]
index 82e09aa8a9a26df95e25d2a367d314c40e573062..f9328e2e6092c00fb5c21375d9957dc10dadbd2c 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 hypot           [test $HAVE_HYPOTF = 0 || test $REPLACE_HYPOTF = 1]
 
 configure.ac:
index e8ba6e537226bef93eefdb161054dff0f89a4b02..7962cb1b744da532ddcaaf76573554bc4593236b 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 hypot           [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isfinite        [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 fabsl           [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 3c1f15c69480fb8d6530cb7f9c39fed7188ad82c..f2a9f37c1712f9282eb372b7329bcf1cfea3c2e1 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 ldexp           [test $HAVE_LDEXPF = 0]
 
 configure.ac:
index 35e52ab0cedb7cd4f78ea4852ee5baba32c62fd4..69b2228331b691610e382b6f7262ddd4e074b144 100644 (file)
@@ -7,6 +7,7 @@ m4/ldexpl.m4
 
 Depends-on:
 math
+extensions
 ldexp           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isnanl          [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 fpucw           [{ test $HAVE_DECL_LDEXPL = 0 || test $gl_func_ldexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index d6c5b8b1ced5b0d3142739a6808e779cf4047f6b..abcbaa64aaba06a812b7872d48d9ccd126f640e9 100644 (file)
@@ -7,6 +7,7 @@ m4/log10f.m4
 
 Depends-on:
 math
+extensions
 log10           [test $HAVE_LOG10F = 0]
 
 configure.ac:
index 6e40021417589ea1086ff6e9a1c4905cd4c82c4e..16b49cd683add0d63cce24d91d499017c94426e4 100644 (file)
@@ -7,6 +7,7 @@ m4/log10l.m4
 
 Depends-on:
 math
+extensions
 log10           [test $HAVE_LOG10L = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 logl            [test $HAVE_LOG10L = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
index 955893b73e9d97976b2b99db6d93e77fc41ee1ba..3470e87302d48015546617c9b43241e3aff822ba 100644 (file)
@@ -5,6 +5,7 @@ Files:
 m4/mathfunc.m4
 
 Depends-on:
+extensions
 
 configure.ac:
 gl_COMMON_DOUBLE_MATHFUNC([log1p])
index 7c93afbb08fcfa18638f762bb7744566695193d9..9747473aa1576dccb02984fb55fc70d9615c1155 100644 (file)
@@ -7,6 +7,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 
 configure.ac:
 gl_FUNC_LOGB
index a2e3f256b51c6b5259dec9942c8f277d7404b0e0..7811af22f57726e369dcc7d08705e313a654a9ac 100644 (file)
@@ -7,6 +7,7 @@ m4/logf.m4
 
 Depends-on:
 math
+extensions
 log             [test $HAVE_LOGF = 0]
 
 configure.ac:
index 894bf67dc0ce14a2a507739ae72f6040cf2f7e3c..9c510eb37a59aaae243d31f818a6cea00f34b927 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 modf            [test $HAVE_MODFF = 0 || test $REPLACE_MODFF = 1]
 
 configure.ac:
index c2f414b8af3ed2e40ae412a68e0417f7c80a60ba..4b0e9411207af0f873bd1dfc034ef385ee156a7d 100644 (file)
@@ -8,6 +8,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 modf            [{ test $HAVE_MODFL = 0 || test $REPLACE_MODFL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 isfinite        [{ test $HAVE_MODFL = 0 || test $REPLACE_MODFL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 truncl          [{ test $HAVE_MODFL = 0 || test $REPLACE_MODFL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 0f31ce2cf2d72044941c569c92d2151853a51470..d58be430db4b47ed2caf8d0e3f4dcce28671955f 100644 (file)
@@ -7,6 +7,7 @@ m4/powf.m4
 
 Depends-on:
 math
+extensions
 pow             [test $HAVE_POWF = 0]
 
 configure.ac:
index e4f0600d7b1b425ada9d3b05b9a2fb813ac5b3ca..98e64e86bed6863e932df7d6b0e7c1cc29856d3c 100644 (file)
@@ -9,6 +9,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 remainder       [test $HAVE_REMAINDERF = 0 || test $REPLACE_REMAINDERF = 1]
 isfinite        [test $HAVE_REMAINDERF = 0 || test $REPLACE_REMAINDERF = 1]
 signbit         [test $HAVE_REMAINDERF = 0 || test $REPLACE_REMAINDERF = 1]
index 4eb1c91bbd86bcc584d34aaf6f70a5788a12683c..40272caf8c1f4344fafb275be677a47e60b3063b 100644 (file)
@@ -9,6 +9,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 remainder       [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 float           [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isfinite        [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 92b93a399afeb928f065b9d4200ee475926a7c94..78e4edf3703b3fce762d245e93255137538bd4c3 100644 (file)
@@ -9,6 +9,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 
 configure.ac:
 gl_FUNC_RINTF
index dac26185f2fe616aa819419f12a0429a75b4486b..325f6a619c48aa9460ec5a7529538df17bc84e69 100644 (file)
@@ -9,6 +9,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
+extensions
 rint            [test $HAVE_RINTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
 
 configure.ac:
index f3496871da132d8ddfd3d06da5f2e3cc0dc2b895..f79be4658c29f770de2da7838a4bd53773b9cef8 100644 (file)
@@ -7,6 +7,7 @@ m4/sinf.m4
 
 Depends-on:
 math
+extensions
 sin             [test $HAVE_SINF = 0]
 
 configure.ac:
index f45bbe3199938025f6423a0bf723f8e2aa3f43df..820882a75ce16fcf06b9a4d4cb5e4d5b7ed69c7a 100644 (file)
@@ -7,6 +7,7 @@ m4/sinhf.m4
 
 Depends-on:
 math
+extensions
 sinh            [test $HAVE_SINHF = 0]
 
 configure.ac:
index 412364956d36561ee2fddaa82d943129a6b02ab0..2517c0c5cc247eca0a39ef1c645176ff4951ae65 100644 (file)
@@ -7,6 +7,7 @@ m4/sqrtf.m4
 
 Depends-on:
 math
+extensions
 sqrt            [test $HAVE_SQRTF = 0]
 
 configure.ac:
index 943f7c7865bbc260c5753b57b07ee5203070b790..c5bde4b3ce045cfbcc694e87e6d56152411f7144 100644 (file)
@@ -7,6 +7,7 @@ m4/tanf.m4
 
 Depends-on:
 math
+extensions
 tan             [test $HAVE_TANF = 0]
 
 configure.ac:
index 44f606e7531d53aad7b474a2f82e670a6ff506c7..c844649f71bb7860ead39108715b4e3d1e023c3d 100644 (file)
@@ -7,6 +7,7 @@ m4/tanhf.m4
 
 Depends-on:
 math
+extensions
 tanh            [test $HAVE_TANHF = 0]
 
 configure.ac: