From 195b5ebbe793c3019cfad0c7de2b6a7dd3e64a05 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 10 Dec 1996 00:25:00 +0000 Subject: [PATCH] . --- old/sh-utils/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index e4b46d4..67e9550 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,19 @@ Mon Dec 9 06:58:11 1996 Jim Meyering + * configure.in (jm_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Fix typo: + Change $am_cv_sys_tiocgwinsz_needs_sys_ioctl_h to + $jm_cv_sys_tiocgwinsz_needs_sys_ioctl_h. + Patch from Kaveh R. Ghazi. + + * src/stty.c: Include config.h before testing for + TERMIOS_NEEDS_XOPEN_SOURCE. + Patch from Karl Heuer. + + * configure.in (AC_ISC_POSIX): Remove kludgy macro. + Use this test instead: + (LIBS): Add -lcposix if it contains strerror. + Patch from Karl Heuer. + * acinclude.m4 (AM_FUNC_GETLOADAVG): Put shell assignments to ac_save_LIBS and LIBS on separate lines to avoid order-of-evaluation problems -- some versions of sh (e.g. SunOS4.1.3's) evaluate such -- 2.7.4