intltool r765 - trunk



Author: dobey
Date: Thu Nov  6 02:37:14 2008
New Revision: 765
URL: http://svn.gnome.org/viewvc/intltool?rev=765&view=rev

Log:
2008-11-05  Rodney Dawes  <dobey pwns gmail com>

	* intltool.m4:
	Redirect grep output to /dev/null

	Fixes #557069



Modified:
   trunk/ChangeLog
   trunk/intltool.m4

Modified: trunk/intltool.m4
==============================================================================
--- trunk/intltool.m4	(original)
+++ trunk/intltool.m4	Thu Nov  6 02:37:14 2008
@@ -171,7 +171,7 @@
 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"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]