X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffrexpf.m4;h=0f18c451f8c71e402944804633fb1fb6421a2285;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=d8f58cd0f5c46d5c9ac1437990bd948dd4f5c6ba;hpb=2408f02086a20c0a02241cd4a1cf11f126a95fe3;p=gnulib.git diff --git a/m4/frexpf.m4 b/m4/frexpf.m4 index d8f58cd0f..0f18c451f 100644 --- a/m4/frexpf.m4 +++ b/m4/frexpf.m4 @@ -1,5 +1,5 @@ -# frexpf.m4 serial 3 -dnl Copyright (C) 2011 Free Software Foundation, Inc. +# frexpf.m4 serial 5 +dnl Copyright (C) 2011-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_FREXPF], AC_REQUIRE([gl_MATH_H_DEFAULTS]) AC_REQUIRE([gl_FUNC_FREXP]) + dnl Persuade glibc 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. @@ -48,7 +51,7 @@ AC_DEFUN([gl_FUNC_FREXPF_WORKS], /* HP cc on HP-UX 10.20 has a bug with the constant expression -0.0. ICC 10.0 has a bug when optimizing the expression -zero. The expression -FLT_MIN * FLT_MIN does not work when cross-compiling - to PowerPC on MacOS X 10.5. */ + to PowerPC on Mac OS X 10.5. */ #if defined __hpux || defined __sgi || defined __ICC static float compute_minus_zero (void)