.
authorJim Meyering <jim@meyering.net>
Tue, 10 Dec 1996 00:25:00 +0000 (00:25 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 10 Dec 1996 00:25:00 +0000 (00:25 +0000)
old/sh-utils/ChangeLog

index e4b46d4..67e9550 100644 (file)
@@ -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