Refresh 01-gnulib-directory.patch
[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 dirname-lgpl      [test $REPLACE_RENAME = 1]
12 lstat             [test $REPLACE_RENAME = 1]
13 rmdir             [test $REPLACE_RENAME = 1]
14 same-inode        [test $REPLACE_RENAME = 1]
15 stdbool           [test $REPLACE_RENAME = 1]
16 strdup            [test $REPLACE_RENAME = 1]
17
18 configure.ac:
19 gl_FUNC_RENAME
20 if test $REPLACE_RENAME = 1; then
21   AC_LIBOBJ([rename])
22 fi
23 gl_STDIO_MODULE_INDICATOR([rename])
24
25 Makefile.am:
26
27 Include:
28 <stdio.h>
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 Jim Meyering