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

objects="termcap.o"

extralibs="termcap"