summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-16 17:15:24 +0000
committerJim Meyering <jim@meyering.net>1999-01-16 17:15:24 +0000
commitd3e2cd9ecad83c52eff5b8fb64f58f82a2e84723 (patch)
treefc6b76cf114a206b89b1fd07d7f8a35ff3484451 /m4
parentbf527b6094d0da8cd47231d589d3ea40af43968c (diff)
downloadcoreutils-d3e2cd9ecad83c52eff5b8fb64f58f82a2e84723.tar.xz
(ARGMATCH_DIE_DECL): Define.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 321d51197..887a5eccb 100644
--- 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_FAILURE, [usage (1)],
+ AC_DEFINE(ARGMATCH_DIE, [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.])
])