posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / scandir
blob8d5e1058d89de33051bc84b5111b3b7bd32297dd
1 Description:
2 scandir() function: collect entries of a directory
4 Files:
5 lib/scandir.c
6 m4/scandir.m4
8 Depends-on:
9 builtin-expect
10 closedir
11 dirent
12 extensions
13 largefile
14 opendir
15 readdir
17 configure.ac:
18 gl_FUNC_SCANDIR
19 if test $HAVE_SCANDIR = 0; then
20   AC_LIBOBJ([scandir])
21   gl_PREREQ_SCANDIR
23 gl_DIRENT_MODULE_INDICATOR([scandir])
25 Makefile.am:
27 Include:
28 <dirent.h>
30 License:
31 LGPL
33 Maintainer:
34 all, glibc