summaryrefslogtreecommitdiff
path: root/strata/core/automake.morph
blob: 282535d66ef40f3874a0d62285806d59c91729b9 (plain)
1
2
3
4
5
6
7
8
name: automake
kind: chunk
build-system: autotools
configure-commands:
- ./bootstrap.sh
- ./configure --prefix="$PREFIX"
build-commands:
- unset DESTDIR; make