]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20111126
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 27 Nov 2011 02:34:54 +0000 (02:34 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 27 Nov 2011 02:34:54 +0000 (02:34 +0000)
commit29b24b6ba47681c8a26007492567c3daecb3defe
tree24b0702c4edfbb3c775a181f638430f8bac1bf06
parent2f5be2a67ca3f21100fd13e325b2986bb7b322bc
ncurses 5.9 - patch 20111126

+ correct database iterator's check for duplicate entries
  (cf: 20111001).
+ modify database iterator to ignore $TERMCAP when it is not an
  absolute pathname.
+ add -D option to tic, to show the database locations that it could
  use.
+ improve description of database locations in tic manpage.
+ modify the configure script to generate a list of the ".pc" files to
  generate, rather than deriving the list from the libraries which have
  been built (patch by Mike Frysinger).
+ use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
  ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
  from patch by Mike Frysinger).
12 files changed:
Ada95/aclocal.m4
Ada95/configure
NEWS
aclocal.m4
configure
dist.mk
man/tic.1m
misc/gen-pkgconfig.in
ncurses/tinfo/db_iterator.c
progs/tic.c
test/aclocal.m4
test/configure