md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / cloexec
index 9dc2c1a..8e458bb 100644 (file)
@@ -4,19 +4,23 @@ Set or clear the close-on-exec descriptor flag.
 Files:
 lib/cloexec.c
 lib/cloexec.h
-m4/cloexec.m4
 
 Depends-on:
+dup2
+fcntl
 stdbool
 
 configure.ac:
-gl_CLOEXEC
+gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
 
 Makefile.am:
-lib_SOURCES += cloexec.c cloexec.h
+lib_SOURCES += cloexec.c
 
 Include:
 "cloexec.h"
 
+License:
+LGPLv2+
+
 Maintainer:
-Jim Meyering
+Jim Meyering, Eric Blake