crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / vasnprintf
index 5110362c4585f9ebf3f7b2d41906acfc17b4e834..35f5f3a3076c336e2786827f73cfa5265fef033a 100644 (file)
@@ -2,6 +2,7 @@ Description:
 vsprintf with automatic memory allocation and bounded output size.
 
 Files:
+lib/float+.h
 lib/printf-args.h
 lib/printf-args.c
 lib/printf-parse.h
@@ -15,13 +16,18 @@ m4/longlong.m4
 m4/intmax_t.m4
 m4/stdint_h.m4
 m4/inttypes_h.m4
-m4/eoverflow.m4
 m4/vasnprintf.m4
+m4/printf.m4
 
 Depends-on:
 alloca-opt
+float
 stdint
 xsize
+errno
+memchr
+verify
+wchar
 
 configure.ac:
 gl_FUNC_VASNPRINTF
@@ -32,8 +38,7 @@ Include:
 "vasnprintf.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
-