office-gobmx/distro-configs
Fridrich Štrba 3708fe8434 Kill the --without-system-stdlibs option
Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
2013-02-19 10:05:23 +01:00
..
LibreOfficeAndroid.conf
LibreOfficeAndroidX86.conf
LibreOfficeiOS.conf
LibreOfficeLinux.conf Kill the --without-system-stdlibs option 2013-02-19 10:05:23 +01:00
LibreOfficeMacOSX.conf
LibreOfficeMinGW.conf
LibreOfficeOpenBSD.conf Kill the --without-system-stdlibs option 2013-02-19 10:05:23 +01:00
LibreOfficeWin32.conf
LibreOfficeWin64.conf
OxygenOfficeLinux.conf Kill the --without-system-stdlibs option 2013-02-19 10:05:23 +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.