Patch 8.2.2151

4 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 17, 2020, 2:51:04 PM12/17/20
to vim...@googlegroups.com

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 -- 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