X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmathl.m4;h=5d824662032988db853e05663229fb6e127ea053;hb=a428fac0e9534d605382b75a647bd067b5d2e551;hp=a7d00024075e17b4f88f74d0078009485abe56ee;hpb=5657b2536d242966c41c268b9ab4fe8df727bb13;p=gnulib.git diff --git a/m4/mathl.m4 b/m4/mathl.m4 index a7d000240..5d8246620 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 4 +dnl Copyright (c) 2003, 2007 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_REPLACE_FUNCS(floorl ceill sqrtl asinl acosl atanl \ logl expl tanl sinl cosl) ])