X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=m4%2Fmath_h.m4;h=e3b499e8ad6458f4ae196ddaa275db1483fe0d7e;hb=cbd5934b1918d73022d1d1d9904112f3d6d7f187;hp=1e4c4803c713bfbe6dee2b4490579f9c6c9d7cf3;hpb=b4349b948ba2c352187158e241334abda6e473e9;p=pspp diff --git a/m4/math_h.m4 b/m4/math_h.m4 index 1e4c4803c7..e3b499e8ad 100644 --- a/m4/math_h.m4 +++ b/m4/math_h.m4 @@ -1,4 +1,4 @@ -# math_h.m4 serial 16 +# math_h.m4 serial 17 dnl Copyright (C) 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -35,6 +35,12 @@ AC_DEFUN([gl_MATH_H], if test $gl_cv_header_math_huge_val_works = no; then REPLACE_HUGE_VAL=1 fi + + 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 logl round roundf roundl sinl sqrtl tanl trunc truncf truncl]) ]) AC_DEFUN([gl_MATH_MODULE_INDICATOR],