X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fvsnprintf-posix;h=0f36cd990912fb267b6c3022fcd46e3c3b4e5171;hb=fba7fdb1432af9bf0abece1ec8078ed8ae3af886;hp=dbe640215e2641870db05890dc07865fc76b2ad9;hpb=8073415b87dd340f0f60acd367b056627fb6bfa9;p=pspp diff --git a/modules/vsnprintf-posix b/modules/vsnprintf-posix index dbe640215e..0f36cd9909 100644 --- a/modules/vsnprintf-posix +++ b/modules/vsnprintf-posix @@ -2,6 +2,12 @@ Description: POSIX compatible vsnprintf() 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/vsnprintf-posix.m4 m4/printf.m4 @@ -9,7 +15,7 @@ m4/printf.m4 Depends-on: vsnprintf vasnprintf -isnan-nolibm +isnand-nolibm isnanl-nolibm frexp-nolibm frexpl-nolibm @@ -19,6 +25,7 @@ signbit fpucw nocrash printf-safe +multiarch configure.ac: gl_FUNC_VSNPRINTF_POSIX