1 Pre-canned distribution / platform configurations
3 When the software is configured for a platform, since we run on so
4 many platforms, detecting the best sequence of configure options to
5 get it building is hard.
7 Instead we have a text file containing the recommended (often the
8 distributed) version of these parameters, one per distribution or
9 significant platform. These are interpreted by autogen.sh and
10 eventually end up passed to configure. Thus:
12 ./autogen.sh --with-distro=LibreOfficeAndroid
14 might build a version tweaked for Android.