Mercurial > hg > octave-nkf > gnulib-hg
comparison modules/fchmodat @ 16063:c3b6b5b6bc32
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.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 09 Nov 2011 02:42:45 +0100 |
parents | 917610de47d7 |
children | a2d45c112907 |
comparison
equal
deleted
inserted
replaced
16062:d0e219cc1e43 | 16063:c3b6b5b6bc32 |
---|---|
6 lib/at-func.c | 6 lib/at-func.c |
7 lib/openat-priv.h | 7 lib/openat-priv.h |
8 m4/fchmodat.m4 | 8 m4/fchmodat.m4 |
9 | 9 |
10 Depends-on: | 10 Depends-on: |
11 at-internal | 11 sys_stat |
12 dosname | |
13 errno | |
14 extensions | 12 extensions |
15 fchdir | 13 at-internal [test $HAVE_FCHMODAT = 0] |
16 openat-die | 14 dosname [test $HAVE_FCHMODAT = 0] |
17 openat-h | 15 errno [test $HAVE_FCHMODAT = 0] |
18 save-cwd | 16 fchdir [test $HAVE_FCHMODAT = 0] |
19 sys_stat | 17 openat-die [test $HAVE_FCHMODAT = 0] |
18 openat-h [test $HAVE_FCHMODAT = 0] | |
19 save-cwd [test $HAVE_FCHMODAT = 0] | |
20 | 20 |
21 configure.ac: | 21 configure.ac: |
22 gl_FUNC_FCHMODAT | 22 gl_FUNC_FCHMODAT |
23 if test $HAVE_FCHMODAT = 0; then | 23 if test $HAVE_FCHMODAT = 0; then |
24 AC_LIBOBJ([fchmodat]) | 24 AC_LIBOBJ([fchmodat]) |