summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--automake.morph4
1 files changed, 4 insertions, 0 deletions
diff --git a/automake.morph b/automake.morph
index 893f8760a..c767baf20 100644
--- a/automake.morph
+++ b/automake.morph
@@ -2,6 +2,10 @@
"name": "automake",
"kind": "chunk",
"build-system": "autotools",
+ "configure-commands": [
+ "./bootstrap",
+ "./configure --prefix=\"$PREFIX\""
+ ],
"build-commands": [
"unset DESTDIR; make"
]