regex.m4: correct the reversed range endpoint ([b-a]) test
[gnulib.git] / modules / strtoll
index 480a30a..738c9ef 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strtoll() function: convert string to 'long long'.
 
 Files:
 lib/strtoll.c
@@ -6,13 +7,21 @@ m4/longlong.m4
 m4/strtoll.m4
 
 Depends-on:
+stdlib
 strtol
 
 configure.ac:
 gl_FUNC_STRTOLL
+gl_STDLIB_MODULE_INDICATOR([strtoll])
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
+Maintainer:
+glibc
+