gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / vsnprintf
index 0ae33e6..053b10c 100644 (file)
@@ -5,11 +5,12 @@ to a fixed length string
 Files:
 lib/vsnprintf.c
 m4/vsnprintf.m4
+m4/printf.m4
 
 Depends-on:
 stdio
-vasnprintf
-minmax
+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
@@ -21,7 +22,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Yoann Vandoorselaere