bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / modules / atexit
blobb1ff39432011f74673819c73884fc239fe3efc99
1 Description:
2 atexit() function: register a function to be called at program termination.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/atexit.c
12 m4/atexit.m4
14 Depends-on:
16 configure.ac:
17 gl_FUNC_ATEXIT
18 gl_CONDITIONAL([GL_COND_OBJ_ATEXIT], [test $ac_cv_func_atexit = no])
19 AM_COND_IF([GL_COND_OBJ_ATEXIT], [
20   gl_PREREQ_ATEXIT
23 Makefile.am:
24 if GL_COND_OBJ_ATEXIT
25 lib_SOURCES += atexit.c
26 endif
28 Include:
29 <stdlib.h>
31 License:
32 public domain
34 Maintainer:
35 Jim Meyering