strtod: fix bug in replacement function on AIX
[gnulib.git] / modules / strerror
index 23b6f16..1a204fa 100644 (file)
@@ -1,16 +1,26 @@
 Description:
+strerror() function: return string describing error code.
 
 Files:
 lib/strerror.c
 m4/strerror.m4
 
 Depends-on:
+errno
+intprops
+string
 
 configure.ac:
 gl_FUNC_STRERROR
+gl_STRING_MODULE_INDICATOR([strerror])
 
 Makefile.am:
 
 Include:
 <string.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+all