md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / cloexec
index 93f518e..8e458bb 100644 (file)
@@ -4,23 +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([cloexec])
+gl_MODULE_INDICATOR_FOR_TESTS([cloexec])
 
 Makefile.am:
+lib_SOURCES += cloexec.c
 
 Include:
 "cloexec.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering, Eric Blake