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