I rearranged gettext to be included from only the *.c files. It should not be installed so it is now in a the noinst_HEADERS directive. gettext.h is generally not installed by programs.
This should fix it. Tell me if it causes you any problems kyoushuu.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patch
I rearranged gettext to be included from only the *.c files. It should not be installed so it is now in a the noinst_HEADERS directive. gettext.h is generally not installed by programs.
This should fix it. Tell me if it causes you any problems kyoushuu.