Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / dirfd
index 39dd6c3e5f2e97d95d373b6ec8e36a165c55f168..82cfb7a9853781ae2aa134da03d40f91ae1ddeb3 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