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