posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / renameat
blob6103558a31e909834516669bdd6303ab903de8d6
1 Description:
2 renameat() function: rename a file, relative to two directories
4 Files:
5 lib/renameat.c
6 lib/at-func2.c
7 m4/renameat.m4
9 Depends-on:
10 renameatu        [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
12 configure.ac:
13 gl_FUNC_RENAMEAT
14 if test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1; then
15   AC_LIBOBJ([renameat])
17 if test $HAVE_RENAMEAT = 0; then
18   AC_LIBOBJ([at-func2])
20 gl_STDIO_MODULE_INDICATOR([renameat])
22 Makefile.am:
24 Include:
25 <stdio.h>
27 License:
28 GPL
30 Maintainer:
31 Jim Meyering, Eric Blake