warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / fchownat-tests
blob4e289bda5d9f3fff45a13f4a97f1401fd0d4017a
1 Files:
2 tests/nap.h
3 tests/test-chown.h
4 tests/test-lchown.h
5 tests/test-fchownat.c
6 tests/signature.h
7 tests/macros.h
9 Depends-on:
10 ignore-value
11 mgetgroups
12 nanosleep
13 openat-h
14 stat-time
15 symlink
17 configure.ac:
18 AC_CHECK_FUNCS_ONCE([getegid])
20 Makefile.am:
21 TESTS += test-fchownat
22 check_PROGRAMS += test-fchownat
23 test_fchownat_LDADD = $(LDADD) $(LIB_NANOSLEEP) @LIBINTL@