summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-16 23:41:08 +0000
committerJim Meyering <jim@meyering.net>2001-03-16 23:41:08 +0000
commit285c128eab0e1cda9aeb5735ffd31206043daa8d (patch)
tree3ea0f8f2eabbd538c2c844165b779db97d831018 /m4
parent06d3fd68cdb7d984399b8bdadf5c3f61e72e5c8a (diff)
downloadcoreutils-285c128eab0e1cda9aeb5735ffd31206043daa8d.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index d4c51bd1f..fb31d977a 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,9 @@
2001-03-16 Jim Meyering <meyering@lucent.com>
+ * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
+ now that the version in autoconf is equivalent.
+ (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
+
* error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
Suggestion from Akim Demaille.