diff options
-rw-r--r-- | m4/ChangeLog | 4 | ||||
-rw-r--r-- | m4/jm-macros.m4 | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index bea697cc6..92e8f5f05 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-12-12 Jim Meyering <jim@meyering.net> + + * jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now that it's a no-op. + 2006-10-14 Paul Eggert <eggert@cs.ucla.edu> * sha512.m4 (gl_SHA512): Add u64.h to AC_LIBSOURCES. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 5bf46a9e3..fe9970b50 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 104 -*- autoconf -*- +#serial 105 -*- autoconf -*- dnl Misc type-related macros for coreutils. @@ -50,9 +50,6 @@ AC_DEFUN([coreutils_MACROS], AC_DEFINE(ARGMATCH_DIE_DECL, [extern void usage ()], [Define to the declaration of the xargmatch failure function.]) - dnl Used to define SETVBUF in ../src/system.h. - AC_FUNC_SETVBUF_REVERSED - # used by ls AC_REQUIRE([gl_CLOCK_TIME]) # used by shred |