From: Jim Meyering Date: Tue, 12 Dec 2006 13:41:30 +0000 (+0100) Subject: * jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now that it's a no-op. X-Git-Tag: COREUTILS-6_8~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6895a8da2f7cdadfc3ea66d5a39e2c1d97d3169;p=thirdparty%2Fcoreutils.git * jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now that it's a no-op. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index bea697cc67..92e8f5f05b 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-12-12 Jim Meyering + + * jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now that it's a no-op. + 2006-10-14 Paul Eggert * sha512.m4 (gl_SHA512): Add u64.h to AC_LIBSOURCES. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 5bf46a9e37..fe9970b508 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