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

autobins="echotc"

objects="termcap.o"

extralibs="termcap"