getcwd-lgpl: new module
[pspp] / modules / snprintf
index c43e6da0a550c7cc91afe24ea098152e1922e45b..e8b5dfb47b9b0a34bdad07f91577c44f3208ce34 100644 (file)
@@ -4,14 +4,17 @@ snprintf() function: print formatted output to a fixed length string
 Files:
 lib/snprintf.c
 m4/snprintf.m4
+m4/printf.m4
 
 Depends-on:
 stdio
 vasnprintf
+errno
 
 configure.ac:
 gl_FUNC_SNPRINTF
 gl_STDIO_MODULE_INDICATOR([snprintf])
+gl_MODULE_INDICATOR([snprintf])
 
 Makefile.am:
 
@@ -19,7 +22,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Simon Josefsson, Paul Eggert, Bruno Haible