office-gobmx/distro-configs
2012-12-26 02:29:38 +02:00
..
LibreOfficeAndroid.conf Remove --with-stlport from LO 4.0 2012-12-17 16:34:23 +01:00
LibreOfficeAndroidX86.conf Remove --with-stlport from LO 4.0 2012-12-17 16:34:23 +01:00
LibreOfficeiOS.conf Drop obsolete options 2012-12-26 02:29:38 +02: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.