From: Jim Meyering Date: Sun, 20 Oct 1996 14:07:17 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19o~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d52e0b28683c64bba4825f456f854351279db0;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 9ae5a2b3b8..4d89fc8e02 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,9 @@ +Sun Oct 20 09:03:51 1996 Jim Meyering + + * acinclude.m4 (AM_FUNC_GETLOADAVG): Use $srcdir (not $top_srcdir) in + #include $srcdir/lib/getloadavg.c. The latter isn't defined at that + point in configure script. From Eric Backus. + Fri Oct 18 21:31:58 1996 Jim Meyering * Makefile.am (cvs-dist): Uncomment cvs tag command. @@ -30,7 +36,7 @@ Fri Oct 11 22:51:50 1996 Jim Meyering * acinclude.m4 (AM_FUNC_GETLOADAVG): Like AC_FUNC_GETLOADAVG, but with the following changes: - include $top_srcdir/lib/getloadavg.c, not src/getloadavg.c. - From Eric Backus. + Reported by Eric Backus. - Check for Solaris' libkstat. - Define C_GETLOADAVG if we end up using getloadavg.c. From Kaveh R. Ghazi.