X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fisinf.m4;h=45099efaba67a59ca4ca974b9db7b2bd4614cdfa;hb=f1195ccd1ee2cd56ed6b82a76fdee8de0c3d78b7;hp=3d9423106f09058d43a44714a1cf11620c10a586;hpb=98f80c292346b7d5fb8f92ff7bac252a6ac3800c;p=gnulib.git diff --git a/m4/isinf.m4 b/m4/isinf.m4 index 3d9423106..45099efab 100644 --- a/m4/isinf.m4 +++ b/m4/isinf.m4 @@ -1,5 +1,5 @@ # isinf.m4 serial 2 -dnl Copyright (C) 2007-2009 Free Software Foundation, Inc. +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, dnl with or without modifications, as long as this notice is preserved. @@ -44,6 +44,6 @@ AC_DEFUN([gl_ISINFL_WORKS], [[return !!isinf(LDBL_MAX);]])], [gl_cv_func_isinfl_works=yes], [gl_cv_func_isinfl_works=no], - [gl_cv_func_isinfl_works="guessing no"]) + [gl_cv_func_isinfl_works="guessing no"]) ]) ])