summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-03 15:51:48 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-03 15:51:48 +0000
commitcffdb90be331111ce3fbe4a32320181ec2b92652 (patch)
tree8a06ee0ff9ced297f4746d73082c92373c262f7b
parentf807201ca4d79d04f6e542f95e276f589d8afb51 (diff)
downloadautoconf-cffdb90be331111ce3fbe4a32320181ec2b92652.tar.gz
Fix morphology to run tarball buildbaserock/build-essential
-rw-r--r--autoconf.morph5
1 files changed, 4 insertions, 1 deletions
diff --git a/autoconf.morph b/autoconf.morph
index 3d88277b..199ea62b 100644
--- a/autoconf.morph
+++ b/autoconf.morph
@@ -1,5 +1,8 @@
{
"name": "autoconf",
"kind": "chunk",
- "build-system": "autotools"
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=\"$PREFIX\""
+ ]
}