getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtoul
index b8cc33e20530cd13dc4ef86843f01ea5d14e93c5..dc2b50b12f55c002500588a4cc70400fed2ae145 100644 (file)
@@ -1,11 +1,18 @@
 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
@@ -15,3 +22,8 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
+Maintainer:
+glibc