diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-01 16:08:50 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-01 16:08:50 +0000 |
commit | 6976ea95dbf0ff0c007879937706326df5498598 (patch) | |
tree | 09c66d550289e85a5f7886c81e0070cb8c66cce9 /ChangeLog | |
parent | 0b56c15853ea8f0002da6e982bb64b4c9e768546 (diff) | |
download | zsh-6976ea95dbf0ff0c007879937706326df5498598.tar.gz zsh-6976ea95dbf0ff0c007879937706326df5498598.tar.xz zsh-6976ea95dbf0ff0c007879937706326df5498598.zip |
Add --with-curses-terminfo to configure
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a3e666ba0..919570c20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,12 @@ * 14181: Src/params.c: follow-up to 14151: use BDIGBUFSIZE in two other places. +2001-05-01 Bart Schaefer <schaefer@zsh.org> + + * 14177: configure.in: Add --with-curses-terminfo to force search + order for tgetent and search for tigetstr. Reorder some other + options and reword their help messages. + 2001-04-30 Bart Schaefer <schaefer@zsh.org> * 14169: configure.in: Improve some AC_TRY_LINK tests so that they |