Merge branch 'upstream'
[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 xalloc
10 dirname
11 stdio
12
13 configure.ac:
14 gl_FUNC_RENAME
15 gl_STDIO_MODULE_INDICATOR([rename])
16
17 Makefile.am:
18
19 Include:
20 <stdio.h>
21
22 License:
23 GPL
24
25 Maintainer:
26 Jim Meyering