summaryrefslogtreecommitdiffstats
path: root/src/config.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.mk.in')
-rw-r--r--src/config.mk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.mk.in b/src/config.mk.in
index a950413a6a..a298fae2f2 100644
--- a/src/config.mk.in
+++ b/src/config.mk.in
@@ -100,6 +100,9 @@ INSTALLGVIMDIFF = @dogvimdiff@
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@