maint.mk: add missing version to VC-tag
[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 canonicalize-lgpl
10 dirname-lgpl
11 lstat
12 rmdir
13 same-inode
14 stdbool
15 stdio
16 strdup
17
18 configure.ac:
19 gl_FUNC_RENAME
20 gl_STDIO_MODULE_INDICATOR([rename])
21
22 Makefile.am:
23
24 Include:
25 <stdio.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Jim Meyering