From: Jim Meyering Date: Wed, 9 Oct 1996 16:14:39 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0dc43e7926a00d2f2d7b44b02213a5fce1b6d3;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 33765bd776..5aec22b7a8 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -2,7 +2,10 @@ Wed Oct 9 00:26:55 1996 Jim Meyering * 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.