X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Facosl.m4;h=37cc4ea8af7f7b707f9ec70817aff0683f17b306;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=d9a89b606024c64a72d5561d0c4ecaa97c250fc5;hpb=e7f0d355e92f265c4d1d3e08f0ad0b8d433d1cf9;p=gnulib.git diff --git a/m4/acosl.m4 b/m4/acosl.m4 index d9a89b606..37cc4ea8a 100644 --- a/m4/acosl.m4 +++ b/m4/acosl.m4 @@ -1,5 +1,5 @@ -# acosl.m4 serial 7 -dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. +# acosl.m4 serial 8 +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. @@ -56,7 +56,7 @@ AC_DEFUN([gl_FUNC_ACOSL], if test $gl_cv_func_acosl_no_libm = yes \ || test $gl_cv_func_acosl_in_libm = yes; then dnl Also check whether it's declared. - dnl MacOS X 10.3 has acosl() in libc but doesn't declare it in . + dnl Mac OS X 10.3 has acosl() in libc but doesn't declare it in . AC_CHECK_DECL([acosl], , [HAVE_DECL_ACOSL=0], [[#include ]]) else HAVE_DECL_ACOSL=0