posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / write-any-file
blob7e99265c09b83f88af58d7b10db4a9706fd479a0
1 Description:
2 Determine whether we can write any file.
4 Files:
5 lib/write-any-file.h
6 lib/write-any-file.c
7 m4/write-any-file.m4
9 Depends-on:
10 stdbool
11 priv-set
12 root-uid
14 configure.ac:
15 gl_WRITE_ANY_FILE
17 Makefile.am:
18 lib_SOURCES += write-any-file.c
20 Include:
21 "write-any-file.h"
23 License:
24 GPL
26 Maintainer:
27 Paul Eggert, Jim Meyering