memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / openat
index e1dda710f5b0d826150ad36bf385ea6c9f648d62..c0cb83405c73a7e934f564d03f86e6309988a6e6 100644 (file)
@@ -11,11 +11,12 @@ lib/openat.c
 lib/openat.h
 lib/openat-priv.h
 lib/openat-proc.c
+lib/unlinkat.c
 m4/openat.m4
 m4/mode_t.m4
 
 Depends-on:
-dirname
+dosname
 errno
 extensions
 fchdir
@@ -23,19 +24,20 @@ fcntl-h
 fdopendir
 gettext-h
 intprops
-lchown
+lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 lstat
+mkdir           [test $HAVE_MKDIRAT = 0]
+open
 openat-die
-rmdir
-same-inode
+rmdir           [test $REPLACE_UNLINKAT = 1]
 save-cwd
 stdbool
 sys_stat
 unistd
+unlink          [test $REPLACE_UNLINKAT = 1]
 
 configure.ac:
 gl_FUNC_OPENAT
-gl_MODULE_INDICATOR([openat])
 
 Makefile.am:
 
@@ -49,4 +51,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
+Jim Meyering, Eric Blake