gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / userspec
index f912707..ce1ee17 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Parse a `user:group' specifier (e.g. the first argument of chown utility).
+Parse a 'user:group' specifier (e.g. the first argument of chown utility).
 
 Files:
 lib/userspec.c
@@ -7,21 +7,26 @@ 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
+lib_SOURCES += userspec.c
 
 Include:
 "userspec.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering