Rename gl_INET_PTON.
[pspp] / modules / dirfd
index ce489f3bb4e86b0d8294c39088157b7ac39da67a..42ff4d7a0f0f9c61c3827284d865c8eaceca90ca 100644 (file)
@@ -2,21 +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
-