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 -- [email protected] -- 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    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202004201422.03KEMdFE019203%40masaka.moolenaar.net.

Raspunde prin e-mail lui