summaryrefslogtreecommitdiff
path: root/modules/renameat
blob: 6103558a31e909834516669bdd6303ab903de8d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
renameat() function: rename a file, relative to two directories

Files:
lib/renameat.c
lib/at-func2.c
m4/renameat.m4

Depends-on:
renameatu        [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]

configure.ac:
gl_FUNC_RENAMEAT
if test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1; then
  AC_LIBOBJ([renameat])
fi
if test $HAVE_RENAMEAT = 0; then
  AC_LIBOBJ([at-func2])
fi
gl_STDIO_MODULE_INDICATOR([renameat])

Makefile.am:

Include:
<stdio.h>

License:
GPL

Maintainer:
Jim Meyering, Eric Blake