ifPACKAGE_haserl
configHASERL_with_lua
booldefaultn
comment"Lua support"configHASERL_shell_luac
boolprompt"Support --shell=luac"selectHASERL_with_lua
defaultn
help haserl(1): The luac "shell" is a precompiled lua chunk, so interactive editing and testing of scripts is not possible. However, haserl can be compiled with luac support only, and this allows lua support even in a small memory environment. All haserl lua features listed above are still available. (If luac is the only shell built into haserl, the haserl.loadfile is disabled, as the haserl parser is not compiled in.)configHASERL_shell_lua
boolprompt"Support --shell=lua"selectHASERL_with_lua
defaultn
help haserl(1): If compiled with lua support, --shell=lua will enable lua as the script language instead of bash shell.endif