NEWS.stable: log cherry-pick [ae006b4]->[4a9738e] strtoimax: Avoid link error on...
[gnulib.git] / modules / renameat
1 Description:
2 renameat() function: rename a file, relative to two directories
3
4 Files:
5 lib/at-func2.c
6 lib/renameat.c
7 m4/renameat.m4
8
9 Depends-on:
10 stdio
11 extensions
12 fcntl-h
13 dosname          [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
14 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
15 getcwd-lgpl      [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
16 openat           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
17 rename           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
18 same-inode       [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
19 save-cwd         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
20
21 configure.ac:
22 gl_FUNC_RENAMEAT
23 if test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1; then
24   AC_LIBOBJ([renameat])
25   AC_LIBOBJ([at-func2])
26 fi
27 gl_STDIO_MODULE_INDICATOR([renameat])
28
29 Makefile.am:
30
31 Include:
32 <fcntl.h>
33 <stdio.h>
34
35 License:
36 GPL
37
38 Maintainer:
39 Jim Meyering, Eric Blake