NEWS.stable: log cherry-pick [79aac72]->[cc1a9b7] canonicalize-lgpl: use common idiom
[gnulib.git] / modules / strerror
index 23b6f16..cd14d12 100644 (file)
@@ -1,16 +1,26 @@
 Description:
+strerror() function: return string describing error code.
 
 Files:
 lib/strerror.c
 m4/strerror.m4
 
 Depends-on:
+string
+errno           [test $REPLACE_STRERROR = 1]
+intprops        [test $REPLACE_STRERROR = 1]
 
 configure.ac:
 gl_FUNC_STRERROR
+gl_STRING_MODULE_INDICATOR([strerror])
 
 Makefile.am:
 
 Include:
 <string.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+all