Patch 8.2.0609

7 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 20, 2020, 10:22:49 AM4/20/20
to vim...@googlegroups.com

Patch 8.2.0609
Problem: Configure does not detect moonjit correctly.
Solution: Double the brackets. (Ozaki Kiichi)
Files: src/configure.ac, src/auto/configure


*** ../vim-8.2.0608/src/configure.ac 2020-04-19 17:46:49.502625351 +0200
--- src/configure.ac 2020-04-20 16:19:30.049914076 +0200
***************
*** 630,636 ****
# https://groups.google.com/forum/#!topic/vim_use/O0vek60WuTk
lua_suf=/moonjit-2.3
inc_path="$vi_cv_path_lua_pfx/include"
! for dir in "$inc_path"/moonjit-[0-9]* ; do
if test -d "$dir" ; then
lua_suf=`basename '$dir'`
lua_suf="/$lua_suf"
--- 630,636 ----
# https://groups.google.com/forum/#!topic/vim_use/O0vek60WuTk
lua_suf=/moonjit-2.3
inc_path="$vi_cv_path_lua_pfx/include"
! for dir in "$inc_path"/moonjit-[[0-9]]* ; do
if test -d "$dir" ; then
lua_suf=`basename '$dir'`
lua_suf="/$lua_suf"
*** ../vim-8.2.0608/src/auto/configure 2020-04-19 17:46:49.506625342 +0200
--- src/auto/configure 2020-04-20 16:19:54.077851765 +0200
***************
*** 5485,5491 ****
# https://groups.google.com/forum/#!topic/vim_use/O0vek60WuTk
lua_suf=/moonjit-2.3
inc_path="$vi_cv_path_lua_pfx/include"
! for dir in "$inc_path"/moonjit-0-9* ; do
if test -d "$dir" ; then
lua_suf=`basename '$dir'`
lua_suf="/$lua_suf"
--- 5485,5491 ----
# https://groups.google.com/forum/#!topic/vim_use/O0vek60WuTk
lua_suf=/moonjit-2.3
inc_path="$vi_cv_path_lua_pfx/include"
! for dir in "$inc_path"/moonjit-[0-9]* ; do
if test -d "$dir" ; then
lua_suf=`basename '$dir'`
lua_suf="/$lua_suf"
*** ../vim-8.2.0608/src/version.c 2020-04-20 16:12:06.039159143 +0200
--- src/version.c 2020-04-20 16:21:08.721660496 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 609,
/**/

--
Female engineers become irresistible at the age of consent and remain that
way until about thirty minutes after their clinical death. Longer if it's a
warm day.
(Scott Adams - The Dilbert principle)

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages