X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmathl.m4;h=2a96a0d347dcf0ce2550998cfd45b8edec404e4d;hb=4097b52187106b6a2940d28968cfecd4e53f9b4e;hp=a7d00024075e17b4f88f74d0078009485abe56ee;hpb=5657b2536d242966c41c268b9ab4fe8df727bb13;p=gnulib.git diff --git a/m4/mathl.m4 b/m4/mathl.m4 index a7d000240..2a96a0d34 100644 --- a/m4/mathl.m4 +++ b/m4/mathl.m4 @@ -1,15 +1,13 @@ -# mathl.m4 serial 1 -dnl Copyright (c) 2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of the program. +# mathl.m4 serial 5 +dnl Copyright (c) 2003, 2007, 2009 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_LONG_DOUBLE_MATH], [ -AC_CHECK_LIB(m, atan) -AC_REPLACE_FUNCS(floorl ceill sqrtl frexpl ldexpl asinl acosl atanl \ +AC_CHECK_LIB([m], [atan]) +AC_REPLACE_FUNCS(floorl ceill sqrtl asinl acosl atanl \ logl expl tanl sinl cosl) ])