doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / wctomb
index 81d41c4..00d59bf 100644 (file)
@@ -8,11 +8,15 @@ m4/wctomb.m4
 
 Depends-on:
 stdlib
-wcrtomb
-wchar
+wcrtomb         [test $REPLACE_WCTOMB = 1]
+wchar           [test $REPLACE_WCTOMB = 1]
 
 configure.ac:
 gl_FUNC_WCTOMB
+if test $REPLACE_WCTOMB = 1; then
+  AC_LIBOBJ([wctomb])
+  gl_PREREQ_WCTOMB
+fi
 gl_STDLIB_MODULE_INDICATOR([wctomb])
 
 Makefile.am: