X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffrexpf;h=b4ecd88c1b32d2b440fbb0c66a3342a36e3b7653;hb=0dc43482065b697a7e64ac7cc7fba7c848924997;hp=bd0d273836a8ffedb0c9ab3457f0529d1bf8487c;hpb=df8ad3525d27df0b821539df90af26c7fa6d3188;p=gnulib.git diff --git a/modules/frexpf b/modules/frexpf index bd0d27383..b4ecd88c1 100644 --- a/modules/frexpf +++ b/modules/frexpf @@ -4,14 +4,16 @@ frexpf() function: split a float into its constituents. Files: lib/frexpf.c m4/frexpf.m4 +m4/mathfunc.m4 Depends-on: math -frexp [test $HAVE_FREXPF = 0] +extensions +frexp [test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1] configure.ac: gl_FUNC_FREXPF -if test $HAVE_FREXPF = 0; then +if test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1; then AC_LIBOBJ([frexpf]) fi gl_MATH_MODULE_INDICATOR([frexpf])