From: Jim Meyering Date: Wed, 17 Apr 1996 03:41:47 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14b~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ab22727f4e59a9f3bf5bc2856f3d7471830482;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index df5a5650de..02fb9a7635 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,19 @@ +Tue Apr 16 20:24:44 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * src/Makefile.am (who.c): Qualify who-users.c reference with + $(srcdir)/ prefix. + (users.c): Likewise. + (uptime.c): Likewise. + From François Pinard. + + * configure.in: Always invoke AC_GETLOADAVG, not just if we're + building uptime. + Sat Apr 13 13:24:35 1996 Jim Meyering (meyering@na-net.ornl.gov) + * getloadavg.c: Test cpp-defined __sun as well as sun, because + in strict ANSI mode, only __sun is defined. From Kaveh Ghazi. + * date.c (usage): Add missing `\n\' at the end of newly added lines for %e and %z.