test-perror: check for strerror interactions
[pspp] / modules / renameat
index efe4a0f7f9b2cdda8ce0a007a66253ef28ade38e..15bc1ecd97a75343f96a24c47183b733daa12dea 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,15 @@ lib/renameat.c
 m4/renameat.m4
 
 Depends-on:
+stdio
 extensions
 fcntl-h
-filenamecat
-openat
-rename
-same-inode
-stdio
-stpcpy
+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]
+stpcpy           [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
 
 configure.ac:
 gl_FUNC_RENAMEAT