X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcloseout;h=2987121b27576105802cf10eadb758a82ccc42e7;hb=c65d65a81e9d66960ae7ce5abe5069d5b7338ed2;hp=a030d452e1b6db7b00016a9ae142714232b2afe8;hpb=d3e8c58c07934d00ff72d0dc32aa48a2c3667137;p=gnulib.git diff --git a/modules/closeout b/modules/closeout index a030d452e..2987121b2 100644 --- a/modules/closeout +++ b/modules/closeout @@ -1,5 +1,5 @@ Description: -Close stdout, checking for errors. +Close standard output and standard error, exiting with a diagnostic on error. Files: lib/closeout.h @@ -7,11 +7,10 @@ lib/closeout.c m4/closeout.m4 Depends-on: -atexit -gettext +close-stream +gettext-h error quotearg -fpending exitfail stdbool @@ -19,6 +18,7 @@ configure.ac: gl_CLOSEOUT Makefile.am: +lib_SOURCES += closeout.c Include: "closeout.h"