# HG changeset patch # User Jim Meyering # Date 960036079 0 # Node ID b2550ac2503f368bc82cfb2c8046a9b97d275d7f # Parent b2fefe8ec06058f6a6b16922d0cd6cb69b008469 *** empty log message *** diff --git a/m4/ChangeLog b/m4/ChangeLog --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,8 @@ 2000-06-03 Jim Meyering + * 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 --- 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.