[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.3-20021206.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.3-20021206.patch.gz |
Date: |
Sat, 7 Dec 2002 21:01:43 -0500 |
User-agent: |
Mutt/1.2.5i |
ncurses 5.3 - patch 20021206 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.3 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.3 are in the subdirectory
ftp://dickey.his.com/ncurses/5.3
------------------------------------------------------------------------------
20021206
+ modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
possible gnat versions such as 3.2 (report by Chris Lingard
<address@hidden>).
+ modify #define's for CKILL and other default control characters in
tset to use the system's default values if they are defined.
+ correct interchanged defaults for kill and interrupt characters
in tset, which caused it to report unnecessarily (Debian #171583).
+ repair check for missing C++ compiler, which is broken in autoconf
2.5x by hardcoding it to g++ (report by Martin Mokrejs).
+ update config.guess, config.sub (2002-11-30)
+ modify configure script to skip --with-shared, etc., when the
--with-libtool option is given, since they would be ignored anyway.
+ fix to allow "configure --with-libtool --with-termlib" to build.
+ modify configure script to show version number of libtool, to help
with bug reports. libtool still gets confused if the installed
ncurses libraries are old, since it ignores the -L options at some
point (tested with libtool 1.3.3 and 1.4.3).
+ reorder configure script's updating of $CPPFLAGS and $CFLAGS to
prevent -I options in the user's environment from introducing
conflicts with the build -I options (may be related to reports by
Patrick Ash and George Goffe).
+ rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
test/demo_keyok.c to allow building these with libtool.
- ncurses-5.3-20021206.patch.gz,
Thomas Dickey <=