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



Author: strba
Date: Wed Jan 30 11:51:56 2008
New Revision: 11462
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11462&view=rev

Log:
AC_PROG_GREP is autoconf >= 2.60 only, so it breaks with 2.59

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	Wed Jan 30 11:51:56 2008
@@ -1,11 +1,10 @@
 --- config_office/configure.in	16 Jan 2008 14:28:09 -0000	1.241
 +++ config_office/configure.in	25 Jan 2008 15:19:31 -0000
-@@ -761,6 +761,8 @@
+@@ -761,6 +761,7 @@
  dnl Configure pre-requisites.
  dnl ===================================================================
  cat /dev/null > warn
 +AC_PROG_EGREP
-+AC_PROG_GREP
  AC_PROG_AWK
  AC_PATH_PROG( AWK, $AWK)
  if test -z "$AWK"; then



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