office-gobmx/distro-configs
Thorsten Behrens 4591cd2240 Use internal libxml for Mac release builds.
Following up from 49843f0f97, actually
use internal libxml for release builds.
2012-02-24 10:47:53 +01:00
..
LibreOfficeAndroid.conf --disable-postgresql-sdbc 2012-01-24 10:43:09 +02:00
LibreOfficeDragonFly.conf
LibreOfficeiOS.conf Bin obsolete options 2012-02-23 22:59:56 +02:00
LibreOfficeLinux.conf Bundle again C++ stdlibs with generic Linux build 2012-02-22 09:25:44 +01:00
LibreOfficeMacOSX.conf Use internal libxml for Mac release builds. 2012-02-24 10:47:53 +01:00
LibreOfficeMinGW.conf
LibreOfficeOpenBSD.conf
LibreOfficeWin32.conf
LibreOfficeWin64.conf
OxygenOfficeLinux.conf Bundle again C++ stdlibs with generic Linux build 2012-02-22 09:25:44 +01:00
OxygenOfficeWin32.conf
README Add and expand more readme files for module documentation 2012-02-08 11:18:15 +00:00

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.