summaryrefslogtreecommitdiff
path: root/config_office
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-28 09:02:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-28 09:02:56 +0000
commitc4add96ef66062f2362e42a742f14dbec2069dc1 (patch)
tree0bfe6525a3c8c592e83e3d7ce3182d2672fd2e23 /config_office
parent6b356061c1d0e0c08cd61f32253f1793a1d5a607 (diff)
#i10000# 'EGREP' instead of 'GREP'
Diffstat (limited to 'config_office')
-rwxr-xr-xconfig_office/configure10
1 files changed, 5 insertions, 5 deletions
diff --git a/config_office/configure b/config_office/configure
index 128c9da25c6d..7e204bc6ece4 100755
--- a/config_office/configure
+++ b/config_office/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.243 .
+# From configure.in Revision: 1.245 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@@ -11403,7 +11403,7 @@ echo "$as_me: error: gperf not found but needed. Install it." >&2;}
fi
echo "$as_me:$LINENO: checking gperf version" >&5
echo $ECHO_N "checking gperf version... $ECHO_C" >&6
-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
echo "$as_me:$LINENO: result: OK" >&5
echo "${ECHO_T}OK" >&6
else
@@ -11451,7 +11451,7 @@ echo "$as_me: error: for rebuilding unowinreg.dll you need the mingw32 C++ compi
put it into external/unowinreg" >&2;}
{ (exit 1); exit 1; }; }
fi
- if echo "$WITH_MINGWIN" | $GREP -q "/"; then
+ if echo "$WITH_MINGWIN" | $EGREP -q "/"; then
if ! test -x "$WITH_MINGWIN"; then MINGWCXX=false; else MINGWCXX=`basename $WITH_MINGWIN`; fi
else
if test -n "$ac_tool_prefix"; then
@@ -11550,7 +11550,7 @@ echo "$as_me: error: no" >&2;}
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
fi
- if echo "$WITH_MINGWIN" | $GREP -q "/"; then
+ if echo "$WITH_MINGWIN" | $EGREP -q "/"; then
if ! test -x "`echo $WITH_MINGWIN | $SED -e s/g++/strip/`"; then MINGSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGWIN | $SED -e s/g++/strip/)); fi
else
if test -n "$ac_tool_prefix"; then
@@ -20772,7 +20772,7 @@ echo $ECHO_N "checking agg version... $ECHO_C" >&6
if $PKG_CONFIG --modversion libagg | grep -q 2.3 || \
$PKG_CONFIG --modversion libagg | grep -q 2.4; then
# 2.4's libagg.pc.in still contains 2.3 :/
- if $GREP -q "Version 2.4" `echo $AGG_INCDIR`/agg_basics.h; then
+ if $EGREP -q "Version 2.4" `echo $AGG_INCDIR`/agg_basics.h; then
echo "$as_me:$LINENO: result: 2.4" >&5
echo "${ECHO_T}2.4" >&6
AGG_VERSION=2400