* modules/fchmodat (Depends-on): Add openat-die.
* modules/fchownat (Depends-on): Likewise.
* modules/linkat (Depends-on): Likewise.
* modules/renameat (Depends-on): Likewise.
* modules/openat (Depends-on): Add dirent.
+2011-11-04 Bruno Haible <bruno@clisp.org>
+
+ openat, fchmodat, fchownat, linkat, renameat: Fix dependencies.
+ * modules/fchmodat (Depends-on): Add openat-die.
+ * modules/fchownat (Depends-on): Likewise.
+ * modules/linkat (Depends-on): Likewise.
+ * modules/renameat (Depends-on): Likewise.
+ * modules/openat (Depends-on): Add dirent.
+
2011-11-04 Jim Meyering <meyering@redhat.com>
at-func*.c: fix comments
fchdir
fcntl-h
openat
+openat-die
save-cwd
stdbool
sys_stat
fcntl-h
lchown [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
openat
+openat-die
save-cwd
stdbool
sys_stat
fstatat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
getcwd-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
openat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
+openat-die [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
link [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
link-follow [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
lstat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
m4/mode_t.m4
Depends-on:
+dirent
dosname
errno
extensions
fstat [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]
+openat-die [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]