office-gobmx/distro-configs
Tor Lillqvist 5c159626c6 Always use Java target version 1.5
It has been way too common for people to accidentally have a javac
from JDK 7 create class files that are of the newest version, which
older JREs and Android's dex then don't understand.

As many of the distro-configs files specified
--with-java-target-version=1.5 anyway, let's just hardcode that for
now.

Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1
2012-11-29 18:02:57 +02:00
..
LibreOfficeAndroid.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeAndroidX86.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeiOS.conf Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
LibreOfficeLinux.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeMacOSX.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeMinGW.conf Update to be able to at least start the MinGW build again. 2012-11-25 12:46:50 +01:00
LibreOfficeOpenBSD.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeWin32.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
LibreOfficeWin64.conf Always use Java target version 1.5 2012-11-29 18:02:57 +02:00
OxygenOfficeLinux.conf Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01:00
OxygenOfficeWin32.conf Isolate PDF Import so it can be made optionally installable 2012-11-29 11:36:58 +01: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.