ooo-build r11431 - in trunk: . patches/ooxml



Author: pmladek
Date: Mon Jan 28 16:55:19 2008
New Revision: 11431
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11431&view=rev

Log:
2008-01-28  Petr Mladek  <pmladek suse cz>

	* patches/ooxml/gperf-3-is-needed.diff: use $EGREP instead of $GREP
	  in the configure check because the other was not defined here



Modified:
   trunk/ChangeLog
   trunk/patches/ooxml/gperf-3-is-needed.diff

Modified: trunk/patches/ooxml/gperf-3-is-needed.diff
==============================================================================
--- trunk/patches/ooxml/gperf-3-is-needed.diff	(original)
+++ trunk/patches/ooxml/gperf-3-is-needed.diff	Mon Jan 28 16:55:19 2008
@@ -10,7 +10,7 @@
  	AC_MSG_ERROR([gperf not found but needed. Install it.])
  fi
 +AC_MSG_CHECKING([gperf version])
-+if test "`$GPERF --version | $GREP ^GNU\ gperf | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then
++if test "`$GPERF --version | $EGREP "^GNU\ gperf" | $AWK '{ print $3 }' | cut -d. -f1`" -ge "3"; then
 +	AC_MSG_RESULT([OK])
 +else
 +	AC_MSG_ERROR([too old, you need at least 3.0.0])



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