mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/isinf.m4 (gl_ISINF): Move AC_LIBOBJ invocation from here... * modules/isinf (configure.ac): ... to here.
31 lines
375 B
Plaintext
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
|