fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / closeout
index c3ed2b70a81530307db371c7e59f309019921ef4..2987121b27576105802cf10eadb758a82ccc42e7 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Close standard output, exiting with a diagnostic on error.
+Close standard output and standard error, exiting with a diagnostic on error.
 
 Files:
 lib/closeout.h
@@ -12,12 +12,13 @@ gettext-h
 error
 quotearg
 exitfail
+stdbool
 
 configure.ac:
 gl_CLOSEOUT
 
 Makefile.am:
-EXTRA_DIST += closeout.h
+lib_SOURCES += closeout.c
 
 Include:
 "closeout.h"