On Sun, Oct 03, 2010 at 01:02:12AM +0200, Miklos Vajna wrote:
i.e. the quotes are missing, and I don't know why. Ideas?
Are you sure? config.log may miss the quotes but look at bin/setup, that
contains the quotes here.
I found out why the quotes are missing: The arguments are evaluated
when calling configure.
The attached diff fixes the problem for me, ok to push?
Thomas
diff --git a/bin/build-ooo b/bin/build-ooo
index b5f8794..cfeb2fa 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -50,7 +50,7 @@ echo "Env for configure:"
set
echo "Env for configure ends"
-eval ./autogen.sh "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
+sh ./autogen.sh "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
# Final build preparation
Context
- Re: [Libreoffice] First build from sources (continued)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.