X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmathfunc.m4;h=67b601fe424c7f64bfd5991812c1a777187314b5;hb=da8054d48dc22e1c051db54049e005d51a006e69;hp=c75e7b939f1d1cfc80ee7f7d75727e55cfdbadb3;hpb=033959855c5e21448d746a88fe6688970eef3622;p=gnulib.git diff --git a/m4/mathfunc.m4 b/m4/mathfunc.m4 index c75e7b939..67b601fe4 100644 --- a/m4/mathfunc.m4 +++ b/m4/mathfunc.m4 @@ -1,5 +1,5 @@ -# mathfunc.m4 serial 10 -dnl Copyright (C) 2010-2011 Free Software Foundation, Inc. +# mathfunc.m4 serial 11 +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. @@ -113,7 +113,7 @@ AC_DEFUN([gl_MATHFUNC], # tests whether the function FUNC is available in libc or libm. # It sets FUNC_LIBM to empty or "-lm" accordingly. # FUNC must be one of the following functions, that are present on all systems -# and provided by libm on all systems except MacOS X, BeOS, Haiku: +# and provided by libm on all systems except Mac OS X, BeOS, Haiku: # acos asin atan atan2 cbrt cos cosh erf erfc exp fmod hypot j0 j1 jn lgamma # log log10 log1p pow remainder sin sinh sqrt tan tanh y0 y1 yn