summaryrefslogtreecommitdiff
path: root/intltool.m4
diff options
context:
space:
mode:
authordobey <>2008-11-06 02:37:14 +0000
committerdobey <>2008-11-06 02:37:14 +0000
commit21bee6d2aeefd7ccc94ecbeb8245bbbb3f0a1dcd (patch)
treec62a629b3e754d81f508b118fb38d441ac620107 /intltool.m4
parent84aa743e67b849d3e1c5b5bee667b18c2616672b (diff)
downloadintltool-21bee6d2aeefd7ccc94ecbeb8245bbbb3f0a1dcd.tar.gz
2008-11-05 Rodney Dawes <dobey.pwns@gmail.com>
* intltool.m4: Redirect grep output to /dev/null Fixes #557069
Diffstat (limited to 'intltool.m4')
-rw-r--r--intltool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/intltool.m4 b/intltool.m4
index 563981c..6ef3579 100644
--- a/intltool.m4
+++ b/intltool.m4
@@ -171,7 +171,7 @@ dnl The following CONFIG_COMMANDS should be exetuted at the very end
dnl of config.status.
AC_CONFIG_COMMANDS_PRE([
AC_CONFIG_COMMANDS([$1/stamp-it], [
- if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" ]; then
+ if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then
AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.])
fi
rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"