X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsprintf-posix;h=b5f02f6aafbbff5f5145880f28fd5e70abe4a77f;hb=0af2227383df6c060f2b719882474cf8e1dd7431;hp=b5e8fcefdb7dc5f33c202844b004bab19a9980ab;hpb=b17d7ac7df62c7c7f56fe857ed28151d8b0e4e28;p=gnulib.git diff --git a/modules/sprintf-posix b/modules/sprintf-posix index b5e8fcefd..b5f02f6aa 100644 --- a/modules/sprintf-posix +++ b/modules/sprintf-posix @@ -1,6 +1,12 @@ Description: POSIX compatible sprintf() function: print formatted output to a 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: lib/sprintf.c m4/sprintf-posix.m4 @@ -20,6 +26,8 @@ fpucw nocrash printf-safe stdint +errno +multiarch configure.ac: gl_FUNC_SPRINTF_POSIX