mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-31 03:04:49 +01:00
18 lines
297 B
Text
18 lines
297 B
Text
name=zsh/terminfo
|
|
|
|
link='if test "x$ac_cv_func_tigetstr" = xyes; then
|
|
if test "x$zsh_cv_shared_tigetstr" = xyes; then
|
|
echo either
|
|
else
|
|
echo static
|
|
fi
|
|
else
|
|
echo either;
|
|
fi
|
|
'
|
|
load=yes
|
|
|
|
autobins="echoti"
|
|
autoparams="terminfo"
|
|
|
|
objects="terminfo.o"
|