From 2de9abc5c9d40b3c716307d67d16146f823fd554 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 17 Jan 2012 14:43:55 +0000 Subject: add the output of bootstrap --- gnulib | 1 - gnulib/modules/sprintf-posix | 47 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) delete mode 160000 gnulib create mode 100644 gnulib/modules/sprintf-posix (limited to 'gnulib/modules/sprintf-posix') diff --git a/gnulib b/gnulib deleted file mode 160000 index 443bc5f..0000000 --- a/gnulib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 443bc5ffcf7429e557f4a371b0661abe98ddbc13 diff --git a/gnulib/modules/sprintf-posix b/gnulib/modules/sprintf-posix new file mode 100644 index 0000000..c8bc2a3 --- /dev/null +++ b/gnulib/modules/sprintf-posix @@ -0,0 +1,47 @@ +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 +m4/printf.m4 +m4/math_h.m4 + +Depends-on: +stdio +nocrash +printf-safe +multiarch +vasnprintf [test $REPLACE_SPRINTF = 1] +isnand-nolibm [test $REPLACE_SPRINTF = 1] +isnanl-nolibm [test $REPLACE_SPRINTF = 1] +frexp-nolibm [test $REPLACE_SPRINTF = 1] +frexpl-nolibm [test $REPLACE_SPRINTF = 1] +printf-frexp [test $REPLACE_SPRINTF = 1] +printf-frexpl [test $REPLACE_SPRINTF = 1] +signbit [test $REPLACE_SPRINTF = 1] +fpucw [test $REPLACE_SPRINTF = 1] +stdint [test $REPLACE_SPRINTF = 1] +errno [test $REPLACE_SPRINTF = 1] + +configure.ac: +gl_FUNC_SPRINTF_POSIX +gl_STDIO_MODULE_INDICATOR([sprintf-posix]) + +Makefile.am: + +Include: + + +License: +LGPL + +Maintainer: +Bruno Haible + -- cgit v1.2.1