1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 22:31:12 +01:00
zsh/Src/Modules/termcap.mdd

23 lines
373 B
Text
Raw Normal View History

2000-12-03 21:53:07 +01:00
name=zsh/termcap
link='if test "x$ac_cv_func_tgetent" = xyes; then
if test "x$zsh_cv_shared_tgetent" = xyes; then
echo either
else
echo static
fi
else
echo either;
fi
'
load='if test "x$ac_cv_func_tgetent" = xyes; then
echo yes;
else
echo no;
fi
'
2000-12-03 21:53:07 +01:00
autobins="echotc"
objects="termcap.o"