This marks 'atexit' obsolete. Now that dependencies to obsolete modules are
ignored by default, we can put back the these dependencies, so that
--with-obsolete works right.


2008-11-02  Bruno Haible  <[EMAIL PROTECTED]>

        Mark 'atexit' obsolete.
        * modules/atexit (Status, Notice): New sections.
        * modules/chdir-long (Depends-on): Add atexit.
        * modules/wait-process (Depends-on): Likewise.

--- modules/atexit.orig 2008-11-02 16:22:10.000000000 +0100
+++ modules/atexit      2008-11-02 15:30:11.000000000 +0100
@@ -1,6 +1,12 @@
 Description:
 atexit() function: register a function to be called at program termination.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/atexit.c
 m4/atexit.m4
--- modules/chdir-long.orig     2008-11-02 16:22:10.000000000 +0100
+++ modules/chdir-long  2008-11-02 16:20:14.000000000 +0100
@@ -7,6 +7,7 @@
 m4/chdir-long.m4
 
 Depends-on:
+atexit
 fchdir
 fcntl
 openat
--- modules/wait-process.orig   2008-11-02 16:22:10.000000000 +0100
+++ modules/wait-process        2008-11-02 16:20:31.000000000 +0100
@@ -16,6 +16,7 @@
 stdbool
 sys_wait
 unistd
+atexit
 
 configure.ac:
 gl_WAIT_PROCESS



Reply via email to