X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fatanl.m4;h=46e08735cbf391e2b48b0ad045a296d76723c69d;hb=72c63c089365640c7f1acd97fb72ee26932ac2b3;hp=646e13cbc6b078e0bc0d1b74e03cde7d02a7a3aa;hpb=f03fa5981b7562636646f11eeba219bf2b443707;p=gnulib.git diff --git a/m4/atanl.m4 b/m4/atanl.m4 index 646e13cbc..46e08735c 100644 --- a/m4/atanl.m4 +++ b/m4/atanl.m4 @@ -1,5 +1,5 @@ -# atanl.m4 serial 7 -dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. +# atanl.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_ATANL], if test $gl_cv_func_atanl_no_libm = yes \ || test $gl_cv_func_atanl_in_libm = yes; then dnl Also check whether it's declared. - dnl MacOS X 10.3 has atanl() in libc but doesn't declare it in . + dnl Mac OS X 10.3 has atanl() in libc but doesn't declare it in . AC_CHECK_DECL([atanl], , [HAVE_DECL_ATANL=0], [[#include ]]) else HAVE_DECL_ATANL=0