X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Froundf.m4;h=f8e7f3e214014c71a4e960db2475ed1ca8414f4d;hb=3a23fb2a14bef0ae2e48cee0955f95e252b0bcd2;hp=9c21340cacc983cee1db398aca89aa69c1483cf6;hpb=24c9b888b26b84689b5da9558b6899e4b004a560;p=gnulib.git diff --git a/m4/roundf.m4 b/m4/roundf.m4 index 9c21340ca..f8e7f3e21 100644 --- a/m4/roundf.m4 +++ b/m4/roundf.m4 @@ -1,4 +1,4 @@ -# roundf.m4 serial 13 +# roundf.m4 serial 14 dnl Copyright (C) 2007-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -10,7 +10,7 @@ AC_DEFUN([gl_FUNC_ROUNDF], AC_REQUIRE([gl_MATH_H_DEFAULTS]) dnl Persuade glibc to declare roundf(). AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) - AC_CHECK_DECLS([roundf], , , [#include ]) + AC_CHECK_DECLS([roundf], , , [[#include ]]) if test "$ac_cv_have_decl_roundf" = yes; then gl_CHECK_MATH_LIB([ROUNDF_LIBM], [x = roundf (x);]) if test "$ROUNDF_LIBM" != missing; then @@ -96,7 +96,7 @@ int main (int argc, char *argv[]) fi if test $HAVE_DECL_ROUNDF = 0 || test $REPLACE_ROUNDF = 1; then dnl Find libraries needed to link lib/roundf.c. - AC_CHECK_DECLS([ceilf, floorf], , , [#include ]) + AC_CHECK_DECLS([ceilf, floorf], , , [[#include ]]) if test "$ac_cv_have_decl_floorf" = yes \ && test "$ac_cv_have_decl_ceilf" = yes; then gl_FUNC_FLOORF_LIBS