verify: new macro 'assume'
[gnulib.git] / modules / rename
1 Description:
2 rename() function: change the name or location of a file.
3
4 Files:
5 lib/rename.c
6 m4/rename.m4
7
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 stdbool           [test $REPLACE_RENAME = 1]
17 strdup            [test $REPLACE_RENAME = 1]
18
19 configure.ac:
20 gl_FUNC_RENAME
21 if test $REPLACE_RENAME = 1; then
22   AC_LIBOBJ([rename])
23 fi
24 gl_STDIO_MODULE_INDICATOR([rename])
25
26 Makefile.am:
27
28 Include:
29 <stdio.h>
30
31 License:
32 LGPLv2+
33
34 Maintainer:
35 Jim Meyering