Fix for AIX.
[gnulib.git] / modules / userspec
index 293ce20..a0b1ec2 100644 (file)
@@ -1,11 +1,13 @@
 Description:
+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
@@ -15,7 +17,13 @@ configure.ac:
 gl_USERSPEC
 
 Makefile.am:
-lib_SOURCES += userspec.c
+lib_SOURCES += userspec.c userspec.h
 
 Include:
+"userspec.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering