changeset 21346:c654d5b35c89

(ARGMATCH_DIE_DECL): Define.
author Jim Meyering <jim@meyering.net>
date Sat, 16 Jan 1999 17:15:24 +0000
parents 56b3862e1dc1
children 8f95d4542988
files m4/jm-macros.m4
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4	Sat Jan 16 17:01:20 1999 +0000
+++ b/m4/jm-macros.m4	Sat Jan 16 17:15:24 1999 +0000
@@ -35,6 +35,8 @@
   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.])
 ])