projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1df81e
)
(ARGMATCH_DIE_DECL): Define.
author
Jim Meyering
<jim@meyering.net>
Sat, 16 Jan 1999 17:15:24 +0000
(17:15 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 16 Jan 1999 17:15:24 +0000
(17:15 +0000)
m4/jm-macros.m4
patch
|
blob
|
history
diff --git
a/m4/jm-macros.m4
b/m4/jm-macros.m4
index 321d51197fa7b4b4b38c586d752ef35b3b3d1107..887a5eccbe37ddaefb4eac54177993a586fc9ca9 100644
(file)
--- a/
m4/jm-macros.m4
+++ b/
m4/jm-macros.m4
@@
-35,6
+35,8
@@
AC_DEFUN(jm_MACROS,
AC_REPLACE_FUNCS(strcasecmp strncasecmp)
# By default, argmatch should fail calling usage (1).
- AC_DEFINE(ARGMATCH_
EXIT_FAILUR
E, [usage (1)],
+ AC_DEFINE(ARGMATCH_
DI
E, [usage (1)],
[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.])
])