1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/tmpfile-safer
Bruno Haible 8b498e93c2 tmpfile-safer: Move AC_LIBOBJ invocations to module description.
* m4/stdio-safer.m4: Remove file.
* modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4.
(configure.ac): Remove gl_TMPFILE_SAFER call.
(Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:40 +02:00

28 lines
350 B
Plaintext

Description:
tmpfile function that avoids clobbering std{in,out,err}.
Files:
lib/stdio--.h
lib/stdio-safer.h
lib/tmpfile-safer.c
Depends-on:
binary-io
tmpfile
unistd-safer
configure.ac:
gl_MODULE_INDICATOR([tmpfile-safer])
Makefile.am:
lib_SOURCES += tmpfile-safer.c
Include:
"stdio-safer.h"
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering