Fix for AIX.
[gnulib.git] / modules / userspec
index 4ad3746..a0b1ec2 100644 (file)
@@ -1,13 +1,12 @@
 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
@@ -18,10 +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
-