X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcosl.m4;h=b8eb67483f22f9ee69f4e9c23c722a0a450156ce;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=961953d42133899796c627c7e454282e46fd5cfa;hpb=d5b42fa052975e78f62266b2227a6980ad0e1b68;p=gnulib.git diff --git a/m4/cosl.m4 b/m4/cosl.m4 index 961953d42..b8eb67483 100644 --- a/m4/cosl.m4 +++ b/m4/cosl.m4 @@ -1,5 +1,5 @@ -# cosl.m4 serial 7 -dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. +# cosl.m4 serial 8 +dnl Copyright (C) 2010-2014 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. @@ -56,7 +56,7 @@ AC_DEFUN([gl_FUNC_COSL], if test $gl_cv_func_cosl_no_libm = yes \ || test $gl_cv_func_cosl_in_libm = yes; then dnl Also check whether it's declared. - dnl MacOS X 10.3 has cosl() in libc but doesn't declare it in . + dnl Mac OS X 10.3 has cosl() in libc but doesn't declare it in . AC_CHECK_DECL([cosl], , [HAVE_DECL_COSL=0], [[#include ]]) else HAVE_DECL_COSL=0