summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-09 12:18:48 +0000
committerJim Meyering <jim@meyering.net>1996-10-09 12:18:48 +0000
commit1e2d02ace56b246dcb0a5388f01e9c914b8d3a20 (patch)
tree961027c7e617f6faea9f6ffea15e66ca948f70d1
parentfde482ef0e17b7cd4bffcc445d5f214b0dcf5c38 (diff)
downloadcoreutils-1e2d02ace56b246dcb0a5388f01e9c914b8d3a20.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index f6be3585e..33765bd77 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,9 @@
Wed Oct 9 00:26:55 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in (/proc/uptime check): Guard the read of /proc/uptime
+ with an existence test to avoid a messy configure-time warning on
+ systems that lack that special file.
+
* checks/nice: Protect echoed args with leading `x' so echo doesn't
interpret leading -n on e.g. SunOS systems.