]> Savannah Git Hosting - gnulib.git/commit
expm1l: Don't override undeclared system function on IRIX 6.5.
authorBruno Haible <bruno@clisp.org>
Thu, 8 Mar 2012 03:01:51 +0000 (04:01 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 8 Mar 2012 03:01:51 +0000 (04:01 +0100)
commit519433afa90446b3a2e9d0bbfc145525b185471f
treebf89d81f88efd181123747718714169876cd621c
parentdf8a96fcfa9c99e4de7329f55365b6a3c36feba7
expm1l: Don't override undeclared system function on IRIX 6.5.

* lib/math.in.h (expm1l): Test HAVE_DECL_EXPM1L, not HAVE_EXPM1L.
* m4/expm1l.m4 (gl_FUNC_EXPM1L): Don't assume expm1l() is declared when
it exists. Set HAVE_DECL_EXPM1L.
* m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_EXPM1L, not
HAVE_EXPM1L.
* modules/math (Makefile.am): Substitute HAVE_DECL_EXPM1L, not
HAVE_EXPM1L.
* doc/posix-functions/expm1l.texi: Mention missing declaration problem.
ChangeLog
doc/posix-functions/expm1l.texi
lib/math.in.h
m4/expm1l.m4
m4/math_h.m4
modules/math