summaryrefslogtreecommitdiff
path: root/modules/fstatat
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-11-09 02:42:45 +0100
committerBruno Haible <bruno@clisp.org>2011-11-09 02:44:53 +0100
commit91dc8145d6bb46926bcff16983e870554416d232 (patch)
treebb394eac93e87ec95e489798471540bddc6f9a21 /modules/fstatat
parent471fc34ae463a72dcebf813153cbb73499c1e0a2 (diff)
downloadgnulib-91dc8145d6bb46926bcff16983e870554416d232.tar.gz
More conditional dependencies.
* modules/faccessat (Depends-on): Add conditions. * modules/fchmodat (Depends-on): Likewise. * modules/fchownat (Depends-on): Likewise. * modules/fstatat (Depends-on): Likewise. * modules/mkfifoat (Depends-on): Likewise. * modules/readlinkat (Depends-on): Likewise. * modules/symlinkat (Depends-on): Likewise. * modules/unlinkat (Depends-on): Likewise. * modules/utimensat (Depends-on): Likewise. * modules/mkdirat (Depends-on): Add sys_stat. Add conditions. * modules/linkat (Depends-on): Refine the conditions. * modules/renameat (Depends-on): Likewise.
Diffstat (limited to 'modules/fstatat')
-rw-r--r--modules/fstatat20
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/fstatat b/modules/fstatat
index 56ad8a59cf..7a6123aff4 100644
--- a/modules/fstatat
+++ b/modules/fstatat
@@ -8,17 +8,17 @@ lib/openat-priv.h
m4/fstatat.m4
Depends-on:
-at-internal
-dosname
-errno
-extensions
-fchdir
-fcntl-h
-lstat
-openat-die
-openat-h
-save-cwd
sys_stat
+extensions
+at-internal [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
+dosname [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
+errno [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
+fchdir [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
+fcntl-h [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
+lstat [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
+openat-die [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
+openat-h [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
+save-cwd [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
configure.ac:
gl_FUNC_FSTATAT