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