From 49e4428bc8b2a0762e7288a9619d2a45ac76b60e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 6 Oct 2011 00:45:57 +0200 Subject: [PATCH] New module 'fabsf'. --- ChangeLog | 4 ++-- m4/math_h.m4 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f0d563d8..0430609fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,8 +8,8 @@ * lib/math.in.h (fabsf): New declaration. * lib/fabsf.c: New file. * m4/fabsf.m4: New file. - * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FABSF, - HAVE_FABSF. + * m4/math_h.m4 (gl_MATH_H): Test whether fabsf is declared. + (gl_MATH_H_DEFAULTS): Initialize GNULIB_FABSF, HAVE_FABSF. * modules/math (Makefile.am): Substitute GNULIB_FABSF, HAVE_FABSF. * modules/fabsf: New file. * tests/test-math-c++.cc: Check the declaration of fabsf. diff --git a/m4/math_h.m4 b/m4/math_h.m4 index 50f2a8f81..4aee605bf 100644 --- a/m4/math_h.m4 +++ b/m4/math_h.m4 @@ -38,9 +38,9 @@ AC_DEFUN([gl_MATH_H], dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. - gl_WARN_ON_USE_PREPARE([[#include - ]], [acosl asinl atanl ceilf ceill cosl expl floorf floorl frexpl - ldexpl logb logl round roundf roundl sinl sqrtl tanl trunc truncf truncl]) + gl_WARN_ON_USE_PREPARE([[#include ]], + [acosl asinl atanl ceilf ceill cosl expl fabsf floorf floorl frexpl + ldexpl logb logl round roundf roundl sinl sqrtl tanl trunc truncf truncl]) ]) AC_DEFUN([gl_MATH_MODULE_INDICATOR], -- 2.11.0