projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
isnanf*: Move AC_LIBOBJ invocations to module description.
[pspp]
/
modules
/
isnanf-nolibm
1
Description:
2
isnanf() function: test for NaN, without requiring libm.
3
4
Files:
5
lib/isnanf-nolibm.h
6
lib/isnanf.c
7
lib/isnan.c
8
lib/float+.h
9
m4/exponentf.m4
10
m4/isnanf.m4
11
12
Depends-on:
13
fpieee
14
memcmp
15
16
configure.ac:
17
gl_FUNC_ISNANF_NO_LIBM
18
if test $gl_func_isnanf_no_libm != yes; then
19
AC_LIBOBJ([isnanf])
20
gl_PREREQ_ISNANF
21
fi
22
23
Makefile.am:
24
25
Include:
26
"isnanf-nolibm.h"
27
28
License:
29
LGPL
30
31
Maintainer:
32
Bruno Haible
33