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