Description: Don't invoke intltool_update for "make check"
 intltool_update scan files under .pc (quilt's patch directory),
 and it fails.
Author: NIIBE Yutaka <gniibe@fsij.org>
Forwarded: no
Reviewed-By: NIIBE Yutaka <gniibe@fsij.org>
Last-Update: 2010-05-12

--- tomoe-0.6.0.orig/po/Makefile.in.in
+++ tomoe-0.6.0/po/Makefile.in.in
@@ -142,12 +142,14 @@ uninstall:
 	  rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
 	done
 
-check: all $(GETTEXT_PACKAGE).pot
-	rm -f missing notexist
-	srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
-	if [ -r missing -o -r notexist ]; then \
-	  exit 1; \
-	fi
+check:
+	@echo "Skip intltool_update"
+# check: all $(GETTEXT_PACKAGE).pot
+# 	rm -f missing notexist
+# 	srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
+# 	if [ -r missing -o -r notexist ]; then \
+# 	  exit 1; \
+# 	fi
 
 mostlyclean:
 	rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
