warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / opendir
blob61be718498a96f99594519c3630478bae347aee9
1 Description:
2 opendir() function: start reading the entries of a directory
4 Files:
5 lib/opendir.c
6 lib/dirent-private.h
7 m4/opendir.m4
9 Depends-on:
10 dirent
11 largefile
12 filename        [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
13 unistd          [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
14 closedir        [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
15 dirfd           [test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1]
17 configure.ac:
18 gl_FUNC_OPENDIR
19 if test $HAVE_OPENDIR = 0 || test $REPLACE_OPENDIR = 1; then
20   AC_LIBOBJ([opendir])
22 gl_DIRENT_MODULE_INDICATOR([opendir])
24 Makefile.am:
26 Include:
27 <dirent.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 all