configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2e399f32e7505bdcf855112d8a48ae0edefe5bbc
Author: Christian Lohmaier <[email protected]>
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 <[email protected]>
Reviewed-by: Michael Stahl <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits