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:
@@ -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.])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user