crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / vsnprintf
index 40bb80deaf9e182a56f8cad28c8678436ab19d95..053b10c32a57749b0e5c310a3aba04d15d95f051 100644 (file)
@@ -5,10 +5,12 @@ to a fixed length string
 Files:
 lib/vsnprintf.c
 m4/vsnprintf.m4
+m4/printf.m4
 
 Depends-on:
 stdio
-vasnprintf
+vasnprintf      [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
+errno           [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
 
 configure.ac:
 gl_FUNC_VSNPRINTF
@@ -20,7 +22,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Yoann Vandoorselaere