summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/error.m43
-rw-r--r--old/fileutils/ChangeLog2
2 files changed, 4 insertions, 1 deletions
diff --git a/m4/error.m4 b/m4/error.m4
index bf8080243..eb0f776bb 100644
--- a/m4/error.m4
+++ b/m4/error.m4
@@ -1,5 +1,8 @@
#serial 1
+dnl FIXME: put these prerequisite-only *.m4 files in a separate
+dnl directory -- otherwise, they'll conflict with existing files.
+
dnl These are the prerequisite macros for GNU's error.c file.
AC_DEFUN(jm_PREREQ_ERROR,
[
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index c005692aa..4926696f6 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,7 +2,7 @@
* Version 3.16n.
- * configure.in: Use jm_PREREQ_ERROR.
+ * configure.in: Use jm_PREREQ.
1998-03-14 Jim Meyering <meyering@eng.ascend.com>