X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fsnprintf-posix;h=16b38b7dde1fb6d2409bdeba5ed0f194cf154aed;hb=7abd07c81cfa2e0922bda8d0dbea67a31a8d853c;hp=106997b4521ec6a35bcab6832b9536831a2751db;hpb=b17d7ac7df62c7c7f56fe857ed28151d8b0e4e28;p=gnulib.git diff --git a/modules/snprintf-posix b/modules/snprintf-posix index 106997b45..16b38b7dd 100644 --- a/modules/snprintf-posix +++ b/modules/snprintf-posix @@ -2,6 +2,12 @@ Description: POSIX compatible snprintf() function: print formatted output to a fixed length string +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the 'vasnprintf' module, if +that module occurs among the main modules in lib/. + Files: m4/snprintf-posix.m4 m4/printf.m4 @@ -19,6 +25,7 @@ signbit fpucw nocrash printf-safe +multiarch configure.ac: gl_FUNC_SNPRINTF_POSIX