]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 9 Oct 1996 16:14:39 +0000 (16:14 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Oct 1996 16:14:39 +0000 (16:14 +0000)
old/sh-utils/ChangeLog

index 33765bd7766a9de84c527a7db107cd5a19df90ae..5aec22b7a8c8eff5d9a75bbfa4115db604d3c76b 100644 (file)
@@ -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.