gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / renameat
blob10073c5ebd1b7c672d19de83b3cf578b96eb41dc
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 gl_CONDITIONAL([GL_COND_OBJ_RENAMEAT],
15                [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1])
16 if test $HAVE_RENAMEAT = 0; then
17   AC_LIBOBJ([at-func2])
19 gl_STDIO_MODULE_INDICATOR([renameat])
21 Makefile.am:
22 if GL_COND_OBJ_RENAMEAT
23 lib_SOURCES += renameat.c
24 endif
26 Include:
27 <stdio.h>
29 License:
30 GPL
32 Maintainer:
33 Jim Meyering, Eric Blake