X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fvprintf-posix;h=319d83d6bcbe26543ad1e1c80be1a6cffb4ba76c;hb=16b34ac99b135d6cd6c8c2cf1e277ee3b867d9ac;hp=2007000ae2b8827a0b9f11adacbfe13db3a638f6;hpb=ee6d9baacd6be1baf7c81422f2f716e3fe280c05;p=gnulib.git diff --git a/modules/vprintf-posix b/modules/vprintf-posix index 2007000ae..319d83d6b 100644 --- a/modules/vprintf-posix +++ b/modules/vprintf-posix @@ -1,6 +1,12 @@ Description: POSIX compatible vprintf() function: print formatted output to standard output +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/vprintf.c m4/vprintf-posix.m4