diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-09 23:54:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-09 23:54:45 +0000 |
commit | 6846ffa9d9f622d5a240c4c23a9bf788713bcafd (patch) | |
tree | bf672e0904c1a13b9a2b3e0b1d03173bcc03382a /old/sh-utils/ChangeLog | |
parent | 4fb3a6f7659fb4da1b090da4fc07562a7ca8e316 (diff) | |
download | coreutils-6846ffa9d9f622d5a240c4c23a9bf788713bcafd.tar.xz |
.
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r-- | old/sh-utils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1d70bec90..e4b46d413 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,18 @@ +Mon Dec 9 06:58:11 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 + space-separated assignments from right to left. Patch from Karl Heuer. + (AM_FUNC_GETLOADAVG): Fix typo: su_save_LIBS => am_cv_saved_LIBS. + Patch from Karl Heuer. + + * lib/strftime.c [HAVE_TZNAME]: Declare tzname. + Patch from Karl Heuer. + + * src/Makefile.am (.sh): Also substitute @bindir@. + Reported by Karl Heuer. + Sun Dec 8 07:22:38 1996 Jim Meyering <meyering@na-net.ornl.gov> =========== Update for automake-1.1k. |