summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-03 12:41:19 +0000
committerJim Meyering <jim@meyering.net>2000-06-03 12:41:19 +0000
commit51cee2cf8d8421938becf1b2de56bf1bd9e29120 (patch)
treec960874a1b5a88c16dabcc405d93c9a0aae60e1d /m4
parentb0619089c9e32bae940c2436d98d3cf0278847c6 (diff)
downloadcoreutils-51cee2cf8d8421938becf1b2de56bf1bd9e29120.tar.xz
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog3
-rw-r--r--m4/prereq.m42
2 files changed, 4 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 0489cab8d..d6c7957d5 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,5 +1,8 @@
2000-06-03 Jim Meyering <meyering@lucent.com>
+ * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
+ now that autoconf requires that.
+
* jm-glibc-io.m4: Add a kludge to make autoheader emit the required
#undefs. E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
diff --git a/m4/prereq.m4 b/m4/prereq.m4
index f38c2cf03..c6210894d 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -1,4 +1,4 @@
-#serial 8
+#serial 9
dnl These are the prerequisite macros for files in the lib/
dnl directories of the fileutils, sh-utils, and textutils packages.