NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / nl_langinfo
index 2f153d7..f92ed3e 100644 (file)
@@ -7,9 +7,13 @@ m4/nl_langinfo.m4
 
 Depends-on:
 langinfo
+localeconv      [test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1]
 
 configure.ac:
 gl_FUNC_NL_LANGINFO
+if test $HAVE_NL_LANGINFO = 0 || test $REPLACE_NL_LANGINFO = 1; then
+  AC_LIBOBJ([nl_langinfo])
+fi
 gl_LANGINFO_MODULE_INDICATOR([nl_langinfo])
 
 Makefile.am:
@@ -18,7 +22,7 @@ Include:
 <langinfo.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible