summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-15 12:26:42 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-15 12:26:42 +0000
commitb768eb2ebd99210423a2b5e6156c1c6f5a8f3627 (patch)
tree31e8114406ef281bc1f3fda1547692c52fa92375
parent71854c76dc3df749f1a43c422e84471571ec5caf (diff)
downloadvim-b768eb2ebd99210423a2b5e6156c1c6f5a8f3627.tar.gz
vim.morph: Use build-system: autotools
This is equivalent right now and more analyzable
-rw-r--r--vim.morph10
1 files changed, 1 insertions, 9 deletions
diff --git a/vim.morph b/vim.morph
index fbd02a1e..570fd858 100644
--- a/vim.morph
+++ b/vim.morph
@@ -1,13 +1,5 @@
{
"name": "vim",
"kind": "chunk",
- "configure-commands": [
- "./configure --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
- ]
+ "build-system": "autotools"
}