crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / nl_langinfo
index 2f153d71a3c29029dcbfebce4f21ae0c82366996..e749cbdd59d148f9fccef154b82a87fc33869c23 100644 (file)
@@ -10,6 +10,9 @@ langinfo
 
 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 +21,7 @@ Include:
 <langinfo.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible