changeset 1735:6dc486f1a80a

Use AC_FUNC_SETVBUF_REVERSED.
author Jim Meyering <jim@meyering.net>
date Fri, 12 Mar 1999 15:11:06 +0000
parents 9e24471559e2
children 478d99148421
files m4/jm-macros.m4
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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
+
 ])