Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/clean-temp @ 15222:62089e9fcc47
modechange: Move AC_LIBOBJ invocations to module description.
* m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation.
* modules/modechange (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 00:57:31 +0200 |
parents | a8c91b846640 |
children | 1f14c6dd175d |
rev | line source |
---|---|
7044 | 1 Description: |
2 Temporary directories and temporary files with automatic cleanup. | |
3 | |
4 Files: | |
5 lib/clean-temp.h | |
6 lib/clean-temp.c | |
7 | |
8 Depends-on: | |
9 stdbool | |
10 unistd | |
11 error | |
12 fatal-signal | |
10248
dde1ecc647d1
make several modules depend on the "open" module
Jim Meyering <meyering@redhat.com>
parents:
8948
diff
changeset
|
13 open |
7044 | 14 pathmax |
15 tmpdir | |
16 mkdtemp | |
10753 | 17 rmdir |
7044 | 18 xalloc |
8948
a162347a0232
Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents:
7515
diff
changeset
|
19 xmalloca |
7081 | 20 linkedhash-list |
12445
a8c91b846640
Move the malloc checking from module 'list' to new module 'xlist'.
Bruno Haible <bruno@clisp.org>
parents:
10753
diff
changeset
|
21 xlist |
7044 | 22 gettext-h |
23 | |
24 configure.ac: | |
7515
480017821fd6
* modules/clean-temp (Makefile.am): Don't add to make output...
Eric Blake <ebb9@byu.net>
parents:
7081
diff
changeset
|
25 AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.]) |
7044 | 26 |
27 Makefile.am: | |
28 lib_SOURCES += clean-temp.h clean-temp.c | |
29 | |
30 Include: | |
31 "clean-temp.h" | |
32 | |
33 License: | |
34 GPL | |
35 | |
36 Maintainer: | |
37 Bruno Haible |