[Libreoffice-commits] .: configure.in

Lubos Lunak llunak at kemper.freedesktop.org
Wed Mar 21 12:21:07 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4762788eb4ab7f2278861aaf9b9d6d665db61310
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Wed Mar 21 20:20:49 2012 +0100

    AC_PROG_GREP (I'm pedantic, am I not?)

diff --git a/configure.in b/configure.in
index 66dcf18..08cd362 100644
--- a/configure.in
+++ b/configure.in
@@ -63,7 +63,7 @@ AC_SUBST(CROSS_COMPILING)
 
 AC_PROG_EGREP
 # AC_PROG_EGREP doesn't set GREP on all systems as well
-AC_PATH_PROG(GREP, grep)
+AC_PROG_GREP
 
 if test "$build_os" = "cygwin"; then
     EXEEXT_FOR_BUILD=.exe


More information about the Libreoffice-commits mailing list