Mike Frysinger <vap...@gentoo.org> writes: > i explicitly pulled in the > printf-posix module because i want a posix implementation on crappy systems. > but i dont care if said systems have broken floating point implementations > since i dont use floating point in my code.
If this happens often enough, perhaps gnulib should have a printf-posix-no-fp module that does what you want? As an aside, printf-sans-floating-point is a classic Unix configuration hassle; Bell Labs had it in 1977 and we still have it now....