summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim.morph6
1 files changed, 5 insertions, 1 deletions
diff --git a/vim.morph b/vim.morph
index 570fd858..b74d1294 100644
--- a/vim.morph
+++ b/vim.morph
@@ -1,5 +1,9 @@
{
"name": "vim",
"kind": "chunk",
- "build-system": "autotools"
+ "build-system": "autotools",
+ "configure-commands": [
+ "echo '#define SYS_VIMRC_FILE \"/etc/vimrc\"' >>src/feature.h",
+ "./configure --prefix=/usr --enable-multibyte"
+ ]
}