comparison m4/logbf.m4 @ 39913:73d60b1f9c96

doc: Update for Solaris 11.4. * doc/**/*.texi: For bugs that exist in both Solaris 11.3 and 11.4, mention Solaris 11.4. * m4/printf.m4: Update comments about Solaris. * m4/log.m4: Likewise. * m4/log10.m4: Likewise. * m4/logb.m4: Likewise. * m4/logbf.m4: Likewise. * m4/logbl.m4: Likewise. * m4/rename.m4: Likewise. * m4/wcrtomb.m4: Likewise. * m4/hostent.m4: Likewise. * m4/servent.m4: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Oct 2018 09:33:46 +0200
parents 10eb9086bea0
children b06060465f09
comparison
equal deleted inserted replaced
39912:062361de7628 39913:73d60b1f9c96
1 # logbf.m4 serial 2 1 # logbf.m4 serial 3
2 dnl Copyright (C) 2012-2018 Free Software Foundation, Inc. 2 dnl Copyright (C) 2012-2018 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation 3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it, 4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved. 5 dnl with or without modifications, as long as this notice is preserved.
6 6
45 AC_SUBST([LOGBF_LIBM]) 45 AC_SUBST([LOGBF_LIBM])
46 ]) 46 ])
47 47
48 dnl Test whether logbf() works. 48 dnl Test whether logbf() works.
49 dnl On glibc 2.11/ppc, glibc 2.7/sparc, glibc 2.7/hppa, Solaris 10/SPARC, 49 dnl On glibc 2.11/ppc, glibc 2.7/sparc, glibc 2.7/hppa, Solaris 10/SPARC,
50 dnl the return value for subnormal (denormalized) arguments is too large. 50 dnl Solaris 11.4/x86_64, the return value for subnormal (denormalized) arguments
51 dnl is too large.
51 AC_DEFUN([gl_FUNC_LOGBF_WORKS], 52 AC_DEFUN([gl_FUNC_LOGBF_WORKS],
52 [ 53 [
53 AC_REQUIRE([AC_PROG_CC]) 54 AC_REQUIRE([AC_PROG_CC])
54 AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles 55 AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
55 AC_CACHE_CHECK([whether logbf works], [gl_cv_func_logbf_works], 56 AC_CACHE_CHECK([whether logbf works], [gl_cv_func_logbf_works],