[Libreoffice-commits] core.git: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 7 13:08:07 UTC 2019


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 215a52bee9709090f38b171787e52ccb957281ab
Author:     Mark Hung <marklh9 at gmail.com>
AuthorDate: Sat Jan 5 10:46:05 2019 +0800
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Mon Jan 7 14:07:43 2019 +0100

    Fix warning message if Cygwin GNU Make is used.
    
    Update url according to LODE current version (4.2.1) because
    the previous one does not support mkdir -p, which is used
    by libcdr and libqxp now.
    
    Change-Id: I7e50e46d2101a3cbd757d683f2d3550f896fc750
    Reviewed-on: https://gerrit.libreoffice.org/65882
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/configure.ac b/configure.ac
index 48ab7acd89a7..f3af6a1fc69f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12619,8 +12619,8 @@ to install a pre-compiled binary make for Win32
 
  mkdir -p /opt/lo/bin
  cd /opt/lo/bin
- wget https://dev-www.libreoffice.org/bin/cygwin/make-85047eb-msvc.exe
- cp make-85047eb-msvc.exe make
+ wget https://dev-www.libreoffice.org/bin/cygwin/make-4.2.1-msvc.exe
+ cp make-4.2.1-msvc.exe make
  chmod +x make
 
 to install from source:


More information about the Libreoffice-commits mailing list