Hash :
5209471f
Author :
Date :
2011-05-24T01:46:56
fopen-safer: Move AC_LIBOBJ invocations to module description. * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove macro. * modules/fopen-safer (Files): Remove m4/stdio-safer.m4. (configure.ac): Remove gl_FOPEN_SAFER call. (Makefile.am): Augment lib_SOURCES.
Description:
fopen function that avoids clobbering std{in,out,err}.
Files:
lib/stdio--.h
lib/stdio-safer.h
lib/fopen-safer.c
Depends-on:
fopen
unistd-safer
configure.ac:
gl_MODULE_INDICATOR([fopen-safer])
Makefile.am:
lib_SOURCES += fopen-safer.c
Include:
"stdio-safer.h"
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering