strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / atexit
index 178e019abe078e41aaafe3eb83480382c409a1b2..5bb202e600e7d1acc5c2808eed93b2fd41cf6e28 100644 (file)
@@ -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
@@ -11,7 +17,6 @@ configure.ac:
 gl_FUNC_ATEXIT
 
 Makefile.am:
-EXTRA_DIST += atexit.c
 
 Include:
 <stdlib.h>