--- intltool-0.36.3/intltool.m4.orig 2007-12-18 09:33:58.086429298 +0000
+++ intltool-0.36.3/intltool.m4 2007-12-18 09:34:45.003756401 +0000
@@ -96,8 +96,7 @@
fi
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
-mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
+if test -z "$xgversion" -o -z "$mmversion"; then
AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
fi