diff m4/jm-macros.m4 @ 1735:6dc486f1a80a

Use AC_FUNC_SETVBUF_REVERSED.
author Jim Meyering <jim@meyering.net>
date Fri, 12 Mar 1999 15:11:06 +0000
parents 81ce28f5aa5a
children 445bc9673f35
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -41,4 +41,8 @@
 	    [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
+
 ])