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

Tor Lillqvist tml at iki.fi
Thu Feb 28 00:14:17 PST 2013


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1f97fe05473f72cc79b2d08fa3477e8fbca73bac
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Feb 28 10:13:02 2013 +0200

    Pass --srcdir to the BUILD platform sub-configure
    
    Change-Id: I52491e9ea6f8460c9fa3e2dd94313ac0f05dd3e9

diff --git a/configure.ac b/configure.ac
index 5015812..9b77395 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4101,6 +4101,7 @@ if test "$cross_compiling" = "yes"; then
         --without-doxygen \
         ENABLE_PDFIMPORT=FALSE \
         $sub_conf_opts \
+        --srcdir=$srcdir \
         2>&1 | sed -e 's/^/    /'
     test -f ./config_host.mk 2>/dev/null || exit
     cp config_host.mk ../config_build.mk


More information about the Libreoffice-commits mailing list