On 02/13/2012 05:41 PM, Paul Smith wrote: > Pulling in an implementation from gnulib, just in case, might be the way > to go.
If been playing with gnulib integration by now: gnulib comes with a tool "gnulib-tool" to manage bundling for you. After a call # [..]/gnulib-tool --conditional-dependencies --no-vc-files \ --source-base=gnulib --m4-base=config --import vsnprintf folder gnulib holds the C code we need plus a dedicated Makefile.am (see diff [1]). After that the new files are integrated into the build system once manually (see diff [2]). What do you think? Best, Sebastian [1] http://git.goodpoint.de/?p=make.git;a=commitdiff;h=989eb705099e3d4c71c95476218785bf6a199d71 [2] http://git.goodpoint.de/?p=make.git;a=commitdiff;h=63a5ca7ba99c6e027df1ecef2e5646fa4b48a489 _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make