X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsqrt.m4;h=f109222627a4af034b86111bf167c57531fadf26;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=947389a927e53f3680223e5c76404a2e6002a1e1;hpb=438ba4dda6cffac43a76642edbde5eb3504001d9;p=gnulib.git diff --git a/m4/sqrt.m4 b/m4/sqrt.m4 index 947389a92..f10922262 100644 --- a/m4/sqrt.m4 +++ b/m4/sqrt.m4 @@ -1,10 +1,10 @@ -# sqrt.m4 serial 1 -dnl Copyright (C) 2010 Free Software Foundation, Inc. +# sqrt.m4 serial 3 +dnl Copyright (C) 2010-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. AC_DEFUN([gl_FUNC_SQRT], [ - gl_MATHFUNC([sqrt]) + gl_COMMON_DOUBLE_MATHFUNC([sqrt]) ])