Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / renameatu
blob1c3fd998462d601458c5d170515a19b51eac7b58
1 Description:
2 renameatu() function: rename a file, relative to two dirs, with unsigned flag
4 Files:
5 lib/at-func2.c
6 lib/renameatu.c
7 lib/renameatu.h
8 m4/renameat.m4
10 Depends-on:
11 stdio
12 extensions
13 fcntl-h
14 filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
15 openat-h         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
16 statat           [test $REPLACE_RENAMEAT = 1]
17 stdbool          [test $REPLACE_RENAMEAT = 1]
18 at-internal      [test $HAVE_RENAMEAT = 0]
19 dosname          [test $HAVE_RENAMEAT = 0]
20 getcwd-lgpl      [test $HAVE_RENAMEAT = 0]
21 openat-die       [test $HAVE_RENAMEAT = 0]
22 rename           [test $HAVE_RENAMEAT = 0]
23 same-inode       [test $HAVE_RENAMEAT = 0]
24 save-cwd         [test $HAVE_RENAMEAT = 0]
26 configure.ac:
27 gl_FUNC_RENAMEAT
28 if test $HAVE_RENAMEAT = 0; then
29   AC_LIBOBJ([at-func2])
32 Makefile.am:
33 lib_SOURCES += renameatu.c
35 Include:
36 "renameatu.h"
38 License:
39 GPL
41 Maintainer:
42 Jim Meyering, Eric Blake