X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsqrt.m4;h=26730617a6b742d041c61949fdc94dd9aa954bb1;hb=dcf27bef48c9800d5a2be8349226f73f1b8ff2e5;hp=d87648cc9f076b3d3e47df5f5ab5de2217f689b1;hpb=71c045ff3f67af2324da06ac4b676805590ed316;p=gnulib.git diff --git a/m4/sqrt.m4 b/m4/sqrt.m4 index d87648cc9..26730617a 100644 --- a/m4/sqrt.m4 +++ b/m4/sqrt.m4 @@ -1,10 +1,10 @@ -# sqrt.m4 serial 2 -dnl Copyright (C) 2010 Free Software Foundation, Inc. +# sqrt.m4 serial 3 +dnl Copyright (C) 2010-2012 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], [double], [(double)]) + gl_COMMON_DOUBLE_MATHFUNC([sqrt]) ])