posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / canonicalize
bloba6cf76f17fd54101161287be423bbc0113165199
1 Description:
2 Return the canonical absolute name of a given file.
4 Files:
5 lib/canonicalize.h
6 lib/canonicalize.c
7 m4/canonicalize.m4
8 m4/lstat.m4
10 Depends-on:
11 attribute
12 double-slash-root
13 errno
14 extensions
15 fcntl-h
16 file-set
17 filename
18 free-posix
19 getcwd
20 hash-triple-simple
21 idx
22 intprops
23 memmove
24 mempcpy
25 nocrash
26 rawmemchr
27 readlink
28 scratch_buffer
29 stat
30 stdbool
31 sys_stat
32 xalloc
33 xalloc-die
35 configure.ac:
36 gl_FUNC_CANONICALIZE_FILENAME_MODE
37 gl_MODULE_INDICATOR([canonicalize])
38 gl_MODULE_INDICATOR_FOR_TESTS([canonicalize])
39 gl_STDLIB_MODULE_INDICATOR([canonicalize_file_name])
41 Makefile.am:
42 lib_SOURCES += canonicalize.c
44 Include:
45 "canonicalize.h"
47 License:
48 GPL
50 Maintainer:
51 Jim Meyering