about summary refs log tree commit diff
path: root/Src/Modules/termcap.mdd
blob: 9a6ddd08e1ee694756329532c7634efa74d73ab9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
'

autobins="echotc"

objects="termcap.o"