From: Jim Meyering Date: Sat, 16 Jan 1999 17:15:24 +0000 (+0000) Subject: (ARGMATCH_DIE_DECL): Define. X-Git-Tag: TEXTUTILS-1_22h~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e2cd9ecad83c52eff5b8fb64f58f82a2e84723;p=thirdparty%2Fcoreutils.git (ARGMATCH_DIE_DECL): Define. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 321d51197f..887a5eccbe 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.]) ])