striconveh: Simplify last commit.
[gnulib.git] / modules / userspec
index ecd2d8d..95da75d 100644 (file)
@@ -2,25 +2,31 @@ Description:
 Parse a `user:group' specifier (e.g. the first argument of chown utility).
 
 Files:
+lib/inttostr.h
 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
 
 Makefile.am:
-lib_SOURCES += userspec.c userspec.h
 
 Include:
 "userspec.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering