Add dependencies to new dirent related modules.
[gnulib.git] / modules / fdopendir
1 Description:
2 Open a directory stream from a file descriptor.
3
4 Files:
5 lib/fdopendir.c
6 lib/openat-priv.h
7 lib/openat-proc.c
8 m4/fdopendir.m4
9
10 Depends-on:
11 dirent
12 extensions
13 errno           [test $HAVE_FDOPENDIR = 0]
14 fchdir          [test $HAVE_FDOPENDIR = 0]
15 openat-die      [test $HAVE_FDOPENDIR = 0]
16 opendir         [test $HAVE_FDOPENDIR = 0]
17 save-cwd        [test $HAVE_FDOPENDIR = 0]
18
19 configure.ac:
20 gl_FUNC_FDOPENDIR
21 if test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1; then
22   AC_LIBOBJ([fdopendir])
23 fi
24 if test $HAVE_FDOPENDIR = 0; then
25   AC_LIBOBJ([openat-proc])
26 fi
27 gl_DIRENT_MODULE_INDICATOR([fdopendir])
28 gl_MODULE_INDICATOR([fdopendir])
29
30 Makefile.am:
31
32 Include:
33 <dirent.h>
34
35 License:
36 GPL
37
38 Maintainer:
39 Jim Meyering, Eric Blake