Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / userspec
1 Description:
2 Parse a `user:group' specifier (e.g. the first argument of chown utility).
3
4 Files:
5 lib/inttostr.h
6 lib/userspec.c
7 lib/userspec.h
8 m4/userspec.m4
9
10 Depends-on:
11 posixver
12 xalloc
13 xstrtol
14 strdup
15 gettext-h
16 intprops
17 stdbool
18
19 configure.ac:
20 gl_USERSPEC
21
22 Makefile.am:
23 EXTRA_DIST += userspec.h
24
25 Include:
26 "userspec.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Jim Meyering