summaryrefslogtreecommitdiffstats
path: root/src/INSTALLx.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-04-22 22:40:14 +0100
committerBram Moolenaar <Bram@vim.org>2023-04-22 22:40:14 +0100
commit71badf9547e8f89571b9a095183671cbb333d528 (patch)
tree60d0393cb0236345eb4b5d26f98c8c9d030ce8b0 /src/INSTALLx.txt
parent80406c26188219f3773b2e9c49160caeeb386ee2 (diff)
Update runtime files
Diffstat (limited to 'src/INSTALLx.txt')
-rw-r--r--src/INSTALLx.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/INSTALLx.txt b/src/INSTALLx.txt
index c120a1d385..e92fec4144 100644
--- a/src/INSTALLx.txt
+++ b/src/INSTALLx.txt
@@ -73,14 +73,14 @@ vi_cv_path_python_conf:
"/usr/lib/pythonX.Y/config" (the directory contains a file
"config.c").
-vi_cv_var_python_epfx:
+vi_cv_path_python_epfx:
If Python support is enabled, set this variable to the execution
prefix of your Python interpreter (that is, where it thinks it is
running).
This is the output of the following Python script:
import sys; print sys.exec_prefix
-vi_cv_var_python_pfx:
+vi_cv_path_python_pfx:
If Python support is enabled, set this variable to the prefix of your
Python interpreter (that is, where it was installed).
This is the output of the following Python script:
@@ -93,7 +93,7 @@ vi_cv_var_python_version:
import sys; print sys.version[:3]
vim_cv_bcopy_handles_overlap:
- Whether the "memmove" C library call is able to copy overlapping
+ Whether the "bcopy" C library call is able to copy overlapping
memory regions. Set to "yes" if it does or "no" if it does not.
You only need to set this if vim_cv_memmove_handles_overlap is set
to "no".