relocatable-prog-wrapper: Separate from relocatable-prog.
[pspp] / modules / cloexec
index 9dc2c1a3f74aebbfc04e269b7607d83fcd25633f..1267b7ff9a33b703cda32542b53b692f57215bd4 100644 (file)
@@ -7,16 +7,21 @@ 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
 
 Include:
 "cloexec.h"
 
+License:
+LGPLv2+
+
 Maintainer:
-Jim Meyering
+Jim Meyering, Eric Blake