gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / cloexec
index 7e41fec..8e458bb 100644 (file)
@@ -4,22 +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
 
 Include:
 "cloexec.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
+Jim Meyering, Eric Blake