Unify tests that set gl_cv_func_frexp_no_libm.
[gnulib.git] / modules / dirfd
index bb45097..42ff4d7 100644 (file)
@@ -2,18 +2,25 @@ Description:
 Retrieving the file descriptor of an open directory stream.  (Unportable.)
 
 Files:
-lib/dirfd.h
 lib/dirfd.c
 m4/dirfd.m4
 
 Depends-on:
+dirent
+errno
+extensions
 
 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