projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
isnand*: Move AC_LIBOBJ invocations to module description.
[pspp]
/
modules
/
isnand
1
Description:
2
isnand() function: test for NaN.
3
4
Files:
5
lib/isnand.c
6
lib/isnan.c
7
lib/float+.h
8
m4/exponentd.m4
9
m4/isnand.m4
10
11
Depends-on:
12
math
13
fpieee
14
memcmp
15
16
configure.ac:
17
gl_FUNC_ISNAND
18
if test $HAVE_ISNAND = 0; then
19
AC_LIBOBJ([isnand])
20
gl_PREREQ_ISNAND
21
fi
22
gl_MATH_MODULE_INDICATOR([isnand])
23
24
Makefile.am:
25
26
Include:
27
<math.h>
28
29
Link:
30
$(ISNAND_LIBM)
31
32
License:
33
LGPL
34
35
Maintainer:
36
Bruno Haible
37