mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/closeout.m4 (gl_CLOSEOUT): Remove AC_LIBOBJ invocation. * modules/closeout (Makefile.am): Augment lib_SOURCES.
31 lines
342 B
Plaintext
31 lines
342 B
Plaintext
Description:
|
|
Close standard output and standard error, exiting with a diagnostic on error.
|
|
|
|
Files:
|
|
lib/closeout.h
|
|
lib/closeout.c
|
|
m4/closeout.m4
|
|
|
|
Depends-on:
|
|
close-stream
|
|
gettext-h
|
|
error
|
|
quotearg
|
|
exitfail
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_CLOSEOUT
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += closeout.c
|
|
|
|
Include:
|
|
"closeout.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|