iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtoull
index fc1dd3218be0cc6fda2fe695e1b4e961cf6487d8..97ce1fd850f8067795a2a94f66411266808ce85e 100644 (file)
@@ -1,18 +1,27 @@
 Description:
+strtoull() function: convert string to 'unsigned long long'.
 
 Files:
+lib/strtol.c
+lib/strtoul.c
 lib/strtoull.c
-m4/ulonglong.m4
+m4/longlong.m4
 m4/strtoull.m4
 
 Depends-on:
-strtoul
+stdlib
 
 configure.ac:
 gl_FUNC_STRTOULL
+gl_STDLIB_MODULE_INDICATOR([strtoull])
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
+Maintainer:
+glibc