doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / setlocale
index 918a037..1d8f997 100644 (file)
@@ -11,6 +11,10 @@ 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: