Correct comment about overriding the check rule
We actually override check-TESTS.
This commit is contained in:
parent
1a20a3f7ee
commit
0b72724066
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue