patches/intltool-01-msgfmt.diff
author laca
Tue, 18 Dec 2007 10:28:04 +0000
changeset 11328 bb8b6123da58
permissions -rw-r--r--
2007-12-18 Laszlo (Laca) Peter <[email protected]> * base-specs/intltool.spec: add patch msgfmt.diff * patches/intltool-01-msgfmt.diff: (new) patch that disables the test for GNU msgfmt

--- 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