diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-12 14:41:30 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-12 14:41:30 +0100 |
commit | a6895a8da2f7cdadfc3ea66d5a39e2c1d97d3169 (patch) | |
tree | 329741addb397bdcfe7aeb0b869bef27a1d57f19 | |
parent | 8d550c12b86161cd865102f2fc0e8730c9fd59c9 (diff) | |
download | coreutils-a6895a8da2f7cdadfc3ea66d5a39e2c1d97d3169.tar.xz |
* jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now that it's a no-op.
-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 |