summaryrefslogtreecommitdiff
path: root/modules/math-c++-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-10-09 20:35:03 +0200
committerBruno Haible <bruno@clisp.org>2011-10-09 20:37:33 +0200
commitb09f29814d51a06eaf01d9929104bef995d807e2 (patch)
treeeff362b5bfcf914e2a2457bc27754cbc70417191 /modules/math-c++-tests
parent6ae9d1c996b859cca28bdd481f52e2ca3da84368 (diff)
downloadgnulib-b09f29814d51a06eaf01d9929104bef995d807e2.tar.gz
New module 'rintl'.
* lib/math.in.h (rintl): New declaration. * lib/rintl.c: New file. * m4/rintl.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether rintl is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_RINTL, HAVE_RINTL. * modules/math (Makefile.am): Substitute GNULIB_RINTL, HAVE_RINTL. * modules/rintl: New file. * tests/test-math-c++.cc: Check the declaration of rintl. * modules/math-c++-tests (Makefile.am): Link test-math-c++ against $(RINTL_LIBM). Needed on IRIX 6.5 with cc. * doc/posix-functions/rintl.texi: Mention the new module.
Diffstat (limited to 'modules/math-c++-tests')
-rw-r--r--modules/math-c++-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/math-c++-tests b/modules/math-c++-tests
index 35f37b8420..796e3d1a8f 100644
--- a/modules/math-c++-tests
+++ b/modules/math-c++-tests
@@ -17,5 +17,5 @@ TESTS += test-math-c++
check_PROGRAMS += test-math-c++
test_math_c___SOURCES = test-math-c++.cc test-math-c++2.cc
# These link dependencies are needed on IRIX 6.5 with cc.
-test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM)
+test_math_c___LDADD = $(LDADD) $(COPYSIGNL_LIBM) $(RINT_LIBM) $(RINTL_LIBM)
endif