error: depend on stdio
[gnulib.git] / modules / userspec
index c76990e..ce1ee17 100644 (file)
@@ -1,17 +1,20 @@
 Description:
-Parse a specifying a user and/or group (e.g. as first argument of chown
-utility).
+Parse a 'user:group' specifier (e.g. the first argument of chown utility).
 
 Files:
 lib/userspec.c
+lib/userspec.h
 m4/userspec.m4
 
 Depends-on:
-alloca
+posixver
 xalloc
 xstrtol
 strdup
-gettext
+gettext-h
+intprops
+inttostr
+stdbool
 
 configure.ac:
 gl_USERSPEC
@@ -20,4 +23,10 @@ Makefile.am:
 lib_SOURCES += userspec.c
 
 Include:
+"userspec.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering