getcwd-lgpl: new module
[pspp] / modules / dirfd
index 39dd6c3e5f2e97d95d373b6ec8e36a165c55f168..42ff4d7a0f0f9c61c3827284d865c8eaceca90ca 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
+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