From 6c6ea1a14ddbbeb6e1a33d2f8c3fadc9738d9be1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Nov 1996 02:31:02 +0000 Subject: [PATCH] . --- old/sh-utils/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 398fce0ec..3fea070a2 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,24 @@ +Mon Nov 4 20:24:31 1996 Jim Meyering + + * configure.in: Check for -linet library before checking for the + gethostbyname function. Suggested by Karl Heuer. + Use AM_FUNC_GETLINE. + + * acinclude.m4 (AM_FUNC_GETLINE): Add run-time test for getline. + Based on a test from Karl Heuer. + +Sun Nov 3 14:57:09 1996 Jim Meyering + + * acinclude.m4 (GETLOADAVG_LIBS): Unanchor the sed regexp that removes + am_cv_saved_LIBS from LIBS. From Karl Heuer. + + * src/stty.c (recover_mode): Fail also if there are too many fields. + From Karl Heuer. + + * lib/canon-host.c: Include sys/types.h for the definitions + (otherwise missing on some systems) of caddr_t (used by + sys/socket.h) and ushort (used by netinet/in.h). From Karl Heuer. + Sat Nov 2 00:16:16 1996 Jim Meyering * doc/Makefile.am (MAKEINFO): Set to makeinfo --no-split. -- 2.11.4.GIT