projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47dfd67
)
Use AC_FUNC_SETVBUF_REVERSED.
author
Jim Meyering
<jim@meyering.net>
Fri, 12 Mar 1999 15:11:06 +0000
(15:11 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 12 Mar 1999 15:11:06 +0000
(15:11 +0000)
m4/jm-macros.m4
patch
|
blob
|
history
diff --git
a/m4/jm-macros.m4
b/m4/jm-macros.m4
index 850dc8f8697f4672a4c624e3572fe913a9ab359b..85b70c7fd84714d29510d92952c6e51cc977e2b0 100644
(file)
--- 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
+
])