summaryrefslogtreecommitdiff
path: root/modules/c32isalpha
diff options
context:
space:
mode:
Diffstat (limited to 'modules/c32isalpha')
-rw-r--r--modules/c32isalpha5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/c32isalpha b/modules/c32isalpha
index 486b7cd0c5..cd33949d54 100644
--- a/modules/c32isalpha
+++ b/modules/c32isalpha
@@ -5,7 +5,9 @@ Files:
lib/c32isalpha.c
lib/c32is-impl.h
m4/mbrtoc32.m4
+m4/mbrtowc.m4
m4/locale-fr.m4
+m4/locale-ja.m4
m4/locale-zh.m4
m4/codeset.m4
@@ -20,6 +22,9 @@ assert-h
configure.ac:
AC_REQUIRE([gl_UCHAR_H])
+dnl Determine REPLACE_MBSTATE_T, from which GNULIB_defined_mbstate_t is
+dnl determined. It describes how mbrtoc32 is implemented.
+AC_REQUIRE([gl_MBSTATE_T_BROKEN])
AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
gl_UCHAR_MODULE_INDICATOR([c32isalpha])