summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-28 19:37:57 +0000
committerJim Meyering <jim@meyering.net>2001-09-28 19:37:57 +0000
commit1f987f7eed44bfe134ffdbb6614e3ba7710610d4 (patch)
treedefd9828694b73364e4f69a8d12c8d3d92698b3c /m4
parent5dffc8a83c956902d900c226a1bfe54914f63c98 (diff)
downloadcoreutils-1f987f7eed44bfe134ffdbb6614e3ba7710610d4.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 2077a5615..7ab1b44c2 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -4,10 +4,10 @@
#defines strtoimax. Also treat the other strto* functions
like strtoimax.
- * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
+ * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
Check for strtoul and strtoumax,
as those declarations are made even in the signed case.
- * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
+ * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
Likewise, for strtol and strtoimax.
2001-09-24 Jim Meyering <meyering@lucent.com>