office-gobmx/distro-configs
Tor Lillqvist f3fc7bd5c8 There is no --disable-mozilla option
Change-Id: I279b20d30c0c7ccbe82583ad97e2c4e65cb30221
2012-12-08 20:21:09 +02:00
..
LibreOfficeAndroid.conf There is no --disable-mozilla option 2012-12-08 20:21:09 +02:00
LibreOfficeAndroidX86.conf There is no --disable-mozilla option 2012-12-08 20:21:09 +02:00
LibreOfficeiOS.conf Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
LibreOfficeLinux.conf --without-system-libpng for "universal" Linux builds 2012-12-03 13:34:05 +01:00
LibreOfficeMacOSX.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeMinGW.conf
LibreOfficeOpenBSD.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeWin32.conf Change some default config for Windows release build 2012-12-04 13:54:40 +01:00
LibreOfficeWin64.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
OxygenOfficeLinux.conf Bug 57917 - --enable-ext-oooblogger does not work with Python 3 2012-12-06 11:14:24 +02:00
OxygenOfficeWin32.conf Bug 57917 - --enable-ext-oooblogger does not work with Python 3 2012-12-06 11:14:24 +02:00
README

Pre-canned distribution / platform configurations

When the software is configured for a platform, since we run on so
many platforms, detecting the best sequence of configure options to
get it building is hard.

Instead we have a text file containing the recommended (often the
distributed) version of these parameters, one per distribution or
significant platform. These are interpreted by autogen.sh and
eventually end up passed to configure. Thus:

./autogen.sh --with-distro=LibreOfficeAndroid

might build a version tweaked for Android.