Home
last modified time | relevance | path

Searched refs:inc_path (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/auto/
H A Dconfigure5481 inc_path="$vi_cv_path_lua_pfx/include"
5482 for dir in "$inc_path"/moonjit-[0-9]* ; do
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if lua.h can be found in $inc_path$lua_suf" >&5
5490 $as_echo_n "checking if lua.h can be found in $inc_path$lua_suf... " >&6; }
5491 if test -f "$inc_path$lua_suf/lua.h"; then
/vim-8.2.3635/src/
H A Dconfigure.ac633 inc_path="$vi_cv_path_lua_pfx/include"
634 for dir in "$inc_path"/moonjit-[[0-9]]* ; do
641 AC_MSG_CHECKING(if lua.h can be found in $inc_path$lua_suf)
642 if test -f "$inc_path$lua_suf/lua.h"; then