summaryrefslogtreecommitdiff
path: root/m4/langinfo_h.m4
diff options
context:
space:
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],