summaryrefslogtreecommitdiff
path: root/m4/langinfo_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-08 02:33:38 +0100
committerBruno Haible <bruno@clisp.org>2010-03-08 03:11:17 +0100
commitcf68500d835a8503e2806cfc2ac3188e92dbe9c5 (patch)
tree4d5e7f93f2d5b553c24c5ba54a0ce545bd456fea /m4/langinfo_h.m4
parentf62222b93a31806b29285fc66631a7f92c1f3fda (diff)
downloadgnulib-cf68500d835a8503e2806cfc2ac3188e92dbe9c5.tar.gz
Tests of module 'langinfo' in C++ mode.
Diffstat (limited to 'm4/langinfo_h.m4')
-rw-r--r--m4/langinfo_h.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/langinfo_h.m4 b/m4/langinfo_h.m4
index a4c5409dd0..5e4922afd4 100644
--- a/m4/langinfo_h.m4
+++ b/m4/langinfo_h.m4
@@ -1,4 +1,4 @@
-# langinfo_h.m4 serial 3
+# langinfo_h.m4 serial 4
dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -63,6 +63,8 @@ AC_DEFUN([gl_LANGINFO_MODULE_INDICATOR],
dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
AC_REQUIRE([gl_LANGINFO_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_LANGINFO_H_DEFAULTS],