Add $(srcdir)/ to source directory references in Makefile fragments
[gnulib.git] / modules / fopen-safer
1 Description:
2 fopen function that avoids clobbering std{in,out,err}.
3
4 Files:
5 lib/stdio--.h
6 lib/stdio-safer.h
7 lib/fopen-safer.c
8 m4/stdio-safer.m4
9
10 Depends-on:
11 unistd-safer
12
13 configure.ac:
14 gl_FOPEN_SAFER
15 gl_MODULE_INDICATOR([fopen-safer])
16
17 Makefile.am:
18
19 Include:
20 "stdio-safer.h"
21
22 License:
23 GPL
24
25 Maintainer:
26 Paul Eggert, Jim Meyering