diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-09 16:14:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-09 16:14:39 +0000 |
commit | ae0dc43e7926a00d2f2d7b44b02213a5fce1b6d3 (patch) | |
tree | 05d527822102c57865e939147c60f6cccf11482a /old | |
parent | c6500ed364d6f4c7ef4aeb4ae2b99009467ee311 (diff) | |
download | coreutils-ae0dc43e7926a00d2f2d7b44b02213a5fce1b6d3.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 33765bd77..5aec22b7a 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -2,7 +2,10 @@ 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. + systems that lack that special file. Reported by Kaveh R. Ghazi. + + * configure.in (check whether floor needs -lm): Fix typo: save $LIBS, + not $LIB. From Kaveh R. Ghazi. * checks/nice: Protect echoed args with leading `x' so echo doesn't interpret leading -n on e.g. SunOS systems. |