(ARGMATCH_DIE_DECL): Define.
authorJim Meyering <jim@meyering.net>
Sat, 16 Jan 1999 17:15:24 +0000 (17:15 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Jan 1999 17:15:24 +0000 (17:15 +0000)
m4/jm-macros.m4

index 321d511..887a5ec 100644 (file)
@@ -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.])
 ])