summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-10 00:25:00 +0000
committerJim Meyering <jim@meyering.net>1996-12-10 00:25:00 +0000
commit195b5ebbe793c3019cfad0c7de2b6a7dd3e64a05 (patch)
tree7fe2f64dd1afecf46d83774e052d87e873a3d818 /old/sh-utils
parentba788477a873be30b5ce39b51a8f01e85069bf0d (diff)
downloadcoreutils-195b5ebbe793c3019cfad0c7de2b6a7dd3e64a05.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index e4b46d413..67e955095 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,19 @@
Mon Dec 9 06:58:11 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * 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