summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-13 13:00:34 +0000
committerJim Meyering <jim@meyering.net>1996-10-13 13:00:34 +0000
commit8cb23387cbe71194651f956170f9332fa939ae0f (patch)
treed79e99a6d7bd578fc725a1c94f622486b7e52c0c /old/sh-utils
parent82fa812558b6cc0be3e12f65334e13ea1c2c1dbd (diff)
downloadcoreutils-8cb23387cbe71194651f956170f9332fa939ae0f.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 670fa5681..d2937d985 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,12 @@
Sun Oct 13 07:34:15 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in: Don't save and restore LIBS around AM_FUNC_GETLOADAVG.
+ * acinclude.m4 (AM_FUNC_GETLOADAVG): Don't modify LIBS in this macro
+ (by saving and restoring initial value). Instead, arrange for
+ substitution of @GETLOADAVG_LIBS@.
+ * src/Makefile.am (uptime_LDADD): Add @GETLOADAVG_LIBS@,
+ not @UPTIME_LIBS@.
+
* configure.in (ALL_LINGUAS): Add swedish (sv).
Fri Oct 11 22:51:50 1996 Jim Meyering <meyering@na-net.ornl.gov>