From: Jim Meyering Date: Fri, 12 Mar 1999 15:11:06 +0000 (+0000) Subject: Use AC_FUNC_SETVBUF_REVERSED. X-Git-Tag: FILEUTILS-4_0e~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5478a521d6fb186e212362e494b91fb1062f0b85;p=thirdparty%2Fcoreutils.git Use AC_FUNC_SETVBUF_REVERSED. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 850dc8f869..85b70c7fd8 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 + ])