summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-12 15:11:06 +0000
committerJim Meyering <jim@meyering.net>1999-03-12 15:11:06 +0000
commit5478a521d6fb186e212362e494b91fb1062f0b85 (patch)
tree5371a1c5dd7a1aceccaaabac656d85509c2aaab4
parentff12f6ff277798b8f8672bb1382360c86e7c1d3c (diff)
downloadcoreutils-5478a521d6fb186e212362e494b91fb1062f0b85.tar.xz
Use AC_FUNC_SETVBUF_REVERSED.
-rw-r--r--m4/jm-macros.m44
1 files changed, 4 insertions, 0 deletions
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
+
])