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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Fri May 12 20:04:04 UTC 2017


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

New commits:
commit 2e399f32e7505bdcf855112d8a48ae0edefe5bbc
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Tue May 2 17:18:34 2017 +0200

    auto-turn with-ant-home into absolute path
    
    Change-Id: I0b48f46256aa88486dd29b1d283fa8be1ef2dced
    Reviewed-on: https://gerrit.libreoffice.org/37189
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/configure.ac b/configure.ac
index ce1d74182b09..6bf2fa6f339a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11615,6 +11615,8 @@ if test "$ENABLE_JAVA" != ""; then
             # AC_PATH_PROGS needs unix path
             with_ant_home=`cygpath -u "$with_ant_home"`
         fi
+        AbsolutePath "$with_ant_home"
+        with_ant_home=$absolute_path
         AC_PATH_PROGS(ANT, [jakarta-ant ant ant.sh ant.bat ant.cmd],,$with_ant_home/bin:$PATH)
         WITH_ANT_HOME=$with_ant_home
         ANT_HOME=$with_ant_home


More information about the Libreoffice-commits mailing list