X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffrexpl;h=5e89907bd2d36b96a34724deecf64558e8ba3162;hb=e03145b987e919c32e53b9e422a7faead347642c;hp=465336e34ec39038f2c0e63fff7adc73d2245692;hpb=cdaeb6bb213d6042df46e0b3584718ede9f18511;p=gnulib.git diff --git a/modules/frexpl b/modules/frexpl index 465336e34..5e89907bd 100644 --- a/modules/frexpl +++ b/modules/frexpl @@ -8,11 +8,16 @@ m4/frexpl.m4 Depends-on: math -isnanl-nolibm -fpucw +extensions +frexp [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] +isnanl-nolibm [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] +fpucw [{ test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] configure.ac: gl_FUNC_FREXPL +if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl = no; then + AC_LIBOBJ([frexpl]) +fi gl_MATH_MODULE_INDICATOR([frexpl]) Makefile.am: @@ -20,6 +25,9 @@ Makefile.am: Include: +Link: +$(FREXPL_LIBM) + License: LGPL