office-gobmx/distro-configs
2012-07-30 10:34:34 +03:00
..
LibreOfficeAndroid.conf
LibreOfficeAndroidX86.conf --with-android-arch is pointless, that's what host_cpu is for 2012-07-30 10:34:34 +03:00
LibreOfficeiOS.conf
LibreOfficeLinux.conf there is no --with-openldap option anymore 2012-07-16 22:23:10 +02:00
LibreOfficeMacOSX.conf
LibreOfficeMinGW.conf
LibreOfficeOpenBSD.conf there is no --with-openldap option anymore 2012-07-16 22:23:10 +02:00
LibreOfficeWin32.conf
LibreOfficeWin64.conf
OxygenOfficeLinux.conf there is no --with-openldap option anymore 2012-07-16 22:23:10 +02:00
OxygenOfficeWin32.conf there is no --with-openldap option anymore 2012-07-16 22:23:10 +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.