It's pretty clear from the gnu.org gettext-runtime/libintl is under LGPL [1].
However, when I looked into the source, gettext-runtime includes gnulib (which can't be compiled out) and that's GPLv3. How does this make gettext-runtime LGPL? Do I need to worry about including gnulib (GPLv3 sources) into propriety code which is linked against libintl? Thanks, --muteki [1] https://www.gnu.org/software/gettext/manual/html_node/Discussions.html