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