From a6895a8da2f7cdadfc3ea66d5a39e2c1d97d3169 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Dec 2006 14:41:30 +0100 Subject: * jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now that it's a no-op. --- m4/jm-macros.m4 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'm4/jm-macros.m4') 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 -- cgit v1.2.3-54-g00ecf