Mercurial > hg > octave-nkf > gnulib-hg
view modules/frexpl-nolibm @ 15166:e657c0244ac1
wctype: Move AC_LIBOBJ invocations to module description.
* m4/wctype.m4 (gl_FUNC_WCTYPE): Set HAVE_WCTYPE. Move AC_LIBOBJ
invocation from here...
* modules/wctype (configure.ac): ... to here.
(Depends-on): Update conditions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 22 May 2011 18:53:14 +0200 |
parents | 6670ce6a8984 |
children | 0057ae480fc5 |
line wrap: on
line source
Description: frexpl() function: split a 'long double' into its constituents, without requiring libm. Files: lib/frexpl.c lib/frexp.c m4/frexpl.m4 Depends-on: math isnanl-nolibm [test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no] fpucw [test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no] configure.ac: gl_FUNC_FREXPL_NO_LIBM if test $HAVE_DECL_FREXPL = 0 || test $gl_func_frexpl_no_libm = no; then AC_LIBOBJ([frexpl]) fi gl_MATH_MODULE_INDICATOR([frexpl]) Makefile.am: Include: <math.h> License: LGPL Maintainer: Bruno Haible, Paolo Bonzini