Mercurial > hg > octave-jordi > gnulib-hg
view modules/freopen-safer @ 15244:a9daeaa8d991
freopen-safer: Move AC_LIBOBJ invocations to module description.
* m4/stdio-safer.m4 (gl_FREOPEN_SAFER): Remove macro.
* modules/freopen-safer (Files): Remove m4/stdio-safer.m4.
(configure.ac): Remove gl_FREOPEN_SAFER call.
(Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 01:50:49 +0200 |
parents | b156d2d1b827 |
children |
line wrap: on
line source
Description: freopen function that avoids clobbering std{in,out,err}. Files: lib/stdio--.h lib/stdio-safer.h lib/freopen-safer.c Depends-on: dup2 freopen open stdbool configure.ac: gl_MODULE_INDICATOR([freopen-safer]) Makefile.am: lib_SOURCES += freopen-safer.c Include: "stdio-safer.h" License: GPL Maintainer: Eric Blake