X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fprintf-posix;h=1c763a0c121c311fb2aa46ef153f20aa3d99e679;hb=5e2a6b1f1f59b920775fdc38b81d1a389a5089ed;hp=ba56fa032a68f5a963f53a7a60cc05d823ab476a;hpb=2436c6848a2e41d23eb1df0d8f5afa466e98780d;p=gnulib.git diff --git a/modules/printf-posix b/modules/printf-posix index ba56fa032..1c763a0c1 100644 --- a/modules/printf-posix +++ b/modules/printf-posix @@ -1,14 +1,22 @@ Description: POSIX compatible printf() 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/printf.c m4/printf-posix-rpl.m4 m4/printf.m4 +m4/asm-underscore.m4 Depends-on: stdio -vfprintf-posix +printf-safe +vfprintf-posix [test $REPLACE_PRINTF = 1] configure.ac: gl_FUNC_PRINTF_POSIX