[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncurses-5.7-20090103.patch.gz
From: |
Thomas Dickey |
Subject: |
ncurses-5.7-20090103.patch.gz |
Date: |
Sat, 03 Jan 2009 21:15:12 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ncurses 5.7 - patch 20090103 - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.7 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.7 are in the subdirectory
ftp://invisible-island.net/ncurses/5.7
------------------------------------------------------------------------------
patch by Thomas E. Dickey <address@hidden>
created Sun Jan 4 02:08:30 UTC 2009
------------------------------------------------------------------------------
Ada95/src/Makefile.in | 8
INSTALL | 12
MANIFEST | 1
NEWS | 18
aclocal.m4 | 120
c++/Makefile.in | 10
config.guess | 32
config.sub | 18
configure | 3438 ++++++++++++++-------------
configure.in | 58
dist.mk | 4
form/Makefile.in | 6
menu/Makefile.in | 6
misc/Makefile.in | 18
misc/ncurses-config.in | 19
ncurses-5.7-20090103/misc/gen-pkgconfig.in | 122
ncurses/Makefile.in | 6
panel/Makefile.in | 6
18 files changed, 2247 insertions(+), 1655 deletions(-)
------------------------------------------------------------------------------
20090103
+ add a configure-time check to pick a suitable value for
CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
+ add configure --with-pkg-config and --enable-pc-files options, along
with misc/gen-pkgconfig.in which can be used to generate ".pc" files
for pkg-config (request by Jan Engelhardt).
+ use $includedir symbol in misc/ncurses-config.in, add --includedir
option.
+ change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
configure check to detect whether a "-" is needed before "ar"
options.
+ update config.guess, config.sub from
http://savannah.gnu.org/projects/config
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- ncurses-5.7-20090103.patch.gz,
Thomas Dickey <=