pipe-filter-ii: Fix test failure on AIX and IRIX.
[gnulib.git] / modules / renameat
index efe4a0f..cefdb13 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-renameat(): rename a file, relative to two directories
+renameat() function: rename a file, relative to two directories
 
 Files:
 lib/at-func2.c
@@ -7,14 +7,16 @@ lib/renameat.c
 m4/renameat.m4
 
 Depends-on:
+stdio
 extensions
 fcntl-h
-filenamecat
-openat
-rename
-same-inode
-stdio
-stpcpy
+dosname          [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
+filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
+getcwd-lgpl      [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
+openat           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
+rename           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
+same-inode       [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
+save-cwd         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
 
 configure.ac:
 gl_FUNC_RENAMEAT