Hash :
ac1bd225
Author :
Date :
2011-05-21T02:03:08
isnanf*: Move AC_LIBOBJ invocations to module description. * m4/isnanf.m4 (gl_FUNC_ISNANF, gl_FUNC_ISNANF_NO_LIBM): Move AC_LIBOBJ invocation from here... * modules/isnanf (configure.ac): ... to here. * modules/isnanf-nolibm (configure.ac): ... and here.
Description:
isnanf() function: test for NaN, without requiring libm.
Files:
lib/isnanf-nolibm.h
lib/isnanf.c
lib/isnan.c
lib/float+.h
m4/exponentf.m4
m4/isnanf.m4
Depends-on:
fpieee
memcmp
configure.ac:
gl_FUNC_ISNANF_NO_LIBM
if test $gl_func_isnanf_no_libm != yes; then
AC_LIBOBJ([isnanf])
gl_PREREQ_ISNANF
fi
Makefile.am:
Include:
"isnanf-nolibm.h"
License:
LGPL
Maintainer:
Bruno Haible