Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / dirfd
index ce489f3..1c6d26f 100644 (file)
@@ -2,21 +2,29 @@ Description:
 Retrieving the file descriptor of an open directory stream.  (Unportable.)
 
 Files:
-lib/dirfd.h
 lib/dirfd.c
 m4/dirfd.m4
 
 Depends-on:
+dirent
+extensions
+errno           [test $ac_cv_func_dirfd = no && test $gl_cv_func_dirfd_macro = no]
 
 configure.ac:
-UTILS_FUNC_DIRFD
+gl_FUNC_DIRFD
+if test $ac_cv_func_dirfd = no && test $gl_cv_func_dirfd_macro = no; then
+  AC_LIBOBJ([dirfd])
+  gl_PREREQ_DIRFD
+fi
+gl_DIRENT_MODULE_INDICATOR([dirfd])
 
 Makefile.am:
-lib_SOURCES += dirfd.h
 
 Include:
-"dirfd.h"
+<dirent.h>
+
+License:
+LGPLv2+
 
 Maintainer:
 Jim Meyering
-