spawn-pipe tests: Like the child program only against libc.
[gnulib.git] / modules / dirfd
index 39dd6c3..8410f38 100644 (file)
@@ -1,18 +1,26 @@
 Description:
+Retrieving the file descriptor of an open directory stream.  (Unportable.)
 
 Files:
-lib/dirfd.h
 lib/dirfd.c
 m4/dirfd.m4
 
 Depends-on:
+dirent
+extensions
+errno           [test $ac_cv_have_decl_dirfd = no || test $REPLACE_DIRFD = 1]
 
 configure.ac:
-UTILS_FUNC_DIRFD
+gl_FUNC_DIRFD
+gl_DIRENT_MODULE_INDICATOR([dirfd])
 
 Makefile.am:
-lib_SOURCES += dirfd.h
 
 Include:
-"dirfd.h"
+<dirent.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering