Patch 8.2.2151
Problem: $dir not expanded when configure checks for moonjit.
Solution: Use double quotes instead of single quotes. (closes #7478)
Files: src/configure.ac, src/auto/configure
*** ../vim-8.2.2150/src/configure.ac 2020-12-06 21:11:27.382524167 +0100
--- src/configure.ac 2020-12-17 20:47:57.593014615 +0100
***************
*** 632,638 ****
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"
break
fi
--- 632,638 ----
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"
break
fi
*** ../vim-8.2.2150/src/auto/configure 2020-12-06 21:11:27.386524151 +0100
--- src/auto/configure 2020-12-17 20:49:14.120676288 +0100
***************
*** 5479,5485 ****
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"
break
fi
--- 5479,5485 ----
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"
break
fi
*** ../vim-8.2.2150/src/version.c 2020-12-17 20:26:54.801869450 +0100
--- src/version.c 2020-12-17 20:49:22.696638724 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2151,
/**/
--
Friends? I have lots of friends! In fact, I have all episodes ever made.
/// 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/202012171950.0BHJosli1045131%40masaka.moolenaar.net.