summaryrefslogtreecommitdiff
path: root/config_office
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-31 08:58:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-31 08:58:39 +0000
commite6b1219a4cf46356816aff7efaf904e1586368b9 (patch)
treebe33b3600ffb900c699b241de98dce65eee28f65 /config_office
parent6bf7f9ff541a1ed2dc65eb55a6a2401f9f88a145 (diff)
INTEGRATION: CWS grepcheck (1.245.2); FILE MERGED
2008/01/31 01:20:36 rene 1.245.2.3: #i10000# AC_PROG_GREP is autoconf >= 2.60 only 2008/01/29 15:39:29 rene 1.245.2.2: #i85610# remove debugging info, add AC_PROG_GREP for safety, too 2008/01/29 15:01:19 rene 1.245.2.1: #i85610# AC_PROG_EGREP
Diffstat (limited to 'config_office')
-rw-r--r--config_office/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/config_office/configure.in b/config_office/configure.in
index d49204397393..55e23acac68a 100644
--- a/config_office/configure.in
+++ b/config_office/configure.in
@@ -3,7 +3,7 @@ dnl * vi:set sw=3 ts=3 et:
dnl *
dnl * Name: configure.in
dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
-dnl * Date: $Date: 2008-01-29 16:09:28 $
+dnl * Date: $Date: 2008-01-31 09:58:39 $
dnl *
dnl * Desc: This file serves as input for the GNU autoconf package
dnl * in order to create a configure script.
@@ -12,7 +12,7 @@ dnl * necessary to build OpenOffice.org
dnl *
dnl *
dnl ******************************************************************/
-AC_REVISION( $Revision: 1.247 $ )
+AC_REVISION( $Revision: 1.248 $ )
AC_PREREQ(2.50)
AC_INIT()
echo "$@" >config.parms
@@ -744,6 +744,7 @@ dnl ===================================================================
dnl Configure pre-requisites.
dnl ===================================================================
cat /dev/null > warn
+AC_PROG_EGREP
AC_PROG_AWK
AC_PATH_PROG( AWK, $AWK)
if test -z "$AWK"; then