mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtoul
index e69ce0300dbf43b5f6c2c6d74b91957d4b72a6e0..dc2b50b12f55c002500588a4cc70400fed2ae145 100644 (file)
@@ -1,18 +1,23 @@
 Description:
 strtoul() function: convert string to 'unsigned long'.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
+lib/strtol.c
 lib/strtoul.c
 m4/strtoul.m4
 
 Depends-on:
-strtol
 
 configure.ac:
 gl_FUNC_STRTOUL
 
 Makefile.am:
-EXTRA_DIST += strtoul.c
 
 Include:
 <stdlib.h>
@@ -22,4 +27,3 @@ LGPL
 
 Maintainer:
 glibc
-