Using intltool macro only causes build issues on exotic platforms, such as MinGW. As long as this bug isn't fixed, we should use AM_GLIB_GNU_GETTEXT https://bugs.launchpad.net/intltool/+bug/398571 --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 0737332..d5988b3 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,7 @@ GETTEXT_PACKAGE=virt-viewer AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name]) +AM_GLIB_GNU_GETTEXT IT_PROG_INTLTOOL([0.35.0]) -- 1.7.7.6