commit | 2c704a77c1e3a6eb20e273503bc23a4e2fb4d506 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 03 21:17:25 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 03 21:17:25 2010 +0200 |
tree | ad6f922872dc6dbddf305cd26cd5693565b44386 | |
parent | 9160441955bc6aae91bc2d3ca415b410bad36403 [diff] [blame] |
Add patch to improve support of z/OS (OS/390). (Ralf Schandl)
diff --git a/src/config.mk.in b/src/config.mk.in index a950413..a298fae 100644 --- a/src/config.mk.in +++ b/src/config.mk.in
@@ -100,6 +100,9 @@ INSTALL_LANGS = @INSTALL_LANGS@ INSTALL_TOOL_LANGS = @INSTALL_TOOL_LANGS@ +### sed command to fix quotes while creating pathdef.c +QUOTESED = @QUOTESED@ + ### Line break character as octal number for "tr" NL = @line_break@