1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 21:09:01 +02:00

Define ARGMATCH_DIE.

This commit is contained in:
Jim Meyering
1999-01-16 17:01:11 +00:00
parent 0695444a89
commit eb3b7c64d0
+4
View File
@@ -33,4 +33,8 @@ AC_DEFUN(jm_MACROS,
AC_REQUIRE([jm_FUNC_GLIBC_UNLOCKED_IO])
AC_REQUIRE([jm_FUNC_FNMATCH])
AC_REPLACE_FUNCS(strcasecmp strncasecmp)
# By default, argmatch should fail calling usage (1).
AC_DEFINE(ARGMATCH_EXIT_FAILURE, [usage (1)],
[Define to the function xargmatch calls on failures.])
])