office-gobmx/distro-configs
Thorsten Behrens fdfeb21102 Fix fdo#45584 - disable cairocanvas on Mac.
We never used cairocanvas on Mac, this got accidentally enabled
due to configure.in cleanups. Not that we shouldn't, but it needs
some more fixing.
2012-02-17 16:34:21 +01:00
..
LibreOfficeAndroid.conf
LibreOfficeDragonFly.conf
LibreOfficeiOS.conf
LibreOfficeLinux.conf use system stdlibs on Linux (fdo#45074, fdo#45696) 2012-02-10 15:06:02 +01:00
LibreOfficeMacOSX.conf Fix fdo#45584 - disable cairocanvas on Mac. 2012-02-17 16:34:21 +01:00
LibreOfficeMinGW.conf
LibreOfficeOpenBSD.conf
LibreOfficeWin32.conf
LibreOfficeWin64.conf
OxygenOfficeLinux.conf use system stdlibs on Linux (fdo#45074, fdo#45696) 2012-02-10 15:06:02 +01:00
OxygenOfficeWin32.conf
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.