changeset 2567:b2550ac2503f

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 03 Jun 2000 12:41:19 +0000
parents b2fefe8ec060
children 5d97984fbf4d
files m4/ChangeLog m4/prereq.m4
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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.