* jm-macros.m4: Remove AC_FUNC_SETVBUF_REVERSED, now that it's a no-op.
authorJim Meyering <jim@meyering.net>
Tue, 12 Dec 2006 13:41:30 +0000 (14:41 +0100)
committerJim Meyering <jim@meyering.net>
Tue, 12 Dec 2006 13:41:30 +0000 (14:41 +0100)
m4/ChangeLog
m4/jm-macros.m4

index bea697c..92e8f5f 100644 (file)
@@ -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.
index 5bf46a9..fe9970b 100644 (file)
@@ -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