From 6a95632b3550bee33691c6d2165cf9012c780555 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 12 Mar 1999 15:11:06 +0000 Subject: [PATCH] Use AC_FUNC_SETVBUF_REVERSED. --- m4/jm-macros.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 850dc8f86..85b70c7fd 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -41,4 +41,8 @@ AC_DEFUN(jm_MACROS, [Define to the function xargmatch calls on failures.]) AC_DEFINE(ARGMATCH_DIE_DECL, [extern void usage ()], [Define to the declaration of the xargmatch failure function.]) + + dnl Used to define SETVBUF in sys2.h. + AC_FUNC_SETVBUF_REVERSED + ]) -- 2.11.0