getcwd-lgpl: fix m4 to match relaxed test for BSD
[gnulib.git] / modules / dirent-safer
1 Description:
2 Directory functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
3
4 Files:
5 lib/dirent--.h
6 lib/dirent-safer.h
7 lib/opendir-safer.c
8 m4/dirent-safer.m4
9
10 Depends-on:
11 dirent
12 dirfd
13 unistd-safer
14
15 configure.ac:
16 gl_DIRENT_SAFER
17 gl_MODULE_INDICATOR([dirent-safer])
18
19 Makefile.am:
20 lib_SOURCES += opendir-safer.c
21
22 Include:
23 "dirent-safer.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Eric Blake