Mercurial > hg > octave-kai > gnulib-hg
annotate modules/argp-version-etc-tests @ 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 | 03aab12b3f15 |
children |
rev | line source |
---|---|
11651
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
1 Files: |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
2 tests/test-argp-version-etc.c |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
3 tests/test-argp-version-etc-1.sh |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
4 |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
5 Depends-on: |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
6 argp |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
7 progname |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
8 version-etc-fsf |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
9 |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
10 Makefile.am: |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
11 TESTS += test-argp-version-etc test-argp-version-etc-1.sh |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
12 check_PROGRAMS += test-argp-version-etc |
64c83b4fa303
argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff
changeset
|
13 test_argp_version_etc_LDADD = $(LDADD) @LIBINTL@ |