diff options
-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 e73a9d7e8..41455e5bd 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,18 @@ +Fri Oct 11 22:51:50 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * acinclude.m4 (AM_FUNC_GETLOADAVG): Like AC_FUNC_GETLOADAVG, but + with the following changes: + - include $top_srcdir/lib/getloadavg.c, not src/getloadavg.c. + From Eric Backus. + - Check for Solaris' libkstat. + - Define C_GETLOADAVG if we end up using getloadavg.c. + From Kaveh R. Ghazi. + * acconfig.h (C_GETLOADAVG): Add it. + From Kaveh R. Ghazi. + + * configure.in: Use new AM_FUNC_GETLOADAVG and be careful to add + getloadavg-related libraries only on link line for uptime. + Thu Oct 10 23:50:05 1996 Jim Meyering <meyering@na-net.ornl.gov> * lib/Makefile.am (EXTRA_DIST): Remove posixtm.y and getdate.y. |