1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/isnanf-nolibm
Bruno Haible ac1bd22559 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.
2011-06-16 00:06:14 +02:00

34 lines
403 B
Plaintext

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