From: Jim Meyering Date: Mon, 9 Dec 1996 23:54:45 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_12s~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6846ffa9d9f622d5a240c4c23a9bf788713bcafd;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1d70bec..e4b46d4 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,18 @@ +Mon Dec 9 06:58:11 1996 Jim Meyering + + * 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 =========== Update for automake-1.1k.