posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / rename
blob27d6d4a02fc4ac2f3b7cc5a8effc7e1ea140ab54
1 Description:
2 rename() function: change the name or location of a file.
4 Files:
5 lib/rename.c
6 m4/rename.m4
8 Depends-on:
9 stdio
10 canonicalize-lgpl [test $REPLACE_RENAME = 1]
11 chdir             [test $REPLACE_RENAME = 1]
12 dirname-lgpl      [test $REPLACE_RENAME = 1]
13 lstat             [test $REPLACE_RENAME = 1]
14 rmdir             [test $REPLACE_RENAME = 1]
15 same-inode        [test $REPLACE_RENAME = 1]
16 stat              [test $REPLACE_RENAME = 1]
17 stdbool           [test $REPLACE_RENAME = 1]
18 strdup            [test $REPLACE_RENAME = 1]
20 configure.ac:
21 gl_FUNC_RENAME
22 if test $REPLACE_RENAME = 1; then
23   AC_LIBOBJ([rename])
25 gl_STDIO_MODULE_INDICATOR([rename])
27 Makefile.am:
29 Include:
30 <stdio.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 Jim Meyering