summaryrefslogtreecommitdiff
path: root/m4/time_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-08 02:56:26 +0100
committerBruno Haible <bruno@clisp.org>2010-03-08 03:11:21 +0100
commitbab2788c97413229d3a49b65ca3f2fc9ad32377d (patch)
tree6e8dbacbd17b019839c1e4b8ddb5cb022c23fa53 /m4/time_h.m4
parent527df4cccf8c3a61660aafb25037210e2e88e4a3 (diff)
downloadgnulib-bab2788c97413229d3a49b65ca3f2fc9ad32377d.tar.gz
Tests of module 'time' in C++ mode.
Diffstat (limited to 'm4/time_h.m4')
-rw-r--r--m4/time_h.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/time_h.m4 b/m4/time_h.m4
index 4bc266931d..ba2e194608 100644
--- a/m4/time_h.m4
+++ b/m4/time_h.m4
@@ -66,6 +66,8 @@ AC_DEFUN([gl_TIME_MODULE_INDICATOR],
dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS])
GNULIB_[]m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./-],[ABCDEFGHIJKLMNOPQRSTUVWXYZ___])=1
+ dnl Define it also as a C macro, for the benefit of the unit tests.
+ gl_MODULE_INDICATOR([$1])
])
AC_DEFUN([gl_HEADER_TIME_H_DEFAULTS],