New module 'rintl'.
authorBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2011 18:35:03 +0000 (20:35 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2011 18:37:33 +0000 (20:37 +0200)
commitb09f29814d51a06eaf01d9929104bef995d807e2
treeeff362b5bfcf914e2a2457bc27754cbc70417191
parent6ae9d1c996b859cca28bdd481f52e2ca3da84368
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.
ChangeLog
doc/posix-functions/rintl.texi
lib/math.in.h
lib/rintl.c [new file with mode: 0644]
m4/math_h.m4
m4/rintl.m4 [new file with mode: 0644]
modules/math
modules/math-c++-tests
modules/rintl [new file with mode: 0644]
tests/test-math-c++.cc