test-perror: check for strerror interactions
[pspp] / modules / remove
index c2a305ed243d84bc1efda1e47c30359a3f8725ec..472380189345f7a55b8cf309ab0219755fc4c30c 100644 (file)
@@ -1,15 +1,14 @@
 Description:
-remove(): remove a file or directory
+remove() function: remove a file or directory
 
 Files:
 lib/remove.c
-m4/dos.m4
 m4/remove.m4
 
 Depends-on:
-rmdir
 stdio
-unlink
+rmdir           [test $REPLACE_REMOVE = 1]
+unlink          [test $REPLACE_REMOVE = 1]
 
 configure.ac:
 gl_FUNC_REMOVE