diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-18 12:25:58 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-18 12:25:58 -0400 |
commit | d2e46bbfcbedb43938b866f4ad9e8bf1d4084b7c (patch) | |
tree | 9f98081fe52ddab37286a6208c66d3e7f14f216b /CHANGES.configure | |
parent | dc9e683bddf52e0720f5e74e3349533c9ee9f97a (diff) | |
download | lynx-snapshots-d2e46bbfcbedb43938b866f4ad9e8bf1d4084b7c.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-68
Diffstat (limited to 'CHANGES.configure')
-rw-r--r-- | CHANGES.configure | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGES.configure b/CHANGES.configure index a9261de1..48c23106 100644 --- a/CHANGES.configure +++ b/CHANGES.configure @@ -1,6 +1,24 @@ +97-09-17 +-------- +* Undo misleading/incorrect use of 'const' in HTML.c, and associated + modules. - TD +* merge symbols 'has_color' and 'lynx_has_color' to simplify ifdef's, + and correct a problem building color-style configuration. - TD +* add configure symbol for ifdef'ing presence of waitpid, which + was stopping build on HP-UX. - TD +* correct the symbol that is defined by CF_SIZECHANGE test, noted + by failure to build SCO version after making an include for + <sys/ioctl.h> ifdef'd according to configure test. - TD +* corrected check for broken (pre-1.9.9g) ncurses versions so that + they can build with color support. - TD +* cache state of CF_NETLIBS so that rerunning configure will yield + the same results for network libraries. - TD +* Add configure test for HP-UX -lHcurses library. - TD +* Minor adjustments to names of configure-script variables, to make + them the same as other programs (e.g., tin-unoff). - TD 97-09-12 -------- -* Correct mismatch/omission of HAVE_TYPE_UNION_WAIT symbol from +* Correct mismatch/omission of HAVE_TYPE_UNIONWAIT symbol from change for wait vs waitpid. - TD 97-09-10 -------- |