summaryrefslogtreecommitdiff
path: root/strata/core/automake.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/automake.morph')
-rw-r--r--strata/core/automake.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/core/automake.morph b/strata/core/automake.morph
new file mode 100644
index 00000000..616eeddf
--- /dev/null
+++ b/strata/core/automake.morph
@@ -0,0 +1,8 @@
+name: automake
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./bootstrap
+- ./configure --prefix="$PREFIX"
+build-commands:
+- unset DESTDIR; make