Correct comment about overriding the check rule

We actually override check-TESTS.
This commit is contained in:
Adam Spiers 2020-11-01 16:52:50 +00:00
parent 1a20a3f7ee
commit 0b72724066

View file

@ -19,7 +19,7 @@ AC_INIT([stow], [2.3.2], [bug-stow@gnu.org])
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([automake])
# Unfortunately we have to disable warnings for overrides, because we
# need to override the built-in `check' rule.
# need to override the built-in `check-TESTS' rule.
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-override dist-bzip2 foreign])
AC_PROG_INSTALL