getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtoll
index 480a30a5cd96423615392078a8aa1a00922c6724..8295e83c2af823b7ae8a99f34092326bbd1360b4 100644 (file)
@@ -1,18 +1,26 @@
 Description:
+strtoll() function: convert string to 'long long'.
 
 Files:
+lib/strtol.c
 lib/strtoll.c
 m4/longlong.m4
 m4/strtoll.m4
 
 Depends-on:
-strtol
+stdlib
 
 configure.ac:
 gl_FUNC_STRTOLL
+gl_STDLIB_MODULE_INDICATOR([strtoll])
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
+Maintainer:
+glibc