]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 17 Apr 1996 03:41:47 +0000 (03:41 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Apr 1996 03:41:47 +0000 (03:41 +0000)
old/sh-utils/ChangeLog

index df5a5650de344c21588f444ba110de16b6415245..02fb9a7635e0f77284e835097173cf768ca83810 100644 (file)
@@ -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.