openat: provide more convenience names
[pspp] / modules / vasnprintf
index b7866531a6d642d06557802432c927eb17e4b161..819495c43cf432c695a0e0ac01ec1dfd3bf781e6 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
@@ -9,19 +10,21 @@ lib/printf-parse.c
 lib/vasnprintf.h
 lib/vasnprintf.c
 lib/asnprintf.c
-m4/longdouble.m4
 m4/wchar_t.m4
 m4/wint_t.m4
 m4/longlong.m4
 m4/intmax_t.m4
 m4/stdint_h.m4
 m4/inttypes_h.m4
-m4/eoverflow.m4
 m4/vasnprintf.m4
 
 Depends-on:
 alloca-opt
+float
+stdint
 xsize
+errno
+memchr
 
 configure.ac:
 gl_FUNC_VASNPRINTF
@@ -32,8 +35,7 @@ Include:
 "vasnprintf.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
-