Hi Hrvoje, we can relax the gettext version, but the bootstrap script is used only when the code is compiled from the source repository and gettext is needed to generate files used by gettext later, and that are distributed in source releases. It is a dependency only in the bootstrap phase. If the configure script doesn't find gettext on the system then the gnulib module is used.
Cheers, Giuseppe Hrvoje Niksic <hnik...@xemacs.org> writes: > The bootstrap script complains that it can't find gettext 0.18. > Apparently this version of gettext has been released recently, and > hasn't yet made it into popular distributions such as the latest > Ubuntu. > > Is it still possible to compile Wget without internationalization? If > so, how does one bootstrap?