summaryrefslogtreecommitdiff
path: root/strata/tools/distcc.morph
blob: 82adbe502030e0a0ab0137b4ff070a1338aab020 (plain)
1
2
3
4
5
6
7
8
9
10
name: distcc
kind: chunk
build-system: autotools
pre-configure-commands:
- NOCONFIGURE=1 ./autogen.sh
# distcc doesn't use automake, so we cannot autoreconf it
- cp /usr/share/automake*/config.guess .
- cp /usr/share/automake*/config.sub .
configure-commands:
- ./configure --prefix="$PREFIX" --disable-Werror