summaryrefslogtreecommitdiff
path: root/chunks/automake.morph
blob: e923aa2dfaeb4255f20a4c89676a63239568139b (plain)
1
2
3
4
5
6
7
8
9
10
name: automake
kind: chunk
repo: upstream:automake
ref: 5ac84ae6760252fc60b144a7b4deb41694f95fe7
build-system: autotools
configure-commands:
- ./bootstrap
- ./configure --prefix="$PREFIX"
build-commands:
- unset DESTDIR; make