Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Sun, Dec 11, 2011 at 11:47:02AM +0700, Korrawit Pruegsanusak wrote:

I've attached two cosmetic patches of configure.in.  First patch
fixes an example in AS_HELP_STRING. The configure options shouldn't
be passed with quotation marks, as described in commit message.

Well, IMHO the example is correct _with_ quotation marks, else the
shell will cut it into several arguments.

For example:

 ./autogen.sh --with-theme=oxygen tango

gives:

$ ./autogen.sh --with-theme=oxygen tango
running ./configure with '--with-theme=oxygen' 'tango'
configure: WARNING: you should use --build, --host, --target
********************************************************************
*
*   Running LibreOffice build configuration.
*
********************************************************************

checking build system type... Invalid configuration `tango': machine `tango' not recognized
configure: error: /bin/bash ./config.sub tango failed
Error running configure at ./autogen.sh line 157.


On which platform have you encountered the "it breaks with quotation
marks, but works without quotation marks" behaviour you mention?

Second patch is just a trivial change: --with-theme is without "s".

Yes, applied this one. Thanks!

-- 
Lionel

Context


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.