X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fisnanf.m4;h=f01886a683d4f0ba5dd44c2060c70e10eb16ee53;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=f4aa44d5a03e0996744851dead09ed1fa8e3fdf8;hpb=c64cafcacd49b650cf647724ba4943e842c93ca4;p=gnulib.git diff --git a/m4/isnanf.m4 b/m4/isnanf.m4 index f4aa44d5a..f01886a68 100644 --- a/m4/isnanf.m4 +++ b/m4/isnanf.m4 @@ -1,5 +1,5 @@ -# isnanf.m4 serial 12 -dnl Copyright (C) 2007-2011 Free Software Foundation, Inc. +# isnanf.m4 serial 14 +dnl Copyright (C) 2007-2013 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. @@ -33,7 +33,6 @@ AC_DEFUN([gl_FUNC_ISNANF], fi if test $gl_func_isnanf != yes; then HAVE_ISNANF=0 - gl_BUILD_ISNANF fi AC_SUBST([ISNANF_LIBM]) ]) @@ -52,17 +51,17 @@ AC_DEFUN([gl_FUNC_ISNANF_NO_LIBM], *) false;; esac }; then + gl_func_isnanf_no_libm=yes AC_DEFINE([HAVE_ISNANF_IN_LIBC], [1], [Define if the isnan(float) function is available in libc.]) else - gl_BUILD_ISNANF + gl_func_isnanf_no_libm=no fi ]) -dnl Pull in replacement isnanf definition. It does not need -lm. -AC_DEFUN([gl_BUILD_ISNANF], +dnl Prerequisites of replacement isnanf definition. It does not need -lm. +AC_DEFUN([gl_PREREQ_ISNANF], [ - AC_LIBOBJ([isnanf]) gl_FLOAT_EXPONENT_LOCATION ])