* lib/string_.h: If the gnulib module XYZ is not present, undefine
[gnulib.git] / modules / dirfd
index 39dd6c3..82cfb7a 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Retrieving the file descriptor of an open directory stream.  (Unportable.)
 
 Files:
 lib/dirfd.h
@@ -8,11 +9,15 @@ m4/dirfd.m4
 Depends-on:
 
 configure.ac:
-UTILS_FUNC_DIRFD
+gl_FUNC_DIRFD
 
 Makefile.am:
-lib_SOURCES += dirfd.h
 
 Include:
 "dirfd.h"
 
+License:
+LGPL
+
+Maintainer:
+Jim Meyering