File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4743,7 +4743,7 @@ $as_echo_n "checking LuaJIT version... " >&6; }
47434743if test " ${vi_cv_version_luajit+set} " = set ; then :
47444744 $as_echo_n " (cached) " >&6
47454745else
4746- vi_cv_version_luajit=` ${vi_cv_path_luajit} -v 2>&1 | sed ' s/LuaJIT \([0-9.]*\)\.[0-9]\(-[a-z0-9]\+\)\? .*/\1/' `
4746+ vi_cv_version_luajit=` ${vi_cv_path_luajit} -v 2>&1 | sed ' s/LuaJIT \([0-9.]*\)\.[0-9]\(-[a-z0-9]*\)* .*/\1/' `
47474747fi
47484748{ $as_echo " $as_me :${as_lineno-$LINENO } : result: $vi_cv_version_luajit " >&5
47494749$as_echo " $vi_cv_version_luajit " >&6 ; }
Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ if test "$enable_luainterp" = "yes" -o "$enable_luainterp" = "dynamic"; then
496496 if test "X$vi_cv_path_luajit" != "X"; then
497497 dnl -- find LuaJIT version
498498 AC_CACHE_CHECK(LuaJIT version, vi_cv_version_luajit,
499- [ vi_cv_version_luajit=`${vi_cv_path_luajit} -v 2>&1 | sed 's/LuaJIT \([[0-9.]]*\)\.[[0-9]]\(-[[a-z0-9]]\+\)\? .*/\1/'` ])
499+ [ vi_cv_version_luajit=`${vi_cv_path_luajit} -v 2>&1 | sed 's/LuaJIT \([[0-9.]]*\)\.[[0-9]]\(-[[a-z0-9]]*\)* .*/\1/'` ])
500500 AC_CACHE_CHECK(Lua version of LuaJIT, vi_cv_version_lua_luajit,
501501 [ vi_cv_version_lua_luajit=`${vi_cv_path_luajit} -e "print(_VERSION)" | sed 's/.* //'` ])
502502 vi_cv_path_lua="$vi_cv_path_luajit"
Original file line number Diff line number Diff line change @@ -738,6 +738,8 @@ static char *(features[]) =
738738
739739static int included_patches [] =
740740{ /* Add new patch number below this line */
741+ /**/
742+ 95 ,
741743/**/
742744 94 ,
743745/**/
You can’t perform that action at this time.
0 commit comments