summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-18 13:53:00 +0000
committerJim Meyering <jim@meyering.net>1996-12-18 13:53:00 +0000
commitb26beb4996e6c480a249a9beed9b54a93008ff0e (patch)
tree09df3bf5169439da9332712b948cfd759b9fea65
parent0b3d6614806f2dd7038a0906f88e79e480331ce3 (diff)
downloadcoreutils-b26beb4996e6c480a249a9beed9b54a93008ff0e.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog15
1 files changed, 12 insertions, 3 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index c49101038..9d8b66ab5 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,4 +1,14 @@
-Tue Dec 17 16:49:02 1996 Jim Meyering <meyering@na-net.ornl.gov>
+Wed Dec 18 07:47:29 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * acinclude.m4 (jm_FUNC_GNU_STRFTIME): Change m4 quote characters
+ outside the quoted test program. Quote the test program with <<, >>.
+ Reported by Andreas Schwab.
+ (AM_FUNC_GETLOADAVG): Likewise.
+
+Tue Dec 17 18:54:32 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/Makefile.am (install-exec-local): Properly redirect stdout
+ and stderr to /dev/null. From Eric Backus.
* lib/strftime.c: Update from GNU libc.
@@ -339,8 +349,7 @@ Mon Oct 28 17:40:54 1996 Jim Meyering <meyering@na-net.ornl.gov>
* configure.in: Don't output confusing diagnostic: `checking for
shadow password routines'. Suggestion from François Pinard.
-Thu Oct 24 13:50:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund\
-.de>
+Thu Oct 24 13:50:46 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* src/tee.c (main): Ignore SIGPIPE.