summaryrefslogtreecommitdiff
path: root/distro-configs/README
blob: f22328fe804a1e86304907eadfbc7e199c067df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.