about summary refs log tree commit diff stats
path: root/CHANGES.configure
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-08-27 16:32:45 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-08-27 16:32:45 -0400
commit29ee16d58ba02de17d01354fca0719cc18791f8a (patch)
treefe3b87c644d832c735dbabb3cf243b1d2ef3f5f9 /CHANGES.configure
parent1a2ac66b7db3c229b508b9b1fb68bcc5b4a6b907 (diff)
downloadlynx-snapshots-29ee16d58ba02de17d01354fca0719cc18791f8a.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-56
Diffstat (limited to 'CHANGES.configure')
-rw-r--r--CHANGES.configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.configure b/CHANGES.configure
index 4864682d..0ba59e2e 100644
--- a/CHANGES.configure
+++ b/CHANGES.configure
@@ -1,3 +1,11 @@
+1997-08-27
+----------
+* Further refine/correct configure macros for finding network and curses
+  libraries, adding CF_RECHECK_FUNC to simplify CF_NETLIBS. - TD
+* Rename #define for NCURSESHEADER to HAVE_NCURSES_H, for consistency. - TD
+* Add-back test for -lm to support slang shared libraries. - TD
+* Modify test for disentangling ncurses library from mytinfo on FreeBSD
+  to workaround linker limitation. - AC
 1997-08-20
 ----------
 * Modify top-level install rule to depend on 'all'. - TD