ooo-build r11439 - in trunk: . patches/ooxml
- From: strba svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r11439 - in trunk: . patches/ooxml
- Date: Tue, 29 Jan 2008 12:57:18 +0000 (GMT)
Author: strba
Date: Tue Jan 29 12:57:17 2008
New Revision: 11439
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11439&view=rev
Log:
call AC_PROG_GREP and AC_PROG_EGREP explicitely
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 Tue Jan 29 12:57:17 2008
@@ -1,10 +1,14 @@
-Index: configure.in
-===================================================================
-RCS file: /cvs/tools/config_office/configure.in,v
-retrieving revision 1.241
-diff -u -u -r1.241 configure.in
--- 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 @@
+ 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
@@ -2981,6 +2981,12 @@
if test -z "$GPERF"; then
AC_MSG_ERROR([gperf not found but needed. Install it.])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]