Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / isnand-nolibm
blob8193d36af040d9a8b79d88c43e950fb42a0422f5
1 Description:
2 isnand() function: test for NaN, without requiring libm.
4 Files:
5 lib/isnand-nolibm.h
6 lib/isnand.c
7 lib/isnan.c
8 lib/float+.h
9 m4/exponentd.m4
10 m4/isnand.m4
12 Depends-on:
13 fpieee
14 memcmp
16 configure.ac:
17 gl_FUNC_ISNAND_NO_LIBM
18 if test $gl_func_isnand_no_libm != yes; then
19   AC_LIBOBJ([isnand])
20   gl_PREREQ_ISNAND
23 Makefile.am:
25 Include:
26 "isnand-nolibm.h"
28 License:
29 LGPLv2+
31 Maintainer:
32 all