diff -upk.orig xterm-209.orig/aclocal.m4 xterm-209/aclocal.m4 --- xterm-209.orig/aclocal.m4 2006-02-13 01:14:58 +0000 +++ xterm-209/aclocal.m4 2006-03-01 02:21:24 +0000 @@ -472,10 +472,10 @@ AC_CACHE_CHECK(for $cf_test_message func cf_save_LIBS="$LIBS" cf_cv_lib_tgetent=no if test "$cf_full_tgetent" = yes ; then - cf_TERMLIB="termcap termlib ncurses curses" + cf_TERMLIB="termcap tinfo termlib ncurses curses" cf_TERMTST="buffer[[0]] == 0" else - cf_TERMLIB="termlib ncurses curses" + cf_TERMLIB="tinfo termlib ncurses curses" cf_TERMTST="0" fi for cf_termlib in '' $cf_TERMLIB ; do diff -upk.orig xterm-209.orig/configure xterm-209/configure --- xterm-209.orig/configure 2006-02-12 22:32:04 +0000 +++ xterm-209/configure 2006-03-01 02:22:17 +0000 @@ -5216,10 +5216,10 @@ else cf_save_LIBS="$LIBS" cf_cv_lib_tgetent=no if test "$cf_full_tgetent" = yes ; then - cf_TERMLIB="termcap termlib ncurses curses" + cf_TERMLIB="termcap tinfo termlib ncurses curses" cf_TERMTST="buffer[0] == 0" else - cf_TERMLIB="termlib ncurses curses" + cf_TERMLIB="tinfo termlib ncurses curses" cf_TERMTST="0" fi for cf_termlib in '' $cf_TERMLIB ; do