warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / clean-temp
blob951e0c5c117f9ea656ad49f15ea14969633c9cc9
1 Description:
2 Temporary directories and temporary files with automatic cleanup.
4 Files:
5 lib/clean-temp.h
6 lib/clean-temp.c
8 Depends-on:
9 stdbool
10 unistd
11 error
12 fatal-signal
13 open
14 pathmax
15 tmpdir
16 mkdtemp
17 rmdir
18 xalloc
19 xmalloca
20 linkedhash-list
21 xlist
22 gettext-h
24 configure.ac:
25 AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.])
27 Makefile.am:
28 lib_SOURCES += clean-temp.h clean-temp.c
30 Include:
31 "clean-temp.h"
33 License:
34 GPL
36 Maintainer:
37 all