summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-10 13:08:43 +0000
committerJim Meyering <jim@meyering.net>2002-09-10 13:08:43 +0000
commit3fb3949208886a35051a6f541fa4ecf0344f106c (patch)
treeb7f3c23d0a91ff6128eac05bfef8f402115ddcc6 /m4
parent0b49457e24b14d84009d9bac14ea59b55a3898c7 (diff)
downloadcoreutils-3fb3949208886a35051a6f541fa4ecf0344f106c.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 77d13b351..13c453aba 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,8 +1,8 @@
2002-09-09 Jim Meyering <meyering@lucent.com>
* getloadavg.m4: Remove file -- now it's part of autoconf-2.53c.
- * jm-macros.m4: Tell the new AC_FUNC_GETLOADAVG where to find
- getloadavg.c: AC_CONFIG_LIBOBJ_DIR(lib).
+ * jm-macros.m4: Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
+ AC_FUNC_GETLOADAVG where to find getloadavg.c.
2002-09-03 Jim Meyering <meyering@lucent.com>