I want to compile git which fails due to /bin/sh: msgfmt: command not found which is provided by gettext. I'm compiling on a system (Synology DSM 6.1) which has no package manager which easily provides a gettext package out-of-the-box, so I need to get the gettext build process to create msgfmt (with default configure options it's no findable in the installation prefix after ./configure --prefix=... && make && make install), but I don't find any configure option of gettext to include creation of msgfmt in the build result nor any configure option of git to skip the part which needs msgfmt.
I'm now using gettext 0.19.8.1 and git 2.11.1, but am also happy for solutions which require other newer or older versions.