Mercurial > hg > octave-kai > gnulib-hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
1734:9e24471559e2 | 1735:6dc486f1a80a |
---|---|
39 # By default, argmatch should fail calling usage (1). | 39 # By default, argmatch should fail calling usage (1). |
40 AC_DEFINE(ARGMATCH_DIE, [usage (1)], | 40 AC_DEFINE(ARGMATCH_DIE, [usage (1)], |
41 [Define to the function xargmatch calls on failures.]) | 41 [Define to the function xargmatch calls on failures.]) |
42 AC_DEFINE(ARGMATCH_DIE_DECL, [extern void usage ()], | 42 AC_DEFINE(ARGMATCH_DIE_DECL, [extern void usage ()], |
43 [Define to the declaration of the xargmatch failure function.]) | 43 [Define to the declaration of the xargmatch failure function.]) |
44 | |
45 dnl Used to define SETVBUF in sys2.h. | |
46 AC_FUNC_SETVBUF_REVERSED | |
47 | |
44 ]) | 48 ]) |