fix license quoting in files.yaml
[gnulib.git] / modules / strtoll
index a590628..5501fda 100644 (file)
@@ -2,18 +2,23 @@ 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
+if test $HAVE_STRTOLL = 0; then
+  AC_LIBOBJ([strtoll])
+  gl_PREREQ_STRTOLL
+fi
+gl_STDLIB_MODULE_INDICATOR([strtoll])
 
 Makefile.am:
-EXTRA_DIST += strtoll.c
 
 Include:
 <stdlib.h>
@@ -23,4 +28,3 @@ LGPL
 
 Maintainer:
 glibc
-