1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/isinf
Bruno Haible ef3ff90a39 isinf: Move AC_LIBOBJ invocations to module description.
* m4/isinf.m4 (gl_ISINF): Move AC_LIBOBJ invocation from here...
* modules/isinf (configure.ac): ... to here.
2011-06-16 00:06:13 +02:00

31 lines
375 B
Plaintext

Description:
isinf macro: test for positive or negative infinity
Files:
lib/isinf.c
m4/isinf.m4
m4/check-math-lib.m4
Depends-on:
math
extensions
float [test $REPLACE_ISINF = 1]
configure.ac:
gl_ISINF
if test $REPLACE_ISINF = 1; then
AC_LIBOBJ([isinf])
fi
gl_MATH_MODULE_INDICATOR([isinf])
Makefile.am:
Include:
<math.h>
License:
LGPL
Maintainer:
Ben Pfaff