X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftanf.m4;h=ccee9f60db04720ff04eb92dd3552885e803aff2;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=7ecbe81e77acf638307adc6d080596aee57a5b99;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/m4/tanf.m4 b/m4/tanf.m4 index 7ecbe81e7..ccee9f60d 100644 --- a/m4/tanf.m4 +++ b/m4/tanf.m4 @@ -1,5 +1,5 @@ -# tanf.m4 serial 1 -dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. +# tanf.m4 serial 2 +dnl Copyright (C) 2011-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. @@ -9,6 +9,9 @@ AC_DEFUN([gl_FUNC_TANF], AC_REQUIRE([gl_MATH_H_DEFAULTS]) AC_REQUIRE([gl_FUNC_TAN]) + dnl Persuade glibc to declare tanf(). + AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) + dnl Test whether tanf() exists. Assume that tanf(), if it exists, is dnl defined in the same library as tan(). save_LIBS="$LIBS"