doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / setlocale
index 5d3e58b..1d8f997 100644 (file)
@@ -7,10 +7,14 @@ m4/setlocale.m4
 
 Depends-on:
 locale
-localename
+localename      [test $REPLACE_SETLOCALE = 1]
 
 configure.ac:
 gl_FUNC_SETLOCALE
+if test $REPLACE_SETLOCALE = 1; then
+  AC_LIBOBJ([setlocale])
+  gl_PREREQ_SETLOCALE
+fi
 gl_LOCALE_MODULE_INDICATOR([setlocale])
 
 Makefile.am: