Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/exitfail @ 14675:d214c42cc3fe
exit: drop remaining clients
Anyone using EXIT_FAILURE needs to depend on stdlib, now that
the exit module is gone.
* modules/argmatch (Depends-on): Replace exit with stdlib.
* modules/copy-file (Depends-on): Likewise.
* modules/execute (Depends-on): Likewise.
* modules/exitfail (Depends-on): Likewise.
* modules/obstack (Depends-on): Likewise.
* modules/pagealign_alloc (Depends-on): Likewise.
* modules/pipe-filter-gi (Depends-on): Likewise.
* modules/pipe-filter-ii (Depends-on): Likewise.
* modules/savewd (Depends-on): Likewise.
* modules/spawn-pipe (Depends-on): Likewise.
* modules/wait-process (Depends-on): Likewise.
* modules/xsetenv (Depends-on): Likewise.
* modules/chdir-long (Depends-on): Add stdlib, for EXIT_FAILURE.
* modules/git-merge-changelog (Depends-on): Likewise.
* modules/long-options (Depends-on): Likewise.
* modules/pt_chown (Depends-on): Likewise.
* modules/sysexits (Depends-on): Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Mon, 02 May 2011 11:59:00 -0600 |
parents | 86c8f5da0417 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Set exit status for fatal signal. |
4110 | 3 |
4 Files: | |
5 lib/exitfail.h | |
6 lib/exitfail.c | |
7 | |
8 Depends-on: | |
14675
d214c42cc3fe
exit: drop remaining clients
Eric Blake <eblake@redhat.com>
parents:
12911
diff
changeset
|
9 stdlib |
4110 | 10 |
11 configure.ac: | |
12 | |
13 Makefile.am: | |
12911
86c8f5da0417
Prefer lib_SOURCES over unconditional AC_LIBOBJ.
Bruno Haible <bruno@clisp.org>
parents:
12910
diff
changeset
|
14 lib_SOURCES += exitfail.c |
4110 | 15 |
16 Include: | |
17 "exitfail.h" | |
18 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4696
diff
changeset
|
19 License: |
12910
78fe2e4f8745
exitfail: Relax license to LGPLv2.1+. Drop exitfail.m4.
Simon Josefsson <simon@josefsson.org>
parents:
7497
diff
changeset
|
20 LGPLv2+ |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4696
diff
changeset
|
21 |
4197 | 22 Maintainer: |
23 Paul Eggert |