gnulib-tool.py: Don't continue creating testdirs when destdir exists.
[gnulib.git] / modules / rename
blobd06d4c6f25c121664e380e2b0dabf14baf019bfc
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 free-posix        [test $REPLACE_RENAME = 1]
14 lstat             [test $REPLACE_RENAME = 1]
15 rmdir             [test $REPLACE_RENAME = 1]
16 same-inode        [test $REPLACE_RENAME = 1]
17 stat              [test $REPLACE_RENAME = 1]
18 stdbool           [test $REPLACE_RENAME = 1]
19 strdup            [test $REPLACE_RENAME = 1]
21 configure.ac:
22 gl_FUNC_RENAME
23 gl_CONDITIONAL([GL_COND_OBJ_RENAME], [test $REPLACE_RENAME = 1])
24 gl_STDIO_MODULE_INDICATOR([rename])
26 Makefile.am:
27 if GL_COND_OBJ_RENAME
28 lib_SOURCES += rename.c
29 endif
31 Include:
32 <stdio.h>
34 License:
35 LGPLv2+
37 Maintainer:
38 Jim Meyering