posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / modechange
blobb5b86a4186ad802bf4710922c062b5e9f421bdef
1 Description:
2 Manipulation of mode changes specified by strings (e.g. as first argument of
3 chmod utility).
5 Files:
6 lib/modechange.h
7 lib/modechange.c
8 m4/modechange.m4
10 Depends-on:
11 stat
12 stat-macros
13 stdbool
14 sys_stat
15 xalloc
17 configure.ac:
18 gl_MODECHANGE
20 Makefile.am:
21 lib_SOURCES += modechange.c
23 Include:
24 "modechange.h"
26 License:
27 GPL
29 Maintainer:
30 Jim Meyering